/*
Theme Name: Butcher
Theme URI: http://wbutcher.com
Description: Butcher Theme.
Version: 1.0
Author: Lucas Petes
Author URI: http://www.milk-it.net
Tags: butcher, blood, web, app

*/

@import url('reset.css');

body {
font-family: Helvetica, 'Helvetica Neue', 'Lucida Sans', Arial, Verdana, Sans-Serif;
background: #464646 url(images/bg_body.jpg);
color: #212121;
text-align: center;
margin:0;
font-size:0.75em;
text-align:left;
}

#blood {
position:absolute;
width:160px;
height:479px;
background:url(images/bg_blood.gif) no-repeat;
left:50%;
margin-left:-495px;
}

#blood2 {
position:relative;
width:372px;
height:127px;
background:url(images/bg_blood2.gif) no-repeat;
left:50%;
margin-left:124px; margin-bottom:-127px;
z-index:1;
}

#shadow {
position:relative;
background:url(images/bg_shadow.gif) repeat-y;
width:791px;
margin:auto;
}

#container {
position:relative;
margin:auto;
width:778px;
background:url(images/bg_top.jpg) no-repeat;
}

#top {
position:relative;	
text-align:right;
padding:28px 50px 0 0;
z-index:2;
}

#top h1 {
float:left;
padding:11px 0 0 42px;
}

#top, h2, h3, h4, b { font-family: Monaco, "Courier New", Courier, monospace;}
b {font-weight:normal}


p#slogan { color: #AF1E13; margin-bottom:15px; }

#top ul { list-style:none none; }

#top ul li {
display:inline;
padding-left:10px;
}

#top ul li { font-size:1.05em; }

#top ul ul {
position:absolute;
text-align:left;
}

#top ul ul li {
display:block;
font-size:1em;
}

#top ul a {
	color:#212121;
	text-decoration:none;
}

#top ul a:hover {background:url(images/hr.gif) 0 100% repeat-x;}

#sidebar {
float:right;
width:246px;
padding:70px 37px 0 20px;
}

#content ul, #sidebar ul { list-style:outside none none; }
#content ol, #content ol { list-style:inside decimal-leading-zero; }

#content ul li, #sidebar ul ul li {
background:url(images/bullet.gif) no-repeat 1px 7px;
padding-left:12px;
}

#content ul,
#content ol,
#content dl,
#content p,
#content hr,
#content table, 
#content h3, 
#sidebar ul, 
#sidebar ol, 
#sidebar dl, 
#sidebar p, 
#sidebar hr, 
#sidebar h2, 
#sidebar h3,
form { margin-bottom:12px; }

#content h3 { margin-top:6px; margin-bottom:6px; }


#content a { color: #AF1E13; text-decoration:none; }
#content a:hover {background:url(images/hr.gif) 0 100% repeat-x;}

#sidebar a { color: #212121; background:url(images/hr.gif) 0 100% repeat-x; text-decoration: none; }
#sidebar a:hover { color: #AF1E13; }

#sidebar ul ul {
background:url(images/hr.gif) repeat-x 70% 100%;
padding-bottom:15px;
}

h2,
h3,
h4 { font-weight:normal; }

h2 a,
h3 a,
h4 a {
	color:#212121 !important;
	text-decoration:none;}

#content h2 {
	font-size:1.9em; letter-spacing:-1px; margin-bottom:15px;
	}
	
#content h3, #sidebar h2 {
	font-size:1.4em; letter-spacing:-1px;
	}

#content {
	clear:left;
	padding-left:39px;
	padding-top:65px;
}

hr {
height:1px; 
color:none;
border:0;
background:url(images/hr.gif) repeat-x;
}

.thumb, .entry img.photo { border:12px solid #eee; }
.entry img.photo { margin:10px 0; }

.open-lightbox { text-align: right; }

#footer {
clear:both;
position:relative;
background:url(images/bg_bottom.jpg) no-repeat;
color:#6d6d6d;
text-align:right;
vertical-align:bottom;
padding:0 10px;
width:728px;
height:32px;
margin:auto;
padding-top:190px;
padding-right:30px;
}

#searchsubmit, input#submit {
	background:url(images/bg_search.gif) no-repeat;
	border:0;
	padding:3px;
	height:24px;
	width:65px;
	font-family: Monaco, "Courier New", Courier, monospace;
	color:white;
	border:0;
	}

h3#comments {
	margin-top:20px;
	}
	
.comment-meta, .commentmetadata {
	font-size:0.90em;
	}
	
ol.commentlist p {
	margin-top:6px;
	}
	
input, select, textarea {
	border:1px dashed #bbb;
	border-color:#ddd #ddd #888 #888;
	padding:2px;
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size:1em;
	}

div.navigation { margin-bottom:15px; }
.postmetadata { margin-top:20px;}
ul.miniban { padding-bottom:1px !important; }
ul.miniban li a { background:none !important; }
ul.miniban li { margin:10px 0; background:none !important; padding:0 !important; }

#sidebar div.download-button a.button {
	display:block;
	width:246px;
	height:68px;
	background:url(images/bt_download.jpg) no-repeat;
	margin-top:20px;
}
#sidebar div.download-label, #sidebar div.download-label a {
	font-family: Monaco, "Courier New", Courier, monospace;
	color:white;
	font-size:0.9em;
	position:absolute;
	text-align:left;
	margin:-25px 0 0 45px;
	background:none;
	text-decoration:none;
	width:200px;
}

a#milk-it {
position:absolute;
left:50%;
display:block;
width:30px;
height:109px;
background:url(images/el_milk-it_icon.gif) no-repeat;
margin:-96px 0 0 405px;
}

a#milk-it:hover {
background:url(images/el_milk-it_full.gif) no-repeat;
}