@import url("fonts/stylesheet.css");

*{
	padding: 0;
	margin: 0;
}

h1{
	margin-top: 56px;
	text-indent: -99999px;
	background: url('images/header_logo.gif') no-repeat top left;
	height: 72px;
	width: 535px;
	margin-left: 10px;
}

h2{
	font-family: 'ShortcutRegular', sans-serif;
	font-size: 3em;
	text-align: right;
	float: left;
	width: 680px;
	color: #0f1f14;
}

h3{
	font-family: 'UnderwoodChampionRegular', 'courier new', serif;
	font-size: 1.5em;
}

p{
	margin-bottom: 1em;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

img {
	border: none;
}

body{
	background: url('images/bg.png') repeat-y #433428 top center;
	font-family: tahoma, verdana, arial, sans-serif;
}

#header{
	width: 100%;
	background: url('images/header_bg.jpg') no-repeat #433428 top center;
	height: 339px;
}

#header_middle{
	width: 980px;
	height: 339px;
	margin: 0 auto;
}

#header_left{
	width: 430px;
	/* background: url('images/header_left_bg.jpg') top left no-repeat; */
	background: url('http://jamiekilstein.com/wp-content/uploads/2015/05/header_left_bg.jpg') top left no-repeat;
	height: 339px;
	float: left;
}

#header_right{
	width: 550px;
	background: url('images/header_right_bg.jpg') top right no-repeat;
	height: 339px;
	float: left;
	position:relative;
}

.headfloat {
	position: absolute;
	color: #dedcda;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.stars {
	  background-color: rgba(228, 225, 224, 0.86);
  color: rgb(52, 70, 56);
  padding: 5px 13px 0;
  top: 235px;
  font-weight: 300;
}

#beck {
	  top: 10px;
  left: 51px;
}
#rs {
	  top: 10px;
  left: 358px;
}
#tos {
	
}
#bb {
	left: 124px;
}
#les {
	left: 251px;
}
#scots {
	right: 0;
}

#navigation ul{
	font-family: 'UnderwoodChampionRegular', 'courier new', serif;	
	font-size: 1.1em;
	list-style: none;
	margin: 47px auto 0 auto;
	
}

#navigation ul li{
	float: left;
	display: block;
	text-transform: lowercase;
	margin-left: 13px;
}

#navigation a{
	color: #dedcda;
	text-decoration: none;
}

#content{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}



#main_content{
	width: 680px;
	float: left;
}

#sidebar{
	width: 220px;
	padding-left: 20px;
	float: right;
	border-left: solid 1px #a8a4a1;
	margin-top: 65px;
}

#footer {
	width: 980px;
	height: 36px;
	color: #ffffff;
	background: #1a140f;
	margin: 20px auto 0;
	font-size: 0.8em;
}

#footer p{
	padding: 10px 20px;
	margin-bottom: 0;
}

/* post styling */

.home .commentform, .archive .commentform {
	display:none;
}

.single .post {
	padding-bottom: 8px;
}

.share-links{
	background-color: #ebe7e4;
	float:right;
	margin:0 0 10px 10px;
	padding:10px;
	width:60px;
	box-shadow: 0 2px 4px #B3B1AD;
	-webkit-box-shadow: 0 2px 4px #B3B1AD;
	-moz-box-shadow: 0 2px 4px #B3B1AD;
	font-size: 0.8em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.share-links div{
	float: right;
	width: 60px;
	clear: both;
	margin: 0 auto 10px auto;
	
}

.entry-meta{
	font-size:0.8em;
}

/* gig page */

.gigdate{
	border-bottom: solid 1px #a8a4a1;
	margin-bottom: 1em;
}

#single-gig-dates {
	width:580px;
	margin-bottom: 1em;
	float: left;
}

/* gallery */

#ngg-gallery-1-11{
	padding-top: 10px;
}

.ngg-row{
	overflow: hidden;
	clear: right;
}

/* comments */

#comments {
	border-top: 1px solid #a8a4a1;
	border-bottom: 1px solid #a8a4a1;
	padding:20px 0 20px 0;
	margin-bottom: 20px;
	
}

