/*  
Theme Name: Funk Rock
Theme URI: http://rossboucher.com
Description: Your theme
Version: 1
Author: Ross Boucher
Author URI: http://rossboucher.com/

*/

body {
	margin: 0;
	font: 10pt 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #000;
	background: rgb(55, 55, 55);
}

a {
	color: rgb(71, 119, 37);
	text-decoration: none;
	font-weight: bold;
}

a img{border: 0;}

a:hover, a:visited:hover, .storycontent a:hover, .sidebar a:hover {
	color: rgb(209, 91, 31);
	text-decoration: underline;
}

a:visited {
	color: rgb(209, 91, 31);
}

a:active, a:visited:active {
	color: rgb(204,170,102);
}

.header {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	width: 708px;
	height: 156px;	
	
	border: 1px solid #333;
	background-image: url(images/banner.jpg);
}

.header h1 {
	display: inline;
	position: relative;
	top: 70px;	
	height: 10px;	
	padding-top: 50px;

	font-size: 45pt;
	letter-spacing: 5pt;
	color: white;
	text-shadow: 2px 2px 2px #000;

	opacity: .9;
}

.header h1 a, .header h1 a:hover, .header h1 a:visited, .header h1 a:active {
	text-decoration:none;
	color: white;
}

.f {
	position: relative; 
	top: 20px;
	font-size: 85px;
	z-index: 5;
}

#content {
	background-color: white;
	width: 693px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;;
	padding-bottom: 15px;;
	padding-left: 15px;
	border: 1px solid black;
	border-top: none;
}

#content:after {
	content: "";  
	display: block; 
	clear: both; 
	visibility: hidden;
}

.post {
	float: left;
	width: 510px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-right: 1px dotted #aaa;
	//text-align:justify;
	line-height: 1.5em;
}

.postImage {
	padding:2px;
	border: 1px dotted #aaa;
	width:504px;
}

.storytitle {
	margin: 0;
	padding: 0;
}

.storytitle a {
	color: rgb(209, 91, 31);
	font-size: 135%;
	text-decoration: none;
}

.meta {
	color: #888;
	font-size: 85%;
}

.storycontent {
	//text-align: justify;
}			

.storycontent a {
	font-weight: bolder;
	text-decoration: none;
}

.comments {
	color: #888;
	text-align: right;
    font-size: 85%;
}

.postmetadata {
    line-height: 1em;
}

.sidebar {
	float: right;
	width: 145px;
	height: 95%;
	
	margin: 0;
	padding: 0;
	margin-top: 5px;
	padding-left: 10px;
	padding-right:10px;
					
	color:#888;
}

.sidebar h3 {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #666;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar li {
	margin: 0;
	padding: 0;
}

.sidebar a {
	text-decoration: none;
	font-weight: bold;
}
			
.sidebar img {
	text-align: center;
	padding-bottom:4px;
}

.sidebar {
    //font-size: 90%;
}

.sidebar h2 {
	font-size: 120%;
	margin-top:15px;
	margin-bottom:5px;
}

blockquote {
	border-left: 1px dotted #aaa;
	color: #888;
	padding-left: 10px;
}

pre {
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #e2e2e2;
	border: 1px dotted #aaa;
	color: #000;
	font-size: 9pt;
	font-family: Monaco, Andale Mono;
}

.footer {
	padding: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 706px;
	border :1px solid black;
	border-top:none;
	background-color:#e2e2e2;
}

.copyright {
	color: #666;
	text-align:center;
	font-size:9px;
}

.copyright a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.copyright a:hover {
	text-decoration:underline;
}

hr {
	display:none;
}

.page {
	width: 673px; 
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 10px;
}

.page p {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	//font-size:12px;
	color:#000;
	margin-left: 15px;
	margin-right: 10px;
	line-height: 1.5em;
	  }    	    
    	  
a.anchor {
	text-decoration:none;
	color: #777;
}

a.anchor:hover {
	color: #777;
}

a.anchor:active {
	color: #777;
}

.page ul,li {
	margin-left:5%;
}

.page h2 {
	color: rgb(209, 91, 31);
}

#tweet
{
   background:#eee;
   padding:6px;
   font-size:0.8em;
   margin-top:-8px;
   margin-bottom:10px;
   width:128px;
}

