/*
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.8
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";


/*-----------------------------------------------------------------------------

J I M  M C P H E R S O N . N E T

version:   1.0
date:      09/31/2009
author:    Evan Curran Backes

-----------------------------------------------------------------------------*/

* {margin: 0; padding: 0;}
	
body {
	text-align: center; 
	font: 14px Georgia, Times, "Times New Roman", serif; 
	line-height: 20px; 
	color: #FFFFFF; 
	background: #000 url("/images/background.gif") no-repeat center top; 
	text-align: left;
	} 
	
#container-splash {
	width: 825px;
	margin: 62px auto 0;
	text-align: center;
	position: relative;
	border: 0px dotted red;
}
	
	
.clearing{
	height: 0px;
	overflow: hidden;
	clear: both;
}

.centered {
	text-align: center; 
	margin: 0 auto; 
	display: block;
	}
	
/* STRUCTURE
-----------------------------------------------------------------------------*/	

#container {
	width: 745px;
	height: auto;
	margin: 0 auto 0;
	text-align: left;
	position: relative;
	background: #000;
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;
}

#side-a {
	float: left;
	width: 500px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 244px;
	
	height: auto;
	padding-bottom: 88px;
	background: url("/images/rightcol-borderbottom.gif") 0px 100% no-repeat;
}

#footer {
	width: 747px;
	clear: both;
	background: #000000;
	padding: 70px 0 60px 0;
	height: auto;
	margin: 0 auto 0;
	background: url("/images/footer.gif") 0 0 no-repeat;
}

/* TYPOGRAPHY
-----------------------------------------------------------------------------*/

h2 {	
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	}

a img {
	border: none;
	}

a {
	color: #bab5e2;
	text-decoration: underline;	
	}
	
a:hover {
	color: #5a5583;
	text-decoration: underline;
	}
	
a:visited {
	color: #bab5e2;
	text-decoration: underline;
	}
	
p {
	color: #FFF;
	text-decoration: none;
	padding: 0;
	font-size: 14px;
	line-height: 22px;	
	}
	
.smallgrey {
	font-size: 11px;
	color: #6a6a6a;
	}
	
.grey {
	color: #6a6a6a;
	}
	
.italic {
	font-style: italic;
	}


/* GLOBAL ELEMENTS
-----------------------------------------------------------------------------*/
	
#logo a {
	display: block;
	margin: 52px 0 0 19px;
	background: url(/images/logo.gif) 0 0 no-repeat;
	height: 42px;
	width: 348px;
	}
	
#nav {
    width: 438px; 
    height: 10px;
    background: url(/images/nav.gif);
    margin: 3px 0 0 39px; 
    padding: 0;
    position: relative;
    }
#nav li {
    margin: 0; 
    padding: 0; 
    list-style: none;
    position: absolute; 
    top: 0;
    }
#nav li, #nav a {
    height: 10px; 
    display: block;
    }
	
#nav-one {left: 0; width: 50px;}
#nav-two {left: 60px; width: 60px;}
#nav-three {left: 130px; width: 45px;}
#nav-four {left: 180px; width: 85px;}
#nav-five {left: 270px; width: 85px;}
#nav-six {left: 360px; width: 80px;}

#nav-one a:hover {
    background: transparent url(/images/nav.gif) 0 -10px no-repeat;
    border: 0px;
    }
#nav-two a:hover {
    background: transparent url(/images/nav.gif) -60px -10px no-repeat;
    }
#nav-three a:hover {
    background: transparent url(/images/nav.gif) -130px -10px no-repeat;
    }
#nav-four a:hover {
    background: transparent url(/images/nav.gif) -180px -10px no-repeat;
    }
#nav-five a:hover {
    background: transparent url(/images/nav.gif) -270px -10px no-repeat;
    }
#nav-six a:hover {
    background: transparent url(/images/nav.gif) -360px -10px no-repeat;
    }
#nav li.on-one {
	background: transparent url(/images/nav.gif) -0px -10px no-repeat;
	}
#nav li.on-two {
	background: transparent url(/images/nav.gif) -60px -10px no-repeat;
	}
#nav li.on-three {
	background: transparent url(/images/nav.gif) -130px -10px no-repeat;
	}
#nav li.on-four {
	background: transparent url(/images/nav.gif) -180px -10px no-repeat;
	}
#nav li.on-five {
	background: transparent url(/images/nav.gif) -270px -10px no-repeat;
	}
#nav li.on-six {
	background: transparent url(/images/nav.gif) -360px -10px no-repeat;
	}
	
.handcursor{
	cursor:hand;
	cursor:pointer;
}



/* Blog Styles
-----------------------------------------------------------------------------*/

#blogpostwrap {
	border: 0px dotted red;
	margin: 20px 0 0 0;
	}
	
.blogpost {	
	padding: 0 0 0 28px;
	width: 90%;
	}
	
.blogpost h2 {
	padding: 2px 0 0 0;
	line-height: 22px;
	width: 90%;
	}
	
.blogpost h2 a {
	text-decoration: none;
	}
	
.timestamp {
	color: #858585;
	font-size: 12px;
	font-style: italic;
	}
	
#postbodycopy {
	margin: 0;
	border: 0px dotted green;
	}
	
#postbodycopy p {
	color: #ededed;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 15px 0;
	}
	
.blogpost img {
	padding: 10px 0;
	}
	
	
/* Blog Comments
-----------------------------------------------------------------------------*/	
.comments {
	padding: 10px 0 0 28px;
	}

#respond {
	margin: 30px 0 0 0;
	padding-left: 28px;
	}
	
#respond p.loggedin {
	font-size: 11px;
	color: #858585;
	}
	
.inputfield {
	padding: 5px 0;
	color: #858585;
	}

