body, h1, h2, h3, p, form, ul, li, ol {
	margin:0px;
	padding:0px;
}
body{
	background:url(images/bg.jpg) top center;
	font-family:"American Typewriter", "Courier New", Courier, monospace;
	font-size:14px;
	line-height:22px;
}
a{
	color:#e57902;
	text-decoration:none;
	-webkit-transition: 0.3s color ease-in-out;
}
a:hover{
	color:#575757;	
}
h3{
	font-size:18px;
	font-weight:normal;
}

.entry-title a{
	font-size:18px;
	font-weight:normal;
	color:#501e05;
}
img {
	border:none;
}
#container{
	width:1050px;
	margin:auto;
	position:relative;
}
#left{
	width:300px;
	position:absolute;
	top:50px;
	left:-30px;
	z-index:100;
}
#main{
	background:url(images/mainbg.png) top center repeat-y;
	z-index:200;
	top:0px;
	left:190px;
	width:590px;
	position:absolute;
	padding:0px 30px;
}

#right{
	width:300px;
	position:absolute;
	top:0px;
	right:-20px;
	z-index:101;
}


/*****Left*****/
#musicplayer{
	width:179px;
	height:120px;
	background:url(images/musicplayerbg.png) top left no-repeat;
	padding-left:70px;
	padding-top:26px;
}
#popuplink a{
	font-size:12px;
	color:#14140b;
	font-weight:bold;
}
#popuplink a:hover{
	color:#666;
}
#popuplink{
	margin:12px 0px 0px 11px;	
}
#navpanel{
	background:url(images/navbg.png) top right no-repeat;
	width:203px;
	height:302px;
	padding-left:50px;
	margin-top:30px;
	padding-top:20px;
}
#navlist{
	list-style:none;
	padding:0px;
	margin:0px;
	padding-top:10px;
	background:url(images/nav_divider.gif) top center no-repeat;
	margin-top:10px;
}
#navlist li{
	height:35px;
}
#navlist li a{
	margin-left:45px;
	width:114px;
	font-size:15px;
	color:white;
}
#navlist li a:hover{
	color:#623f31;	
}
#nav_home a{
	background:url(images/nav_divider.gif) bottom center no-repeat;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:60px;
}
#nav_home a:hover{
}
#nav_bio a{
	background:url(images/nav_divider.gif) bottom center no-repeat;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:27px;
}
#nav_bio a:hover{
}
#nav_videos a{
	background:url(images/nav_divider.gif) bottom center no-repeat;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:55px;
}
#nav_videos a:hover{
}
#nav_gallery a{
	background:url(images/nav_divider.gif) bottom center no-repeat;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:50px;
}
#nav_gallery a:hover{
}
#nav_gigs a{
	background:url(images/nav_divider.gif) bottom center no-repeat;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:72px;
}
#nav_gigs a:hover{
}
#nav_contact a{
	background:url(images/nav_divider.gif) bottom center no-repeat;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:47px;
}
#nav_contact a:hover{
}
#nav_blog a{
	background:url(images/nav_divider.gif) bottom center no-repeat;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:72px;
}
#nav_blog a:hover{
}
#mailinglist{
	background:url(images/mailinglistbg.png) top left no-repeat;
	width:368px;
	height:197px;
	margin-top:30px;
	position:relative;
}
#mailinglistform{
	padding-top:40px;
	padding-left:55px;
}
#mailinglisttitle{
	background:url(images/mailinglisttitle.gif) top left;
	width:162px;
	height:25px;
	text-indent:-5000em;
	display:block;
	margin-bottom:10px;
}
#inputemail{
	height:24px;
	border:#8f8c8c 1px solid;
	margin-bottom:10px;
}
#mailinglistdeets{
	padding-left:55px;
	width:150px;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	line-height:16px;
}
#subscribesubmit{
	position:absolute;	
	top:75px;
	left:180px;
}


/*******Main********/

