@import "includes/css/smoothness/jquery-ui-1.7.2.custom.css";

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/
body {margin:0; padding:0;width:auto; height:auto;font:10px Verdana, Arial, Helvetica, sans-serif; line-height: 1.4em; background:#b1b0a0 url(images/page_bg.png) repeat scroll 0 0; color:#000;}
img {border:0;}
p {line-height:1.4em;}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h1, h2, h3, h4, h5 {color:#06516a;line-height:1.2em}

h1 {margin:0;padding:0;display: none;}
h2 {margin:0; padding:0; font-size:1.8em; font-weight:normal;}
h3 {margin:0; padding:0; font-size:1.4em; font-weight:bold;}
h4 {margin:0; padding:0; font-size:1.2em; font-weight:bold;}
h5 {margin:0; padding:0; font-size:1em; font-weight:normal;}

#sidebar h4 {margin-bottom:.5em;}

a:link, a:active, a:visited {color:#06516a;text-decoration:none; outline:none;}
	.learn-more {margin:20px 0 0 0; padding:0;width:96px; height:20px;background:url(images/learn.png) no-repeat top center;display:block; text-indent:-9999px; outline:0;}
	.read-more {margin:20px 0 0 0; padding:0;width:96px; height:20px;background:url(images/read.png) no-repeat top center;display:block; text-indent:-9999px; outline:0;}
	.watch-vid {margin:20px 0 0 0; padding:0;width:96px; height:20px;background:url(images/watch-vid.png) no-repeat top center;display:block; text-indent:-9999px; outline:0;}
	.show {margin:20px 0 0 0; padding:0;width:96px; height:20px;background:url(images/read.png) no-repeat top center;display:block; text-indent:-9999px; outline:0;}
	.hide {margin:20px 0 0 0; padding:0;width:96px; height:20px;background:url(images/hide.png) no-repeat top center;display:block; text-indent:-9999px; outline:0;}
	.subscribe {margin:0; padding:0;width:121px; height:20px;background:url(images/subscribe.png) no-repeat top center;display:block; text-indent:-9999px; outline:0;}
	.latest-blog {margin:-50px 0 0 200px; padding:0;	font:bold 0.92em; color:#bcd4dc;position:absolute;}
	
a:hover {text-decoration:underline;}
.learn-more:hover, .read-more:hover, .show:hover, .hide:hover, .subscribe:hover, .watch-vid:hover {background-position:0 -20px;}
.learn-more:active, .read-more:active, .show:active, .hide:active, .subscribe:active, .watch-vid:active {background-position:0 -20px;}

/*.post_info a {text-transform:uppercase;font-weight:bold;}
a.cat {text-transform:none;}*/

dt {font-size:1.4em; font-weight:bold; color:#222;text-indent:20px;}
dd {padding:1em 40px 1em 0; font-size:1.2em}
.anchorNav {padding:4px;font-size:1.2em;font-weight:bold;}
.anchornav a {color:#297033;}
ol {line-height:1.6em;}
ol li {margin-bottom:1.6em;}
ol li span {color:#297033; font-weight:bold;}
ol li ul li {margin:0;}
ol li ul li span {color:#61666c;}


/* Misc */

.image-caption {margin:5px auto -30px auto; padding:0 0 80px 0;width:80%;font:normal 1.1em Georgia, "Times New Roman", Times, serif; color:#8c9ba3;}
	.image-caption span {	margin:5px 0 10px 0; padding:0;font:bold italic 1.10em Georgia, "Times New Roman", Times, serif;display:block;}

.input {font:0.8em Verdana, Arial, Helvetica, sans-serif; color:#7fa4c9;}


/* 02 - STRUCTURE
/* ----------------------------------------------*/
.statcounter {display:none;}

.clearfix:after {content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix_left:after {content: " "; display: block; clear: left; visibility: hidden; line-height: 0; height: 0;}
.clearfix, .clearfix_left {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.container {margin:0 auto; padding:0 10px; width:960px; height:auto;}
#content-left .container {background: url(images/main_bg.jpg)}

.left {float:left;}
.right {float:right;}

/* 03 - HEADER
/* ----------------------------------------------*/

#header {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#FFF;
}

#header-left {
background:transparent;
/* height:50px; */
}

#header-left div.container {
background:url(images/header_bg.png);
/* height:50px; */
position:relative;
z-index:200;
}

.message_banner {padding: 0 12px;background:url(http://files.netgreennews.com/images/message_banner_bg.png); width:936px; height:20px;}
.message_banner_text {color:#fff;line-height:20px;}
.message_banner_text span {font-weight:bold;color:#eee889}
.message_banner_text a {font-weight:bold;color:#eee889}
.message_banner_text a:hover, .message_banner a:active {color:#eee889}


#nav {position: absolute;bottom: -4px; left: 0px;margin:12px 0 4px 110px; padding:0 0 0 4px;list-style:none;height:50px;background:url(images/nav_divider.jpg) no-repeat left}
	
	#nav li {margin:0 0 4px; padding:4px 0 0; height:46px; float:left;width:auto;background:url(images/nav_divider.jpg) no-repeat right;}
	
		#nav li a {color:#ddd;margin:0;padding:12px 10px 8px 8px;display:block; font-size:1.1em; font-weight:bold;text-decoration:none;}
		
		#nav li:hover a {color:#fff;}
		
		#nav li a:link, #nav li a:visited, #nav li a:active {outline:0;} 
		
		#nav li.current_page_item a:link, 
		#nav li.current_page_item a:visited, 
		#nav li.current_page_item a:active,
		#nav li.current_page_parent a:link, 
		#nav li.current_page_parent a:visited, 
		#nav li.current_page_parent a:active {
			color:#fff;outline:0;}
		
		#nav li.current_page_item ul li a:link,
		#nav li.current_page_item ul li a:visited,
		#nav li.current_page_item ul li a:active,
		#nav li.current_page_parent ul li a:link, 
		#nav li.current_page_parent ul li a:visited, 
		#nav li.current_page_parent ul li a:active {
			color:#ccc;
		}
		
		#nav li ul {margin:12px 0 0; padding:0 0 5px 10px;list-style:none;position:absolute; width:150px; left:-999em; background:#243a42  url(images/nav_drop_bg.png) repeat-x; -moz-border-radius-bottomright: 6px;-webkit-border-bottom-right-radius: 6px;border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px;-webkit-border-bottom-left-radius: 6px;border-bottom-left-radius: 6px;}
		
			#nav li:hover ul {left:auto;}
			
			#nav li:hover ul li{padding:8px 0;margin:0;height:auto;background:none;}
			
			#nav li:hover ul li a {display:block;width:140px;margin:0; padding:0; color:#ccc; font-size:1em; font-weight:normal; border-right:0;}
	
			#nav li:hover ul li a:link, 
			#nav li:hover ul li a:visited,
			#nav li:hover ul li a:active {
				outline:0;
			} 
	
			#nav li:hover ul li.current_page_item a 
			#nav li:hover ul li.current_page_item a:link, 
			#nav li:hover ul li.current_page_item a:visited,
			#nav li:hover ul li.current_page_item a:active {
				color: #eee;
			}
			
			#nav li:hover ul li a:hover {
				color:#eee;
			}

#searchform-header {
	margin-right: 50px;
	padding:10px 10px;
	float:right;
	background:url(images/nav_divider.jpg) no-repeat right;
}

	.search-box {
		margin:3px 6px 0; padding:0 6px;
		width:132px; height:24px; line-height: 16px;
		background:url(images/searchbox.jpg) no-repeat top center;
		font: Verdana, Arial, Helvetica, sans-serif; color: #949494;
		float:left; display:inline; position: relative;
		border:0;
	}	

	.search-button {
		margin:2px 3px 0 0;
	}

#rss_menu {
	list-style:none;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	right:10px;
	margin:0 0 6px;
	padding:0;
}

#rss_menu .rss_icon {	
	display:block;	
	width:50px;
	height:50px;
	background:transparent;
	background:url(images/rss_menu_new.png) no-repeat;
	margin: 0 0 6px;
}

#rss_menu .rss_icon:hover {
	background-position:0 -50px;
}

	#rss_menu li ul {margin:50px 0 0 -110px; padding:0 0 5px 10px;list-style:none;position:absolute; width:150px; left:-999em; background:#243a42  url(images/nav_drop_bg.jpg) repeat-x; -moz-border-radius-bottomright: 6px;-webkit-border-bottom-right-radius: 6px;border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px;-webkit-border-bottom-left-radius: 6px;border-bottom-left-radius: 6px;}
	
		#rss_menu li:hover ul {left:auto;}
		
		#rss_menu li:hover ul li{padding:4px 0;margin:0;height:auto;background:none;color:#ddd;display:block; font-size:.9em; font-weight:normal;text-decoration:none;}
		
		#rss_menu li:hover ul li a {display:block;width:140px;margin:0; padding:0; color:#ccc; font-size:1em; font-weight:normal; border-right:0;}

		#rss_menu li:hover ul li a:link, 
		#rss_menu li:hover ul li a:visited,
		#rss_menu li:hover ul li a:active {
			outline:0;
		} 

		#rss_menu li:hover ul li a:hover {
			color:#eee; text-decoration:none;
		}

	
/* 03 - CONTENT
/* ----------------------------------------------*/

#content-repeat {
	margin:0; padding:0;
	width:auto; height:auto;
}

#content-left {
	margin:0; padding:0;
}

#content {
	margin:0; padding:0;
}

#main {
	width:auto;
	padding:10px;
	background:#fff;
	min-height:300px;
}

.video {
	width:940px;
	height:529px;
	background: #333;
	margin: 0 auto 1em;
}

#featured_pane{
	width:960px;
	height:280px;
	margin:0;
	background: #fff;
	position:relative;
	overflow:hidden;
}

