/*
Theme Name:SoftGreen
Description:A clean, green theme with a simple header.
Author:Damien Allen
Author URI:http://damienallen.com
Version: 1.2
Tags:fixed width,simple,two columns,valid XHTML,valid CSS,green,brown,sidebar right,sidebar widgets 
*/



/* basics */

*{margin:0; padding:0;}

body, html {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: #89725b url(images/bg.jpg) repeat-y center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 1em;
	}
	
h1 {font-size: 2em;}
h2 {font-size: 1.5em; margin-top:1em;}
h3 {font-size: 1.2em; margin-top:.5em;}
h4 {font-size: 1.1em;}


/* images and misc. */

img { border: none; padding: 0px; }
img a {border:none;}

img.left{ float: left; border: none; padding: 0px; }
img.right{ float: right; border: none; padding: 0px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 900px;
	margin: 0 auto;
	background: url(images/content.jpg) repeat-y center;
	color:#333;
	}
	
/* header */

#cheader {
	background: #677e52 url(http://www.sustainableperalta.org/imgs/headerbg.png) repeat-x bottom;
        width: 862px; 
        border-left: solid 4px #677e52;
        border-right: solid 4px #677e52;
	color: #fff; 
	height: 200px;
	margin: 0 0 0 15px;
        padding: 24px 0 0 0;
	}

#cheader h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 24px 0 0 12px;
	}
	
#cheader h1 a{color: #fff; text-decoration: none;}
#cheader h1 a:hover{color: #ddd; text-decoration: none;}


#cheader h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 11pt;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 0 12px;	
	}

#cheader IMG { padding: 5px; vertical-align:middle; }

#splogo { position: relative; left: -2.5em; clear: none; float: left; }

#cheadertext { position: relative; left: -2em; clear: none; float: left; width: 525px; }

#cheadermodule { 
width: 140px;
position: relative; right: 24px;
float: right; clear: right;
}

/* page menu */


#menu {
	background-color: #677e52;
	font-family: verdana, arial, times, serif;
	font-size: 12px;
	width: 870px;
        height: 36px;
	margin: 0 0 0 15px; z-index: 8;

}


#menu ul {
	text-align: left;
        margin: 0 0 0 6px;
}

#menu li {
	position: relative;
        list-style-type: none;
	float: left;
	margin: 8px 6px 8px 6px;
}

#menu li a {
	padding: 8px;
	text-decoration: none;
	color: #fff;
}

#menu li a:hover {
	background-color: #b7ca79;
	color:#fff;
}


/* page submenu Level 2 */

#menu li ul {
        position: absolute;
        top: 22px;
        display: none;
}

#menu ul li:hover ul { display: list-item; background-color: #99a077; width: 200px; margin: 0px; }

#menu ul li:hover ul li { margin: 8px 6px 8px 0px; font-size: 95%; clear: left; width: 100%;}


/* news menu */

#newsmenu {
	background-color: #677e52;
	font-family: verdana, arial, times, serif;
	font-size: 12px;
	width: 870px;
        height: 36px;
	margin: 0 0 0 15px;
}


#newsmenu ul {
	text-align: left;
        margin: 0 0 0 6px;
}

#newsmenu ul li {
	list-style-type: none;
	float: left;
	margin: 8px 6px 8px 6px;
}

#newsmenu ul li a {
	padding: 8px;
	text-decoration: none;
	color: #fff;
}

#newsmenu ul li a:hover {
	background-color: #b7ca79;
	color:#fff;
}

#newsmenu ul ul { display: none; }



.menutitle { margin: 0px 0 0 12px; color: white; 
             font-weight: bold; 
             font-family: palatino linotype, georgia, arial, times; 
             font-style:italic; }


/* content */


#content {
	float: left;
	width: 600px;
	margin: 0 0 0 30px;
	overflow: hidden;
	}	

.post {
	line-height: 14pt;
	color: #000;
	text-align: justify;
        padding-right: 12px;
	}

.post h1{
	font-family: baskerville, georgia, times, serif;
	font-size: 1.65em;
	font-weight: bold;
	color: #333;
	}
	
.post h1 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h1 a:hover{

	color: #666;
	text-decoration: none;
	}

.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	}
	

.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post h3{
	font-family: baskerville, georgia, times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	}
	
.post h3 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h3 a:hover{
	color: #666;
	text-decoration: none;
	}

.post h4 { font-size: 1em; font-family: baskerville, georgia, times, serif; font-style: italic; }

.post p{font-size: .8em;}

.post a{text-decoration:underline;}

.post ul {
	margin-left: 20px;
	}

.post ol {
	margin-left: 20px;
	}

.post li { font-size: .7em; }


.post TABLE { margin-top: 1em; font-size: .8em; }
.post TD { font-family: arial, helvetica, sans-serif; padding: 6pt; }


.entry { padding-top: 1em; border-top: thin dotted gray; }

.entry p {margin:12px 0;}

.entry UL, .entry OL { margin-left: 2em; }

.postmetadata{
	clear: both;
	background:#c1dcab;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


.factbox { 
        float: right; background-color: white;
        font-size: .65em; width: 45%;
		margin-left: 2em; 
		background: url(http://www.sustainableperalta.org/bgs/greenthinstripes.png)  repeat;
}

.factbox TD { text-align: right; padding: 0 .5em 0 .5em;}
.factbox TH { text-align: left; padding: 0 .5em 0 .5em; }

.sub { font-size: .7em; position: relative; bottom: -.5em; }
.sup { font-size: .8em; position: relative: top: -.5em; }


/* sidebar */

#sidebar {
	font-family: "arial narrow", verdana, arial, tahoma;
	font-size:8pt;
	width: 240px;
	float:right;
	margin: 12px 24px 24px 0;
	padding: 0;

	border-left: 1px dotted #A2A2A2;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: .5em 0px 0px 0px;


}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar .eventbutton { margin: 10px; }

#sidebar .socialnetbutton { margin: 2px 0px 2px 10px; }


#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 2em;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
           font-weight: bold;
           line-height: 1.75em;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
	color: #333333;
        font-weight: normal; line-height:1.5em;
}

/* comments */

.gra {
	display: inline;
	float: left;
	}

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #c1dcab;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#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;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #c1dcab;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #c1dcab;}
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;}

.comminfo {
	margin: 15px 0 20px 25px;
	}

/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	width: 100px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #677e52;

	clear: both;
	width: 870px;
	margin: 0 15px 0 15px;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	text-align: center;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* WP aligns */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 12px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 12px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 0x;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 575px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0;
}

.recentheadline, .recentheadline A {
   font-family: baskerville, georgia, times, serif;
   font-size: 1.2em;
   font-weight: bold;
   color: #333333;
   text-decoration: none;
   margin-top: .75em; } 

.meetingdocs {
   list-style-type: none; }

.meetingdocs LI, .meetingdocs A {
   border: none; 
   padding-bottom: 2em; }