/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* MASTER STYLES */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #00aeef;
	color: #363636;
	}
	
.button {
	font-size: 1.2em;
	color: #fff;
	background-color: #00aeef;
	padding: 2px 4px;
	border: 2px solid #80d7f7;
}

.button:hover {
	background-color: #fe2581;
	color: #80d7f7;
	border: 2px solid #00aeef;
}

.clear {
	clear: both;
}

p {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	line-height: 1.2em;
}
	
/* links */
a {
	outline: none;
}

a:link, a:visited {
	text-decoration: none;
	}

/* page structure 
--------------------------------------------- */
#wrap {
	width: 960px;
	margin: 10px auto 0 auto;
}

#mainCol {
	width: 685px;
	float: left;
	margin: 0 20px 0 0;
}

#sidebar {
	width: 225px;
	float: left;
	background: #fe2581 url(images/pinWheel.png) center bottom no-repeat;
	padding: 0 0 108px 0;
	box-shadow:0px 2px 5px #999,1px 1px 10px #999;  
	-moz-box-shadow:0px 2px 5px #999;
	-webkit-box-shadow:0px 2px 5px #999;
}


/* header 
--------------------------------------------- */
#header {
	background: #fe2581 url(images/banner.jpg) no-repeat;
	width: 960px;
	height: 453px;
}

/* logo */

/* navigation */
#nav {
	padding: 389px 0 0 45px;
	list-style: none;
}

ul#nav li {
	float: left;
	display: inline;
	margin: 0 27px 0 0;
} 

ul#nav li a {
	display: block;
	text-indent: -9999px;
	height: 66px;
}

	#blogBtn a {
		background: transparent url(images/blogBtn.png) no-repeat;
		width: 105px;
	}
	
	#showsBtn a {
		background: transparent url(images/showsBtn.png) no-repeat;
		width: 131px;
	}
	
	#videosBtn a {
		background: transparent url(images/videosBtn.png) no-repeat;
		width: 133px;
	}
	
	#galleryBtn a {
		background: transparent url(images/galleryBtn.png) no-repeat;
		width: 151px;
	}
	
	#bioBtn a {
		background: transparent url(images/bioBtn.png) no-repeat;
		width: 86px;
	}
	
	#shopBtn a {
		background: transparent url(images/shopBtn.png) no-repeat;
		width: 107px;
	}
	
		#blogBtn a:hover, #showsBtn a:hover, #videosBtn a:hover, #galleryBtn a:hover, 
		#bioBtn a:hover, #shopBtn a:hover {
			background-position: 0 -66px;
		}

li#shopBtn.last {
	margin-right: 0;
}
	
	
/* main styles 
--------------------------------------------- */
#content {
	background: url(images/contBkg.png) repeat-y;
	padding: 15px;
}


/* headings */
h2 {
	font-size: 3.2em;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	color: #fff;
	text-shadow:1px 1px 3px #000;
	
}

h2 a {
	color: #fff;
	text-shadow:2px 2px 5px #000;
}

h3 {
	font-size: 2.8em;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	color: #fff;
	text-shadow:1px 1px 3px #000;
}

h4 {
	font-size: 1.8em;
	font-family: Gerogia, serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	color: #fff;
}

.post {
	margin: 0 0 50px 0;
}

.post-content {
	width: 595px;
	float: left;
	text-align: left;
}

.datebox { 
	width: 40px; 
 	float: left;
	padding: 0 5px 5px 5px; 
	background: #fe2581; 
	color: white; 
	text-align: center;
	margin: 0 10px 0 0; 
}

.day { 
	font-size: 3.4em; 
	font-weight: bold; 
	margin: 0; 
	font-family: Georgia, serif; 
}

.month { 
	font-size: 1.8em; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin: 0; 
}

.year { 
	font-size: 1.6em; 
	font-weight: bold; 
	margin: 0; 
}

