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

html {
background:#000;
}

object {
padding:0;
margin:0;
}

body {
background:url(style/images/background.jpg) no-repeat;
background-attachment:fixed;
background-position:top;
color:#fff;
}

#pageWrap {
width:977px;
margin:0 auto;
background:#000;
}

#logo {
background:url(style/images/header.jpg) no-repeat;
width:977px;
height:153px;
}

.leftColumn {
float:left;
width:460px;
}
 
.rightColumn {
float:left;
width:460px;
margin-left:52px;
}

#dropShadow {
background:url(style/images/dropshadow.png) repeat-y;
width:987px;
margin:0 auto;
}

.imgLeft {
float:left;
margin-right:20px;
padding-bottom: 20px;
}


/* Navigation Styles
=================================================== */

#nav {
background:url(style/images/nav.jpg) repeat-x;
width:977px; 
height:53px;
}

#nav ul {
padding:17px 0 0 60px;
}

#nav li {
text-transform:uppercase;
font-family: Georgia;
float:left;
padding-right:41px;
}

#nav li a {
text-decoration:none;
color:#fff;
}

#nav li a:hover {
color:#B51105;
}

/* Left Column
=================================================== */

.header {
background:#372112;
height:34px;
width:430px;
margin:0 0 12px 0;
}

.header h1 {
color:#DDB1A5;
font-family: Georgia;
font-size: 1.2em;
padding:7px 0 0 20px;
text-transform: uppercase;
}
.header a {
color:#DDB1A5;
text-decoration:none;
}

#poster {
width:430px;
background:url(style/images/poster.jpg) no-repeat;
height:500px;
margin-left:30px;
}

/* tourDates */

#tourDates {
width:430px;
margin-left:30px;
}

/* Reviews on Home Page */

#reviewBox {
width:430px;
margin-left:30px;
margin-bottom: 15px;
}


/* music player */

#musicPlayer {
width:430px;
height:24px;
margin:20px 0 0 30px;
}


/* Right Column
=================================================== */

#mainText h2 {
font-family: Georgia;
font-size: 0.9em;
padding:0 10px 12px 20px;
}

#mainText h2 a {
color:#DDB1A5;
text-decoration:none;
}

#mainText {
width:430px;
margin-top:20px;
}

#mainText p {
font-family: Georgia;
font-size: 0.8em;
padding:0 10px 12px 20px;
}

#mainText p a {
color:#DDB1A5;
}

#mainText .date {
font-family:trebuchet ms;
font-size: 0.8em;
}

#mainText .tags {
font-size: 0.7em;
}

#mainText .tags a {
color:#B51105;
text-decoration:none;
}

#mainTextScroll {
width:430px;
height:466px;
margin-bottom: 19px;
overflow-y: auto;
}

/* Gallery Preview */

#galleryPreview {
width:430px;
margin-top:18px;
}

#galleryPreview p a {
color:#CD1B0E;
}

#galleryPreview p a:hover {
text-decoration: none;
}

#galleryPreview img {
border:2px solid #ccc;
}

/* Social Networking Icons */

#socialNetwork {
margin-top:20px;
width:430px;
}

#socialNetwork p {
font-size: 0.9em;
}

#socialNetwork p a {
color:#CD1B0E;
}

#socialNetwork .left {
float:left;
width:205px;
padding-right:10px;
}

#socialNetwork .right {
float:left;
width:215px;
}

#socialNetwork .left img {
margin:0 5px 0 0;
}

#socialNetwork a img {
border:none;
}

/* Footer
=================================================== */

#sponsors {
clear:both;
text-align: center;
}

.footerText {
margin:20px 0 0 0;
text-align: center;
font-size: 0.8em;
clear:both;
}

.footerText a {
color:#B51105;
}

/* Subpage Content
=================================================== */

#subpageContentBox {
width:554px;
padding:20px 0 0 60px;
float:left;
min-height:600px; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .container {
height: 600px;
}
/**/

#subpageContentBox p {
font-family: Georgia;
font-size: 0.8em;
padding:0 0 12px 0;
}

#subpageContentBox h2 {
font-family: Georgia;
font-size: 2em;
padding:0 0 12px 0;
color:#DDB1A5;
}

#subpageContentBox h3 {
color:#DDB1A5;
}

#subpageContentBox h4 {
font-family: Georgia;
font-size: 1.3em;
color:#DDB1A5;
}


#subpageContentBox p a {
color:#CD1B0E;
}

#subpageContentBox p a:hover {
text-decoration: none;
}

.musicPage {
clear:both;
}

.musicPage .left {
float:left;
width:260px;
}

.musicPage .right {
float:left;
padding-left:20px;
width:260px;
}

/* Side Bar
=================================================== */

#sidebarWrap {
width:250px;
float:left;
padding:40px 0 0 50px;
}

#sidebarWrap ul {
margin:0 0 20px 0;
}

#sidebarWrap li {
font-family: Georgia;
font-size: 0.9em;
}

#sidebarWrap li a {
color:#CD1B0E;
}

#sidebarWrap li a:hover {
text-decoration: none;
}

.sidebarHeader, #recent-posts-3 {
background:#372112;
height:34px;
width:250px;
margin:0 0 12px 0;
}

#sidebarWrap h2 {
font-family: Georgia;
font-size: 1em;
padding:8px 10px 12px 20px;
text-transform: uppercase;
}

#sidebarWrap .galleryPreview img {
border:11px solid #ccc;
}

.socialNetworkSmall img {
margin-right:10px;
}