body {
	font-family: Cormorant, Cantarell, Helvetica, Verdana;
		font-size: 20px;
	font-style: normal;
	line-height: 32px;
	text-decoration: none;
	background-color: #fff;
		color: #0a0a0a;
		background: url(../grfx/stuff/bg_purp.gif);
		background-attachment: fixed;
margin:0;
padding:0; 
}

:link { color: #d00a2d; text-decoration: none;  }
:visited { color: #d00a2d; text-decoration: none;  } 
a:active { color: #0a0a0a; text-decoration: none;  } 
a:hover { color: #0a0a0a; text-decoration: none;  } 
a {
   outline: 0;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}




/************************************************************************************
STRUCTURE
*************************************************************************************/
#page-wrap {
	width: 100%;
	margin: 0 auto;
overflow: hidden;
	}



/************************************************************************************
HEADER
*************************************************************************************/
#header {
	width: 1120px;
	padding:0px;
	margin:0 auto;
	text-align: center;
	background-color: #d10426;
	z-index: 99999;
	
}


#mobile-nav-2 {
	display: none;
}

#top-bar {
		
		float: none;
width: 100%;
height: 40px;
	text-align: center;
background-color: #222222;
margin: 0;
padding: 0;
max-height: 40px;
	z-index: 99999;

}


#social {
		
		float: left;
width: calc(100% - 120px);
	text-align: center;
margin: 7px 0 0 60px;
padding: 0;
overflow: hidden;
height: 30px;
}


img.new-book {
	margin: 0 90px 0 40px;
	padding: 0;
	height: 138px;
	float: right;
	}


img.site-logo {
	margin: 25px 0 0 0;
	padding: 0;

	float: right;
	}

	img.site-logo-mobile {
	display: none;
	}
	
	
	
#search {
	width: 100px;
	/*float: right;
	top: 5px;*/
	vertical-align: top;
	margin-top: 5px;
	margin-left: 55px;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}



/************************************************************************************
NAVIGATION
*************************************************************************************/
	.nav-gap {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0px 0 5px 0;
	background-color: #666666;
}


.mobile-nav-gap {
	display: none;
}

.micro-nav-gap {
	display: none;
}



#main-nav {
	clear: both; 
	width: 100%;
	background: #201b43;
font-family: Cantarell, Open Sans, Helvetica, Verdana;
	color: #9bd7ef;
	font-size: 14px;
	font-weight: normal; 
	font-style: normal;
	line-height: 12px;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	text-align: center;
	
}

#main-nav-block {
margin: 0 auto;
overflow: hidden;
display:inline-block;
	
}

.nav-block {
	float: left;
	padding: 10px 15px;
		background: #201b43;
}