.bl_header_logo{
	display:block;
	height:120px;
	width:75px;
	position:absolute;
	bottom:60px;
	right:30px;
}

#featured_items {
	display:none;
}

#featured_img {
	width:960px;
	height:280px;
	display:block;
}

#fader {
	display:none;
}

#featured_overlay {
	position:absolute;
	overflow:hidden;
	width:440px;
	height: 170px;
	z-index:100;
	background:url(images/trans70.png);

	top:40px;
	-moz-border-radius-bottomright: 6px;-webkit-border-bottom-right-radius: 6px;border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;-webkit-border-top-right-radius: 6px;border-top-right-radius: 6px;
}
	#overlay_content{
		padding: 10px 20px;
		width: 400px;
	}

	#featured_overlay p{
		color:#fff;
		font-size:1.1em;
		line-height:1.2em;
		margin: 8px 0;
	}

	#featured_overlay h2 {
		font-size:1.8em;
		
		margin: 5px 0 0;

	}

	#featured_overlay h2 a{ 
		color:#d2cd7f; 
	}

	a.watch {
		display:block;
		height:20px;
		width:96px;
		margin: 1.4em 0 0;
		background: url(images/watch.png);
		outline: none;
	}

	a:hover.watch {
		background-position: 0 -20px;
		outline: none;
	}

	a:active.watch {
		background-position: 0 -20px;
		outline: none;
	}