.commentsLink a {
	color: #00aeef;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}

#discography {
	width: 575px;
	margin: 0 auto 20px 60px;
	background: #000;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

	#discography h3 {
		font-style: italic;
		margin-bottom: 0;
	}
	
	#discography dl {
		float: left;
		width: 135px;
	}

	#discography dl dt{
		margin:10px 0 15px 0;

		position:relative;
	}
	
	#discography dl dt a {
		position:relative;
		background: transparent url(images/vinyl.png) no-repeat;
		display: block;	
		width:96px;
		height:75px;
		text-indent:-9999px;
		overflow:hidden;
		z-index:1;						
	}
	
	#discography dl dt img{
		position:absolute;
		width:75px;
		height:75px;
		border:0;
		top: 1px;
		left: 0;
		z-index: 2;
	}
	
	#discography dd {
		margin: 0 0 3px 0;
	}
	
	#discography dd a {
		color: #00aeef;
		font-size: 1em;
		text-transform: uppercase;
		padding: 0 0 0 18px;
		background: transparent url(images/buyBtn.png) 0 50% no-repeat;
	}
	
	#bandCamp {
		float: left;
	}
	
#shows {
	font-size: 1.3em;
}

#commentform textarea#comment {
	width: 595px;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 0 10px 0;
}

	
/* sidebar styles 
--------------------------------------------- */
.mod {
	padding: 28px 5px 0 5px;
}

form#mc-embedded-subscribe-form {
	margin: 0 0 25px 0;
}

form#mc-embedded-subscribe-form label {
	display: block;
	background: transparent url(images/mailingListHeader.png) no-repeat;
	width: 178px;
	height: 69px;
	text-indent: -9999px;
	margin: 0 auto 5px auto;
}

form#mc-embedded-subscribe-form input.join {
	width: 205px;
	padding: 5px;
	font-size: 1.3em;
	border: 1px solid #ccc;
	background:#e6e6e6;
	display: block;
	margin: 0 auto 5px auto; 
}

form#mc-embedded-subscribe-form input.submit {
	float: right;
}

ul#social li {
	margin: 0;
	text-align: center;
}

ul#social li a {
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
}

	ul#social li#myspaceLink a {
		background: transparent url(images/myspaceLink.png) no-repeat;
		height: 62px;
		width: 160px;
	}
	
		ul#social li#myspaceLink a:hover {
			background-position: 0 -62px;
		}
	
	ul#social li#facebookLink a {
		background: transparent url(images/facebookLink.png) no-repeat;
		height: 68px;
		width: 160px;
	}
	
		ul#social li#facebookLink a:hover {
			background-position: 0 -68px;
		}
	
	ul#social li#twitterLink a {
		background: transparent url(images/twitterLink.png) no-repeat;
		width: 153px;
		height: 65px;
	}

		ul#social li#twitterLink a:hover {
			background-position: 0 -65px;
		}
		
	ul#social li#youtubeLink a {
		background: transparent url(images/youtubeLink.png) no-repeat;
		width: 126px;
		height: 77px;
	}
	
		ul#social li#youtubeLink a:hover {
			background-position: 0 -77px;
		}



/* footer 
--------------------------------------------- */
#footer {
	background: #000 url(images/footerBkg.png) repeat-y;
	padding: 15px;
	margin: 0 auto; 

}

#twitter {
	width: 380px;
	float: right;
	background: transparent url(images/twitterIcon.png) right top no-repeat;
}

	#twitter p {
		padding: 20px 80px 0 0;
		font-family: Georgia, serif;
		font-style: italic;
		font-size: 1.5em;
		line-height: 1.2em;
		color: #fff;
		margin: 0 0 30px 0;
	}
	
	#twitter h4 {
		text-align: right;
		font-size: 1.5em;
		color: #fff;
		font-weight: normal;
		padding: 0 20px 0 0;
	}
	
	#twitter h4 a {
		color: #00aeef;
		font-weight: bold;
		text-decoration: underline;
	}
	
#upcoming {
	padding: 10px 0 0 0;
	float: left;
	color: #fff;
	font-size: 1.3em;
}



/* misc. 
--------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clear floats */

.clear {
	clear: both;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }


/* IE (all versions) */
/* ----------------------------------------- */

/* self-clear floats */

* html .group { /* IE6 */
	height: 1%;
	}
	
* html #discography {
	margin: 0 auto 20px auto;
    }
    
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
	
#discography ul li img {
	-ms-interpolation-mode:bicubic;
	}
	

