/*  
Theme Name: RockinRedhead
Author URI: http://www.corymiller.com
Version: 1.1
Author: Cory Miller
Description: Get More Free Wordpress Themes By Visiting <a href="http://wordpress-themes.in">Word Press Theme</a>
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

#content { 
	width: 960px;
	}
#content p{
	margin: 0px;
	line-height: 20px;
	padding: 0px 0px 15px 0px;
        font-size: 15px;
        }
#content img {
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
.main img{
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	}
#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;
        text-shadow: none;
	}
	
#content h1 a  {
	color: #006699;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #018594;
	font-size: 20px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	margin: 0px;
	line-height: 150%;
	text-transform: uppercase;
border-bottom: 1px dotted #cccccc;
        text-shadow: none;
	}
#content h2 a  {
	color: #018594;
	text-decoration: none;
	}

#content h2 a:hover {
	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 {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	width: 250px; 
	float: right; 
	margin-top: 80px;
	margin-bottom: 20px;
	padding: 0px 15px 15px 25px; 
border-left: 1px dotted #cccccc;
text-align: left;
	}
#sidebar p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#sidebar p img{
	border: none;
	margin-right: 5px;
	margin-bottom: px;
	}

#sidebar h2 {
	color: #018594;
	font-size: 18px;
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
margin-bottom: 5px;
	text-transform: uppercase;
	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: #808080;
	text-decoration: none;
        font-size: 14px;
	}

#sidebar ul li a:hover {
	color: #cc3333;
	text-decoration: underline;
	}

#footer { 
	background: #ffffff url(images/footer.gif) top center repeat-x;
	text-align: center;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	clear: both;
	padding: 40px 0px 30px 0px; 
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover {
	color: #ff9900;
	text-decoration: underline;
	}

#main_start {position: absolute;left: -10000px;};
