/*
Theme Name: Drumasheenz
Theme URI: http://drumasheenz.com/
Description: Bespoke WP theme for Drumasheenz
Version: 0.1
Author: Clancy Hood
Author URI: http://felixdidit.com/
Tags: acid, techno, drumasheenz

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body{
	background:#993300 url(/graphics/head4.png) center center no-repeat;
	background-attachment:fixed;
}


.wsb{
	width:826px;
}

#newsbox{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fff;
	float:right; 
	width:400px; 
	padding:10px
}

#homelink{
	position:absolute;
	top:0;
	width:840px;
	height:116px;
	z-index:999;
	cursor:pointer;
}

h2{
	background:#000;
	padding:5px 10px;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0;
}

h2 a{
	color:#eee;
	text-decoration:none;
}

#hdzswf{
	width:100px;
	height:100px;
}

.artist{
	padding:0 10px 10px 10px;
	text-align:left;
	height:150px;
	cursor:pointer;
	opacity:0.8;
}

a{
	color:#0000ff
}

.youtube object, .youtube embed{
	display: block;
	margin:20px auto;
}

.artist:hover{
	opacity:1;
}

.artist.right{
	text-align:right;
}

.artist img{
	float:left;
	padding:0 8px 0 0;
}

.artist span, .artist table{
	background-image:url(/graphics/trans30.png);
	padding:10px;
	margin:0;
	display:block;
	height:91px;
}

.artist table{
	height:110px;
}

.artist.right img{
	float:right;
	padding:0 0 0 8px;
}

#hdzswf{
	float:left;
	margin:1px 0 0 22px;
}

#strapdesc{
	height:30px;
	border-bottom:1px solid #bbb;
	background:url(/graphics/chrome.jpg) center;
}

#strapnav{
	position:absolute;
	z-index:999;
	top:116px;
	width:1024px;
	height:25px;
	padding:6px 0 0 0;
	font-weight:bold;
}

#strapnav li{
	padding:0;
	margin:0;
	border:0;
	display:inline;
}

#strapnav li a{
	padding:5px 14px;
	margin:0;
	color:#fff;
	background:#666;
	font-size:1.6em;
	text-decoration:none;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	opacity:0.4;
}

#strapnav li a:hover{
	background:#fff url(/graphics/chrome.jpg) left;
	color:#000;
	opacity:1;
}

#strapnav li.current_page_item a{
	opacity:0.9;
	background:none;
	color:#fff;
}

/* Begin Typography & Colors */

html{
	padding:0;
	margin:0;
	height:100%;
	min-width:1024px;
}

body {
	margin:0 !important;
	padding:0 !important;
	height:100%;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	text-align: center;
	
}

#topspacer{
	height:46px;
	background:;
	margin: 0 -20px;
}

#wrp{
	width:1024px;
	min-height: 100% !important;
	height: auto !important;
	margin:40px auto -22px;
	padding:0 0 -40px;
	background-image:url(/graphics/trans30.png);
}

#fwrp, .psh{
	height:22px;
}

#fwrp{
	color:#006666;
	background:url(/graphics/chrome.jpg);
	width:1024px;
	margin:0 auto;
}

#ft{
	padding:4px 5px 0;
	border-top:1px solid #888;
	color:#eee;
	text-align:right;
}

#header {
	margin-top:-76px;
	height: 137px;
	background:#000;
	-moz-border-radius:27px 27px 0 0;
	-webkit-border-top-left-radius:27px;
	-webkit-border-top-right-radius:27px;
	text-align:left;
}

#headerimg {
	position:absolute;
	top:0;
	margin: 0 0 0 10px;
}

#content {
	font-size: 1.2em;
	padding:10px;
	text-align:left;
	
}

#content h2{
	margin:-10px;
	font-size:3em;
}

#content .artist h2{
	margin:5px 0px 0px;
	font-size:2em;
}

.entry{
	min-height:460px;
	padding:5px 0;
}

.alt {
	border: 1px dashed #bbb;
	padding: 10px;
	background:url(/graphics/trans30.png);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
}

#footer {
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	margin:0;
}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding:0 4px 4px 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */





/* Begin Form Elements */
#searchform {
	float:right;
	padding: 5px 3px;
	text-align: center;
}

#comments{
	border-top:1px dashed #999;
	padding:10px 5px 0;
}

#commentform{
	background:#333;
	padding:14px 14px 24px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	color:#eee;
}

#commentform label, #commentform a{
	color:#eee;
}

#commentform h3{
	font-size:2em;
	color:#eee;
	margin:-10px 0 0 0;
}

#comment_box{
	width:800px;
	color:#eee;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/


.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0;
	background:#eee;
}

.commentlist li a{
	color:#009900;
}

.commentlist li img{
	float:left;
	padding:0 7px 3px 0;
}

.commentlist li cite{
	font-style:normal;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}



.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentlist li .commentmetadata a{
	color:#999;
	text-decoration:none;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 5px;
	position:absolute;
	top:232px;
	margin-left:848px;
	width: 166px;
	text-align:left;
}

#sidebar li{
	list-style:none;
	margin:0;
	display:block;
	padding:0;
}

#sidebar li a{
	color:#333;
}

#sidebar ul{
	padding:0;
	margin:0;
}

#sidebar h2{
	text-transform:none;
	background:none;
	padding:10px 0 0;
}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
