/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

* {
	padding: 0px;
	margin: 0px;
}


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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* End Reset ---------------------------*/

/* LAYOUT -------------------------------*/

html, body {
	height: 100%;
}

body {
	background-color: #000;
	color: #eee;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	margin-top: 15px;
}

#frame {
	width: 770px;	
	min-height: 100%;
	height: auto !important;	
	height: 100%;
	margin: 0 auto -71px;
}

#branding {
	height: 161px; 
	
}
	#branding h1{
		text-indent: -9999px;
		background: url(images/logo2.png) top center no-repeat;
		width: 737px; height: 114px;
		position: relative; left: 20px; top: 2px;
}
	body#splash #branding {
	position: relative;
	top: 450px;
}

	body#splash #content {
	position: absolute;
	left: 90px;
	top:  50px;
	
}

#content {
	width: 770px; height: 100%;	
	margin-bottom: -71px;
	top: -20px;
}



#home-wrap {
	width: 740px; height: 100%;
	background: url(images/kw-tub.jpg) top right no-repeat;	
}

	#press-wrap, #press-wrap-article {
	width: 770px; min-height: 600px;
	background: url(images/typewriter.jpg) 170px 25px no-repeat;
}
		#press-wrap ul.lcp_catlist li, 
		#press-wrap-article ul.lcp_catlist li {
			margin: 5px 0;
		}
	#press-wrap-article .post {
		right: 26px; top: 10px;
	}
	
	#press-wrap-article .post, #press-wrap-article .post p {
		width: 462px;
	}
	
		#press-wrap-article .post h2 {
			display: none;
		}

	#shows-wrap {
	width: 770px; min-height: 600px; 
	background: url(images/ric.png) 180px 25px no-repeat;
	}
	
	#contact-wrap {
	width: 770px; min-height: 600px;
	background: url(images/kw-tub-profile.jpg) no-repeat top right; 
	}



#content-main {
	width: 735px;
	margin: 10px;
	left: 10px;
	min-height: 575px;
	float: left;
}

.post p, .press-post, .post h2 {
	width: 420px;
}


.post {
	margin-bottom: 20px;
}

#home-wrap .post p {
	width: 380px;
}

.press-post {
	margin-bottom: 35px;
}

#press-wrap-article .post {
	float: right;
}

#photo-wrap {
	width: 505px;
	margin: auto;
}

.photo-post {
	margin-bottom: 25px;
}
	.photo-post a.flickr-image img {
		border: 1px solid white;
		margin: 10px;
	}

.photo-post h3 {
	text-align: center;
}

#home-wrap a.alignnone,
#home-wrap a.alignleft,
#home-wrap a.alignright
#singlepost-wrap a.alignnone,
#singlepost-wrap a.alignleft,
#singlepost-wrap a.alignright,
img.alignleft { /*flickr-image within a post*/
	float: left;
	margin: 5px 10px 3px 0;
}




	#content-main #mailing-list{
		width: 227px; height: auto;
		border: 1px solid #383737;
		top: 30px;
		margin-bottom: 55px;
	}

	#contact-wrap #mailing-list {
		top: 1px;
		margin-bottom: 15px;
	}
	
	#list-form {
		margin: 5px 5px 10px 12px;
	}
	
	.button {
		margin-top: 10px;
		
	}
	
	
	
#content-sub {
	width: 365px;
	margin: 10px;
	float: right;
}


#clear {
	clear: both;	
}


#site-info, .push {
	 height: 71px;
}

#site-info {
	width: 738px;
	position: relative;
	bottom: 0; left: 30px;
	text-align: center;
}
	#site-info a {
		text-indent: -9999px; 
		display: block;
		height: 70px;
		width: 495px;
		margin: 0 auto;
		background: url(images/footer.png) no-repeat top center;	
}
	#site-info a:hover {
		background-position: bottom center;
	}



/* NAV AND LINKS -------------------------------*/