#header{
	background:url(images/headerbg.jpg) top left no-repeat;
	width:575px;
	height:161px;
	padding-top:50px;
	padding-left:10px;
}
#logo{
	display:block;
	text-indent:-5000em;
	background:url(images/logo.gif) top left no-repeat;
	width:274px;
	height:135px;
	margin-top:10px;
	margin-left:20px;
}
#icons{
	background:url(images/iconsbg.png) top left no-repeat;
	width:367px;
	height:52px;
	position:absolute;
	top:20px;
	right:14px;
}
#icons ul {
	list-style:none;
	margin-top:18px;
	margin-left:25px;
}
#icons ul li{
	float:left;
}
#icons ul li a {
	display: block;
	text-indent: -5000em;
    text-decoration: none;
    border: none;
	height:18px;
}
#icons_myspace{
	background:url(images/icons_myspace.png) top left no-repeat;
	width:67px;
	margin-right:10px;
}
#icons_facebook{
	background:url(images/icons_facebook.png) top left no-repeat;
	width:62px;
	margin-right:10px;
}
#icons_youtube{
	background:url(images/icons_youtube.png) top left no-repeat;
	width:45px;
	margin-right:10px;
}
#icons_twitter{
	background:url(images/icons_twitter.png) top left no-repeat;
	width:72px;
}

#pagetitle{
	background:url(images/titlebg.jpg) top center no-repeat;
	width:557px;
	height:42px;
	color:white;
	font-size:26px;
	text-transform:uppercase;
	padding-top:45px;
	padding-left:38px;
	margin-bottom:20px;
}

#footer{
	xborder-top:black 1px solid;
	padding:20px;
	margin:0px 40px 20px 40px;
	font-size:11px;
}
#footer a{
	color:#000000;
	text-decoration:none;
	-webkit-transition: 0.5s color ease-in-out;
}
#footer a:hover{
	color:#e57902;	
}
#footer_rt{
	text-indent:-5000em;
	display:block;
	background:url(images/rtlogo.gif) top left no-repeat;
	width:34px;
	height:25px;
	float:left;
	margin-right:15px;
	margin-top:0px;
	margin-left:100px;
	
}
.footer_text{
	margin:0px 15px;	
	padding:5px 0px;
}





/*********Right***********/
#search{
	text-align:right;
	background:#987d4e;
	margin-top:35px;
	height:24px;
	padding:8px;
	padding-right:63px
}
#searchbox{
	height:20px;
	border:black 1px solid;
}
#searchbtn{
	position:absolute;
	top:48px;
	right:8px;
}
#sidebarvideo{
	background:url(images/sidebarvideobg.png) top right no-repeat;
	width:260px;
	height:238px;
	margin-top:20px;
	padding:50px 0px 0px 80px;
}
#sidebarvideotitle{
	background:url(images/sidebarvideotitle.jpg) top left no-repeat;
	text-indent:-5000em;
	display:block;
	width:54px;
	height:18px;
	margin-bottom:10px;
}
#sidebarvideobox{
	width:200px;
	height:150px;
	padding:2px;
	background:#595959;
	margin-bottom:5px;
}
#sidebarvideo object{
	width:200px;
	height:150px;
}
#sidebarvideo embed{
	width:200px;
	height:150px;
}
#sidebarvideo a{
	color:#000;	
}
#sidebarvideo a:hover{
	color:#999;	
}
#twitter{
	background:url(images/twitterbg.png) top right no-repeat;
	width:191px;
	height:176px;
	margin-top:20px;
	padding:25px 45px 25px 80px;
	font-size:12px;
	line-height:16px;
}
#twittertitle{
	text-indent:-5000em;
	display:block;
	width:134px;
	height:36px;
	background:url(images/twittertitle.png) top left no-repeat;
	margin-bottom:5px;
}
#twitter a{
	color:#36b3ed;
}
#twitter a:hover{
	color:#000;
}
#twitter_message li{
	list-style:none;
}
.twitterTime {
	color:#636262;
}
#followrox{
	margin-top:8px;
}
#right_rss{
	text-align:left;
	background:#3c5418;
	margin-top:20px;
	height:24px;
	padding:8px;
	padding-left:80px;
	width:197px;
	padding-right:15px;
	padding-bottom:5px;
	font-size:12px;
}
#right_rss a{
	color:#FFF;	
}
#right_rss a:hover{
	color:#99a483;	
}
#right_facebook{
	text-align:left;
	background:#3c5418;
	margin-top:5px;
	height:24px;
	padding:8px;
	padding-left:80px;
	width:197px;
	padding-right:15px;
	padding-bottom:5px;
	font-size:12px;
}
#right_facebook a{
	color:#FFF;	
}
#right_facebook a:hover{
	color:#99a483;	
}
#right_myspace{
	text-align:left;
	background:#3c5418;
	margin-top:5px;
	height:24px;
	padding:8px;
	padding-left:80px;
	width:197px;
	padding-right:15px;
	padding-bottom:5px;
	font-size:12px;
}
#right_myspace a{
	color:#FFF;	
}
#right_myspace a:hover{
	color:#99a483;	
}


