/* Project Stylesheet */

/***************************************************************************//* WHITESPACE RESET */

* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; padding:0; }
li, dd { margin-left:1.5em;}
fieldset { padding: .5em; }

body {
background: #000;
padding:0;
margin:0;
font: 62.5% "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
color:#fff;
}

h1 {font:normal 22px/130% "Lucida Grande", "Trebuchet MS", Arial, sans-serif;margin-bottom:10px;}
#home h2 {padding-left:30px;}
h2 {font:normal 20px/180% "Lucida Grande", "Trebuchet MS", Arial, sans-serif;}
h3 {
	font:normal 11px/160% "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	text-transform:uppercase;
	color:#c20e00;
	letter-spacing:2px;
}

.red {color:#c20e00;}
.white {color:#fff;}

p {margin-bottom:10px;}

hr {
	border:none;
	width:99%;
	background:#2c2c2c;
	height:1px;
}

#content a, #artist_meta a, #artist_links a {
	color:#fff;
	border:1px dotted #fff;
	border-width:0 0 1px 0;
	text-decoration:none;
}

#content a:hover, #artist_meta a:hover, #artist_links a:hover {color:#999;border-color:#333;}

/***************************************************************************//* NAVIGATION */

#nav {
background:transparent url(images/nav.png) no-repeat 0 0;
height:42px;
border: 0px solid #000;
float:right;
font-size:14px;
margin-top:50px;
}

#nav ul {
	list-style-type:none;
	margin-right:72px;
}

#nav li.button {
display:block;
float:left;
text-align:center;
}

#nav li a {
	color:#fff;
	text-decoration:none;
	border:1px dotted #fff;
	border-width:0 0 1px 0;
	padding-bottom:1px;
}

#nav li a:hover {
	color:#999;
	border-color:#333;
}

#nav li a.on {
	color:#c20e00;
	border:none;
}

/***************************************************************************//* WRAP */

#wrap {
	width:735px;
	margin:0 auto 10em auto;
}

/***************************************************************************//* HEADER */

#header {
	background:url(images/bg_header.png) no-repeat 0 0;
	width:804px;
	height:100px;
	margin:0 auto;
}

#headerlink {
	display:block;
	text-indent:-9999px;
	height:100px;
	width:310px;
	float:left;
}

/***************************************************************************//* MIDDLEWRAP */

#bgmiddle {
	background: url(images/bg.png) repeat 0 0;
	width:100%;
}

#middlewrap {
	background:url(images/bg_middle.png) repeat-y 0 0;
	width:806px;
	margin:0 auto;
}

.aboutpage #bgmiddle, .aboutpage #middlewrap {
	height:250px;
}

/*
#middlecontent {
	width:670px;
	margin:0 auto;
}*/	

/***************************************************************************//* ARTIST */

.contactpage #featured, .contactpage #wrap, .contactpage #content,
.aboutpage #featured, .aboutpage #wrap, .aboutpage #content, .contactpage #footer, .aboutpage #footer {
	width:670px;
	text-indent:0;
}

#featured {
	width:735px;
	margin:0 auto;
}

#artist_thumb {
	background: url(images/border_top.png) no-repeat 0 0;
	width:435px;
	margin:0 0 0 0;
	padding:0;
	float:left;
}

#artist_thumb img {
	border:5px solid #2c2c2c;
	padding:1px;
	display:block;
}

#artist_meta {
	float:left;
	margin:2px 0 0 10px;
	width:280px;
	font-size:12px;
	line-height:135%;
}

#artist_links {
	float:left;
	margin:10px 0 0 10px;
	width:350px;
	font-size:12px;
	line-height:135%;
}

/***************************************************************************//* CONTACT */

#contact_meta table {
	margin-top:15px;
	font:normal 13px/160% Arial, Helvetica, Verdana, sans-serif;
	color:#adadad;
}

#contact_meta table td {
	width:330px;
}

/***************************************************************************//* CONTENT */

#content {
	width:735px;
	font:normal 13px/140% Arial, Helvetica, Verdana, sans-serif;
	color:#adadad;
	padding-bottom:2em;
}

#home #content ul, #home #content p, #home #content span {margin:15px 0 0 25px;}

#content ul, #content p, #content span {margin-top: 15px;}

#content ul li {
	width:225px;
	display:block;
	float:left;
	margin:0px;
}

#content ul li a {
	color:#fff;
	text-decoration:none;
	border:1px dotted #fff;
	border-width:0 0 1px 0;
}

#content ul li a:hover {color:#999;border-color:#333;}

/***************************************************************************//* FOOTER */

#footer {
	color:#fff;
	font-size:12px;
	margin-top:1em;
	text-indent: 25px;
	width:100%;
}

#footer a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	border:1px dotted #fff;
	border-width:0 0 1px 0;
	padding-bottom:1px;
	margin:0 .5em;
}

#footer a:hover {
	color:#999;
	border-color:#333;
}

#footer a.on {
	color:#c20e00;
	border:none;
}

/*Float Patch*/	
.floatcontainer:after { 
content: ".";
display: block;
height: 0;
clear: both;
visibility:hidden;
}

/* Mark Hadley's fix for IE Mac */  
.floatcontainer { display: inline-table;}

/* Hides from IE Mac \*/ 
* html .floatcontainer {height: 1%;} 
.floatcontainer{display:block;}
/* End Patch */


