/*
	Theme Name: Greenery
	Theme URI:  http://www.negative99.com/archive/category/wp-themes/
	Description: Snazzy dark grey theme with splashs of greenery (hence the name).  This is a port of
			the open-source template by Pat Heard ( FullAhead.org ) of the same name.
	Author: Steve Mooradian
	Author URI: http://www.negative99.com
	Live Demo: http://demo.negative99.com/wordpress/?wptheme=Greenery

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Send feedback to steve at negative99 dot com
	
	Changelog:
		v1.0
			First Release
			
*/

/*-----------Block Level Elements--------------*/

body {
  margin: 0;  
  border: 0;
  text-align: center;
  font: 0.62em verdana, arial, sans-serif;  
  line-height: 150%;
  color: #000000;
  background: #ffffff url(images/bg_body.jpg) repeat-y top center;
}

#page {
  position:relative;
}

#header {
  width: 100%;
  margin: 0 0px;
  border: 0;
  height: 43px;
  margin-top: 15px;
  background: #000033 url(images/logo2.jpg) repeat-y top left; /*-- b9cad2 --*/
}

#headerimg {

}

.description {
	display:none;
}

#wrapper {
  position:relative; display:block;
  width: 867px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#content {
  float:right; position:absolute; display:block;
  width: 867px;
  padding: 20px 145px 20px 10px;
}

#content ul {list-style-image: url(images/li_bullet.gif);}

#sidebar
{
	float: right;
	display: block;
	position: relative;
	width: 0px;
	padding: 10px 5px 10px 150px;
        margin-top: 10px;
	clear: both;
  background: url(images/plants.jpg) no-repeat top left;
}

#footer {
  float:right;
  display:block;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  width:135px;
  color: #000033;
  font-size:1em;
}

#menu {
  width: 766px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;  
}



#menu ul {
  margin: 0;
  padding-left: 1em;
  line-height: normal;
  font-weight: bold;    
  font-size: 1.5em;
}

#menu ul li {
  width: 7em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #3399cc;
}

#menu ul li a:hover,
#menu ul li a:active, .active {
  font-weight: ;
  color: #ff9933;

}

.sideMenu {
  padding: 1px 0;
  padding-top: -20px;
}

.sideMenu a {
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #000033;
}

.sideMenu a:hover span {
  background: url(images/rounded_bl.gif) no-repeat bottom left;
}

#title {
  padding: 1.7em 50px 0.6em 0;
  margin-right: 0.4em;
  float: right;
}

#title h1 {
  display: inline;
  color: #e3bc5f;
  background-color: #b9cad2;
  background-image: none;
  font: 0em verdana, sans-serif;
}

/*-------------Headings-------------*/

h1 {
  display: inline;
  color:  #e3bc5f;
  background-color: #336666;
  background-image: none;
  clear: both;
  margin: 10px 0;
  font: 1.4em verdana, sans-serif;
  font-weight: bold;
  text-transform: none;
  color: #e3bc5f;
}

h1 a {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: none;
  color: #000022;
  background-color: #000022;
  text-decoration:none;
}

h2 {
  /*clear: both;*/
  font: 22px trebuchet ms, verdana, arial, sans-serif;  
  margin: 10px 0;
  font-weight: none;
  color: #3399cc;
  background-color: #;
  opacity: 0.99;
				-moz-border-radius-topleft: 4px;
				-moz-border-radius-topright: 3px;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-bottomleft: 7px;
				-moz-border-radius-bottomright: 6px;
				-webkit-border-bottom-left-radius: 7px;
				-webkit-border-bottom-right-radius: 6px;
}

h2 a {
  /*clear: both;*/
  font: 22px trebuchet ms, verdana, arial, sans-serif;  
  margin: 10px 30px;
  font-weight: none;
  color: #3399cc;
}

h2 span {
  display: block;
  padding: 2px;
}

h3 {
  clear: both;
  margin: 10px 0;
  font: 12px verdana, sans-serif;
  text-transform: none;
  color: #000033;
}

