
/* ================================================
 
Theme Name: New Earth Solutions
Description: New Earth Solutions Theme
Author: Atelier Studios
Author URI: http://www.atelier-studios.com/
Date: April 2008

==================================================*/


/*------------------------------------------------

		1. Globals
		
		2. Typography

		3. Main Navigation 

		4. Structure
		
		5. Images
		
		6. Lists 
		
		7. Form Elements 
		
		8. Comments

		9. Various Tags & Classes 
		
		10. Forms
				
		11. Headers

		12. Sidebar Scoller Styles

---------------------------------------------------

		COLOURS
		
		Background Colour           #d1d7d5
		
		Text Grey 					#2e2e2e
		
		Text Orange 				#df6c17
		
		Headings Darker Grey		#484848
			
		A Link Hover Brown			#3b1900
		
		Sidebar Nav A Link 			#30719b
		
		Sidebar Nav A Link Hover	#274107
		
		
		

-------------------------------------------------*/


/*=================================================

	1. Globals
 
 ===================================================*/


html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* 
Reset all margins/padding */
* { 
	margin:0;
	padding:0;
}

/* 
Gets rid of outlined links in Firefox */
a {
	outline: none;
}


/* 
No boders on images */
img {
	border:0;
	padding: 0;
	margin: 0;
}



/*
	IE PNG Fix http://www.twinhelix.com/css/iepngfix/
 */

* { behavior: url(/wp-content/themes/new_earth/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */





/*=================================================

	2. Typography
 
 ===================================================*/
 
body {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #2e2e2e;
	margin:0;
	padding:0;
	}

.narrowcolumn p {
	margin: 0 0 15px 0;
	}
	
.widecolumn p {
	margin: 0 0 15px 0;
	}	

.sub_header_text p {
	color: #666666;
	line-height: 20px;
	}

#footer p {
	font-size: 11px;
	margin: 0;
	padding: 0 0 4px 0;
	color: #FFFFFF;
	text-align: center;
	}


strong {
	font-weight:bold;
	color: #2e2e2e;
	}
	
em{
	font-style:italic;
	display:inline;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}		
	
small {
	font-size: 11px;
	line-height: 25px;
	}	

h1, h2, h3, h4, h5, h6 {
	/*font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 20px;
	color: #484848;
	text-align:left;
	line-height: 26px;
	}


h2 {
	padding: 0 0 10px 0;
	font-size: 28px;
	color: #484848;
	text-align:left;
	line-height: 32px;
	clear:both;
	}
	
h3 {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 10px 0;
	color: #484848;
	}

h4 {
	font-size: 18px;
	line-height: 16px;
	padding: 5px 0 10px 0;
	color: #484848;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}

h5 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #df6c17;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}

h6 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #484848;
	}

#subpages-title {
	display: none;
	}

/*-----------------------------------
 Link Styles
 ------------------------------------- */

#footer p a {
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer p a:hover {
	color: #df6c17;
	text-decoration: underline;
	}

ul.sidebar_nav	a, ul li#sub-page-menu ul a {
	color: #30719b;
	text-decoration: underline;
	}

ul.sidebar_nav a:hover, ul li#sub-page-menu ul a:hover {
	color: #274107;
	text-decoration: underline;
	}

ul.sidebar_news a {
	color: #df6c17;
	text-decoration: underline;
	}
	
ul.sidebar_news a:hover {
	color: #3b1900;
	text-decoration: underline;
	}	

div.sidebar_site_dev a {
	color: #df6c17;
	text-decoration: underline;
	}

div.sidebar_site_dev a:hover {
	color: #3b1900;
	text-decoration: underline;
	}	
	
#content a {
	color: #df6c17;
	text-decoration: none;
	}

#content a:hover {
	color: #3b1900;
	text-decoration: underline;
	}
	

h3 a {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 28px;
	color: #484848;
	text-align:left;
	line-height: 32px;
	float: left;
	clear: both;
	}
	
	h3 a:hover {
	text-decoration: underline;
	color: #FF0000;
	}

.widgettitle {
	display: none;
	}
	

/* End Typography & Colors */



/*=================================================

	3. Main Navigation 
	
=================================================*/

/* Start Top Nav */

