/*-----------------------------------------------
// Base Site Layout
//---------------------------------------------*/


/* ------ Temporary Column Layout for Jan 14 Campaign Homepage ------ */

#left_column_jan14 {
    float: left;
    display: inline;
    width: 226px;
    margin: 0 21px 0 20px;
    padding: 0;
}

#center_column_jan14 {
    float: left;
    width: 226px;
    margin: 0 21px 0 0;
    padding: 0;
}

#right_column_jan14 {
    float: left;
    width: 226px;
    margin: 0;
    padding: 0;
}



* {
    /* border: 1px solid #000; */
}



/* TEMP HOMEPAGE STYLES */



#jan14_media_panel {
    float: left;
    position: relative;
    width: 760px;
    height: 400px;
    margin: 0;
    padding: 0;
    background: transparent url("/media/images/homepage/jan14-temp-aFeature.jpg") 0 0 no-repeat;
}

#jan14_media_panel a:hover.jan14-link1,
#jan14_media_panel a:hover.jan14-link2,
#jan14_media_panel a:hover.jan14-link3,
#jan14_media_panel a:hover.jan14-link4,
#jan14_media_panel a:hover.jan14-link5 {
    text-decoration: underline;	
}

#jan14_media_panel a.jan14-link1 {
    position: absolute;
    top: 195px;
    left: 277px;
    color: #FFFFFF;
    text-indent: 15px;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    background: transparent url("/site_assets/images/global/white-arrow.gif") no-repeat 0 2px;
}

#jan14_media_panel a.jan14-link2 {
    position: absolute;
    top: 190px;
    left: 612px;
    color: #FFFFFF;
    text-indent: 15px;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    background: transparent url("/site_assets/images/global/white-arrow.gif") no-repeat 0 2px;
}

#jan14_media_panel a.jan14-link3 {
    position: absolute;
    top: 365px;
    left: 225px;
    color: #FFFFFF;
    text-indent: 15px;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    background: transparent url("/site_assets/images/global/white-arrow.gif") no-repeat 0 2px;
}

#jan14_media_panel a.jan14-link4 {
    position: absolute;
    top: 365px;
    left: 422px;
    color: #000000;
    text-indent: 15px;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    background: transparent url("/site_assets/images/global/black-arrow.gif") no-repeat 0 2px;
}

#jan14_media_panel a.jan14-link5 {
    position: absolute;
    top: 365px;
    left: 630px;
    color: #FFFFFF;
    text-indent: 15px;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    background: transparent url("/site_assets/images/global/white-arrow.gif") no-repeat 0 2px;
}



/* remove outline from links in ff */
a:active, a:focus {
    outline: 0;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #FFFFFF url('/site_assets/images/global/background-wallpaper-texture.jpg') repeat 50% 0;
}

#container {
    width: 760px;
    height: 100%;
    margin: 0px auto;
    padding: 0;
    border-right: 2px solid #d5d5d5;
    border-left: 2px solid #d5d5d5;
    overflow: hidden;
    background: #FFFFFF;
}

img {
    border: none;
}

.hidden {
    display: none;
}

br {
    line-height: 1px;
}

.tiny_symbols{
    font-size: 0.7em;	
    size: 0.7em;
    position: relative;
    top: -2px;
}


/* ------ A Feature ------ */

#feature_display {
    width: 760px;
    margin: 0;
    padding: 0;
    font-size: 0.01em;
}
#feature_display img {
    border: 0;
}

/* ------ Media Panel ------ */

#media_panel {
    float: left;
    position: relative;
    width: 760px;
    margin: 0;
    padding: 0;
    /*font-size: 0.01em;*/
    z-index: 900;
}

#media_panel a {
    display: block;
    position: absolute;
    top: 247px;
    left: 20px;
    width: 80px;
    height: 19px;
    overflow: hidden;
    text-indent: -99999px;
    z-index: 1000;
    background: transparent url('/site_assets/images/global/button_afeature_read_more.jpg') no-repeat 0 0;
}

#media_panel a.watch-film {
    display: block;
    position: absolute;
    top: 247px;
    left: 20px;
    width: 80px;
    height: 19px;
    overflow: hidden;
    text-indent: -99999px;
    z-index: 1000;
    background: transparent url('/site_assets/images/global/button_afeature_watch_film.jpg') no-repeat 0 0;
}

