/*  
Theme Name: RockinBlack 3Col
Author URI: http://corymiller.com
Version: 1.0
Author: Cory Miller
Description: RockinBlack is a black and white, clean and simple, three-column theme designed with little elements for the minimalist in mind, includes an easy-to-replace graphical header.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	text-align:center;
     	}
a, a:visited{
	color: #cccccc;
	text-decoration: underline;
	}
	
a:hover{
	color: #dddddd;
	background: none;
	}

img{
border: 0;
}

#header { 
	background: #000000;
	padding: 20px 0px 20px 0px;
	margin-bottom: 0px;
	width: 960px;
	margin:auto;
	text-align:left;
}
	
#header h2 {
	color: #ffffff;
	font-size: 35px;
	font-family: Helvetica, Verdana, Times New Roman, Sans-Serif;
	font-variant: small-caps;
	margin: 0px;
	}

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

#header h2 a:hover {
	color: #000000;
	background: #00ccff;
	text-decoration: none;
	}

#header h3 {
	color: #cccccc;
	font-size: 16px;
	font-family: Helvetica, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#menu { 
	margin-top: 0px;
	margin-bottom: 25px;
	height: 20px; 
	padding: 6px;
	padding-left: 0px;
	text-align: left;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
	
#menu h2 {
	color: #ffffff;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
padding-left: 0px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	padding: 6px 20px 6px 0px;
	margin: 0px 3px 0px 0px;
	text-decoration: none;
text-transform:uppercase;
	}

#menu ul li a:hover {
	color: #ffffff;
	padding: 6px 20px 6px 0px;
	text-decoration: underline;
text-transform:uppercase;
	}


#container { 
	width: 960px;
	text-align: left; 
	margin: 0px auto; 
	min-height: 960px;
	}

#content { 
	width: 700px; 
	margin: 0px 20px 20px 0px;
	position:relative;
	padding: 0px 0px 15px;
	text-align:left;
	}

#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
#content h1 {
	color: #888888;
	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: #888888;
	text-decoration: underline;
	}

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

#content h2 {
	color: #ffffff;
	font-size: 24px;	
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 5px 0px;
	line-height: 120%;
	font-variant: normal;
text-transform: uppercase;
	}
#content h2 a  {
	color: #ffffff;
	text-decoration: none;
	}

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

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

#content h3 a:hover {
	color: #000000;
	background: #ffffff;
	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: #cccccc;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #ffffff;
	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, .hr {
	border-top:  1px solid #000000;
	width: 700px;
	height: 3px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	}
	
.postspace2, .postspace3, .postContent {
	width: 700px;
	margin: 0px;
	padding: 0px;
	}
	
.postspace3 {
	height: 15px;
}

.postHeader{
	padding-top: 7px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666666;
	height: 40px;
}

.postHeader .postTitle{
	float:left;
}

.postHeader .postInfo{
	float:right;
	text-align:right;
	width: 250px;
	margin-top:16px;
}

.commentLink a{
	color: #666666;
}

#content .postHeader p{
   margin: 0px;
   padding: 0px;
   color: #999999;
   line-height: 18px;
}

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

#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: 4px 0px 5px 0px;
	}
	
#l_sidebar ul li a {
	color: #ffffff;
	text-decoration: none;
	}

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

#r_sidebar { 
	color: #ffffff;
	width: 230px;
	float: right; 
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px; 
	}
#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#r_sidebar h2 {
	color: #888888;
	font-size: 12px;
	font-family: 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: #ffffff;
	text-decoration: none;
	}

#r_sidebar ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#footer { 
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding: 15px 0px;
	margin: 10px 0px;
	text-align: center;
	clear: both;
	}

#footer a{
	font-size: 12px;
	text-transform:uppercase;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}