ul#top_nav{
	margin:7px 30px 0 0;
	padding: 0;
	width: 830px;
	height: 25px;
	float: left;
	/*background-color: #9999FF;*/
	}

	ul#top_nav li {
	float: right;
	list-style-type:none;
	margin: 0;
	padding: 0 10px;
	/*background-color: #FF0000;*/
	}		
	
	#top_nav li.line {
	border-left: 1px solid #FFF;
	}
	
	ul#top_nav li a {
	color: #FFFFFF;
	text-decoration: none;
	}		
	
	ul#top_nav li a:hover {
	color: #df6c17;
	text-decoration: none;
	}		

/* End Top Nav */


ul#main_nav{
	margin:0;
	padding: 0;
	width: 629px;
	background-color:#99FF33;
	height: 20px;
	float:left;
	clear: both;
	/*background-color: #3333CC;*/
	}


ul#main_nav li {
	float: left;
	list-style-type:none;
	padding: 0;
	margin: 0;
	/*background-color: #FF0000;*/
	}		


#nav_home  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 85px; height:77px; text-decoration: none !important;
			  background-image:url(images/new_navigation/home.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_home:hover {background-position: -85px 0;}
			  
			  body.page-3 a#nav_home.current {
			  background-image:url(images/new_navigation/home.jpg);
			  background-repeat:no-repeat;
			  background-position: -85px 0;}
			  
			  
#nav_about  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 111px; height:77px; text-decoration: none !important;
			  background-image:url(images/new_navigation/about_us.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_about:hover {background-position: -111px 0;}
			  
			  body.page-2 a#nav_about.current {
			  background-image:url(images/new_navigation/about_us.jpg);
			  background-repeat:no-repeat;
			  background-position: -111px 0;}
			  
			  
#nav_news  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 76px; height:77px; text-decoration: none !important;
			  background-image:url(images/new_navigation/news.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_news:hover {background-position: -76px 0;}
			  
			  body.cat-3 a#nav_news.current {
			  background-image:url(images/new_navigation/news.jpg);
			  background-repeat:no-repeat;
			  background-position: -76px 0;}
			  
			  
#nav_investing  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 137px; height:77px; text-decoration: none !important;
			  background-image:url(images/new_navigation/investing_in.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_investing:hover {background-position: -137px 0;}

			  body.page-486 a#nav_investing.current {
			  background-image:url(images/new_navigation/investing_in.jpg);
			  background-repeat:no-repeat;
			  background-position: -137px 0;}

			  
			  
#nav_careers  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 94px; height:77px; text-decoration: none !important;
			  background-image:url(images/new_navigation/careers.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_careers:hover {background-position: -94px 0;}

			  body.page-10 a#nav_careers.current {
			  background-image:url(images/new_navigation/careers.jpg);
			  background-repeat:no-repeat;
			  background-position: -94px 0;}
			  
			  

#nav_contact  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 126px; height:77px; text-decoration: none !important;
			  background-image:url(images/new_navigation/contact_us.jpg);
			  background-repeat:no-repeat;
			  }
			  #nav_contact:hover {background-position: -128px 0;}
			  
			  body.page-5 a#nav_contact.current {
			  background-image:url(images/new_navigation/contact_us.jpg);
			  background-repeat:no-repeat;
			  background-position: -94px 0;}




	
/* End Main Navigation */


/* Start Sub Navigation */

ul#sub_nav {
	width: 860px;
	float: left;
	}
	
	ul#sub_nav li {
	float: left;
	list-style-type:none;
	display:inline;
	padding: 0;
	margin: 0;
	/*background-color: #FF0000;*/
	}		
	
#sub_nav_residual  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 226px; height:66px; text-decoration: none !important;
			  background-image:url(images/new_navigation/residual_waste.jpg);
			  background-repeat:no-repeat;
			  }
			  #sub_nav_residual:hover {background-position: -226px 0;}
			  #sub_nav_residual.selected {background-position: -226px 0;}	
	
	
#sub_nav_source  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 256px; height:66px; text-decoration: none !important;
			  background-image:url(images/new_navigation/source_segregated.jpg);
			  background-repeat:no-repeat;
			  }
			  #sub_nav_source:hover {background-position: -256px 0;}
			  #sub_nav_source.selected {background-position: -256px 0;}	
	
	
	