a.nav-block:link { 	background: #201b43; color: #9bd7ef;}
a.nav-block:visited { background: #201b43; color: #9bd7ef; }
a.nav-block:hover { background: #201b43; color: #ffffff;  }
a.nav-block:active { background: #201b43; color: #ffffff; }

.nav-block-over {
	float: left;
	padding: 10px 15px;
	color: #ffffff;

}
a.nav-block-over:link { 	background: #201b43; color: #ffffff;}
a.nav-block-over:visited { background: #201b43; color: #ffffff; }
a.nav-block-over:hover { background: #201b43; color: #ffffff;  }
a.nav-block-over:active { background: #201b43; color: #ffffff; }


img.slash {
	margin: 12px 0 0 0;
	width: 7px;
	float: left;
	}


/************************************************************************************
CONTENT
*************************************************************************************/
#page {
	width: 1120px;
	margin: 0 auto;
	padding: 0;
		background: url(../grfx/stuff/bg_ruffle.gif);
	background-position: calc(50% + 430px) top;
		background-repeat: repeat-y;
	background-color: #ffffff;

	

	overflow: hidden;
}



#content {
	margin: 25px 0 50px 40px;
	padding: 0 0 120px 0;
	overflow: hidden;
	width: 700px;
	float: left;
	background-color: #ffffff;
}

#content-block {
	width: 100%;
	overflow: hidden;
	
}



.content-block {
	clear: both;
	overflow: hidden;
	margin: 10px 0px 50px 0px;
	padding: 0;
	width: 640px;
}

#snapwidget {
	clear: both;
	margin: 20px 0px;
	background: #000;
	height: 200px;
	}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}



/************************************************************************************
SIDEBAR
*************************************************************************************/

	#sidebar {
	width: 240px;
	float: right;
	margin: 0px 45px 0px 0px;
	padding: 26px 0 160px 0;
	overflow: hidden;

}


img.mailout {
	float: right;
	width: 30px;
	margin: 5px 0 0 5px;
}

	img.mpu {
	width: 100%;
	filter: alpha(opacity=100);
	}	
 
img.mpu:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	.widget {
	
	margin: 0px 0px 60px 0px;
	float: left;
	padding: 0;
	width:100%;
	overflow: hidden;

}




/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	background: #201b43;
	padding: 40px 0px 60px 0px;
	width: calc(1120px - 0px);
	text-align: center;
	margin: 0 auto;
	border-top: 2px solid #9bd7ef;
}




/************************************************************************************
EXTRA FORMATTING
*************************************************************************************/


.button {
	background-color: #cc3300;
}

.clearfloat {
clear: both;
} 

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

iframe {
	margin-bottom: 20px;
	width: 100%;
	
}

.block-headline {
	width: calc(100%-80px);
	overflow: hidden;
	padding-top: 10px;
}

.dates {
	width: 60px;
	height: 49px;
		background: url(../grfx/stuff/bg-date.png);
		background-size: 99px;
	margin: 0 0 10px 20px;
	float: right;
	text-align: center;
	padding-top: 11px;
	
	font-family: Cantarell, Francois One, 'Slabo 27px', Georgia, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	font-weight: lighter;
	color: #201b43;
}

.dates-fb {
	width: 60px;
	height: 49px;
		background: url(../grfx/stuff/bg-date.png);
			background-size: 99px;
margin: 5px 0 10px 20px;
	float: right;
	text-align: center;
	padding-top: 11px;
	
	font-family: Cantarell, Francois One, 'Slabo 27px', Georgia, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	font-weight: lighter;
	color: #201b43;
}

.gigs-date {
	background: url(../grfx/stuff/bg-date.gif);
	width: 60px;
	padding: 8px 0px 0px 0px;
	height: 80px;
	float: left;
	text-align: center;
		margin-right: 20px;

}

.gigs-info {
	float: right;
	width: auto;
	width: 560px;
	
	
}

.blog-date {
	background: url(../grfx/stuff/bg-png.gif);
	background-size: 99px;
	width: 60px;
	padding: 8px 0px 0px 0px;
	height: 80px;
	float: right;
	text-align: center;
		margin-left: 20px;

}

.blog-info {
	float: left;
	width: 560px;
	padding-top: 10px;
	
	
}




#title {
text-align: right;
}

.releases { 
	width: 200px;
	float: left;
	background:#f8f3fa;
	margin-bottom: 10px;
	padding: 0px;
	overflow: hidden;
	margin-right: 20px;
}

.releases-last { 
	width: 200px;
	float: left;
	background:#f8f3fa;
	margin-bottom: 10px;
	padding: 0px;
	overflow: hidden;
	margin-right: 0px;
}	


	.releases-text-box-home { 
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

	.releases-text-box { 
	width: 345px;
	float: right; 
	padding: 15px 15px 15px 0px;
}

	.releases-block { 
	width: 100%;
	background:#f8f3fa;
	margin-bottom: 20px;
	padding: 0px;
	padding-right: 20px;
	overflow: hidden;
}

.video-frame {
	
	width: 100%;
	background: #000000;
	overflow: hidden;
	padding-bottom: 30px;
}
	
	.video-info {
	
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 70px;
	
}
	.video-block {
	float: left;
	width: 320px;
	background: #eeeeee;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}

.video-gap {
		width:40px;
		height:15px;
		overflow: hidden;
		float: left;
	}
.video-gap-horizontal {
		clear: both;
		height: 25px;
}	
	.video-box-left {
	float: left;
	width: 300px;
	background: #f8f3fa;
	overflow: hidden;
}


	.video-box-right {
	float: right;
	width: 300px;
	background: #f8f3fa;
	overflow: hidden;
}	

	.video-info {
	padding: 5px 15px;
}	

	#video-featured {
	background: #000;
	overflow: hidden;
	margin-bottom: 30px;

}	
	#video-featured-info {
	padding: 10px 20px;

}	
	


	
	
	.underline {
height: 1px;
background-color: #5a001d;
margin: 10px 0px 20px 0px;
}

	.divider {
clear: both;
height: 7px;
	background-image: url('/grfx/stuff/dots-header.png');
margin-top: 10px;
margin-bottom: 20px;



}	


	.divider-mailout {
clear: both;
height: 7px;
	background-image: url('/grfx/stuff/dots-header.png');
margin-top: 10px;
margin-bottom: 10px;



}	


