/*  
Theme Name: RockinMinimal 3Col
Author URI: http://rockinthemes.com
Version: 1
Author: Cory Miller
Description: RockinMinimal 3 Column is a white, grey and black, clean and simple theme designed with little elements for the minimalist in mind.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #009900;
	color: #cccccc;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
a, a:visited{
	color: #666666;
	text-decoration: underline;
	}
	
a:hover{
	color: #cccccc;
	background: none;
	text-decoration: none;
	}

#header { 
	background: #000000;
	width: 720px;
	padding: 6px 12px 6px 12px; 
	margin-left:auto;
	margin-right:auto
	}

#header h1 {
	color: #666666;
	font-family:"Lucida Fax",Georgia,Helvetica,sans-serif;
	font-size: 24px;
	font-variant: small-caps;
	padding-top:18px;
	margin: 0px;
	}

#header h1 a {
	color: #666666;
	text-decoration: none;
	}

#header h1 a:hover {
	color: #666666;
	text-decoration: none;
	}

#header h2 {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: italic;
	font-weight:normal;
	margin: 0px;
	}

#header h2 a {
	color: #666666;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #666666;
	text-decoration: none;
	}
	
#header h3 {
	color: #cccccc;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#header h4 { 
	color: #666666;
	font-size: 11px;
	text-align: right;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:-18px;
	}
	
#header h4 a{ 
	color: #666666;
	}

#header h4 a:hover{ 
	color: #666666;
	}

#menu { 
	background: #ffffff url(images/menubackground.gif) top repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 9px 0px 6px 0px;
	text-align: center;
	}

#container { 
	background: #000000;
	width: 720px;
	text-align: left;
	padding: 6px 12px 6px 12px; 
	margin: 0px auto; 
	}

#content { 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	padding: 6px 0px 0px 0px;
	}
	
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	text-align:center;
	border: none;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0px 5px 0px 0px;
	}
	
#content h1 {
	color: #009900;
	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: #009900;
	text-decoration: underline;
	}

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

#content h2 {
	color: #666666;
	font-size: 16px;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	color: #009900;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #cccccc;
	background: none;
	text-decoration: none;
	}

#content h3 {
	color: #666666;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #009900;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #cccccc;
	background: #666666;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #cccccc;
	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;
	}

.prev {
	color: #009900;
	font-family: "Times New Roman", Times, serif;
	font-size: 120px;
	font-weight:bold;
	}
	
.prev a{
	color: #009900;
	text-decoration: none;
	}

.prev a:hover{
	color: #cccccc;
	text-decoration: none;
	}

.next {
	color: #009900;
	font-family: "Times New Roman", Times, serif;
	font-size: 120px;
	font-weight:bold;
	}
	
.next a{
	color: #009900;
	text-decoration: none;
	}

.next a:hover{
	color: #cccccc;
	text-decoration: none;
	}
	
.postspace {
	background: #000000;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #000000;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
	
.postspace3 {
	background: #000000;
	width: 720px;
	margin: 12px 0px 12px 0px;
	border-bottom:dotted;
	border-bottom-color:#00CC00
	}

#l_sidebar { 
	color: #000000;
	width: 195px;
	float: left; 
	float: left; 
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 15px 15px 15px; 
	}
#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#l_sidebar h2 {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}


#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
	
#l_sidebar ul li a {
	color: #000000;
	text-decoration: none;

	}

#l_sidebar ul li a:hover {
	background: #ffffff;	
	color: #000000;
	text-decoration: underline;
	}


#r_sidebar { 
	color: #000000;
	width: 195px;
	float: right; 
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 15px 15px 15px; 
	}
#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#r_sidebar h2 {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#r_sidebar ul li a {
	color: #000000;
	text-decoration: none;
	}

#r_sidebar ul li a:hover {
	background: #ffffff;	
	color: #000000;
	text-decoration: underline;
	}
#footer { 
	width: 720px;
	padding: 6px 12px 6px 12px; 
	background: #000000;
	border-top: 1px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
#main_start {position: absolute;left: -10000px;};