/*  
Theme Name: RockinGreen Leaf
Author URI: http://www.corymiller.com
Version: 1.0
Author: Cory Miller
Description: RockinGreen Leaf is a two-column, widget-ready, green theme designed for clean simplicity.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff url(images/background.gif) top center repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}
a, a:visited{
	color: #669900;
	text-decoration: underline;
	}
	
a:hover{
	color: #000000;
	text-decoration: none;
	}
#container { 
	width: 860px;
	display: block;
	background: #FFFFFF; 
	text-align: left; 
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ffffff;
	}
* html #container {
	overflow: hidden;
}
#header { 
	background: #ffffff/*url(images/header2.jpg) no-repeat*/;
	height: 310px;
	width: 860px; 
	padding: 2px 0px 0px 2px;
	margin: 0px;
	position: relative;
	}
/* The title of the page, in the top left. White. */
#header .title {
	color: #000000;
	font-size: 35px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	margin: 0px;
	width: 50%;
	}

#header .title a {
	color: #000000;
	text-decoration: none;
	}

#header .title a:hover {
	color: #669900;
	text-decoration: none;
	}
/* the Tagline of the blog, beside the title. Black. */
#header .description {
	color: #000000;
	font-size: 25px;
	font-family: Times New Roman, Sans-Serif; 
	margin: 0px 0px 0px 75px;
	font-style: italic;
	}

#menu { 
	height: 33px;
	position: absolute;
	bottom: 6px;
	right: 50px;
	width: 860px;
	}
* html #menu {
	bottom: 0px;
}
#navlist, #navlist ul {
	height: 33px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	float:right;
}
#navlist li {
	float: left;
	width: 75px;  height: 30px;
	border: none;
	text-align: right;
	padding: 0px;
	margin: 0px 3px;
	display: inline;
}
#navlist li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
	width: auto; height: 33px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	border: none;
	padding: 6px 0px 0px 0px;
	background: #ffffff;
}
#navlist li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	background: #FFFFFF;
	color: #000000;
border-bottom: 9px solid #ffffff;
}
#content { 
	width: 550px;
	float: left; 
	margin-bottom: 20px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	/* margin-right: 15px; */
	margin-bottom: 10px;
	}
#content h1 {
	color: #669900;
	font-size: 25px;
	font-family: Georgia, Times New Roman, Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #669900;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #669900;
	font-size: 22px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #669900;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	width: 250px; 
	background: #FFFFFF;
	float: right; 
	margin: 0px 20px 20px 20px;
	/*padding: 5px 15px 15px 15px;  */
	}

#sidebar h2 {
	color: #669900;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {

	list-style: square inside;

	margin: 0px;

	padding: 3px 0px 2px 0px;

	}

#sidebar ul li a {

	color: #0033CC;

	text-decoration: none;

	}



#sidebar ul li a:hover {

	color: #000000;

	text-decoration: underline;

	}

#footer { 

	border-top: 1px dotted #cccccc;

	padding: 20px 20px 20px 20px;

	text-align: center;

	clear: both;

	}