.commentlist li {
 	padding: 8px 16px 22px 16px;
	margin-top:15px;
	background:#101010 url(/images/bg_commentlist.gif) bottom no-repeat;
	color:#858585;
	width: 366px;
	}

.commentlist cite {
	display:block;
	font-style:normal
	}

.commentlist cite a:link, .commentlist cite a:visited {
	font-size: 11px;
	color: #858585;
	text-decoration:underline;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color: #ffffff;
	text-decoration:underline;
	}
	
.commenter {
	padding-left: 15px;
	font-size: 11px;
	color: #858585;
	}
	
	
/* Search and Archives
-----------------------------------------------------------------------------*/	

.searchresults, .archives {
	padding: 20px 0 0 28px;
	} 
	
.searchresults h2 {
	padding-bottom: 4px;
	}
		
.searchresults h2 a {
	text-decoration: none;
	}

.search-terms {
	color: #fffcb0;
	}
	
.archives h2 {
	padding-bottom: 20px;
	}
	

/* Left Column Styles
-----------------------------------------------------------------------------*/

.header {
	margin: 25px 0; 
	display: block;
	}
	
#container-inside {
	margin: 0 0 0 28px;
	}
	
#container-inside p {
	width: 90%;
	padding-bottom: 12px;
	text-align: left;
	}
	
.divider {
	margin: 25px 0;
	}
	
.photothumb {
	float: left; 
	height: 118px; 
	width: 118px;
	margin: 0 0 24px 24px;
	padding: 4px;
 	}
 	
a.photothumb {
 	border: 1px solid #242424;
 	}
 	
a.photothumb:hover {
 	border: 1px solid #525252;
 	}
 	
p.contact {
	margin-bottom: 15px;
	}
	
#apromisekept {
	margin: 0;
	}
	
#gigbox {
	margin: 24px 0;
	}
	
#apromisekept-tracks h2 {	
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	}
	
#apromisekept a {
	display: block;
	margin: 0 0 15px 0;
	width: 90%;
	}

#albumcover {
	float: left;
	margin: 0 10px 0 28px;
	}
	
#apromisekept-tracks {
	border: 0px dotted red;
	margin: 20px 0 0 32px;
	}
	
#apromisekept-tracks ul {
	list-style: none;
	}
	
ul#tracks-leftcolumn {
	float: left;
	width: 50%;
	}
	
ul#tracks-leftcolumn2 {
	float: left;
	width: 50%;
	}
	
ul#tracks-rightcolumn2 {
	float: left;
	width: 45%;
	}
	
ul#tracks-leftcolumn {
	}
	
#apromisekept-tracks li {
	padding-bottom: 25px;
	}
	
#apromisekept-tracks h2 {
	border: 0px dotted white;
	}
		
#apromisekept-tracks a {
	font-size: 12px;
	}
	
.audioplayer {
	border: 0px dotted yellow;
	margin: 6px 0 0 0;
	}
	
#friends {
	margin-top: 20px;
	}
	
#friends span.friends-title {
	display: block;
	font-size: 18px;
	margin: 0 0 0 26px;
	}
	
#friends p {
	padding: 0 0 0 26px;
	width: 80%;
	padding-bottom: 12px;
	text-align: left;
	}
	
#friends ul {
	list-style: none;
	}
	
#friends li {
	padding-bottom: 30px;
	}
	
#bobcontent2-title, #bobcontent3-title, #bobcontent4-title, #bobcontent5-title, #bobcontent6-title, #bobcontent7-title, #bobcontent8-title, #bobcontent9-title, #bobcontent10-title {
	color: #6b6b6b;
	}
	
#bobcontent2-title:hover, #bobcontent3-title:hover, #bobcontent4-title:hover, #bobcontent5-title:hover, #bobcontent6-title:hover, #bobcontent6-title:hover, #bobcontent7-title:hover, #bobcontent8-title:hover, #bobcontent9-title:hover, #bobcontent10-title:hover {
	color: #bab5e2;
	}
	
#gig-reviews {
	margin: 0 0 10px 32px;
	}
	
#gig-reviews h2 {	
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	}
	
#gig-reviews ul {
	list-style: none;
	}
	
#gig-reviews li {
	padding-bottom: 25px;
	}
	
.gig-quotes {
	margin: 0 0 30px 26px;
	padding-top: 15px;
	width: 80%;
	border: 0px dotted red;
	background: #000 url("/images/quote.gif") no-repeat 0 0;
	}
	
.gig-quotes p {
	margin: 0 0 0 24px;
	font-style: italic;
	}



/* Right Column Styles
-----------------------------------------------------------------------------*/

#rightcol {
	padding-top: 100px;
	font-size: 11px;
	border: 0px dotted red;
	height: auto;
	padding-bottom: 25px;
	border-left: 1px solid #353535; 
	boder: 1px dotted red;
	}
	
.rightcolheader {
	padding: 35px 0 17px 0;
	}

#rightcol p {
	text-align: left;
	width: 72%;
	font-size: 12px;
	line-height: 18px;
	padding-left: 28px;
	}
	
.list {
	list-style: none;
	padding-left: 28px;
	width: 75%;
	}
	
.list li {
	.line-height: 16px;
	padding-bottom: 10px;
	}
	
.searchbox {
	padding-left: 28px;
	}

/*
.list li a {
	color: #fff;
	text-decoration: underline;	
	}	

.list li a:hover {
	color: #5a5583;
	text-decoration: underline;	
	}
*/	



/* Footer
-----------------------------------------------------------------------------*/	

#footer p {
	font-size: 11px; 
	color: #393939; 
	padding-left: 28px;
	line-height: 14px;
	width: 90%;
	}