.divider-videos {
clear: both;
height: 7px;
	background-image: url('/grfx/stuff/dots-header.png');
margin-top: 10px;
margin-bottom: 10px;



}	

	.blog-divider {
clear: both;
height: 7px;
	background-image: url('/grfx/stuff/blog-line3.png');
margin-top: 40px;
margin-bottom: 40px;



}	

	.post-divider {
clear: both;
height: 7px;
	background-image: url('/grfx/stuff/blog-line3.png');
margin-top: 10px;
margin-bottom: 20px;



}	

	.live-divider {
clear: both;
height: 7px;
	background-image: url('/grfx/stuff/blog-line3.png');
margin-top: 20px;
margin-bottom: 20px;



}	

	

	.thin-divider {
height: 1px;
background-color: #4e4879;
margin-top: 10px;
margin-bottom: 10px;

}
	.thin-divider-red {
height: 1px;
background-color: #d00a2d;
margin-top: 13px;
margin-bottom: 13px;
opacity: 0.2;
}

	.thin-divider-grey {
height: 1px;
background-color: #999999;
margin-top: 10px;
margin-bottom: 10px;

}

	.big-divider {
clear: both;


height: 1px;
background-color: #dddddd;
margin-top: 35px;
margin-bottom: 35px;


}

	.dots-divider {
height: 1px;
	background-image: url('/grfx/stuff/dots.gif');
margin-top: 5px;
margin-bottom: 5px;

}
	
	.gap {
		clear: both;
height: 40px;
}

.gap-small {
		clear: both;
height: 10px;
}

.gap-tiny {
		clear: both;
height: 1px;
}

.gap-share {
		clear: both;
height: 5px;
}
.fb-share-button {margin: 0; padding: 0; display: inline-block; vertical-align: top !important;}
.twitter-share-button {margin: 0;padding: 0; display: inline-block;vertical-align: top;}
	.gap-big {
height: 60px;clear: both;
}

		.gap-huge {
height: 80px;
}
	.gap_top {
padding-top: 40px;

}

	#follow-buttons {
float:right;
margin: 0 0 10px 15px;

padding: 0;
overflow: hidden;
display: inline-block;
}


	.pad-left { 
margin-left:15px;
}

	.lightbox-gallery { 
	background-color:#be255d;
	float:left;
	margin: 5px 15px 10px 0px;
	padding:3px;
	-moz-border-radius: 10px;
	-webkit- border-radius: 3px;
	border-radius: 3px;
}

	.lightbox-pic { 
	height:140px;
	vertical-align: middle;
}
	
	img.lightbox-pic:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

	.form-input { 
	font-size: 1em;
	width: 240px;
	margin: 10px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit- border-radius: 3px;
	border-radius: 3px;
}

	.form-button { 
	font-family: 'Slabo 27px', Georgia, serif;
	font-size: 1.125em;
	background-color:#c2093d;
	color: #ffffff;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit- border-radius: 15px;
	border-radius: 10px;
	border: none; 
}



.itunes-button { 
	font-family: 'Slabo 27px', Georgia, serif;
	font-size: 15px;
	background-color:#ddd;
	color: #c2093d;
	padding:8px;
	-moz-border-radius: 8px;
	-webkit- border-radius: 10px;
	border-radius: 8px;
	border: none; 
}

	#podcast {
		width: 80%;
		float: left;
		overflow: hidden;
	}
	
	#podcast-links {
		width: 15%;
		float: right;
	}


snapwidget-widget {
	max-width: 640px;
}
/************************************************************************************
IMGS
*************************************************************************************/


