/*  
Theme Name: RockinMinimalist
Author URI: http://www.nathanrice.org/
Version: 1.0
Author: Nathan Rice
Description: RockinMinimalist is a simple theme designed for the minimalist who wants either a simple theme or a highly customizable theme.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

html, body { margin: 0; padding: 0; }
body { 
	background-color: #f3f3f3;
	font-family: Sans-Serif;
	font-size: 12px;
	text-align: right;
	padding-bottom: 20px; 
	text-align: center;
}
body * {margin: 0px; padding: 0px;}
p, ul, ol, blockquote {color: #000000;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #5874FD;
}
#container {
    text-align: left;
    margin: 0px auto;
    width: 950px;
    padding: 0px;
}
#header {
	border: 0px solid black;
    background-color: #666666;
    margin: 0px;
	padding: 0px;
    display: block;
    height: 108px;
    position: relative;
}
#header .title {
	padding: 20px 0px 0px 0px;
	font-family: Sans Serif;
	font-weight: normal;
	font-size: 30px;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}
#header .title a {
	font-family: Sans Serif;
	font-weight: normal;
	font-size: 30px;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}
#header .title a:hover {
	color: #0064B6;
}
#header .description {
	font-family: Perpetua, Serif;
	font-weight: normal;
	font-size: 11px;
	color: #0064B6;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#header #menu { 
	color: #99cc00;
	font-size: 14px;
    font-family: Sans Serif;
	font-weight: bold;
    text-align: right;
    padding: 27px 0px
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li a {
	color: #333333;
	padding: 0px 10px;
	margin: 0px;
	text-decoration: none;
	}
#menu ul li a:hover {
	color: #5874FD;
	text-decoration: none;
	border-bottom: 4px solid #666666;
	}
#l_sidebar {
font-size: 10px;	
border: 0px solid black;
	width: 200px;
	margin: 25px 20px 20px 20px;
	float: left;
	display: inline; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#l_sidebar h1, #l_sidebar h2, #l_sidebar h3 {
    font-size: 18px;
    color: #666666;
    font-family: Perpetua, Serif;
    padding: 0px;
    margin: 20px 0px 10px 0px;
	font-weight: normal;
}
#l_sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {

}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 7px;
}
#l_sidebar ul li a {
	color: #000000;
	text-decoration: none;
}
#l_sidebar ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
#content {
	margin-left: 242px;
	margin-right: 0px;
	border: 0px solid black;
	padding: 0px 0px 20px 20px;
	
       
}
#content a {
	color: #5874FD;
	text-decoration: none;
}
#content h1, #content h1 a, #content h2, #content h2 a, #content h3, #content h3 a {
	color: #046DBE;
	font-size: 18px; 
	text-decoration: none;
	font-family: Perpetua, Serif;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#content h2, #content h2 a {
	font-size: 18px;
}
#content h2 {
	border-bottom: 1px dotted #999999;
}
#content h3, #content h3 a {
	font-size: 18px;
}
#content a:hover {
	color: #0064B6;
	text-decoration: underline;
}
#content p {
	padding: 5px 0px;
}
.comments {
	padding: 8px 0px 0px 10px;
}
.comments * {
	font-size: 11px;
}
.comments h3 {
	font-family: Sans-Serif;
	margin-bottom: 10px;
	font-size: 10px;
}
.comments .commentlist {
	padding: 0px;
	margin: 0px;
}
.comments .commentlist {
}
.comments .commentlist div {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	width: 518px;
	overflow: hidden;
	border-bottom: 1px dotted #5874FD;
}
.comments .commentlist .alt {

}
.scrollbox {
height:300px;
width:700px;
overflow:auto;
}
#footer {
	margin: 15px 0px 5px 0px;
	padding: 20px;
	border-top: 8px solid #5874FD;

	clear: left;

}
#footer a {
	color: #999999;
	text-decoration: underline;



}
#footer a:hover {
	color: #0000000;
	text-decoration: none;
}
