/*
Theme Name: Global Warming Solutions
Author: Oliver Chang
*/

*{margin:0; padding:0;}
	
body {
	background:#FFF;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	line-height:1.5}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}	

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#112E8F;		
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}



/* container */


#container {
	width: 840px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background: #FFF url(images/bg.gif) top left repeat-x;
	border-bottom:1px dotted #666;
  	height: 100px;
	padding-left:10px;
  	width: 830px;
	}

#header h1{
	font:normal 24pt verdana, arial, sans-serif;
	padding:16px 0 0 0;margin:0;
	}
	
#header h1 a{color: #007459; text-decoration: none;}

#header h2{
	font:normal 10pt georgia, times;
	color:#CC0000;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */
#menu {
	overflow:hidden;
}

#menu ul {
	margin:10px 0 10px 10px;
}

#menu ul li {
	list-style-type: none;
	border-left:1px dotted #666;
	float:left;	
}

#menu ul li a {
	font: bold 10px verdana, arial, sans-serif;
	padding: 0 5px 0 5px;
	color: #112E8F;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}

#feature-1, #feature-2, #feature-3 {
	float:left;
	position:relative;
	width:276px;
}

#feature-1, #feature-2 {
	margin-right:6px;
}

.overlay {
	background-color:#007459;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 2;
	height: 40px; 
	position: absolute; 
	width: 100%; bottom:0; left:0;
}

.feature-image {
	display:block;
	width:276px;
	position:relative;
}

.feature-headline {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	width:266px;display:block;height:30px;
	position:absolute;bottom:0;left:0;z-index:3;
	padding:5px;
	line-height:1.35;
}

a.feature-headline:hover {
	text-decoration:none;
}

#slideshow, #feature {
	background: #FFF url(images/bg.gif) bottom left repeat-x;
	height:304px;
	
}


#page {
	background:#FFF url(images/bg.gif) top left repeat-x;
	padding-top:14px;
}

/* content */
#content {
	float:left;
	width:620px;
	margin:10px 0 10px 0;
	overflow: hidden;
	border-right: 1px dotted #666;
}

#content h2 {
	color:#112E8F;
	font:normal normal 20px  verdana, arial, sans-serif;
	line-height:1;
	margin:0 0 5px 10px;
}

#latest-news {
	margin:0 0 0 7px;
}

.bullet-list {
	color:#112E8F;
	font-size:18px;
	margin-left:30px;
	padding-right:10px;
	list-style-type:disc;
}

.bullet-list li {
	border-top:1px dotted #000;
	line-height:1;
	padding:3px 0 4px 0;
}

.bullet-list li a {
	font-size:14px;
	
}
.stories {
	background: #FFF url(images/bg-sm.gif) top left no-repeat;
	margin-top:3px;
	padding-top:3px;
	
}

.stories h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
}

.stories li {
	padding:10px 0 0 10px;
	margin-right:10px;
	overflow:hidden;	
}

.stories li.story {
	border-bottom:1px dotted #666;
	padding-bottom:10px;
}

.stories a {
	color:#112E8F;
}

.stories img {
	float:right;
	padding-left:5px;
}
	
.post {
	border-top:1px dotted #666;
	clear:both;
	margin:10px 10px 0 10px;
	padding-top:5px;
	margin:0;padding:0;overflow:hidden;
	margin:0 10px 0 10px;
	padding:10px 0 10px 0;
}

.post small {
	display:block;
	margin-bottom:5px;
}

.post h3{
	font:bold 12px verdana, arial, sans-serif;
	line-height:1.5;
	margin-bottom:5px;	
	}
	
.post h3 a{
	color: #112E8F;
	text-decoration: none;
	}
	
.post h3 a:hover{
	color: #777;
	text-decoration: underline;
}

.post h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

.post h5 {
	font-size:10px;
	font-weight:normal;
	margin-bottom:5px;
}

.post ul {}

.post li {}

.entry h1 {
	font:bold 16px verdana, arial, sans-serif;
	line-height:1.5;
	margin-bottom:10px;
}

.entry ul {
	margin:0 0 10px 20px;
}

.entry p{
	margin-bottom:10px;
}

.thumb {
	float:right;
	margin-left:5px;
}

.news-thumb {
	float:left;
	margin-right:10px;
}

h3.single {
	font:bold 16px verdana, arial, sans-serif;
	line-height:1.5;
}
	 
.postmetadata{
	clear: both;
}

.more-link {
	color:#112E8F;
}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a{float:left; margin:5px 10px 10px 10px;}
.alignright a{float:right; margin:5px 10px 10px 0px;}

/* sidebar */

#sidebar {
	width:208px;
	float:right;
	margin:10px 0 0 10px;
	
}

#sidebar ul li {
	list-style-type: none;
	margin-bottom:10px;
}

#take-action a {
	text-decoration:underline;
	font-style:italic;
}

#donate-now {
	border-bottom:1px dotted #666;
}

#donate-now img {
	margin-bottom:5px;
}


#follow-us h3 {
	margin-bottom:10px;
}

#follow-us ul li {
	display:inline;
	margin-right:0;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */
#menu #searchform {
	float:right;
	margin-top:5px;
}

#searchform input#s{
	font-size:11px;
	margin:0;
	padding:2px;
	border:1px solid #000;
}

#searchbutton {
	border:none;
	background-color:white;
}
#searchbutton img {
	vertical-align:middle;
}
/* misc */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}	

/* footer */

#footer {
	background:#FFF;
	border-top:7px solid #007459;
	clear: both;
	width: 100%;
}

#footer ul {
	list-style-type:none;
	padding: 5px 0 10px 10px;
	width:207px;
	float:right;
}
#footer ul li {
	display:inline;
}

#footer ul li a {
	font: bold 10px verdana, arial, sans-serif;
}

.elpc {border-left:1px dotted #666; float:right; margin:12px 40px 0 0;padding-left:32px;}
