/*
Theme Name: Maestro
Theme URI: http://jonmadden.info/category/wordpress/themes
Description: Specially Developer for eric symons
Version: 1.0
Author: Jon Madden
Author URI: http://jonmadden.info/
Tags: blog, black, guitar

*/

/*   BEGIN GLOBAL RESET - lifted from cssplay.co.uk  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*   END GLOBAL RESET  */

a{color: #b6b44e; text-decoration: none;}
a:hover{color: #fff;}
strong{font-weight: bold;}

.clear{clear: both;}

html{

}

body{
	background: #000;
	color: #eee;
	line-height: 1.7em;
	font-size: 12px;
	font-family: "Helvetica";
}


/* layout */
.column{
	float: left;
}

#wrap{
	width: 750px;
	margin: 0 auto;
}

#header{
	position: relative;
	height: 230px;
	background: url('images/portrait.jpg') no-repeat;
	text-align: right;
	padding-left: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #776;
}	
	#header h1{
		margin-bottom: 12px;
		font-family: "MS Trebuchet";
		font-size: 56px;
		line-height: 56px;
		letter-spacing: 1px;
	}
		
	#header h1 a{
		color: #999;
	}	
	
	#header strong{
		letter-spacing: 4px;
		color: #fff;
	}
	
	#header p{
		font-size: 18px;
		color: #fff;
	}
	
	#header ul{
		text-align: left;
		position: absolute;
		bottom: 0px;
		right: 0;
		border-left: 1px solid #776;
		padding: 10px 0 5px 5px;
		width: 200px;
		font-style: italic;
		font-weight: bold;
	}
	
	#header ul h2{
		color: #fff;
		font-style: normal;
		font-size: 16px;
		letter-spacing: 1px;
	}
	
	#header ul li{
		margin-bottom: 3px;
	}
	

#side{
	width: 176px;
	border-right: 1px solid #776;
}
	
	#side .widget_pages h2{
		display: none;
	}
	
	#side .widget_pages{
		padding-bottom: 30px;
	}
	
	#side .widget_pages a{
		text-align: right;
		letter-spacing: 2px;
		display: block;
		height: 22px;
		padding-right: 10px;
		margin: 5px 0;
		font-size: 16px;
		line-height: 22px;
	}
	
	#side .widget_pages a:hover{
	}

#content{
	position: relative;
	left: 50px;
	width: 524px;
	padding-top: 20px;
	line-height: 1.9em;
	font-size: 13px;
}

	#content strong{
		color: #b6b44e;
		letter-spacing: 1px;
	}

	#content p{
		letter-spacing: 0.5px;
		margin: 10px 0;
		font-size: 14px;
		line-height: 22px;
	}

	#content .post-edit-link{
		float: right;
	}
	
	#content .entry{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #776;
	}
	
	#content h1,
	#content h2,
	#content h3{
		color: #b7b44e;
		letter-spacing: 1px;
		font-weight: bold;
		margin: 5px 0;
		font-size: 14px;
		line-height: 16px;
	}
	
	#content h2{
		margin-bottom: 15px;
		line-height: 30px;
		font-size: 18px;
		background: url(images/note.png) no-repeat;
		padding-left: 30px;
	}
	
	#content h3{
		line-height: 24px;
		font-size: 18px;
	}

.widget_s {
         left:-850px;
         position:absolute;
         top:-700px;
}

.music li{
	border-bottom: 1px solid #776;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

	.music em{
		font-size: 14px;
		color: #fff;
	}

