/*  
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: #000000 url(images/background.jpg) top center no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}
a, a:visited{
	color: #66CC33;
	font-weight: none;
	text-decoration: none;
	}
	
a:hover{
	color: #ffffff;
	text-decoration: none;
	}
#container { 
	width: 975px;
	display: block;
	background: #000000; 
	text-align: left; 
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
	border: 1px solid #cccccc;
	}
* html #container {
	overflow: hidden;
}
#header { 
	background: #000000;
	height: 50px;
	width: 975px; 
	padding: 10px 0px 0px 10px;
	margin: 0px;
	margin-top: -65px;
	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 0px;
	font-style: italic;
	}

#menu { 
	height: 33px;
	position: absolute;
	bottom: 0px;
	left: -24px;
	right: 300px;
	width: 150px;
	top: 125px;
	}
* html #menu {
	bottom: 0px;
}
#navlist{ 
	height: 600px;
	width: 215px;
	padding-top: 356px;
	padding-left: 0px;
	margin-left: 24px;
	margin-right: 800px;
	margin-top: -95px;
	list-style: none;
	text-align: left;
	float:left;
	background: transparent url(images/sidebar.png) no-repeat 0 0; 
	}

#navlist ul {
	height: 40px;
	padding: 10px;
	padding-left: 0px;
	margin-right: 800px;
	margin-top: 240px;
	list-style: none;
	text-align: left;
	float:left;
}
#navlist li {
	float: left;
	width: 185px;  height: 30px;
	border: none;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 4px;
	display: left;
	background: #000000;
}
#navlist li a {
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-weight: none;
	color: #ffffff;
	width: 175px; height: 25px;
	overflow: hidden;
	text-align: left;
	line-height: 25px;
	border: none;
	padding: 8px 0px 0px 0px;
	background: #none;
}
#navlist li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	background: #none;
	color: #66CC33;
	margin-left: 15px;
	}
	
#content { 
	width: 440px; 
	float: left; 
	margin-bottom: 20px;
	margin-left: 225px;
	margin-top: 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: #66CC33;
	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: #66CC33;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#content h2 {
	color: #66CC33;
	font-size: 22px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #66CC33;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #ffffff;
	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: #000000;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #000000;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	width: 250px; 
	background: #000000;
	float: right; 
	margin: 20px 5px 10px 10px;
	padding: 5px 10px 0px 0px; 
	}

#sidebar h2 {
	color: #66CC33;
	font-size: 17px;
	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: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	color: #66CC33;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#footer { 
	clear: both;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	color: #66CC33;
	text-align: center;
	width: 844px;
border-top: 1px dotted #cccccc;
	}
#footer a {
	color: #66CC33;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#content, #footer { padding: 15px; }