#featured_nav {
	z-index:1000;
	position:absolute;
	top:40px;
	right: 0;
	width:30px;
	height:170px;
}

#follow_us {
	position:absolute;
	overflow:hidden;
	width:158px;
	height: 22px;
	padding:4px 9px 4px 7px;
	z-index:100;
	background:url(images/follow_grad_bg.png) bottom;
	font-size:.9em;
	font-weight:bold;
	line-height:16px;
	text-align:right;
	color:#999;
	bottom:0;
	right:0;
	-moz-border-radius-topleft: 6px;-webkit-border-top-left-radius: 6px;border-top-left-radius: 6px;
}

#follow_us a img {padding: 2px 3px 0 0;}

#buttons {
	height:170px;
	padding:0;
	background: url(images/trans70.png);
	-moz-border-radius-topleft: 6px;-webkit-border-top-left-radius: 6px;border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;-webkit-border-bottom-left-radius: 6px;border-bottom-left-radius: 6px;
}

	#prev, #next {margin:0;width:30px;height:30px;display:block;background:transparent url(images/arrows.png);}
	#next{margin:0;background-position: 0 -30px;}
	#prev:hover {background-position: -30px 0;}
	#next:hover {background-position: -30px -30px;}
	#prev:active {background-position: 0 0;}
	#next:active {background-position: 0 -30px;}
	#prev:link, #next:link, #prev:hover, #next:hover, #prev:active, #next:active, #prev:visited, #next:visited {outline:0;}

	a.page_btn{
		margin:2px auto;
		width:30px;
		height:20px;
		display:block;
		background:transparent url(images/page_btn.png);
	}

	a:hover.page_btn, a:active.page_btn {
		background-position: 0 -20px;
	}

	a:link.page_btn, a:hover.page_btn, a:active.page_btn, a:visited.page_btn {outline:0;}

	a.page_current {
		background-position: 0 -20px;
	}