h4 {
  font: 16px trebuchet-ms, verdana, arial, sans-serif;  
  color: #993333; <!-- #3399cc; #e3bc5f; -->
  font-weight: bold;
  border-bottom: 1px solid #993333;
  background: ;
}

h5 {

}

/*-------------The Post-------------*/

#wrapper ol li { 
  color: #336666;
}

#wrapper ol li span {
  color: #fff;
  padding: 2px;
}

#wrapper ul {
  padding-bottom: 6px;
}

#wrapper ul li {
  margin-left: 2px;
  padding-left: 2px;
}

p {
  padding-top: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px !important;
  padding-bottom: 0px;
}

a {
  color: #000055;
}

a:visited {
  
}

a:hover {
  color: #3399cc;
}

textarea {
  width: 98%;
}

input {
  width: 70%;
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  color: #666666;
  background-color: #fff;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #fff;
  border: 1px solid #EEE;
}

h2 a:hover, h2 a:visited, h2 a {
  text-decoration: none;
}

.post {
  clear:both;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {
  margin-top: 5px;
  font: 1.4em verdana, arial, sans-serif;  
  color: #000055;
}

.entrytext {
  font: 1.4em verdana, arial, sans-serif;  
  color: #000066;
}

.postmetadata {
  color: #222200;
}

.postmetadata alt {
  color: #669966;
}

.postmetadata a {
  color: #000066;
}

.postmetadata a:hover {
  color: #3399CC;
}

.navigation {

}

.alignleft {
  float:left;
  padding: 0 4px 0 2px;
}

.alignright {
  float:right;
}

.center {

}

.pagetitle {

}

blockquote {  
  margin:0;
  padding: 0 15px;
  border: #86E160 1px solid;
  background: #686868;
} 

cite {
  font: #220000;
}

code {
  display: block;
  padding: 5px 5px 5px 10px;
  background: #555;
  font-size:8pt;
 }

acronym, abbr {
  cursor: help;
  border-bottom: 1px solid #777;
  letter-spacing:1px;
}

/*--------------Sidebar------------*/

#sidebar ul {
  list-style: none;
  padding: -10px 0px 10px 0px;
  line-height: normal;
}

#sidebar ul h2 {
  text-align: left;
  background: #000000;
  font: #800000;
  border-bottom: 2px solid #000000;
}

#sidebar ul h2 span {
  display: block;
  padding: -10px -50px -70px -50px;
  text-align: left;
  background: #000000;
  font: #800000;
}

#sidebar ul li {
font-size: 12px;
  padding: -10px 70px;
  text-align: left;
}

#sidebar ul ul {
	list-style:none;
font-size: 12px;
  text-align: left;
}

#sidebar ul ul li {
font-size: 12px;
  text-align: left;
  padding: 1px 10px 1px -20px;
}

#sidebar ul ul ul {
	list-style:none;
  text-align: left;
}

#sidebar p {
font-size: 12px;
  color: #663300;
  text-align: left;
  padding: -10px -10px 1px 2px;
}

#sidebar a {
font-size: 12px;
  text-align: left;
  color: #000033;
  padding: 1px 1px 1px 2px;
}
#sidebar a:hover {
  color: #3399CC;
}

#sidebar a:visited {

}


ol.commentlist {

}

ol.commentlist li {
  padding: 5px;
  margin-top: 5px;
  font-weight: 700;
  border: #555 1px solid;
  background: #999999;
}

ol.commentlist li.alt {
  background: #999999;
}
}

ol.commentlist a {
  color: #7BD32C;
}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {
	text-align:center;
}

#searchform input {
	width:110px;
}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

a.fullAhead {
  text-align:center;
  display: block;
  width: 30px;
  height: 34px;  
  margin: 3px;
  background: url(images/logo_fullahead.gif) no-repeat 0 0;
}

a:hover.fullAhead  {
  background-position: -30px 0;
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 5px;
}

img.right {
  padding: 5px 5px 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

a img {
	border: none; background: none;
}

img.left {display: block; padding:1px; float:left; margin:3px 12px 3px 0px;}
img.right {display: block; padding:1px; float:right; margin:3px 0 3px 12px;}
img.center {display: block; padding:1px; margin:3px auto;}