#media_panel a.meet_the_fish {
    display: block;
    position: absolute;
    top: 236px;
    left: 20px;
    width: 133px;
    height: 28px;
    overflow: hidden;
    text-indent: -99999px;
    z-index: 1000;
    background: transparent url('/media/images/we_are_doing/sustainable-raw-materials/forever-fish/meet-the-fish/btn_aFeature_meet_the_fish.gif') no-repeat 0 0;
}

#media_panel a.meet_the_fish_donate {
    display: block;
    position: absolute;
    top: 236px;
    left: 20px;
    width: 133px;
    height: 28px;
    overflow: hidden;
    text-indent: -99999px;
    z-index: 1000;
    background: transparent url('/media/images/we_are_doing/sustainable-raw-materials/forever-fish/meet-the-fish/btn_aFeature_meet_the_fish_donate.gif') no-repeat 0 0;
}

#media_panel a:hover,
#media_panel a:hover.watch-film {
    background-position: 0 -19px;
}

#media_panel a.meet_the_fish:hover {
    background-position: 0 -29px;
}

#media_panel a.meet_the_fish_donate:hover {
    background-position: 0 -30px;
}

#media_panel .flash-replacement {
}

#media_panel .flash-replacement a {
    background: none;
}

/* ------ Stores List ------ */

.storesList{
    float:left;
    padding-top: 10px;	
    width: 400px;
}

.storesList ul{
    width: 150px;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
}

.storesList ul.left{
    float: left;	
}

.storesList ul.right{
    float: left;	
}

.storesList ul li{
    background: url("/site_assets/images/global/stories/grey_bullet_point.gif") no-repeat scroll 0 3px transparent;
    clear: both;
    color: #484848;
    float: left;
    font-size: 0.75em;
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 13px;
}


/* ------ Global Headings ------ */
h1 {
    font-size: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #4c4c4c;
    margin: 0 0 5px 0;
    padding: 0;
}

h2 {
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #4c4c4c;
    margin: 0 0 5px 0;
    padding: 0;
}

h3 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 400;
    font-size: 1.5em;
}

h4 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 0.755em;
}

h5 {
    float: left;
    width: 100%;
    margin: 6px 0 -4px 0;
    padding: 0;
    color: #333;
    font-size: 0.75em;
}

h6 {
    float: left;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 0;
    color: #333;
    font-size: 0.688em;
}

/* ------ Inline Link ------ */

p a {
    color: #2d8714;
    font-weight: 700;
    text-decoration: none;
}
p a:hover {
    text-decoration: underline;
}

/* ------ Download Link ------ */

a.download {
    float: left;
    width: auto;
    margin: 10px 0 2px 0;
    padding: 0 0 0 12px;
    color: #2d8714;
    font-size: 0.688em;
    font-weight: 700;
    text-decoration: none;
    background: transparent url('/site_assets/images/global/download_icon.gif') no-repeat 0 1px;
}
a:hover.download {
    text-decoration: underline;
}

a.single_line,
a.attention_link {
    font-size:0.68em;
    float: left;
    width: auto;
    margin: 0 0 2px 0;
    padding: 0 0 0 12px;
    clear: both;
    color: #2d8714;
    line-height: 1em;
    font-weight: 700;
    text-decoration: none;
    background: transparent url('/site_assets/images/global/basic_link_arrow.gif') no-repeat 0 1px;
}

a.newsletter_thank_you_for_subscribing{
    font-size: inherit;	
}

a:hover.single_line,
a:hover.attention_link {
    color: #1c5e0c;
    text-decoration: underline;
    background-position: 0 -99px;
}

a.single_line_large{
    padding-left:16px;
    font-size: 0.77em;
    line-height:1.4em;
    background: transparent url('/site_assets/images/global/basic_link_arrow.gif') no-repeat 0 4px;
}

a.single_line_large:hover{
    color: #1c5e0c;
    text-decoration: underline;
    background-position: 0 4px;
}

a.attention_link {
    background-image: url('/site_assets/images/global/attention_link_bg.gif');
}

/* ------ Global Column Layout ------ */

#left_column {
    float: left;
    display: inline;
    width: 170px;
    margin: 0 0 0 20px;
    padding: 0;
}

#center_column {
    float: left;
    width: 350px;
    margin: 0 0 0 20px;
    padding: 0;
    overflow: hidden;
}

.center_column_centered{
    left: 210px;
    margin:20px 0 0 0 !important;	
    float: left !important;
    position: relative;
}

#two_column {
    float: left;
    display: inline;
    width: 530px;
    margin: 0 0 0 20px;
    padding: 0;
    overflow: hidden;
}
#two_column #center_column {
    margin: 0;
}

