/* Wes Straub */
/* RESET CSS */

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,
b, u, i, center,
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-size: 100%;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body { background: #000; }

body, td, th, input, textarea { font: 11px/15px arial, sans-serif; line-height: 15px; }

.replace { display: block; overflow: hidden; text-indent: -9999px; }
.clearfix { clear: both; }

#container { width: 960px; margin: 0 auto; background: url('../images/container_bg.jpg') no-repeat; position: relative;}

.title a { width: 283px; height: 63px; background: url('../images/wes_straub.png') no-repeat; position: absolute; left: 296px; top: 76px;}

#main { background: #1a1a1a; background: rgba(26,26,26,0.8); float: right; width: 626px; border: 1px solid #232323; margin-right: 10px; margin-top: 172px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 12px 12px 12px;
	color: #acacac;
	margin-bottom: 10px; 
}
	
#left-sidebar {
	border: 1px solid #232323;
	background: #1a1a1a;
	background: rgba(26,26,26,0.8); width: 249px; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 12px 12px 12px;
	margin: 462px 0 10px 13px;
	float: left;  
	color: #CCC;
}	
	
#content { background:#0C0C0C; background: rgba(5, 5, 5, 0.55);  width: 366px; float: left; border-right: 1px solid #191919; 
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-radius-topleft: 5px;
		-webkit-border-radius-bottomleft: 5px;
		border-radius-topleft: 5px;
		border-radius-bottomleft: 5px;
		padding: 19px 17px;
		min-height: 1100px; 
	}
	
#main div.full { width: 592px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-radius-topright: 5px;
	border-radius-bottomright: 5px;
	}
	
#right-sidebar { background: #050505; width: 191px; float: right; 
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-radius-topright: 5px;
	border-radius-bottomright: 5px;
	padding: 19px 17px;
}

#footer { border: 1px solid #232323;
	background: #1a1a1a;
	background: rgba(26,26,26,0.8); 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 12px 5px 12px;
	margin: 10px 10px 20px 13px;
	clear: both; 
	color: #CCC;
	height: 35px; 
	
}

.powered, .copyright { padding: 14px 10px;}
.powered { float: right;}
.copyright { float: left; }


