/*  
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
*/


.blog_title {
	margin: 0px 0px 20px 0px;
        position:relative;
       }

.name { 
        background: white;
        color: black;
	font-size: 24px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	line-height: 150%;
	margin: 0px;
        }

.description { 
	background: white;
	color: SlateGray;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body {
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

a, a:visited{
	color: #666666;
	text-decoration: underline;
	}
	
a:hover{
	color: #000000;
	background: none;
	text-decoration: none;
	}

#header { 
	background: #000000;
	padding: 0px 0px 0px 20px;
	margin-bottom: 0px;
	}

.header_img {
        text-align: center;
	}

.headerimg {
	background: #000000;
        text-align: center;
	}

#header h2 {
	color: #ffffff;
	font-size: 35px;
	font-family: 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: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#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: #ffffff;
	width: 100%;
/*	width: 960px; */
	text-align: left; 
	margin: 0px auto; 
	}

#content { 
	width: 480px; 
/* 	width: 440px;  */
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 233px;
	margin-right: 0px;
	position:relative;
	padding: 25px 25px 15px 25px;
        display:block;

	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;

	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px 5px 15px 0px;
	}
#content h1 {
	color: #cccccc;
	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: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	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: #666666;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	background: none;
	text-decoration: underline;
	}

#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: #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: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	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: 480px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 480px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #FFFFFF;
	width: 480px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
	color: #000000;
	width: 195px;
	float: left; 
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 15px 15px 15px;
        position:relative;
	}
#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 { 
	background: #ffffff url(images/footerbackground.gif) bottom repeat-x;
	border-top: 1px;	
	padding: 10px 0px 20px 0px;
	text-align: center;
	clear: both;
        position:relative;
	}

.img_row {float: left; 
          margin: 0; 
          padding: 0;
          width: 25%
         }