#latest {
	width:960px;
	margin:-29px 0 0;
}

#bp_latest {
	background:#a7c6dc;
	float:right;
	width:596px;
	padding: 8px;
	margin-left:16px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

#news_text {margin-top:1.4em;}

#bp_latest .video {width:564px;}

.tab_content {padding:10px;background:#ffffff;}

.tab {display:block;height:20px;background: url(images/tab.png) no-repeat;background-position: 0 -30px;}

.main_video {
	padding: 0 0 2.5em;
	min-height:605px;
}

.main_video h3 {
	margin-bottom:.5em;
	font-weight:bold;
	font-size:1.3em;
}



.addthis {
	float:right;
}

.related_container {
	width:940px;
	overflow:hidden;
}

.related {
	width:960px;
	margin: 0;
}

.vid_item {
	width: 220px;
	float:left;
	margin: 0 20px 0 0;
}

.vid_thumb {
	margin-bottom:10px;
	width:220px;
	height:124px;
}

.archive_thumb {
	float:left;
	margin:0 10px 10px 0;
	width:125px;
	height:75px;
}

.vid_caption {
	width:220px;
	margin:0;}

#lower {
	width: 960px;
	background: #ededed url(images/lower_bg.jpg) repeat-y;
}

#lower_left {
	float:left;
	width:640px;
}

	#left_top {
		float:left;
		width:620px;
		padding:30px 10px 0;
		background: #f6f6f6 url(images/lower_left_top.jpg) repeat-x;
	}
	
	#left_bottom {
		float:left;
		width:640px;
		padding:17px 0 0;
		border-top: 3px solid #bbb;
		background: #ededed;
	}

#lower_right {
	float:right;
	width:300px;
	padding: 20px 10px 0;
	background: #bbb url(images/lower_right_top.jpg) repeat-x;
}

#page_left {
	float:left;
	width:620px;
	padding:10px;
	background: #fff;
}

#page_right {
float:right;
width:300px;
padding:40px 10px 0;
}

#page_full {
width:940;
padding:10px;
background: #fff;
}

.page_full {
width:940;
padding:10px;
background: #fff;
}

#page_full p {font-size:1.2em;}

.page_header {
	display:block;
	background: #f8f8f8 url(/images/page_header_bg.jpg) repeat-y;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#fff;
	margin:-10px -10px 10px;
	text-indent:10px;
}

.col {	
	width:300px;
	margin:0;
	padding: 0 10px;
}

.col_sidebar {
	
}

.section {margin-bottom:30px}

.section_head {border-bottom:1px solid #444;
color:#444;
font-size:1.1em;
font-weight:bold;
margin-bottom:20px;
text-transform:uppercase;}

.col_block {
	padding:10px;
	background:#fff;
	margin-bottom:16px;
	border:1px solid #ccc;
}

.col_block p {
	font-size: .9em;
	line-height: 1.6em;
	padding:0;
	margin:1em 0 1.6em;
	text-align: left;
}



#left_col_wide .col_block p {
	margin:1em 10px 1.6em;
	text-align: left;
	font-size: 1em;
}

.col_block h2, .col_block h3, .col_block h4 {
	font-weight:bold;
	padding: 0;
	margin: 0 0 6px;
}

.col_block h2 {font-size: 1.5em;}
.col_block h3 {font-size: 1.1em;}
.col_block h4 {font-size: .9em;}

.col_block .col_head, #latest_content .col_head {
	font-size: 1.5em;
	display:block;
	color: #297033;
	line-height:1em;
	background:url(images/col_head_bg.jpg) repeat-x bottom left;
	margin:  -10px -10px 10px -10px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
}

