/*  
Theme Name: RockinMinimal 3Col
Author URI: http://rockinthemes.com
Version: 1
Author: Cory Miller
Tweaked for this site by: Ron Toland
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: #000000;
	color: #ffffff;
	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;
	padding: 14px 0px 14px 20px;
	margin-bottom: 0px;
	}
#header h2 {
	color: #ffffff;
	font-size: 35px;
	font-family: Verdana, Times New Roman, Sans-Serif;
	font-variant: small-caps;
	margin: 0px;
	}

#header img {
	border-width: 0px;
	border-color: black;
	margin-left:-20px;
}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #ffffff;
	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;
        text-decoration: underline;
	}

#menu { 
	background: #000000;
	color: #ffffff;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	padding: 0px 0px 0px 0px;
    border-width: 1px;
    border-color: gray;
	border-style: solid;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    text-transform: uppercase;
	}

html*#menu {
        [padding-top: 18px;
         padding-top: 18px;
        ]padding-top: 18px;
        }

#menu ul li { 
	list-style-type: none; 
	display: inline;
	margin-left: -9px;
	margin-right: 52px;
}

#menu ul li a {
	text-decoration: none;
	color: white;
	font-weight: normal;
    margin-left: 39px;
	margin-right: 14px;
	outline:none;
}

#menu ul li a:hover {
	border-bottom:1px solid #fff;
}

#container { 
	background: #000000;
	width: 960px;
	min-height: 1350px;
	text-align: left; 
	margin: 0px auto; 
	border-top: 0px solid gray;
    border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	}

#content { 
	width: 516px;
	margin-top: 0px;
	margin-left: 200px !important;
	margin-left: 0px; /* ie6 */
	margin-right: 0px;
	position:relative;
	padding: 25px 17px 15px 25px !important;
	padding-left: 5px; /* ie6 */
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-top: 0px solid gray;
	border-bottom: 0px solid gray;
	min-height: 1350px;
    text-align: left;
	}
#content p{
	margin: 0px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	font-size: 13px;
    margin-right: 5px;
	font-family: verdana,sans-serif;
	color: #FFFFFF;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 0px;
	padding: 0px 5px 0px 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: #ffffff;
	text-decoration: none;
	}

#content h2 {
	color: #BFBFBF;
	font-size: 14px;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	line-height: 12px;
	font-variant: normal;
    margin: 0 0 1px;
    margin-bottom: 12px;
	}
#content h2 a  {
	color: #ffffff;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#content h3 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	line-height: 120%;
        margin:0 0 28px;
        text-transform:uppercase;
        text-decoration: underline;
        margin-top: 7px;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #ffffff;
	background: #000000;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	list-style-type: inherit;
	}
	
#content ul li {
	list-style-type: square;
	color: #BFBFBF;
}
	
#content ul li ul li {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}

#content ul li a {
	color: #ffffff;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#content #link_nav {
	font-size: 12px;
	line-height: 22px;
    margin-left: 25px;
}

#content ul li.listed_link {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
        line-height: 14px;
		text-indent:-13px;
}

#content #date {
	color: #666666;
}

#content .sortLink {
	text-decoration: none;
        color: #DFDFDF;
        font-size: 14px;
        font-style: bold;
        line-height: 0px;

}

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;
	}

#content .cat_heading {
	font-weight: bold;
        margin-bottom: 20px;
}

.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: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
	color: #ffffff;
	width: 165px;
	float: left; 
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 15px 15px 13px; 
	}
#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#l_sidebar h2 {
	color: #ffffff;
	background: #000000;
	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 0px 0px;
	font-size: 1.1em;
	}
	
#l_sidebar ul li a {
	color: #ffffff;
	text-decoration: none;
	}

#l_sidebar ul li a:hover {
	background: #000000;	
	color: #ffffff;
	text-decoration: underline;
	}

#l_sidebar #s {
	width: 100px;
}

#l_sidebar li .widgettitle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
}

#r_sidebar { 
	color: #ffffff;
	width: 160px;
	float: right; 
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 20px 15px 20px; 
	overflow: hidden;
    text-align: left;
	}
#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#r_sidebar h2 {
	color: #ffffff;
	background: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 5px 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: square outside;
	margin: 0px 0px 0px 20px;
	padding: 6px 0px 0px 0px;
	font-size: 1.1em;
	}
#r_sidebar ul li a {
	color: #ffffff;
	text-decoration: none;
	}

#r_sidebar ul li a:hover {
	background: #000000;	
	color: #ffffff;
	text-decoration: underline;
	}
	
#r_sidebar li .widgettitle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
        text-transform: uppercase;
}

#r_sidebar #jumpMenu13 {
	width: 195px;
	margin-top: 5px;
}

#r_sidebar #s {
	width: 80px;
    background-color: #CFCFCF;
}

#footer { 
	background: #000000;
	border-top: 1px;	
	padding: 10px 0px 20px 0px;
	text-align: center;
	clear: both;
        color: #AFAFAF;
        font-size: 11px;
	}