#sub_nav_energy  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 158px; height:66px; text-decoration: none !important;
			  background-image:url(images/new_navigation/energy_recovery.jpg);
			  background-repeat:no-repeat;
			  }
			  #sub_nav_energy:hover {background-position: -158px 0;}
			  #sub_nav_energy.selected {background-position: -158px 0;}	
	
	
	
#sub_nav_our_facilities  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 220px; height:66px; text-decoration: none !important;
			  background-image:url(images/new_navigation/our_facilities.jpg);
			  background-repeat:no-repeat;
			  }
			  #sub_nav_our_facilities:hover {background-position: -222px 0;}
			  #sub_nav_our_facilities.selected {background-position: -222px 0;}	
	

/* EndSub Navigation */


/* Sidebar Navigation - Subpage Widget */

div#sidebar ul li#sub-page-menu {
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type:none;
	}


ul li#sub-page-menu ul {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 230px;
	}

ul li#sub-page-menu ul li {
	background-image: url(images/sitewide/bullet_nav.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	list-style-type:none;
	float:left;
	width:177px;
	padding: 4px 0 7px 20px;
	margin: 0;
	}
	
/* End Sidebar Navigation - Subpage Widget */
	
/* Start Sidebar Navigation */

ul.sidebar_nav {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 230px;
	}

ul.sidebar_nav li {
	background-image: url(images/sitewide/bullet_nav.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	}
	

/* End Sidebar Navigation */

/*=================================================


	4. Structure 
 
=================================================*/

body {
	margin:0;
	padding:0;
	background-image: url(images/sitewide/bg_page.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d1d7d5;
	}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	/*background-color: #FFFFFF;*/
	}

#header {
	width: 860px;
	float:left;
	margin-top:32px;
	/*background-color: #FFCC33;*/
	}


#content_container {
	float: left;
	width: 860px;
	/*background-color: #FF0000;*/
	background-image: url(images/sitewide/bg_page_bounds.gif);
	background-position: right 0;
	background-repeat: repeat-y;
	}
	
#sub_header	{
	float: left;
	width: 860px;
	height: 270px;
	background-image:url(images/sitewide/bg_subheader.jpg);
	background-position: 419px 0;
	background-repeat: no-repeat;
	}
	
	.flash {
	float: left;
	width: 475px;
	height: 270px;
	background-color: #000000;
	}
	
	.sub_header_text {
	float: left;
	width: 260px;
	padding: 53px 0 0 85px;
	}

.narrowcolumn {
	float: right;
	width: 540px;
	padding: 20px 30px;
	/*background-color: #FFCCFF;*/
	}

.widecolumn {
	float: right;
	width: 540px;
	padding: 20px 30px;
	/*background-color: #999999;*/
	}
	
#sidebar {
	width: 230px;
	float:left;
	/*background-color: #3399CC;*/
	padding: 20px 0 0 0;
	margin: 0;
	}
/*
.narrowcolumn .postmetadata {
	display: none;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.postmetadata {
	clear: left;
}

*/

#content.narrowcolumn .post {
	padding:0;
	margin: 0;
	width: 100%;
	float: left;
	/*background-color: #66CC66;*/
	}

#content.widecolumn .post {
	padding:0;
	margin: 0;
	width: 100%;
	float: left;
	/*background-color: #66CC66;*/
	}

.entry {
	padding: 5px 0 0 0;
	margin: 0;
	width: 100%;
	/*border-top: 1px solid #878585;*/
	float: left;
	/*background-color: #993399;*/
	}

#footer_container {
  	background-image: url(images/sitewide/bg_footer_repeater.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	width: 100%;
	height: 110px;
	/*background-color: #CCCC33;*/
	clear: both;
	}

#footer {
  	background-image: url(images/sitewide/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	width: 860px;
	height: 59px;
	padding: 35px 0 15px 0;
	margin: 0 auto;
	/*background-color: #CC33CC;*/
	}

.page_heading {
	float: left;
	width: 100%;
	padding: 0;
	/*border-bottom: 1px solid #878585;*/
	}
	
/*.post_container	{
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	}*/

.sidebar_site_dev {
	padding: 15px 0 0 0;
	float: left;
	width: 230px;
	}

	
	
/* End Structure */




/*=================================================

	5. Images
	
=================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

	
.entry img {
	border:0;
	padding: 0;
	margin: 3px 8px 3px 0;
	float: left;
	/*display: block;
	border: 1px solid #cfd0d4;*/
	}
	