ul#nav {
	list-style: none;
	width: 738px;
	height: 23px;
	position: absolute;
	top: 115px;
	left: 20px;
}
	
	ul#nav li {
		display: inline;
		
}
	
	ul#nav li a  {
		text-indent: -9999px;
		height: 23px;
		float: left;
		text-decoration: none;
		border: none;
		margin: 0;
}
		
		ul#nav li a.news {
			background: url(images/nav/news.png) no-repeat bottom center;
			width: 83px;
}
		
		ul#nav li a.music {
			background: url(images/nav/music.png) no-repeat bottom center;
			width: 88px;
}

		ul#nav li a.photos {
			background: url(images/nav/photos.png) no-repeat bottom center;
			width: 101px;
}
		ul#nav li a.press {
			background: url(images/nav/press.png) no-repeat bottom center;
			width: 85px;
}
		ul#nav li a.shows {
			background: url(images/nav/shows.png) no-repeat bottom center;
			width: 96px;
}
		ul#nav li a.media {
			background: url(images/nav/media.png) no-repeat bottom center;
			width: 84px;
}
		ul#nav li a.store {
			background: url(images/nav/store.png) no-repeat bottom center;
			width: 87px;
}
		ul#nav li a.contact {
			background: url(images/nav/contact.png) no-repeat bottom center;
			width: 114px;
}

		ul#nav li a.news:hover, 
		ul#nav li a.music:hover,
		ul#nav li a.photos:hover,
		ul#nav li a.press:hover,
		ul#nav li a.shows:hover,
		ul#nav li a.media:hover,
		ul#nav li a.store:hover,
		ul#nav li a.contact:hover {
			background-position: top center;
}
		body#news ul#nav li a.news,
		body#music ul#nav li a.music,
		body#photos ul#nav li a.photos,
		body#press ul#nav li a.press,
		body#shows ul#nav li a.shows,
		body#store ul#nav li a.store,
		body#contact ul#nav li a.contact {
			background-position: top center;
}


ul#contact-links {
	list-style: none;
	width: 250px;
	margin: 5px 0 0 5px;
}
	ul#contact-links li {		
		position: relative;
		left:-15px;		
}
	
	ul#contact-links li a  {
		text-indent: -9999px;
		height: 28px;
		display: block;	
		text-decoration: none;
		border: none;
}
		ul#contact-links li a.email {
			background: url(images/contact-links/info.png) no-repeat bottom center;
			width: 209px;
}
		ul#contact-links li a.booking {
			background: url(images/contact-links/booking.png) no-repeat bottom center;
			width: 229px;
			margin-left: 11px;
}
		ul#contact-links li a.myspace {
			background: url(images/contact-links/myspace.png) no-repeat bottom center;
			width: 98px;
}
		ul#contact-links li a.facebook {
			background: url(images/contact-links/facebook.png) no-repeat bottom center;
			width: 99px;
			margin-left: 2px;
}

		ul#contact-links li a.press-kit {
			background: url(images/contact-links/press-kit.png) no-repeat bottom center;
			width: 99px;
}

		ul#contact-links li a.email:hover,
		ul#contact-links li a.booking:hover,
		ul#contact-links li a.myspace:hover,
		ul#contact-links li a.facebook:hover,
		ul#contact-links li a.press-kit:hover {
	background-position: top center;
}

	.address {
		font-size: 1.2em;
		text-indent: -9999px;
		background: url(images/contact-links/mailing-address.png) left center no-repeat;
		margin: 7px 0 0 -5px;
	}
	
	

ul.product-cd li a, ul.product-shirt li a {
	color: #c89e6c;
	text-decoration: none;
	font-weight: bold;
}
ul.product-cd li a:hover, ul.product-shirt li a:hover{
	color: #fff;
}
/* TYPOGRAPHY --------------------------*/

body {
	font-size: .9em;
	line-height: 18px;
}

p {
	margin: 5px 0 0 0;
}
	p:first-child {
	text-indent: 0;
}
	p.post-footer {
	text-indent: 0;
}

a {
	color: #c89e6c;
	font-weight: bold;
	text-decoration: none;
}

	a:hover {
		color: #fff;
	}

	a:hover, a:active, a:focus {
		outline: none;
	}
	
	#article a {
	display: block;
	margin-top: 35px;
}

em {
	font-style: italic;
}


h2, h3 {
	font-weight: bold;
	padding: 10px 0 5px 0;
	
}

h2 {
	font-size: 1.5em;	
}

.post h2 {
	width: 370px;
}

.post h2 a {
	font-family: Georgia;
	color: #fff;
	text-transform: uppercase;
	width: 360px;	
}
	#photo-wrap h3 a {
		color: #fff;
		font-size: .8em;
		margin-bottom: 5px;
	}

div.post h2 a {
	font-size: 1em; line-height: 1em;
	}

h3 {
	font-size: 1.3em;
}

	#h-upcoming-shows {
		font-family: Georgia;
	}

h3#h-mailing-list {
	width: 211px; height: 24px;
	text-indent: -9999px;
	background: url(images/h-mailing-list.png) left center no-repeat;
	margin-left: 5px;
}

h4.date-stamp {
	font-variant: small-caps; font-style: italic;
	color: #b6b6b4;
	width: 380px;
}