.button { text-decoration: none; display: block; background: url('../images/buttonr.png') top right no-repeat; padding-right: 4px; height: 23px; }
.button span {  display: block; height: 18px; background: url('../images/buttonl.png') top left no-repeat; 
	padding: 5px 0 0; text-align: center; font-size: 11px; color: #f37222; font-weight: bold;}

.button:hover { background-position: bottom right; text-decoration: none;}
.button:hover span { background-position: bottom left;}

.small, .small span { width: 100px; }
.medium, .medium span { width: 150px; }
p.submit { padding-left: 144px; }
.orange { color: #f37222; }
.quotes strong { color: #FFF; }
.quotes p { margin-bottom: 5px; }

hr.space { border: 0; height: 0; background: 0; color: #000; margin: 20px 0;}

/* Nav */

#primary-nav { height: 20px; overflow: hidden; width: 642px; margin: 0 0 0 -8px; padding: 7px 0; }
#primary-nav li, #primary-nav a { display: block; float: left; height: 20px;}
#primary-nav a { overflow: hidden; text-indent: -9999px; }

#primary-nav .home a { background: url('../images/m_home.png') no-repeat; width: 58px;}
#primary-nav .bio a { background: url('../images/m_bio.png') no-repeat; width: 51px;}
#primary-nav .discography a { background: url('../images/m_disco.png') no-repeat; width: 109px;}
#primary-nav .buy-music a { background: url('../images/m_buy.png') no-repeat; width: 92px;}
#primary-nav .mixes a { background: url('../images/m_mixes.png') no-repeat; width: 66px;}
#primary-nav .schedule a { background: url('../images/m_schedule.png') no-repeat; width: 86px;}
#primary-nav .photos a { background: url('../images/m_photos.png') no-repeat; width: 75px;}
#primary-nav .booking-info a { background: url('../images/m_booking.png') no-repeat; width: 105px;}

#primary-nav a:hover { background-position: 0 -20px; }



/* Header images */

#right-sidebar h2, h1 { height: 34px; margin-bottom: 15px; }

h1.bio { background: url('../images/h_bio.png') no-repeat;  }
h1.booking { background: url('../images/h_booking.png') no-repeat;  }
h1.buy-music { background: url('../images/h_buy_music.png') no-repeat;  }
h1.disco { background: url('../images/h_disco.png') no-repeat;  }
h1.mixes { background: url('../images/h_mixes.png') no-repeat;  }
h1.event_details { background: url('../images/h_event_details.png') no-repeat;  }
h1.booking-info { background: url('../images/h_bookinginfo.png') no-repeat;  }
h1.archive { background: url('../images/h_archive.png') no-repeat;  }
h1.photos { background: url('../images/h_photos.png') no-repeat;  }
h1.recent_news { background: url('../images/h_recent_news.png') no-repeat;  }
h1.mix_details { background: url('../images/h_mix_details.png') no-repeat;  }

h2.mailing-list { background: url('../images/h_mailing_list.png') no-repeat; height: 34px; margin: 15px 0 25px; }
h2.ataglance { background: url('../images/h_ataglance.png') no-repeat; }
h2.from-others { background: url('../images/h_from_others.png') no-repeat;  }
h2.out-soon { background: url('../images/h_out_soon.png') no-repeat; }
h2.recent_mixes { background: url('../images/h_recent_mixes.png') no-repeat; }
h2.schedule { background: url('../images/h_schedule.png') no-repeat;  }
h2.albums { background: url('../images/h_albums.png') no-repeat;  }
h2.links { background: url('../images/h_links.png') no-repeat;  }

/* left sidebar */
#left-sidebar p { margin: 0 0 10px; }
#left-sidebar form p { height: 25px; margin: 0;}
#left-sidebar input { width: 173px; background: #6f6f6f; border: 1px solid #2c2c2c; padding: 2px; color: #FFF; }
#left-sidebar label { display: block; float: left; width: 70px; }
#left-sidebar textarea { display: block;  width: 173px; height: 75px; background: #6f6f6f; border: 1px solid #2c2c2c; padding: 2px; color: #FFF ;}

.social-media-icons { width: 253px; padding-top: 25px; }
.social-media-icons a { float: left; }
.myspace { background: url('../images/i_myspace.jpg') no-repeat; width: 50px; height: 49px; }
.facebook {  background: url('../images/i_fb.jpg') no-repeat; width: 50px; height: 49px; }
.twitter { background: url('../images/i_twitter.jpg') no-repeat; width: 52px; height: 49px;  }
.lastfm { background: url('../images/i_headphone.jpg') no-repeat; width: 51px; height: 49px;  }
.soundcloud { background: url('../images/i_cloud.jpg') no-repeat; width: 50px; height: 49px;  }

#share-this { float: left; padding-top: 22px; }
#left-sidebar p#like {  padding-top: 22px; margin: 0;}
#left-sidebar #area709 { float: right; padding-top: 10px; margin: 0; }
.area709 { width: 98px; height: 39px; background: url('../images/area709.png') no-repeat;}


/* content */

.mix { margin-bottom: 25px; }
.mix h2 { color: #FFF; font-size: 14px; margin-bottom: 5px; }
ol { list-style-type: decimal; margin: 0 0 0 0; list-style-position: inside; text-indent: -17px; padding-left: 17px;}
.mix img { float: left; display: block; margin: 0 10px 15px 0; border: 1px solid #191919;}
h2 { color: #FFF;}
h3 { color: #f37222; font-size: 14px; margin: 15px 0 10px; clear: both;}
a { color: #FFF; font-weight: bold; text-decoration: underline;}
a:hover { color: #FFF; text-decoration: underline;}
#right-sidebar li { margin-bottom: 10px; line-height: 13px;  }
#right-sidebar h3 { border-bottom: 1px solid #191919; padding-bottom: 3px; margin: 20px 0 15px;  }
#right-sidebar li.selected a { color: #f37222;}

#content ul li { list-style-type: disc; margin: 0 0 5px 15px;}

#content .thumbnails { list-style: none; }
.thumbnails img { display: block; border: 1px solid #191919;}
#content .thumbnails li { float: left; display: block; margin: 0 7px 7px 0; }

.selected { font-weight: bold;}
#list-pager { text-align: right; }
#list-pager a { font-size: 13px; padding: 2px; font-weight: normal;}
#list-pager a:hover { font-size: 13px; padding: 2px;}
#list-pager a.selected { color: #f37222; text-decoration: none; }

.upcoming-schedule span { display: block; padding-bottom: 3px; }
#right-sidebar .upcoming-schedule li { margin-bottom: 15px; display: block;}

.latest_release p, .latest_release ul { margin-bottom: 10px; }
#right-sidebar .latest_release li { list-style-type: disc; margin: 0 0 2px 15px; }

#content p { margin-bottom: 10px; }

h2.album_title { color: #FFF; font-size: 14px; margin-bottom: 15px; }

/* blog */
.blog_item { margin-bottom: 30px; }
.blog_item h2 { color: #FFF; font-size: 14px; margin: 0 0 5px 0; }
.blog_item .blog_date { color: #f37222; }

/* twitter widget hack */

#twtr-profile-widget { margin-top: 15px; }
a.twtr-profile-img-anchor {float: left;}
.twtr-hd h3, .twtr-hd h4 { float: right; clear: right;}


/* other */
#content ul.triangles li, ul.triangles li { background: url('../images/triangle.png') 0 1px no-repeat; padding-left: 12px; margin-bottom: 5px; margin-left: 0; list-style: none }
.outsoon p { margin-bottom: 10px; }
.white { color: #FFF;}
.stream { background: url('../images/triangle.png') 0 50% no-repeat; padding-left: 12px; }
.download { background: url('../images/downtri.png') 0 50% no-repeat; padding-left: 15px; }
.event_title { color: #FFF; font-size: 13px; margin-bottom: 8px; }

/*test*/
/* bookin ginfo */

#content form p { margin: 0; clear: both; padding-bottom: 10px; }
#content input, #content textarea { display: block;  width: 253px; background: #6f6f6f; border: 1px solid #2c2c2c; padding: 2px; color: #FFF; }
#content label { display: block; float: left; width: 100px; clear: both; }
#content textarea { height: 75px;  }
.submit2 { padding-left: 254px; }
h2.booking { font-size: 14px; margin-bottom: 15px; }

#left-sidebar p.error, #content p.error { padding: 10px 5px; background-color: #300; color: #FFF; font-weight: bold; margin: 10px 0; }
#left-sidebar p.thanks { margin: 15px 0 55px; color: #FFF; font-weight: bold; }