.col_block ul {
	padding-left:25px;
	font-size:.9em;
	line-height:1.6em;
	margin-bottom:1.6em;
}

.divider {
	clear:both;
	width:100%;
	height:1px;
	margin: 1em auto;
	border-bottom: 1px dotted #ccc;
	
}

/*---		Newsletter Signup Form 		---*/

#mc-embedded-subscribe-form fieldset{
	border:none;
	padding:0;
	margin:0;
}
#mc_embed_signup {
	width:300px;
}
#mc_embed_signup label {
	display:block; 
	width:100px;
	height:17px;
	padding-top:3px;
	float:left;
	font-family:Verdana,sans-serif;
	font-size:10px;
	text-indent: 6px;
}
.mc-field-group {
	padding-bottom:8px;
	clear:both;
}

#mce-success-response{
	margin-bottom:10px;
	font-family:Verdana,sans-serif;
	font-size:10px;	
	background: #FFF9B6;
	border: 1px solid green;
	padding: 4px;
}

input.mce_inline_error {
	background:none repeat scroll 0 0 #FFF9B6;
	border:1px solid #F00;
}

div.mce_inline_error {
	color:#f00;
	font-family:Verdana,sans-serif;
	font-size:10px;
	margin-left:100px;
}

#sitemap {
	font-size:1.2em;
	font-weight:bold;
	list-style:none;
}

#sitemap li {
	margin:.5em 0;
}

#sitemap li ul {
	font-size: .8em;
	font-weight: normal;
}
	
/* 03.D - POSTS
/* ----------------------------------------------*/

.post_head {
	margin: 0 0 20px;
}

p.post_desc {margin-left:135px;}

p.post_info, p.post_info {
	margin:.4em 0 0;
	padding:0;
	line-height:1em;
}

.post_text p {margin:1em 10px;}

.post_content p {font-size:1.2em;}

.post {
	margin:0; padding:0 0 16px;
	width:auto; height:auto;
	overflow:hidden;
}
	
/* Blog Entry Styles - Images */

.wp-caption {
	text-align: center;
	padding: 0 0 5px;
	background: #fff;
}

.wp-caption img {
	padding: 5px;
}

.wp-caption-text {
	margin: 10px 0 0;
	padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
	text-align: center; 
	margin: 0;
	padding: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	margin: 0 0 15px 20px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 0 20px 15px 0;
	display: inline;
	float: left;
	}

img.wp-smiley  {
	padding: 0;
	border: none;
}
	
	
/* 03.E - SIDEBAR
/* ----------------------------------------------*/

#sidebar {
	margin:0; padding:0;
	list-style:none;
}

	#sidebar li {
		margin:0 0 30px 0; padding:0;
	}
	
		#sidebar li ul {
			margin:0; padding:0;
			list-style:none;
			background:#eaeaea;
			border:1px solid #ddd; border-width:0 1px 1px 1px;
		}
	
		#sidebar li ul li {
			margin:0; padding:7px 10px;
			border-top:1px solid #ddd;
		}
		
			#sidebar li ul li ul, #sidebar li ul li ul li ul {
				margin:10px 0 0 0;
				background:none;
			}

/* 03.E - SINGLE.PHP
/* ----------------------------------------------*/
	
.input {
	margin:0; padding:9px;
	width:auto; height:auto;
	background:#FFF url(images/input.jpg) repeat-x top center;
	border:1px solid #bfdae7;
}

	textarea.input {
		width: 95%; height:auto;
	}
	
#submit {
	margin:0; padding:0;
	width:70px; height:23px;
	background:url(images/submit.jpg) no-repeat top center;
	display:block;
}
		
/* 04 - FOOTER
/* ----------------------------------------------*/

#footer.container {
	padding:10px;
	width:960px;
	height:70px;
	background: url(images/footer_bg.png);
}

#footer_nav {
	list-style:none;
	margin: 10px;
	padding: 0;
	text-align:center;
}

#footer_nav li {
	list-style:none;
	display:inline;
	padding: 8px;
}

#footer_nav li a{
	color:#ddd;
	font-weight:bold;
}

#footer_nav li a:hover{
	color:#fff;
}

#copyright {
	text-align:center;
	color:#ddd;
	font-size:.9em;
}