.two_column_single_border{
    width: 100%;
    height: 1px;
    border-top: 1px Solid #CCCCCC;
    margin: 10px 0;	
    position: relative;
    float: left;
}

.two_column-full-width-text-block{
    width:auto;
    height: auto;
    padding: 42px 0 0 0;
    display: block;
}

#right_column {
    float: left;
    width: 170px;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
}

#center_column .main-left {
    float: left;
    overflow: hidden;
    width: 170px;
    padding: 0;
    margin: 0;
}

#center_column .main-right {
    float: left;
    overflow: hidden;
    width: 170px;
    margin: 0;
    padding: 0 0 0 10px;
}

/* ------ Paragraph Styles ------ */

#two_column p {
    float: left;
    width: 100%;
    font-size: 0.75em;
    color: #484848;
    padding: 3px 0 3px 0;
    margin: 3px 0 3px 0;
}

#center_column p {
    float: left;
    font-size: 0.75em;
    color: #484848;
    padding: 3px 0 3px 0;
    margin: 3px 0 3px 0;
}

#page_copy {
    float: left;
    padding: 10px 0 10px 0;
    margin: 0;
    width: 100%;
    position: relative;
}

#center_column a.highlight_read_more {
    float: left;
    width: 100%;
    clear: both;
    margin: 6px 0 0 0;
    padding: 0 0 0 12px;
    text-decoration: none;
    font-weight: 700;
    line-height: 0.8em;
    color: #2d8714;
    background: transparent url('/site_assets/images/global/basic_link_arrow.gif') no-repeat 0 1px;
}

#center_column a:hover.highlight_read_more {
    color: #236114;
    text-decoration: underline;
    background-position: 0 -99px;
}

/* ------ Column Layout for Homepage ------ */

#left_column_home {
    float: left;
    display: inline;
    width: 370px;
    margin: 0 0 0 20px;
    padding: 0;
}

#center_column_home {
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
}

#right_column_home {
    float: left;
    width: 170px;
    margin: 0 0 0 10px;
    padding: 0;
}

/* ------ Expanding Content ------ */

.expanding_content {
    float: left;
    width: 350px;
    margin: 10px 0 0 0;
    padding: 0;
}

.expanding_content h4 {
    float: left;
    width: 350px;
    margin: 0;
    padding: 0;
}

.expanding_content h4 a,
.expanding_content a.expand_button {
    float: left;
    width: 314px;
    margin: 0;
    padding: 5px 18px 3px 18px;
    color: #2d8714;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    background: transparent url('/site_assets/images/global/expanding_content_bg.jpg') no-repeat 0 0;
}
.expanding_content h4 a {
    font-size: 0.917em;
}

.expanding_content h4 a:hover,
.expanding_content a:hover.expand_button {
    text-decoration: underline;
}

.expanding_content a.active {
    background-position: 0 -100px;
}

#center_column .expanding_content p {
    float: left;
    width: 330px;
    margin: 0;
    padding: 5px 10px 0 10px;
    font-size: 0.755em;
}



/* ------ Consistent Site Styles ------ */

.greyLine {
    float: left;
    width: 350px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
    padding: 0
}

.errorMessage {
    color: #cc0000;
    font-size: 0.75em;
    padding: 0 10px 0 10px;
}

#bottom-page-links{
    width: auto;
    height: auto;
    left: 210px;
    float: left;
    position: relative;
}

#bottom-page-links p{
    padding: 0 0 2px 0;	
}

p.bottom-page-links{
    font-size: 0.7em;
    margin:0;
    color: #666666;
    position: relative;
    float: left;
}

.media_embed{
    top:10px;
    padding:0 0 20px 0;
    position: relative;
}


/* ------ Energy Monitor Prize Draw ------ */
#energy-panel {
    float: left;
    position: relative;
    width: 300px;
    height: 286px;
    display: block;
    margin: 0;
    padding: 0 0 0 460px;
    background: transparent url('/media/images/we_are_doing/climate-change/energyMonitor/energy-background.jpg') no-repeat 0 0;
    z-index: 900;
    color: #535353;
}

#energy-panel-friend {
    float: left;
    position: relative;
    width: 300px;
    height: 286px;
    display: block;
    margin: 0;
    padding: 0 0 0 460px;
    background: transparent url('/media/images/we_are_doing/climate-change/energyMonitor/energy-background-friend.jpg') no-repeat 0 0;
    z-index: 900;
    color: #535353;
}

#energy-form {
    float: left;
    width: 300px;
    display: block;
    margin: 0;
    font-size: 1.0em;
}

h3.form-title {
    margin: 20px 0 0 0;
    padding: 0 ;	
}

h4.form-sub-title {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 10px 0;	
}

form.energy {
    margin: 0;
    padding: 0;
}

form.energy a {
    color: #000;
}

form.energy a:hover {
    text-decoration: none;	
}

form.energy label {
    margin: 0 0 2px 0;
    font-size: 0.8em;
    float: left;
    width: 105px;
}

form.energy input.text {
    float: left;
    background: transparent url('/media/images/we_are_doing/climate-change/energyMonitor/text-field.jpg') no-repeat 0 0;
    width: 161px;
    margin: 0 0 2px 0;
    line-height: normal;
    padding: 0 5px 0 5px;
    height: 20px;
    border: none;	
}

form.energy input.checkbox {
    float: left;
    clear: left;
}

form.energy small {
    margin: 0 0 20px 0;
    font-size: 0.6em;
    width: 276px;
    display: block;	
}

form.energy small.terms-text {
    margin: 0;
    padding: 0 0 0 5px;
    float: left;
    width: 250px;
}

form.energy small.terms-text-small {
    margin: 0;
    padding: 0 0 0 5px;
    float: left;
    width: 110px;
}

form.energy input.enterDraw {
    float: right;
    background: transparent url('/media/images/we_are_doing/climate-change/energyMonitor/enter-draw-button.jpg') no-repeat 0 0;
    border: 0;
    width: 111px;
    margin: 0 25px 0 0;
    height: 28px;
    text-indent: -99999px;
    cursor: pointer;
    overflow: hidden;
    color: transparent;
    font-size: 0; 
    line-height: 0;
}

form.energy input.sendToFriend {
    float: right;
    margin: 15px 25px 0 0;
    background: transparent url('/media/images/we_are_doing/climate-change/energyMonitor/sendToFriend-button.jpg') no-repeat 0 0;
    border: 0;
    width: 131px;
    height: 28px;
    text-indent: -99999px;
    cursor: pointer;
    overflow: hidden;
    color: transparent;
    font-size: 0; 
    line-height: 0;
}

form.energy p.error {
    clear: both;
    float: left;
    color: #FF0000;
    margin: 3px 0 3px 0;
    padding: 0;
    font-size: 0.7em;
    width: 250px;
}

form.energy .clear-5 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 5px;
}

form.energy .clear-20 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 20px;
}

/* ------ Debug output ------ */

#debug
{
    width: 100%;
    clear:both;
    background: #fff;
    text-align: left;
}

#debugTextField
{
    width: 95%;
    height: 500px;
}

p.small-copy{
    font-size: 0.65em !important;
    color: #666666 !important;
}

a.submit-btn{
    width: 75px;
    height: 20px;
    margin: 10px 0;
    display: block;
    text-indent: -99999px;
    background: url("/site_assets/images/panels/button_green_on_green_submit.jpg") no-repeat;
}

a.submit-btn:hover{
    background: url("/site_assets/images/panels/button_green_on_green_submit.jpg") no-repeat 0 -20px;
}

#featured_item h2 a{
    color:#2D9616;
    padding: 10px 0 0 9px;
    float: left;
    text-decoration: none;
}

/* Our Awards */
div.our-awards h3{
    margin-bottom: 10px;
}

div.our-awards .award-bfeature{
    height: 200px;
    margin: 5px 10px 10px 0;
    float: left;
    position: relative;
}

div.our-awards .award-bfeature-wide{
    width: 350px;
    background: #f4f4f4 url('/media/images/about/ourAwards/bFeature/bFeature-wide-bar.jpg') no-repeat 0 0;
}

div.our-awards .award-bfeature-normal{
    width: 170px;
    background: #f4f4f4 url('/media/images/about/ourAwards/bFeature/bFeature-normal-bar.jpg') no-repeat 0 0;
}


div.our-awards .award-bfeature p{
    width: 150px !important;
    color: #424242;
    padding-left: 10px !important;       
}


div.our-awards .award-bfeature h4{
    font-size: 1em;
    color:#6baf00;
    text-decoration: none;
    margin: 0;
    padding: 10px 0 0 9px;
    float: left;
}


div.our-awards .award-bfeature h4 a{
    color:#6baf00;
    text-decoration: none;
    margin: 0;
}


div.our-awards .award-bfeature h4 a:hover{
    color:#6D6D6D;
}


div.our-awards .award-bfeature img{
    position: absolute;
    bottom: 0;
    left: 0;
}