#comments ul{
	list-style: none;
}

.comment{
	margin-top: 20px;
}

.comment-author{
	margin-bottom: 5px;
}

.comment-author span {
	font-weight: 600;
}

.comment-meta{
	font-size: 0.8em;
	width: 235px;
	float: left;
}

.bubble {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #ebe7e4;
	padding: 1px 15px 3px 15px;
	box-shadow: 0 2px 4px #B3B1AD;
	-webkit-box-shadow: 0 2px 4px #B3B1AD;
	-moz-box-shadow: 0 2px 4px #B3B1AD;
	overflow: hidden;
}

.depth-2 {
	margin-left: 40px;
}

.depth-3 {
	margin-left: 80px;
}

.depth-4 {
	margin-left: 120px;
}

.reply {
	float: right;
	font-size: 0.8em;
	width: 55px;
	display: none;
	text-align: right;
	background: url('images/reply.gif') left center no-repeat transparent;
}

.children #respond {
	margin: 20px 0;
}

.comment-text-input{
	background: #ffffff;
	border: solid 1px #a8a4a1;
	box-shadow: 0 2px 4px #B3B1AD;
	-webkit-box-shadow: 0 2px 4px #B3B1AD;
	-moz-box-shadow: 0 2px 4px #B3B1AD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 10px;
}

.comment-text-input input{
	padding: 10px;
	background: none;
	border: none;
	width: 640px;
}

.commentform p{
	margin-bottom: 2px;
}

.comment-textarea{
	background: #ffffff;
	border: solid 1px #a8a4a1;
	box-shadow: 0 2px 4px #B3B1AD;
	-webkit-box-shadow: 0 2px 4px #B3B1AD;
	-moz-box-shadow: 0 2px 4px #B3B1AD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 10px;
}

.comment-textarea textarea{
	width: 645px;
	padding: 10px;
	background: none;
	border: none;
}

.respond {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: solid 1px #a8a4a1;
}

.commentlink{
	cursor: pointer;
}

.commentform{
	margin-top: 1em;
}


	
/* beliefs */

.belief-link{
	float: right;
	margin-top: 4px;
	font-size: 0.8em;
}

/* merch */

.shop-product{
	width: 670px;
	overflow: hidden;
	clear: left;
	margin-bottom: 20px;
	
}
.shop-image{
	width: 150px;
	margin-right: 10px;
	float: left;
}

.shop-description{
	width: 430px;
	margin-left: 10px;
	float: left;
}

.add-to-cart{
	width: 100px;
	float: left;
	margin-left: 10px;
	clear: right;
}

.add-to-cart select{
	margin-bottom: 10px;
}

/* sidebar */

.twtr-hd, .twtr-ft {
	display:none;
}

.twtr-tweet-wrap {
	padding: 10px !important;
}

#follow_me{
	margin: 0 auto;
	text-align: center;
}

.widget{
	width: 218px;
	background-color: #ebe7e4;
	box-shadow: 0 2px 4px #B3B1AD;
	-webkit-box-shadow: 0 2px 4px #B3B1AD;
	-moz-box-shadow: 0 2px 4px #B3B1AD;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.widget h3 {
	margin: 10px;
}

#text-5, #text-7, #text-9, #text-11{
	height: 182px;
	background: url('images/citizen-radio.png') top left no-repeat;
	padding-bottom: 0;
}

#text-5 a, #text-7 a, #text-9 a, #text-11 a{
	display: block;
	width: 220px;
	height: 182px;
	text-indent: -999999px;
}
.widget_archive ul{
	list-style: none;
	font-size: 0.8em;
	margin-left: 20px;
}

.widget_wp_paypal_shopping_cart p{
	font-size: 0.8em;
	margin: 0 20px;
}

form#paypal{
	text-align: center;
	margin-top: 10px;
}

/* push footer */

html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -56px;
}
.footer, .push {
	height: 56px;
}

/* hacks */

.ie6{
	font-size: 15px;
}

.ie6 .comment-textarea textarea{
	width: 660px;
}

.button {
	padding: 5px;
}