/*  
Theme Name: R4Bv4
Author: nickel
*/

/* Color Palette

rgb(0,0,139); /* text
rgb(0,0,50); /* background


*/

html, body {
	margin: 0em;
	padding: 0em;
	font-size: 90%;
	text-align:center;
	background: rgb(0,0,50); /* background */
	color: rgb(0,0,0); /* black */
	}

/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, li, input, select, textarea {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	}

img { /* This turns off borders around images */
	border: 0;
	}

/* Ordinary paragraphs and list-items */
p, ul, ol {
     margin: 0em;
     padding: 0em;
     margin-bottom: 1.2em;
     font-size: 1.0em;
     }

ul li {
     font-size: 1.0em;
     margin-bottom:0.4em;
     }

/* General font sizing -- for IE */
input, textarea, select, td, th {
     font-size: 1.0em;
     }

/* General link colors */
a, a:link, a:visited, a:active {
    color: rgb(0,0,139); /* Text */
	text-decoration:none;
	font-weight:bold;
     }

a:hover {
     color: rgb(0,0,0); /* black */
	 text-decoration:underline;
     }

acronym, abbr {
     border-bottom: 1px dotted black;
     cursor: help;
     }

sup {
     font-size: 0.9em;
     }
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	


/*  Horizontal Rules  */

hr { /* For Internet Explorer */
	clear:both;
	height: 1px;
	color: rgb(204,204,204); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(204,204,2046); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Opera and Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(204,204,204); /* light grey */
	border: 0px solid rgb(204,204,204); /* light grey */
	margin-bottom:1.0em;
	}
	
/* ================================ Headers ================================ */

/*
 	h1 - entry title 
	h2 - sidebar titles

*/

h1 {
	margin: 0;	
	padding-bottom:0.25em;
	font-weight:bold;
	font-size:1.5em;
	}


h2 {
	font-size:1.3em;
	margin:0 0 0.5em 0;
	padding:0;
	}


h3 {
	font-size:1.1em;
	margin:1.0em 0 0.5em 0;
	padding:0;	
	padding-top:1.0em;
	border-top:1px solid rgb(136,136,136); /* medium grey */
	}
	
div#footer h3 {
	border:0;
	padding:0;
	font-size:1.0em;
	}	


	
/* ================================ Layout Containers ================================ */	

div#page {
	width:980px; /*  width of white area. total width = this + borders */
	margin: 10px auto 10px auto; 
	text-align:left;
	border: 2px solid rgb(136,136,136); /* medium grey */
	background: rgb(255,255,255); /* white */
	position:relative;
	}
		
div#container {
	width:956px; /* width of content area */
	margin:auto; /* this centers it left/right in div#page - the margins are (div#page width - div#container width)/2  */
	position:relative;
	margin-bottom:1.0em;
	}

div#blog-content {
	width:778px; /* width of div#content plus div#content margin-right plus div#blog-data */
	margin-left: 178px; /* width of div#links plus div#content margin-right (to make the spaces even) */
	position:relative;
	}

div#content {
	width: 500px; /* width of main blog content */
	margin-right:18px; /* width of space between div#content and div#blog-data */
	position: relative;
	float:left;
	text-align:left; /* change this to justify to get left and right justification */
	}
	 
div#blog-data {
	width:260px; /* width of right column */
	float:left;
	}

div#links {
	position:absolute;
	top:0;
	left:0;
	width: 160px; /* width of left column */
	}

/* ================================ Header ================================ */

div#header {
	border-bottom: 3px solid rgb(136,136,136); /* medium grey */
	margin:1.0em auto 1.0em auto;
	width:956px; /* same as div#container width */
	}
	
div#header ul {
	list-style-type: none;
	text-align:center;
	}
	
div#header ul li {
	display:inline;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:bold;	
	}

div#header ul li a {
	padding: 0 2px 0 2px;
	}				
	
/* ================================ Content ================================ */


div#content {
	line-height: 1.6em;
	}
	
div#content ul {
	list-style-type:none;
	margin:0;
	margin-left:2.0em;
	margin-bottom:1.0em;	
	padding:0;
	}
	
div#content ul li {
	margin:0em 0em 0.5em 0em;
	padding:0;
	padding-left:8px;
	background:url(images/bullet.gif) no-repeat 0 8px;	
	}	
		
div#content ol, div#comments ol li ol {
	margin:0;
	margin-left:3.0em;
	margin-bottom:1.0em;	
	padding:0;
	}
	
div#content h1.page-title {
	margin-bottom:0.5em;
	}				
	
/* ================================ Post ================================ */	

div.date {
	font-weight:bold;
	margin-bottom:1.0em;
	font-size:1.3em;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	}

.entry {
	line-height: 1.6em;
	margin-bottom:1.0em;
	padding-bottom:1.0em;
	border-bottom:1px solid rgb(0,0,0); /* black */
	}

.entry.search-results h1 {
	font-size:1.5em;
	}

.entry h2 {
	border-bottom: 2px solid rgb(0,0,139); /* Text */
	padding:2px;
	}	
	
.img-left {
	float:left;
	padding-right:10px;
	padding-top:0.5em;
	}

.img-right {
	float:right;
	padding-left:10px;
	padding-top:0.5em;
	}
	
.img-head {
	text-align:center;
	padding-bottom:0.5em;
	}

.horizbar {
	border-top: 1px dotted #000;
	padding-top:0.5em;
	padding-bottom:0.5em;
	}
	