img {
	border-style: none;
}



img.opacity {
	opacity: 1;
	filter: alpha(opacity=100);
	}	
 
img.opacity:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
img.social-button {
	width: 26px;
	margin: 0px calc(100% / 50);
	opacity: 1;
	filter: alpha(opacity=100);
	}

img.social-button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

img.social-button-nav {
	width: 26px;
	margin: 3px 0px 15px 25px;
	opacity: 1;
	filter: alpha(opacity=100);
	}

img.social-button-nav:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
	
img.calendar-arrow {
	
	width: 16px;
	margin: 0 10px 0px 10px;
	opacity: 1;
	vertical-align:middle;
	filter: alpha(opacity=100);
}	


img.calendar-arrow:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

img.advance-tickets {
	width: 65px;
	float: right;
	margin: 10px 0 10px 15px;
	opacity: 1;
	filter: alpha(opacity=100);
	}

img.advance-tickets:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
	img.advance-tickets-side {
	width: 45px;
	float: right;
	margin: 0 0 10px 15px;
	opacity: 1;
	filter: alpha(opacity=100);
	}

img.advance-tickets-side:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
		
img.listen-podcast {
	float: right;
	height: 40px;
		opacity: 1;
	filter: alpha(opacity=100);
	margin: 0 0 15px 15px;
}

img.listen-podcast:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
	
	
	img.listen-podcast-sidebar {
	float: left;
	width: calc(50%);
		opacity: 1;
	filter: alpha(opacity=100);
	margin: 0 0px 5px 0;
}

img.listen-podcast-sidebar:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}


	
	img.arrow {
		float: left;
		margin: 3px 10px 0 0;
		width: 25px;
	}
	img.tier {
	width: 100px;
	margin: 0px 50px 10px 0px;
	}

img.2tier:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

img.shop-icons {
	width: 25px;
	margin: 5px 5px 5px 0px;
	}

img.shop-icons:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
	img.store {
		height: 160px;
		float: right;
		margin: 0 0 20px 20px;
	}
	
img.store:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}



img.book {
	width: 225px;
	float: right;
	margin: 10px 0 20px 45px;
	}
	
img.release {
	width: 260px;
	float: left;
	}

img.book:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

	img, fieldset {
	border: 0;
}
img.video-thumb {
	width: 100%;
	margin-bottom: 0px;
	}

img.video-thumb:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

img.tickets {
	float: right;
	margin-left: 20px;
	width: 80px;
}

img.tickets:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


img.prime-time-pic {
	width: 340px;
	float: right;
	padding-left: 10px;
	}





/************************************************************************************
WORDPRESS 
*************************************************************************************/


p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin: 0 0 20px 0;
	}
	
	
	img.alignnone {
	float: right;
	margin: 0 0 20px 30px;
	display: inline;
	max-width: 45%;
	}

img.alignright {
	float: right;
	margin: 0 0 20px 30px;
	display: inline;
	max-width: 45%;
	}

img.alignleft {
	float: right;
	padding: 4px;
	margin: 0 0 20px 30px;
	display: inline;
	max-width: 45%;

	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.688em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}




/************************************************************************************
FANCY BOX DATEPICKER
*************************************************************************************/

#location #location-text { margin:0 10px 0 5px; float:left; }
.down-arrow-button { float:right; height:30px; background:url(/grfx/stuff/location-arrow.png) center center no-repeat #eaeaea; padding:0 15px; }
.down-arrow-text { font-size:1.125em;   color:#b30000; font-family: 'Slabo 27px', Georgia, serif; line-height:30px; float:left; margin:0 10px; }
#location #location-locations { display:none; width:100%; position:absolute; top:30px; right:0; background:#eaeaea; border:1px solid #f4f4f4; z-index:10; }
/*#location:hover #location-locations { display:block; }*/
#location #location-locations .location-locations-entry { width:100%; height:30px; line-height:30px; text-align:right; position:relative; z-index:10; }
#location #location-locations .location-locations-entry span { margin-right:10px; }

#today-date-box { float:left; background:#f4f4f4; border:1px solid #e8e8e8; cursor:pointer; position:relative; margin-right:15px; }
#today-date-box #datepicker { position:absolute; top:30px; left:0px; z-index:100; }








