/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */


/* ===================================================== */

* {
	margin:0;
	padding:0;
	}

body{
	min-width:960px;
	color:#000;
	font-size:62.5%;
	font-family:century gothic, helvetica, arial;
	background:#000 url(/wp-content/themes/musician/images/black-grungy.jpg) no-repeat top center;
    }	


#wrap {
	margin:22px auto 0 auto;
	background:#fff;
	width:960px;
	border:7px solid #fff;
    }
	
#header {
	background:#000 url(/wp-content/themes/musician/images/header.jpg) top left no-repeat;
	width: 960px;
	height: 324px;
	position: relative;
	}
	

#nav {
	position:absolute;
	top:237px;
	left:25px;
	width: 950px;
	height: 68px;
	font-size:1.1em;
	font-family:century gothic, helvetica, arial;
	}
	
#nav h1 {text-transform:uppercase; font-size:1.2em;}
	
#nav ul, #nav li {list-style-type:none; display:inline; float:left;}

#nav ul li {padding-left: 0; margin-left: 0;}

#nav ul li ul {padding:0 40px 0 0; list-style-type:none;}
	
#nav ul li ul li {display:block; float:none; padding:0px; margin:0;}

	
#nav a{text-decoration: none; font-size:1.1em;}
#nav a:link, #nav a:visited {color: #111; padding:1px;}
#nav a:hover {color: #fff; padding:1px; background-color:#9ed1d8; cursor:hand; cursor:pointer;}
#nav a:active {padding:1px; background-color:#d44735;}
.nav_sub {
	width:120px;
	}
	
	.nav_sub img{
	float:left;
	border:none;
	}
	
	
	#blog {
	width:130px;
	}

#main {

	float:left;
	width:610px;
	margin:20px 0 0 0;
    }
    
    .post_nav{padding:0  20px 20px 20px;}
	.post_nav_meta{padding:0;}
	.post_nav_prev{float:left;}
	.post_nav_next{float:right;}
	
	#main h1, #main h2, #main h3{
	text-transform:uppercase;
	font-family:century gothic, helvetica, arial;
	font-weight:bold;
	margin-bottom:.5em;
	}
	
	#main h1 {
	font-size:2em;
	margin:0;
	font-family: lucida grande, trebuchet, arial;
	}	
	
	#main h2 {
	font-size:1.2em;
	margin:0;
	font-family: lucida grande, trebuchet, arial;

	}	
	
	#main h3 {
	border-top:1px solid #eee;
	color:#555555;
	font-size:1.1em;
	font-weight:normal;
	margin:2em 0 0.5em;
	padding:1em 0 0;
	font-family: lucida grande, trebuchet, arial;

	}
	
	#main i {
	font-size:1.2em;
	font-style:italic;
	margin-bottom:.8em;
	color:#444;
	}
	
	#main p {
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
	margin:.5em 0 1em 0;
	font-family: arial;
	color:#555;
	}
	
	#main a{text-decoration: underline; color:#111;}
	#main a:link, #main a:visited {color: #111;}
	#main a:hover {color: #9ed1d8; cursor:hand; cursor:pointer;}
	#main a:active {color:#d44735;}
	
	
	#main h1 a, #main h2 a, #main h3 a {text-decoration:none;}
	
	
	#main-title {height:64px; background: #000 url(/wp-content/themes/musician/images/bg-main-header.jpg) no-repeat bottom left; color:#fff; margin:20px 20px 0 20px; position:relative;}
	#main-title #text {position:absolute; top:6px; left:114px;}
	#main-title #text a:link, #main-title #text a:visited {text-decoration: none; color:#fff; border:none;}
	
	#main-title h1 {font-family:century gothic, helvetica, arial; font-size:1.8em; font-weight: normal;}
	#main-title h2 {font-family:century gothic, helvetica, arial; font-size:1.4em; line-height:.9em; font-weight:normal; margin:.5em 0 0 0;}
	
	