/*******Home page*********/
#tape_top_left{
	background:url(images/tape_top_left.png) top left no-repeat;
	width:63px;
	height:54px;
	position:absolute;
	top:210px;
	left:45px;
}
#tape_top_right{
	background:url(images/tape_top_right.png) top left no-repeat;
	width:63px;
	height:54px;
	position:absolute;
	top:210px;
	right:43px;
}
#tape_btm_left{
	background:url(images/tape_btm_left.png) top left no-repeat;
	width:63px;
	height:54px;
	position:absolute;
	top:655px;
	left:45px;
}
#tape_btm_right{
	background:url(images/tape_btm_right.png) top left no-repeat;
	width:63px;
	height:54px;
	position:absolute;
	top:655px;
	right:43px;
}
#feature{
	margin-left:30px;
	margin-right:20px;
	margin-top:15px;
	margin-bottom:30px;
	overflow:hidden;
	/*position:relative;*/
}
#feature img{
	 width:522px;
}

/*-- feature links --*/

#feature .itunes{
display:block;
position:absolute;
top:600px;
left:80px;
width:115px;
height:65px;
text-indent:-5000em;
}

#feature .amazon{
display:block;
position:absolute;
top:620px;
left:365px;
width:85px;
height:35px;
text-indent:-5000em;
}

#feature .hmv{
display:block;
position:absolute;
top:620px;
left:223px;
width:105px;
height:35px;
text-indent:-5000em;
}

#feature .roughtrade{
display:block;
position:absolute;
top:610px;
right:95px;
width:55px;
height:50px;
text-indent:-5000em;
}

#newshighlights{
	background:url(images/newshighlightsbg.jpg) top left repeat-y;
	width:583px;
	margin-left:8px;
	padding-top:0px;
}
.highlights_item{
	margin:0px 30px;
	padding:20px 0px;
	background:url(images/highlightdiv.jpg) bottom left no-repeat;
	overflow:hidden;
}
.highlights_item img{
	float:left;
	margin-right:20px;
}
.highlights_item h3 a{
	color:#501e05;
}
.highlights_item p{
	margin-top:20px;
}


.news_item{
	margin:0px 20px 0px 0px;
	padding:20px 0px;
	background:url(images/maindivider.gif) bottom left no-repeat;
	overflow:hidden;
}
.news_item img{
	float:left;
	margin-right:20px;
	margin-top:20px;
}
.news_item h3 a{
	color:#501e05;
}
.news_item p{
	margin-top:20px;
}


/******search results page********/
#searchres{
	margin-left:15px;
	width:563px;
	xbackground:url(images/maindivider.gif) bottom left no-repeat;
	margin:15px 40px 0px 40px;
	xpadding-bottom:40px;
}

/******contact page********/
#contactcontent{
	background:url(images/maindivider.gif) bottom left no-repeat;
	margin:15px 40px;
	padding-top:35px;
	overflow:hidden;
	padding-bottom:40px;
}
#contactleft{
	float:left;
	width: 200px;
	font-size:18px;
	font:"Baskerville", "Times New Roman", Times, serif;
}
#contactleft p{
	margin-bottom: 40px;
}
#contactright{
	float:left;
	width: 250px;
}
#contactright a{
	color:#595757;
}
#contactright a:hover{
	color:#000000;
}
#spacer{
	height:20px;	
}