.alignright {
	float: right;
	width: 200px;
	text-align:right;
	}

.alignleft {
	float: left;
	width: 200px;
	}

	
	
/* End Images */



/*=================================================
	
	6. Lists 

=================================================*/


.entry ol {
	padding: 10px 0 10px 35px;
	margin: 0;
	font-size: 11px;
	}

.entry ol li {
	margin: 0;
	padding: 5px 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.narrowcolumn ul {
	margin: 0;
	padding: 0 0 15px 0;
	}

.narrowcolumn ul li {
	background-image: url(images/sitewide/bullet_news.gif);
	background-repeat:no-repeat;
	background-position: 0px 9px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	}	

#sidebar ul.sidebar_news {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 230px;
	}

#sidebar .sidebar_news li {
	background-image: url(images/sitewide/bullet_news.gif);
	background-repeat:no-repeat;
	background-position: 0px 9px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	}

	
/* End Entry Lists */



/*=================================================

	7. Form Elements 
	
=================================================*/

/*#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/*=================================================
	
	8. Comments
	
=================================================*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/*=================================================
	
	9. Various Tags & Classes 
	
=================================================*/


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
	
div.left_float {
	float: left;
	width: 200px;
	padding: 0 0 2px 0;
	}	

hr {
	border: 0;
	color: #cfd0d4;
	background-color: #cfd0d4;
	margin-bottom:10px;
	margin-top:5px;
	height: 1px;
	}

a img {
	border: none;
	}

.navigation {
	float:left;
	padding: 15px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #878585;
	width: 100%;
	/*background-color: #000000;*/
	}
	
p.news_date {
	float: left;
	margin: 18px 0 3px 0;
	padding: 13px 0 0 0;
	width: 100%;
	border-top: 1px solid #878585;
	}
		

#company_policy_holder p {
	font-size:11px;
	padding:10px;}
	

		

body.page-2 #recent_sites_holder {
	display:none;}
	
body.page-3 #recent_sites_holder {
	display:none;}
	
body.page-5 #recent_sites_holder {
	display:none;}
	

	
/* End Various Tags & Classes*/


/*=================================================
	
	10. Forms
	
=================================================*/


/* End Forms*/





/*=================================================
	
	11. Headers
	
=================================================*/


#header h1 a {
	background-image: url(images/sitewide/logo2.jpg) ;
	background-position: 0 0px;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
	float:right;
	height: 102px;
	width: 230px;
	line-height: 0;
	}

#sub_header h2 {
	background-image: url(images/headings/heading_subheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
	height: 116px;
	width: 259px;
	line-height: 0;
	font-size: 10px;
	}

h2.latest_news {
	background-image: url(images/headings/heading_sidebar_news.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 0px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}
	
h2.company_policy {
	background-image:url(images/headings/company_policies.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 10px 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	cursor:pointer;
	}

h2 a.press_releases {
	background-image: url(images/headings/heading_sidebar_press.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}
	
h2 a.sites_development {
	background-image: url(images/headings/heading_sitesnew.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}	
	
h2 a.movies {
	background-image: url(images/headings/heading_movies.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}	

h3.quote_carbon {
	background-image: url(images/headings/sidebar_quote_carbon.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 12px 0 0 0;
	height: 169px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	clear:both;
	}



/*=================================================
	
	12. Sidebar Scoller Styles
	
=================================================*/


.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example2{ /*Demo 2 main container*/
width: 220px;
height: 265px;
float:left;
padding: 10px 4px 4px 4px;
}

#example2 div ul{ /*Demo 2 UL container*/
margin: 0;
padding:0;
margin-bottom: 4px;
list-style-type:none;
color:#F68819;
}

#example2 div ul li {
padding: 0 0 15px 0px;
margin:0;}

#example2 div ul li a:link{ /*Demo 2 LI that surrounds each entry*/
color:#2E2E2E;
text-decoration:underline;
}
#example2 div ul li a:visited{ /*Demo 2 LI that surrounds each entry*/
color:#2E2E2E!important;
text-decoration:underline;
}
#example2 div ul li a:active{ /*Demo 2 LI that surrounds each entry*/
color:#2E2E2E;
text-decoration:underline;
}


#example2 div ul li{ /*Demo 2 LI that surrounds each entry*/

code{ /*CSS for insructions*/
color: red;
}