/* MUSIC TABLE  
======================= */	
	table.music {background:#fff; font-family: arial; margin-bottom:20px;}
	table.music th {text-align: left; padding:0;}
	table.music td{padding:10px 10px 10px 0;}
	tr#lyrics td {padding:0;}
	table.music_inside {margin:0 10px 0 10px;}
	table.music_inside td{font-size:1.1em; padding:0;}
	
	
	.description {font-size:.9em; text-align: justify; margin:0 0 0 10px;}
	a.button {text-decoration:none; font-size: .9em; padding:.3em; border:1px solid #000; color:#000;}
	a.button:hover {border:1px solid #9ed1d8; color:#9ed1d8;}

			
	div.post {
		margin-bottom:2em;}
		
	div.entry {
		margin-top:1em;
	}	
		
	div.postmetadata{
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #999999;
	font-size:0.8em;
	margin:3em 0;
	padding:1em;}	
	
/* COMMENTS 
======================= */

	textarea#comment {width:530px;}
	form#commentForm input {background:#f2f2f2; border:1px solid #555; padding:1em;}
	
	ol.commentlist li {
	background:#eee;
	padding:1em;
	border:1px solid #ccc;
	margin-bottom: 1em;
	}
	
	ol.commentlist li div.comment-head a {text-decoration: none;}
	
	
	table.tour {font-size:1.2em; width:540px; padding:1em; margin-bottom:2em;}
		
		table.tour th {background: #111; color:#fff; padding:1em;}
		table.tour td {background: #eee; color:#111; padding:1em;}
		
		
		
		
	
#sidebar {
	float:right;
	width:342px;
	margin-top:8px;
	}	
	
	#sidebar h1{ /* used for box headings */
	font-size:1em;
	text-transform:uppercase;
	font-family:century gothic, helvetica, arial;
	font-weight:100;
	color:#fff;
	padding:0.2em 0 0.2em 1.7em;
	}
	
	#sidebar h2 {margin-top:1em;
	color:#A7CACC;
	text-transform:uppercase:
	
	}
	
	.title {background: #000 url(/wp-content/themes/musician/images/bg-title.jpg) repeat-x left bottom; color:#fff; padding:.2em; height:26px}
	.title h1 {padding-top:.2em;}
	 
	
	
	#sidebar input, #sidebar textarea {
	border:1px solid #111;
	padding:.5em;
	font-size:8pt;
	color:#111;
	background-color:#FFF;
	width:240px;
	margin:1px 0 1px 0;
	}
	
	#sidebar input:focus, #sidebar textarea:focus {
	border:1px solid #111;
	color:#111;
	}
	
	#sidebar a{text-decoration: none;}
	#sidebar a:link, #sidebar a:visited {color: #fff; border:1px solid #000; border-bottom:1px solid #000;}
	#sidebar a:hover {
	color:#FFFFFF;
	cursor:pointer;
	font-style:italic;
	text-decoration:underline;
	}
	
	li.recentcomments_gravs{
	clear:left;
	display:block;
	margin-bottom:15px;
	}
	
	
	
	#join-email input, #join-email input:focus {
	background:#fff url(/wp-content/themes/musician/images/bg-input.jpg) repeat-x top left;
	border:2px solid #9ECFFC;
	width:257px;
	}

div#subscribe a {display:inline; float:left; margin:0; padding:0; border:0;}
div#subscribe a:hover img{border:0;} 
div#subscribe a img, div#subscribe img{float:left; margin:0; padding:0; border:0;}
	
#footer {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	background: #000 url(/wp-content/themes/musician/images/footer.jpg) repeat-x left bottom; height:323px;
	color:#000; text-transform:uppercase;
	font-family:century gothic, helvetica, arial;
}

	#footer p {
    padding:5px;
    }
	
	#footer a {color:#000; text-transform:uppercase;}
	
	#footer #btm_menu {
	padding-top:230px;
	}
	
	#footer div.btm_menu{
	padding:0 .5em .5em .5em;
	display:inline;
	}
	
	#footer div.btm_menu a:hover{
	color:#666;
	}
	
	#footer #credits, #footer #credits a {
	color:#000;
	font-weight:normal;
	text-transform:capitalize;
	}
	
	
/* CONTENT 
======================= */

.content {
	padding:20px 10px 0 20px;
	}


div.item { margin:0px 20px 0 20px;}
div.sidebar{margin:20px 30px 35px 0px; color:#fff; font-size:1.1em; line-height:1.4em; background-color:#000; padding:0px;}
div.nopad {padding:0;}

div.sidebar div.title {margin:-10px 0 10px 0px;} div.title h1{font-size:1em; font-weight:bold;}

div.sidebar div.inside{padding:0px 20px 20px 20px;}

div.clear_left {clear: left; line-height: 0; height: 0; padding:0; margin:0;}
div.clear_right {clear: right; line-height: 0; height: 0; padding:0; margin:0;}
div.clear_both {clear: both; line-height: 0; height: 0; padding:0; margin:0;}