#comment{
background: #CFCFCF;
}
#author{
background: #CFCFCF;
}
#email{
background: #CFCFCF;
}
#url{
background: #CFCFCF;
}

.pspost {
        color: #CC0000;
	text-align: center;
}

pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
 font-family: Verdana, Helvetica, Arial, Sans-Serif;
 font-size: 13px;
}

.psarchive {
     font-family: Verdana, Helvetica, Arial, Sans-Serif;
     color: #BFBFBF;
     font-size: 12px;
     line-height: 12px;
}

#contentarticles { 
	width: 717px; 
	margin-top: 0px;
	margin-left: 200px !important;
	margin-left: 0px;
	margin-right: 0px;
	position:relative;
	padding: 25px 17px 15px 25px;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-top: 0px solid gray;
	border-bottom: 0px solid gray;
	min-height: 1200px;
    text-align: left;
	}
	
#contentarticles p{
	margin: 0px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	font-size: 13px;
    margin-right: 5px;
	font-family: verdana,sans-serif;
	color: #FFFFFF;
        font-weight: medium;
	}
	
#contentarticles p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 0px;
	padding: 0px 5px 0px 0px;
	}
#contentarticles 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;
	}
	
#contentarticles h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#contentarticles h1 a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#contentarticles h2 {
	color: #BFBFBF;
	font-size: 14px;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	line-height: 12px;
	font-variant: normal;
    margin: 0 0 1px;
    margin-bottom: 12px;
	}
#contentarticles h2 a  {
	color: #ffffff;
	text-decoration: none;
	}

#contentarticles h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#contentarticles h3 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	line-height: 120%;
        margin:0 0 28px;
        text-transform:uppercase;
        text-decoration: underline;
        margin-top: 7px;
	}
#contentarticles h3 a  {
	color: #666666;
	text-decoration: none;
	}

#contentarticles h3 a:hover {
	color: #ffffff;
	background: #000000;
	text-decoration: underline;
	}

#contentarticles ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#contentarticles ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#contentarticles li {
	margin: 0px;
	padding: 0px;
	list-style-type: inherit;
	}
	
#contentarticles ul li {
	list-style-type: square;
	color: #BFBFBF;
	line-height: 16px;
	margin-left: 30px;
	width: 571px;
}
	
#contentarticles ul li ul li {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}

#contentarticles ul li a {
	color: #ffffff;
	text-decoration: none;
	}

#contentarticles ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#contentarticles #link_nav {
	font-size: 12px;
	line-height: 22px;
    margin-left: 25px;
}

#contentarticles ul li.listed_link {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
        line-height: 14px;
}

#contentarticles #date {
	color: #666666;
}

#contentarticles .sortLink {
	text-decoration: none;
        color: #DFDFDF;
        font-size: 14px;
        font-style: bold;
        line-height: 0px;
} 

#singlearticles { 
	width: 717px; 
	margin-top: 0px;
	margin-left: 200px !important;
	margin-left: 0px;
	margin-right: 0px;
	position:relative;
	padding: 25px 17px 15px 10px;
	border-left: solid 1px gray;
	border-right: solid 0px gray;
	border-top: 0px solid gray;
	border-bottom: 0px solid gray;
	min-height: 1200px;
    text-align: left;
	line-height: 16px;	
	}

#singlearticles p{
	margin: 0px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	font-size: 13px;
    margin-right: 5px;
	font-family: verdana,sans-serif;
	color: #FFFFFF;
        font-weight: medium;
	}

#singlearticles h2 {
	color: #BFBFBF;
	font-size: 14px;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	line-height: 12px;
	font-variant: normal;
    margin: 0 0 1px;
    margin-bottom: 12px;
	}

#singlearticles h2 a  {
	color: #ffffff;
	text-decoration: none;
	}

#singlearticles h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

td.pspostsleft {
vertical-align: top;
/*border-right: 1px ridge;*/
padding-right: 20px;
}

td.pspostsright {
vertical-align: top;
padding-left: 30px;
background: url(/wp-content/themes/rockinminimal-3col-1/images/vertline.png) no-repeat;
}

/* center line positioning on features page */

div.vertline {
float: left;
position:relative;
bottom:-25px;
left:280px
}

#content h2.blogh2 { font-size:18px; margin:0; }

.banner_ad { width: 505px; height: 70px; margin:0 0 20px 0; border:0; display:block; }

.textwidget a { color: #fff; }

#menu .secondary {
	background-color:#3067B1;
	border-top:1px solid #6794CF;
	border-bottom:1px solid #6794CF;
	height:20px;
	line-height:21px;
	margin-bottom:0;
	margin-top:0;
	padding:10px 0;
}

#menu .secondary li {
	margin-left:0;
	margin-right:50px;
}

	#menu .secondary li.first {
		margin-left:29px;
	}

#menu .secondary li a {
	margin-left:0;
	margin-right:0;
	letter-spacing:1px;
	outline:0;
}

#menu .secondary li a:hover {
	border-bottom:1px solid #fff;
}

#menu {
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
}

.purchase_button { margin-left:-2px; }