/****Bio page***/

#standardbodycontent{
	margin:0px 40px;	
	min-height:500px;
	background:url(images/maindivider.gif) bottom left no-repeat;
	padding-bottom:10px;
}
#standardbodycontent p{
	margin-bottom:20px;
}
#standardbodycontent h3 a{
	color:#000000;	
	font-size:18px;
	font-weight:normal;
}
#standardbodycontent h3 a:hover{
	color:#e57902;	
}
#comment{
	margin-top:20px;	
	font-size:18px;
	font-weight:normal;
}
#standardbodycontent embed{
	width:500px;	
}
#standardbodycontent object{
	width:500px;	
}


/***Blog****/
.blogitem{
	padding-bottom:20px;
	margin-bottom:20px;
	background:url(images/maindivider.gif) bottom left no-repeat;	
}
.blogitem img{
	float:left;
	margin-right:10px;
	
}

/****Gallery***/
#gallerybodycontent{
	margin:0px 40px;	
	min-height:500px;
	text-align:center;
	background:url(images/maindivider.gif) bottom left no-repeat;
	padding-bottom:15px;
}
#gallerybodycontent p{
	margin-bottom:20px;
}
#gallerybodycontent h3 a{
	color:#000000;	
	font-size:18px;
	font-weight:normal;
}
#gallerybodycontent h3 a:hover{
	color:#e57902;	
}
.gallery{
	margin-top:0px;	
}
.gallery img{
	margin:2px;
}
.gallery a img{
	xborder:#e57902 2px solid;
	margin-right:15px;
}
.gallery a:hover img{
	xborder:#000000 2px solid;
}
.singlePhoto{
	margin:auto;
}
.photosettitle{
	text-align:left;
	padding:0px;
	margin:0px;
	margin-left:10px;
	font-size:14px;
	line-height:10px;
}
.photoCredit{
	padding: 5px 0px 10px 0px;
	width:450px;
	margin:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
}
#picNav{
	height:25px;
	width:75px;
	margin:auto;
}
#picBack{
	text-indent:-5000em;
	display:block;
	background:url(images/galleryblkleft.jpg) top left no-repeat;
	width:36px;
	height:25px;
	float:left;
	cursor:pointer;
}

#picForward{
	text-indent:-5000em;
	display:block;
	background:url(images/galleryblkright.jpg) top left no-repeat;
	width:36px;
	height:25px;
	float:left;
	cursor:pointer;
}


#videobodycontent{
	margin:0px 40px;	
	min-height:500px;
}
#videobodycontent p{
	margin-bottom:20px;
}
#videobodycontent h3 a{
	color:#000000;	
	font-size:18px;
	font-weight:normal;
}
#videobodycontent h3 a:hover{
	color:#e57902;	
}
#videobodycontent embed{
	width:500px;	
}
#videobodycontent object{
	width:500px;	
}


#blogbodycontent{
	margin:0px 40px;	
	min-height:500px;
}
#blogbodycontent p{
	margin-bottom:20px;
}
#blogbodycontent h3 a{
	color:#000000;	
	font-size:18px;
	font-weight:normal;
}
#blogbodycontent h3 a:hover{
	color:#e57902;	
}
#blogbodycontent embed{
	width:500px;	
}
#blogbodycontent object{
	width:500px;	
}


#loading{
	display:none;
	position:absolute;
	top:300px;
	left:300px;
	opacity:.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
#popupmusicplayer{
	
	margin-top:20px;
}
#playerlogo{
	display:block;
	text-indent:-5000em;
	background:url(images/playerlogo.png) top left no-repeat;
	width:60px;
	height:26px;
	margin:15px 0px 5px 103px;
}
#furthernavigation{
	text-align:center;
	width:583px;
}