/*  
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: #fff url(images/background.gif) top center no-repeat;
	color: #4F4B45;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}
a, a:visited{
	color: #10ABC7;
	text-decoration: underline;
	}
	
a:hover{
	color: #000000;
	text-decoration: none;
	}
	
#container { 
	width: 834px;
	display: block;
	background: #fff; 
	text-align: left; 
	margin: 0 auto;
	padding: 0px;
	/*border: 1px dotted #cccccc;*/
	}
	
* html #container {
	overflow: hidden;
}

#header { 
	background: #5BD7ED/*url(images/header.gif) no-repeat*/;
	height: 50px;
	width: 834px; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: relative;
	}
	
/* The title of the page, in the top left. White. */
#header .title {
	color: #5BD7ED;
	font-size: 10px;
	font-family: Georgia;
	margin: 0px;
	width: 50%;
	}

#header .title a {
	color: #5BD7ED;
	text-decoration: none;
	}

#header .title a:hover {
	color: #5BD7ED;
	text-decoration: none;
	}
/* the Tagline of the blog, beside the title. Black. */
#header .description {
	color: #5BD7ED;
	font-size: 25px;
	font-family: Times New Roman, Sans-Serif; 
	margin: 0px 0px 0px 0px;
	font-style: italic;
	}

#menu { 
	height: 33px;
	position: absolute;
	bottom: 6px;
	right: 20px;
	width: 844px;
	}
* html #menu {
	bottom: 0px;

/* --------- Page buttons --------*/
}
#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: normal;
	color: #4F4B45;
	width: auto; height: 33px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	border: none;
	padding: 5px 0px 0px 0px;
	background: #ffffff;
}
#navlist li a:hover {
	border-left: 1px solid #3BA3B5;
	background: #FFFFFF;
	color: #3BA3B5;
	border-top: 1px solid #3BA3B5;
}

/*--------------------------------*/

/*------------Main Content Area -------------*/
#content { 
	width: 535px; 
	float: left; 
	margin-bottom: 20px;
	/*background:#FF3399*/
	border-left: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	}
	
#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 0px;
	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: #FF3600;;
	font-size: 30px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	line-height: 100%;
	}
#content h2 a  {
	color: #FF3600;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #4F4B45;
	text-decoration: none;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	color: #8d9b53;
	/*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---------------*/

#sidebar { 
	width: 250px; 
	background: #fff;
	float: right; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px; 
	/*border-left: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;*/

	}
	
#content p img{
	border: none;
	/* margin-right: 15px; */
	margin-bottom: 10px;
	}

#sidebar h2 {
	background-color:#5BD7ED;
	color: #fff;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	list-style: none;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	/*border-bottom: 1px dotted #cccccc;*/
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 15px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	line-height: 12px;
	display: block;
	color: #4F4B45;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #FFC000;
	text-decoration: none;
	}

#footer { 
	clear: both;
	background-color:#5BD7ED;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 100%;
	
	/*border-top: 1px dotted #cccccc;*/
	}
	
#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #669900;
	text-decoration: none;
}
#content, #footer { padding: 15px; }
