/*
Theme Name: Rsartv4
Theme URI: http://wordpress.org/
Author: Rick Stirling



*/



/* Begin Typography & Colors */
body {
	font-size: 1em; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #060303;
	text-align: center;	
	margin: 0px;
    border: 0px;
	padding: 0px;
	background:#696345 url(images/v4mainbackground.jpg);
	 
	}



#page {
	padding: 0;
	width: 1200px;
	margin: 0px auto;
	text-align:left;
	background:transparent url(images/v4pagebackground.png);
}


	

#headerblock {
	padding: 0;
	float:left;
	}
	
	
#header_L {
	background:transparent url(images/v4header_L.gif) no-repeat;
	height:275px;
	width:150px;
	float:left;
}


#header_C {
	background:transparent url(images/v4header_C.jpg) no-repeat;
	height:275px;
	width:900px;
	float:left;
	position:relative;
}


#header_R {
	background:transparent url(images/v4header_R.gif) no-repeat;
	height:275px;
	width:150px;
	float:left;
}






#headernav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	position:absolute;
	top:90px;
	left:102px;
	}

#headernav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	text-indent: -7000px; /** Removes li text from the screen **/
	}

#headernav a {
	float: left;
	padding: 0;
	overflow: hidden;
	}
	
#headernav a:hover {
	background-position: 0 -95px;
	}







#navhome a {
	width:139px;
	height:95px;
	background:transparent url(images/menus_01.png) no-repeat;
}

#navcontent a {
	width:158px;
	height:70px;
	background:transparent url(images/menus_02.png) no-repeat;
}

#navlinks a {
	width:163px;
	height:50px;
	background:transparent url(images/menus_03.png) no-repeat;
}
	
	

	
	

#contentblock {
	background:#b7b39d url(images/v4contentbackground.jpg);
	width:894px;
	padding:0px;
	clear:both;
	margin-left:153px;
}

#maincontent {
	/* 650 pixels wide in total */
	float:left;
	width:630px;
	padding: 0px 10px;
	}




#sidebar {
	/* 244 pixels wide in total */
	float:left;
	padding:0px 5px;
	width: 232px;
	}





#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}
	

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}








a {
	color: #800a04;
	text-decoration: none;
	}

a:hover {
	color: #9d0e06;
	text-decoration: underline;
	}






.post {
  	margin-bottom: 3em;
        clear:both;
}


.post h2 {
  margin: 0px;
  padding: 5px 0px;
  font-size: 1.5em;
  font-family: Arial, sans-serif;
  color: #800a04;
  line-height:100%;
}

.post h2 a {
  text-decoration: none;
  color: #800a04;
}

.post .entry {
	clear:both;
	padding: 0px 10px;
  	margin-bottom: 1em;
}


.postmetadata {
  font-size: .7em;
  clear:both;
}


.post li {
	list-style-image: url(images/liststar.gif);
	margin-bottom:10px;
}


.postdate {
	background:transparent url(images/date.gif) no-repeat;
	color:#e4e0e0;
	text-align:left;
	width:52px;
	height:50px;
	float:left;
	padding:2px 9px;
}

.pdmonth {font-size:14px;}
.pdday {font-size:24px; padding-left:2px;}







/* Sidebar */
#sidebar ul {
	list-style: none;
	padding:0;
	margin:0;
}

#sidebar li {
padding:0 2px;
	font-size:0.9em;
}


#sidebar h2 {
    padding-bottom:0;
    margin-bottom:0;
}



/* Images */

img {
	display:block;
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}


.post img {
	float:left;
	background-color: #800a04;
	padding:4px;
        margin:8px;
        text-align:center;
}












/* Comment formatting */

dt {
        font-weight:bold;
	background: url(images/liststar.gif) no-repeat left;
	margin:4px 0px 2px 0px;
        padding-left:17px;
}





.commentlist li {
	padding:5px;
        margin:5px;	
}

.commentlist li.alt {
background: url(images/comment-alt.gif);
}


.commentlist li.auth {
  background: url(images/comment-auth.gif);

}



.recentcomments {
	font-size:0.9em;
}

.recentcomments li{
	margin-bottom:10px;
}








/* Various Tags & Classes */

.center {
	text-align: center;

	}




blockquote {
display: block;
padding: 0 30px;
width: 450px;
margin-bottom:20px;
}


blockquote:before, blockquote:after {
color: #800a04;
display: block;
font-size: 700%;
width: 50px;


}



blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}



blockquote:after {
    content: close-quote;
    height: 50px;
    margin-top: -70px;
    margin-left: 460px;
}





.contentnavigation {font-size:0.8em;}
.alignleft {text-align:left; display:inline;}
.alignright {text-align:right; display:inline;}




.clearall {
        display:block;
        clear:both;
        width:99%;
}




.flickr {
	padding:0px;
	margin:0 auto;
	}


.flickr img {
	float:left;
	margin:0 0px 8px 8px;
	background-color: #800a04;
	padding:3px;
	width:90px;
	height:90px;
	}
	
	



input  {
        color: #0f0f0f;
        background-color: #e0e0e0; 
        border: solid 1px #800a04;
}


input:hover  {
		color: #000000;
        background-color: #ffffff; 
        border: solid 1px #9d0e06;
        
}
	
	
.half {
        width:50%;
}


.fleft {
        float:left;
}



pre {
    font-size:0.8em;
}


table {font-style:italic;}

code {
    font-size:0.9em;
    padding:10px;
font-family: "Courier New", Courier, monospace
}