.hr-primary-wrapper {
	width: 374px;
	height: 52px;
	background: url(images/hr-skull.png) top center no-repeat;
	border:1px solid #000;
	margin: 20px 0 30px 0px;
}
	hr.hr-primary {
	display: none;
}

	body#music .hr-primary-wrapper {
	position: absolute;
	width: 374px;
	height: 52px;
	top: 510px;
	left: 198px;
	z-index: 10;
	
}

.hr-secondary-wrapper {
	width: 207px;
	height: 29px;
	background: url(images/hr-skull-sm.png) no-repeat center;
	border:1px solid #000;
	margin: 20px 0 0 0;
	clear: both;
}


#home-wrap .hr-secondary-wrapper {
	margin-left: 70px;
	margin-bottom: 20px;
}

#list-form .hr-secondary-wrapper {
	margin: 0 0 15px 0;
}
	hr.hr-secondary {
	display: none;
}

body#news .hr-secondary-wrapper {
	background-position: 90px center;
	margin: 10px 0;
}


#article em {
	text-transform: none;
}

.quotation-mark {
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: text-bottom;
	visibility: hidden;
}

.label {
	font-weight: bold;
}



/* SHOWS --------------------------*/

#upcoming-shows {
	width: 350px;
	position: absolute;
	right: 0; top: 450px;
	font-size: .9em;
}
	#upcoming-shows ul li, #upcoming-shows h3 {
		text-align: center;
	}
	#upcoming-shows li {
		margin: 3px 0 5px 0;
	}
	
.event-list {
	position: relative;
	top: 10px;
}
.event-list li {
	margin: 15px 0;	
	width: 600px;
}
	.event-venue p {
		margin: 0; 
		display: inline;
		color: #fff;	
	}
	


/* STORE --------------------------*/


#product-wrap h2, legend {
	display: none;
}

table.cart {
	float: right;
}

.eshop li {
	position: relative;
	top: 10px;
}

.eshop img {
	float: left;
	margin-right: 20px;
}
.eshop li p {
	float: left;
	width: 190px;
	margin: 0;
	display: none;
	visibility: collapse;
}

.eshopshipping, .company {
	display: none;
}
.eshop li {
	clear: both;
	height: 200px;
}

/* CART -------------------  */

label.qty {
	margin-left: 5px;
}
.eshop .button {
	margin-left: 5px;
}


.eshop .cart {
	margin: 5px;
}


	td.cqty, #cartQty, .amts, #cartTotal.btbr {
		padding: 0 10px;
	}

.cartopt {
	clear: both;
	float: right;
}
	.cartopt p {
		width: 275px;
	}
	
#scharge small, #checkout-wrap small.privacy { /*Hide Shipping Link */
	display: none;
}

#shopping-cart-wrap table, #shopping-cart-wrap .cartopt {
	float: left;
}
#shopping-cart-wrap ul.continue-proceed {
	clear: both;
}



/* CUSTOMER INFO -------------------  */

.custdetails {
	width: 300px;
}

fieldset.eshop label{
	display: block;
	margin-bottom: -10px;
	color: #c89e6c;
}
	fieldset.eshop label input {
		border: 2px ridge #c89e6c;
	}
	fieldset.eshop label input:hover,
	fieldset.eshop label input:focus {
		border-color: #990000;
	}

fieldset.eshoppayvia {
	height: 60px; 
	margin: 15px 0 5px 0;
}
	fieldset.eshoppayvia li {
		height: 44px;
	}

/* CUSTOMER INFO CONFIRMATION -------------------  */	

#checkout-wrap h3 {
	padding-top: 0;
}

#checkout-wrap h4 {
	visibility: hidden;
}

ul.confirm {
	position: relative;
	top: -85px;
	margin-bottom: -55px;
}

ul.confirm li {
	height: 1.8em;
	font-weight: bold;
}
	ul.confirm li span.items {
		color: #c89e6c;
		font-weight: normal;
	}

ul.continue-proceed {
	width: 350px;
	margin-top: 5px;
}

.video-holder {
	width: 365px;
	border: 1px solid #fff;
}

.media-links {
	float: right;
	width: 365px;
	margin-top: 5px;
	text-align: center;
	font-size: 1.1em;
}

#bio {

}
#bio h2, #bio p {
	width: 365px;
 	text-align: center;
 	margin: auto; 
}

#bio h2 {
	margin-top: -5px;
}

#bio h3 {
	margin-top: -9px;
}

#hirez-list {
	width: 365px;
	margin: auto;
	margin-top: 10px;
}

#hirez-list li, #hirez-list li a  {
	text-align: center;
}

.hirez-thumb {
	margin: 35px 0 10px 0;
}

.link-notes {
	font-style: italic;
	font-size: .8em;
}