.storycontent h2 {
	border:0;
	padding:0;
	font-size:1.2em;
	margin: 0 0 0.3em 0;
	}	
	
.storycontent h3 {
	border:0;
	padding:0;
	font-size:1.0em;
	margin: 0 0 0.3em 0;	
	}

.meta {
	clear:both;
	width:100%;
	margin:0;
	padding-bottom:0.5em;
	line-height:1.5em;
	font-size:0.9em;
	color: rgb(136,136,136); /* medium grey */
	}
	
.meta h2 {
	border: 0;
	padding: 0;
	}	
	
.navigation {
	margin-bottom:2.0em;
	}	
	
div#comments {
	border-top: 1px solid rgb(0,0,139); /* Text */
	padding-top:1.0em;
	margin-top:1.0em;
	}
	
div#comments ol {
	margin:0 0 2.0em 2.0em;
	padding:0;
	}	
	
div#comments ol li {
	padding-bottom:1.0em;
	border-bottom:1px solid rgb(136,136,136); /* medium grey */
	margin-top:1.0em;
	}
	
div#comments ol li cite {
	margin: 0;
	display: block;
	font-size:0.9em;
	}	
	
div#comments ol li ul li, div#comments ol li ol li {
	padding-bottom:0;
	border:0; 
	margin-top:0;
	}	
	
/* ================================ Links Column ================================ */	

#links h2 {
	border-bottom: 2px solid rgb(0,0,139); /* Text */
	padding:2px;
	}

#links ul {
	list-style-type:none;
	font-size:0.9em;
	margin-bottom:1em;
	} 

#links ol {
	font-size:0.9em;
	margin-bottom:2.0em;
	margin-left:2.2em;
	padding:0;
	}
	
#links ol li {
	margin:0;
	padding:0;
	line-height:1.1em;
	margin-bottom:0.5em;	
	}
	
#links ul li {	
	line-height:1.1em;
	margin-bottom:0.5em;
	padding-left:8px;
	background:url(images/bullet.gif) no-repeat 0 4px;		
	}	
	
#links form {
	margin-bottom:2.0em;
	}
	
			
			
/* ================================ Blog Data Column ================================ */	

div#blog-data h2 {
	border-bottom: 2px solid rgb(0,0,139); /* Text */
	padding:2px;
	}

div#blog-data ul {
	list-style-type:none;
	font-size:0.9em;
	margin-bottom:1.0em;
	} 

div#blog-data ol {
	font-size:0.9em;
	margin-bottom:2.0em;
	margin-left:2.2em;
	padding:0;
	}
	
div#blog-data ol li {
	margin:0;
	padding:0;
	line-height:1.1em;
	margin-bottom:0.5em;	
	}
	
div#blog-data ul li {	
	line-height:1.1em;
	margin-bottom:0.5em;
	padding-left:8px;
	background:url(images/bullet.gif) no-repeat 0 4px;	
	}	
	
div#blog-data a strong {
	color: rgb(248,114,23); /* orange */
	}	
	
div#blog-data div.column-container {
	clear:both;
	}
	
div#blog-data div.column-container:after { /* http://www.positioniseverything.net/easyclearing.html */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#blog-data div.column-container {display: inline-block;}

/* Hides from IE-mac \*/
* html div#blog-data div.column-container {height: 1%;}
div#blog-data div.column-container{display: block;}
/* End hide from IE-mac */	
	
div#blog-data div.column-container div {
	width:125px;
	float:left;
	}
	
div#blog-data div.column-container div.col1 {
	margin-right:10px;
	}	
			
/* ================================ Footer ================================ */	

#footer {
	width:954px;
	margin: 0 auto 1.0em auto;
	clear: both;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border: 3px solid rgb(136,136,136); /* medium grey */
	background: rgb(221,221,221); /* light grey */
	}
	
div#footer div.footer-links {
	width:21%;
	margin-left:2%;
	margin-right:2%;
	float:left;	
	}
	
#footer p {
	text-align: center;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;	
	margin:0;

	}
	
#footer ul {
	list-style-type:none;
	}			
	
#footer li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	padding-left:10px;
	background: url(images/bullet-footer.gif) 0 7px no-repeat;
	}		
	
#footer hr {
	height: 3px;	
	margin-left:2.0em;
	margin-right:2.0em;
	background-color: rgb(136,136,136); /* medium grey */
	color: rgb(136,136,136); /* medium grey */	
	margin-bottom:0.5em;
	}
	
			
/* ================================ Ads ================================ */	

div.post-ad {
	float:right;
	width:340px;
	}
	
div.single-ad {
	margin-bottom:1.0em;
	}
	
div.promo {
	font-weight:bold;
	text-align:center;
	font-size:1.4em;
	margin-bottom:1.0em;
	}	

div.sponsor-grid {
	height:270px;
	margin-bottom:2.0em;
	}

div.sponsor-grid a {
	margin: 0 7px 10px 7px;
	width:125px;
	height:125px;
	float:left;
	clear:none;
	display:block;
	}	
		
/* ================================ Misc ================================ */		
	

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

blockquote {
	margin: 1.0em 0 1.0em 0;
	padding: 1.0em 1.0em 0.5em 1.0em;
	border-left: 5px solid rgb(213,215,210); /* medium light grey */
	background:rgb(244,245,241); /* very light grey */
	display:block;
	position:relative;
	overflow:hidden;
	width:92%;
	}


/* ================================ Contact Form ================================ */	

.contactform {
	position: static;
	overflow: hidden;
	width: 95%;
}

.contactleft {
	width: 25%;
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */