@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #fff;
	background: #666;
	min-height: 100%;
	font-size: 14px;
	line-height: 24px;
}

/* IE hack */
* body {margin: 0 auto 0 auto;}
/* end */

h3 {
	color: #000;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 23px;
	line-height: 24px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

ul li {list-style: none;}

b {font-weight: normal;}

a {
	text-decoration: none;
	color: #ddc610;
	transition: color .99s ease-in-out;
   -moz-transition: color .99s ease-in-out;
   -webkit-transition: color .99s ease-in-out;
   transition: background .33s ease-in-out;
   -moz-transition: background .33s ease-in-out;
   -webkit-transition: background .33s ease-in-out;
	}
	
a:hover {
	text-decoration: underline;
	color: #ddc610; 
	background: rgba(0, 0, 0, 0.13);
   transition: color .33s ease-in-out;
   -moz-transition: color .33s ease-in-out;
   -webkit-transition: color .33s ease-in-out;
   transition: background .33s ease-in-out;
   -moz-transition: background .33s ease-in-out;
   -webkit-transition: background .33s ease-in-out;
   }


#header {
	width: 100%;
	height: 24px;
	padding: 8px;
	position: fixed;
	top: 0;
	background: #000;
	border-bottom: 1px solid #000;
/*	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.06);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.06);
	box-shadow:         0px 3px 3x 0px rgba(50, 50, 50, 0.06);*/
}

#menu {
	width: 896px;
	margin: 0 auto;
	padding: 0 32px;
	background: none;
	font-size: 12px;
	height: 48px;
}

#logo, h1 {
	widht: auto;
	height: 24px;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 32px;
	float: left;
	}
	
#menu li {
	list-style: none;
	float: left;
	margin: 2px 0 0 0;
	padding: 0 0 0 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	line-height: 24px;
	}
	
#menu li a {
	font-size: 14px;
	display: inline-block;
	height: 24px;
	color: #999;
	text-decoration: none;
}

#menu li a:hover, .special a:hover {
	color: #ddc610;
	background: none;
   }
   
#menu li h2 {
	color: #ddc610;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	height: 39px;
}
   
.special {
	float: right;}

.special a {
	padding: 8px;
	}

#content {
	clear: both;
	width: 896px;
	margin: 0 auto;
	padding: 64px 32px 0 32px;
}

#main {
	float: left;
	width: 608px;
	margin: 0 32px 0 0;
}

#sidebar {
	margin: 0;
	float: right;
	width: 256px;
}

.post {
	margin: 0 0 24px 0;
	padding: 0;
}

.post .date {
	color: #000;
	font-size: 10px;
	line-height: 8px;
}

#main h3 {
	color: #ddc610;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

#main h3 a {
	display: block;
	color: #ddc610;}
	
#main h3 a:hover {
	color: #938F4C;}

.post p {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}

/* sidebar */

#sidebar h3 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	color: #000;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0;
	padding: 0;
	line-height: 24px;
}

#sidebar li a {display: block;}

/* Discography */

#discography h3 {color: #000;}

.list {
	margin: 0;
	padding: 0;
}

.list li {
	margin: 0;
	padding: 0;
		font-size: 14px;
	line-height: 22px;
	color: #bbb;
}

.list li b {color: #666;
font-weight: 200;}

/* Mailchimp, Email From */

#mc_embed_signup, #mailform {
	margin: 0 0 32px 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	}
	
#mc_embed_signup h3 {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}

#mce-EMAIL, #mailform .field, #mailform textarea {
	margin: 3px 0;
	padding: 0;
	width: 256px;
	color: #666;
	border: 1px solid #000;
	background: #ccc;
	font-size: 14px;
	line-height: 22px;
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	}
	
#mc-embedded-subscribe, #mailform .button {
	margin: 3px 0;
	padding: 0;
	width: 160px;
	background: #000;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

#mc-embedded-subscribe:hover, #mailform .button:hover {
	background: #999;
}

#mce-error-response, #mce-success-response {
	width: 256px;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	}
	
/* EmailForm */

#mailform textarea {
	width: 100%;
	background: #ccc;
	
}