/*
	This is the section (site) specific css for environment.
	It contains unique elements such as color schemes and backgrounds.
	Please fewer comments in here and add more comments to the wiki at
	http://wiki.nationalgeographic.com/index.php/Site-wide_CSS_implementation
*/


/* =Body
-----------------------------------------------------------------------------*/
body {
	background: #fff url('/staticfiles/NGS/Environment/SiteAssets/img/backgrounds/page-background-environment.jpg') repeat-x top center;
}


/* =Content Container - page background (defaults to UL rounded corner)
-----------------------------------------------------------------------------*/
#Environment #content-container-home {
	background: #fff url('/staticfiles/NGS/Environment/SiteAssets/img/backgrounds/content-container-home.gif') no-repeat top left;
}

#Environment #content-container {
	background: #fff url('/staticfiles/NGS/Environment/SiteAssets/img/backgrounds/content-container-inside.gif') no-repeat top left;
}

#main-header h2 a:link,
#main-header h2 a:visited,
#main-header h2 a:hover,
#main-header .selected a {
	color: #4F6C36;
}


/* =Features skin override for environment skin
-----------------------------------------------------------------------------*/
/*
.collection h2 {
	padding-top: 8px;
}

.collection .body {
	padding-left: 18px;
}
*/

/* add by sugi: 2008.11.11 */
.promo p {
	line-height:1.2 !important;
}
#content-center-well h3 {
	border: none !important;
	margin-bottom: 4px !important;
	padding-bottom: 0 !important;
	line-height:1.3;
}

/* =Multimedia Box
-----------------------------------------------------------------------------*/
#content-center-well .multimedia .header { display: none; }


/* =Poll
-----------------------------------------------------------------------------*/
.but_vote {
	background: url('/staticfiles/NGS/Environment/SiteAssets/img/buttons/poll-votebutton-white.gif') 0 0 no-repeat;
}




/* =Sponsors Right Rail Collection (for type 'sponsors-right-rail')
-----------------------------------------------------------------------------*/

#content-right-rail .sponsors-right-rail .body {
	background: url('/staticfiles/NGS/Environment/SiteAssets/img/backgrounds/right-rail-sponsor-210-body.gif') repeat-y top left;
}

#content-right-rail .sponsors-right-rail .footer {
	background: url('/staticfiles/NGS/Environment/SiteAssets/img/backgrounds/right-rail-sponsor-210-footer.gif') no-repeat;
	height: 10px;
}

/* =Topic Pages
-----------------------------------------------------------------------------*/
.topicpage-leadparagraph {
	/*padding: 25px 200px 0px 25px;*/
	/*padding: 20px 160px 0 25px;*/
	padding: 25px 160px 10px 20px;
	height: 210px;
	background-repeat: no-repeat;
	font-size: 13px;
	margin-bottom: 10px;
	color: #fff !important;
	margin-top: 1px;
}
.topicpage-leadparagraph .action{
	margin-top: 12px;
}

