/*  
Theme Name: RockinBlueGreen
Author URI: http://www.nathanrice.org/
Version: 1.0
Author: Nathan Rice and Cory Miller
Description: RockinBlueGreen is based off the RockinBlue theme by Cory Miller.  It uses rounded corners and a fun blue and green color combination.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #99CC00 url(images/bg-greenwhite.gif) top left repeat-y;
	color: #3B3B3A;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
	}
a, a:visited{
	color: #0066cc;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
#container { 
	width: 860px; 
	text-align: left; 
	margin: 0px;
	padding: 0px;
	}

#header { 
	height: 153px; 
	padding: 8px 0px 0px 150px;
	margin: 0px;
	background: #99CC00 url(images/top-round.gif) top left no-repeat;
	}
#header h2 {
	color: #ffffff;
	font-size: 22px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#header h3 {
	color: #cccccc;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px; 
	margin: 45px 0px 0px 0px;
	}

#menu { 
	height: 37px;
	margin: -30px 0px 0px 75px;
	padding: 12px;
	background: transparent url(images/red-arrow.gif) no-repeat;
	background: transparent url(images/menu-bg.gif) no-repeat;
	}
#menu h2 {
	color: #333333;
	font-size: 18px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	}	
#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
	padding: 12px 5px 12px 5px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	background: transparent url(images/red-arrow.gif) top center no-repeat;
	}
#content { 
	width: 420px; 
	float: left; 
	margin: 0px 0px 0px 120px;
	pading: 0px 0px 20px 0px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	font-size: 12px;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%
	margin: 0px;
	}
	
#content h1 a  {
	color: #006699;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #333333;
	font-size: 18px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #3399ff;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #3366ff;
	text-decoration: underline;
	}

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: 220px; 
	background: #0F7ADE url(images/side_background.gif) top center no-repeat;
	float: right; 
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 25px 15px 15px 15px; 
	border: 0px solid #000000;
	}

#sidebar h2 {
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #FFFFFF;
	}

#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: #FFFFFF;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer { 
	border-top: 1px dotted #0066cc;
	clear: both;
	margin: 0px 0px 0px 130px;
	width: 475px;
	}

#content, #footer { padding: 15px; }

#main_start {position: absolute;left: -10000px;};