/*  
Theme Name: Dual Core
Description: Theme for Dual Core, based on the Default WordPress theme for compatibility
Version: 0.0.2.93
Author: Seth "Vache" Chromick
Author URI: http://seth.chromick.com

Author: David "CSS, LOL" Martinjak
*/

body {	
	background: #6c0000 url('images/nl_top_slice.png') repeat-x;
	color: #fdfdfd;
	font-family: Verdana, Arial, sans-serif;
	font-size: 86%;
	margin: 0;
	padding: 0;
	height: 100%;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	background: url('images/header_centre.png') no-repeat center;
	display: block;
	height: 244px;
	margin: 0;
	padding: 0;
	text-indent: -1000px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	overflow: hidden;
}

#stupid {
	width: 49%;
	float: left;
	padding: 0 0 0 4px;
}

#navigation {
}

#navigation ul li {
	display: inline;
	padding: 0 4px 0;
}

#navigation ul li a {
	color: #f26f21;
	font-size: 1.20em;
	font-weight: 900;
	text-transform: lowercase;
}

#navigation ul li a:hover {	
	color: #fff;
	text-decoration: none;
}

#contents {
	clear: both;
	margin: 0 auto;
	width: 900px;
}

#posts {
	float: left;
	font-size: .9em;
	padding: 0 50px 0 0;
	width: 390px;
}

.post {
	clear: both;
	padding: 0 0 48px 0;
}

.post-category {
	margin: -10px 0 0 0;
}

.post-comment {
	float: left;
}

.post-date {
	float: right;
}

#posts a, #sidebar a {
	color: #f26f21;
}

#sidebar {
	float: right;
	width: 455px;
}

#album-meta h2 {
	color: #fff;
	font-size: 2em;
}

#album-meta img {
	display: block;
	float: left;
	height: 60px;
	margin: 0 8px 0 0;
	width: 60px;
}

#album-meta p {
	display: block;
	margin: -10px 0 0;
}

#player {
	clear: both;
}

#s {
    width: 185px;
}

.clearfooter {
	clear: both;
}

#footer {
	background: url('images/footer_side_slice.png') repeat-x;
	height: 161px;
	margin: 0;
}

#footercontainer {
	background: url('images/footer_centre.png') no-repeat center;
	height: 161px;
	color: #6c0000;
	font-size: 0.8em;
	margin: 0 auto;
	width: 1046px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#f-l { float: left; 	padding-top: 120px; 	padding-left: 76px; }

#f-r { float: right; 	padding-top: 120px; 	padding-right: 46px; }
#f-r li { display: inline; padding: 0 3px 0 0; }

#dc-bio {
	float: left;
	width: 390px;
}

#ab-bio {
	float: right;
	width: 455px;
}

#ab-bio p a img {
	float: left;
	padding: 0 15px 0 0;
}

.post-title h2 a {
	color: #fff !important;
	font-size: 1.2em;
	font-weight: normal;
}

.entry p {
	line-height: 1.5;
}

.post-category {
	padding: 9px 0;
}

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

.navigation {
	padding: 0 0 20px 0;
}

.cf-ol {
	border: none !important;
}

#tweet {
    background-color: #400000;
    color: #fff;
    font-size: 0.8em;
    padding: 12px;
    width: 316px;
}

#triangle {
    margin-left: 60px;
    width:0; 
    height:0; 
    border-left: 20px solid transparent; 
    border-right: 20px solid transparent;
    border-top: 30px solid #400000;
    border-bottom: 0;
}

/*
#buy {
    background: url('images/buymusic_2stateslr.png') 0 0 no-repeat;
    display: block;
    height: 67px;
    width: 186px;
}

#buy span {
    display: none;
}

#buy:hover {
    background: url('images/buymusic_2stateslr.png') -186px 0;
}
*/

#buy {
    display: block;
    height: 68px;
    width: 268px;
    background: url('images/buystuff_2states.png') 0 0 no-repeat;
}

#buy span {
    display: none;
}

#buy:hover {
    background: url('images/buystuff_2states.png') 0 -68px;
}

