/*  
Theme Name: Dependable Felons
Theme URI: http://www.releasedaze.com
Description: Theme for Dependable Felons
Version: 1.0
Author: Dean Karasinski
Author URI: dkarasinski@7evenleafclover.com
*/

body {
	width:100%;
	margin:0px;
	background-color:#606f76;
}

#mainbg {
	width:100%;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-x;
	}

#mainholder {
	width:1061px;
	z-index:2;
	margin:auto;
}
#logo {
	width:1025px;
	height:176px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	margin:auto;
	}
	
#navholder {
	width:1025px;
	height:42px;
	margin:auto;
	}
	
#home {
	background-image:url(images/home.jpg);
	width:90px;
	height:42px;
	float:left;
	}
	
#felons {
	background-image:url(images/felons.jpg);
	width:130px;
	height:42px;
	float:left;
	}
	
#shows {
	background-image:url(images/shows.jpg);
	width:189px;
	height:42px;
	float:left;
	}
	
#blog {
	background-image:url(images/blog.jpg);
	width:71px;
	height:42px;
	float:left;
	}
	
#press {
	background-image:url(images/press.jpg);
	width:81px;
	height:42px;
	float:left;
	}
	
#merch {
	background-image:url(images/merch.jpg);
	width:152px;
	height:42px;
	float:left;
	}
	
contact {
	background-image:url(images/contact.jpg);
	width:73px;
	height:42px;
	float:left;
	}
	


#pagebg {
	width:1059px;
	padding-top:65px;
	}
	
#pagetop {
	background-image:url(images/pagetop.png);
	width:1059px;
	height:130px;
	background-repeat:no-repeat;
	}
	
#pagerepeat {
	background-image:url(images/pagerepeat.png);
	width:1059px;
	min-height:1000px;
	background-repeat:repeat-y;
	}

#blogcontentarea {
	width:681px;
	float:left;
	text-align:left;
	margin-left:50px;
}

#sidebarnav {
	width:256px;
	float:left;
	margin-left:50px;
}

.entirepost {
	margin-left: 30px;
	padding-right:20px;
}

.posttitle {
	font-family:helvetica;
	font-size: 14px;
}

.posttitle a:link {
	color:#00407A;
}

.posttitle a:visited {
	color:#870000;
}

.posttitle a:hover {
	color:#969da2;
}

.sidebar a:hover {
	color:#969da2;
}

.sidebar a:link {
	color:#FF6E00;
}

.sidebar a:visited {
	color:#0059B0;
}

.postmetadata a:hover {
	color:#969da2;
}

.postmetadata a:link {
	color:#00407A;
}

.postmetadata a:visited {
	color:#870000;
}

.blogcontent {
	font-family:helvetica;
	font-size:14px;
}

.postmetadata {
	font-size:10px;
}

.sidebar {
	font-size:12px;	
	font-family:helvetica;
	text-align:left;
	float:left;
}

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

.sidebar ul ul {
font-size:12px;

}

.sidebar h2 {
	color:white;
}

.itemlist {
	font-size:12px;
}

.author {
	color:#00407A;
	margin-top:-15px;
	font-style:italic;
	font-size:110pxpx;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	font-family:helvetica;
	font-size:13px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: helvetica, Georgia, Sans-serif;
	font-size: 14px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	
}

.comments-template a:link {
	color:#00407A;
}

.comments-template a:visited {
	color:#870000;
}

.comments-template a:hover {
	color:#969da2;
}

.more-link {
	font-size:12px;
	font-family:helvetica;
}
	
a.more-link:link {
	color:#FF6E00;
}

a.more-link:visited {
	color:#0059B0;
}

a.more-link:hover {
	color:#969da2;
}
	
#footer {
	background-image:url(images/footer.png);
	width:1059px;
	height:39px;
	background-repeat:no-repeat;
	}
	
