/*
	HOTPRESS FRAMEWORK
	Site:
	By:Steven Waller
	Created:
*/
@import url(reset.css);
@import url(hotpress-module-styles.css);

/* Fonts
----------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'LiorahBTRegular';
	src: url('liorah_bt_regular-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LiorahBTRegular';
	src: url(//:) format('no404'), url('liorah_bt_regular-webfont.woff') format('woff'), url('liorah_bt_regular-webfont.ttf') format('truetype'), url('liorah_bt_regular-webfont.svg#webfont3QJjjyOE') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueBoldCond';
	src: url('hlbc____-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueBoldCond';
	src: url(//:) format('no404'), url('hlbc____-webfont.woff') format('woff'), url('hlbc____-webfont.ttf') format('truetype'), url('hlbc____-webfont.svg#webfontXd1rKmBR') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Basics
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

hr {
	border: 0 #e8e8e8 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin:20px 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h4,
h5,
h6{
	color:#000;
	font-weight:bold;
	font-family: 'HelveticaNeueBoldCond';
	letter-spacing:.05em;
	/*font-family: 'LiorahBTRegular', sans-serif;*/
}
h1 {
	font-size: 25px;
	line-height:1;
	text-transform:uppercase;
}
	#main-content #article h1.title{
		background:none;
		font-size:25px;
		margin-bottom:10px;
	}
		#main-content #article h1.title a:link,
		#main-content #article h1.title a:visited{
			color:#fff;
			background-color:#721011;
			padding:0 4px;
			line-height:1;
			text-transform:uppercase;
			letter-spacing:0.05em;
			font-family:'HelveticaNeueBoldCond', sans-serif;
			font-style:normal;
		}
		#main-content #article h1.title a:hover,
		#main-content #articel h1.title a:active{
			color:#CCC;
		}
	#template-inside #article h1{
		font-family: 'LiorahBTRegular', serif;
		font-style:italic;
		font-size:48px;
		background:url(images/header-underline.gif) repeat-x left bottom;
		letter-spacing:normal;
		text-transform:none;
		margin-bottom:20px;
	}
	#template-inside #article .post-body h1{
		font-family: 'HelveticaNeueBoldCond', sans-serif;
		font-style:normal;
		text-transform:uppercase;
		background:none;
		font-size:30px;
	}

h2 {
	font-size: 24px;
	text-transform:uppercase;
}

h3 {
	font-size: 19px;

}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited, 
h3 a:link, 
h3 a:visited, 
h4 a:link,
h4 a:visited,
h5 a:link, 
h5 a:visited, 
h6 a:link, 
h6 a:visited{
	color:#000;
	text-decoration:none;
}
h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover, 
h4 a:active,
h5 a:hover, 
h5 a:active, 
h6 a:hover,
h6 a:active{
	color:#333;
	text-decoration:none;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
blockquote,
form{
	margin-bottom: 10px;
}

ol li{
	list-style: decimal;
	list-style-position:inside;
	padding-bottom:10px;
}
	ol li li{
		padding-left:25px;
	}
		ol ol{
			margin-bottom:0;
			padding-top:10px;
		}

ul li{
	padding-left:20px;
	padding-bottom:10px;
	background:url(images/bullet.gif) no-repeat 3px 6px;
}
	ul li li{
		padding-left:25px;
	}
		ul ul{
			margin-bottom:0;
			padding-top:10px;
		}

/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	}	
em {
	font-style:italic;
}
a:link, 
a:visited { 
	text-decoration:underline; 
	color:#721011; 
	}	
a:hover, 
a:active { 
	text-decoration:none;
	color:#721011;
	
	outline:none;
	}
a:focus {
	outline:none;
}
button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	
blockquote{
	background:transparent url(images/blockquote.gif) no-repeat scroll 2px top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding-left:40px;
	float:left;
}

/* Background
----------------------------------------------------------------------------------------------------*/
body{
	background:#000 url(images/bg.jpg) repeat-x center top;
}
#main-container{
	width:978px;
	margin:0 auto;
	padding-bottom:70px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header{
	overflow:hidden;
	background:url(images/nav-bg.png) no-repeat left bottom;
	position:relative;
	height:202px;
	zoom:1;
}
	#logo{
		float:left;
		margin:0;
		
		z-index:1;
	}
		#logo a:link,
		#logo a:visited{
			display:block;
			width:290px;
			height:176px;
			background:url(images/logo.png) no-repeat left top;
			text-indent:-9999px;
			margin:7px 0 0 17px;
			
		}
		#logo a:hover,
		#logo a:active{
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
		}
	#utility-links{
		float:right;
		width:650px;
		overflow:hidden;
		padding:27px 10px 0 0;
	}
		#search{
			float:right;
			width:211px;
		}
			#search form{
				margin:0;
			}
				#search .input{
					float:left;
					display:block;
					width:154px;
					height:22px;
					background:url(images/search-bg.gif) no-repeat left top;
				}
					#search .input input{
						width:146px;
						height:22px;
						padding:0px 0px 0px 5px;
						line-height:22px;
						border:none;
						vertical-align:top;
						background:none;
					}
				#search .button{
					float:right;
				}
					
		#utility-links ul{
			margin:0 0 20px 0;
			float:right;
			overflow:hidden;
		}
			#utility-links li{
				float:left;
				padding:0 8px 0 7px;
				background:url(images/utility-bar.gif) no-repeat left 6px;
			}
			#utility-links li.first{
				background:none;
				padding-left:0;
			}
				#utility-links li a:link,
				#utility-links li a:visited{
					font-size:11px;
					color:#fff;
					text-transform:uppercase;
					text-decoration:none;
					text-shadow: #000 0px 1px 0px;
				}
				#utility-links li a:hover,
				#utility-links li a:active{
					color:#f1f1f1;
				}
				#utility-links #btn-donate{
					padding-right:0;
				}				
				
				#utility-links #btn-donate a:link,
				#utility-links #btn-donate a:visited{
					display:block;
					width:82px;
					height:17px;
					background:url(images/btn-donate.gif) no-repeat left top;
					text-indent:-9999px;
					margin-top:2px;
				}
				#utility-links #btn-donate a:hover,
				#utility-links #btn-donate a:active{
					
				}
	#nav{
		float:right;
		top:162px;
		right:0;
		height:40px;
		position:absolute;
		z-index:2;
	}
		#nav ul{
			margin:0;
			overflow:hidden;
			float:right;
			padding-right:15px;
		}
			#nav li{
				float:left;
				padding:0;
				background:none;
			}
				#nav li a:link,
				#nav li a:visited{
					display:inline-block;
					height:40px;
					line-height:40px;
					font-size:16px;
					font-weight:bold;
					text-transform:uppercase;
					font-family: 'HelveticaNeueBoldCond', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
					text-decoration:none;
					color:#000;
					padding:0 15px;
					letter-spacing:.05em;
				}
				#nav li a:hover,
				#nav li a:active{
					color:#721011;
				}

/* Main Content
----------------------------------------------------------------------------------------------------*/
#main-content{
	background:url(images/content-bg.png) repeat-y left top;
	padding:0 9px;
	overflow:hidden;
	zoom:1;
}
	#main-content-shadow{
		background:url(images/content-bg.gif) no-repeat left top;
		zoom:1;
	}
		#template-home #article{
			padding-top:30px;
			padding-bottom:20px;
			overflow:hidden;
		}
		#template-home #aside{
			overflow:hidden;
			width:960px;
			background:url(images/columns-bg.gif) repeat-y left top;
		}
		#template-inside #article{
			width:630px;
			padding-left:20px;
			padding-bottom:20px;
			padding-top:30px;
			float:left;
		}
		#template-inside #aside{
			width:290px;
			float:right;
			padding-top:75px;
		}
			#template-home #aside .section{
				float:left;
				display:inline;
			}
		#template-default #article{
			width:920px;
			padding-left:20px;
			padding-right:20px;
			padding-bottom:20px;
			padding-top:30px;
		}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.btn{
	display:block;
	background-postion:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}


/* Concerts and events
----------------------------------------------------------------------------------------------------*/
.concert,
.event{
	overflow:hidden;
	zoom:1;
	margin-bottom:30px;
}
#template-home .concert{
	float:left;	
	width:620px;
	padding-left:20px;
}
	#template-home .concert .col-2{
		width:440px;
	}
.concert.details-view,
.event.details-view{
	margin-bottom:0;
}
	.concert .col-1,
	.event .col-1{
		float:left;
		width:160px;
	}
		.concert .col-1 img,
		.event .col-1 img{
			border:1px solid #b5a889;
		}
	.event .date{
		font-weight:bold;
	}
	.concert .col-2,
	.event .col-2{
		float:right;
		width:450px;
	}
		.concert .btn-learn-more,
		.concert .btn-purchase-tickets,
		.event .btn-learn-more,
		.event .btn-purchase-tickets{
			background: url(images/icon-red-arrow.gif) no-repeat right 3px;
			padding-right:10px;
			margin-right:30px;
			text-transform:uppercase;
			font-size:10px;
		}
		.concert.details-view .btn-purchase-tickets,
		.event.details-view .btn-purchase-tickets{
			display:inline-block;
			width:178px;
			height:36px;
			background:url(images/btn-purchase-tickets.gif) no-repeat left top;
			padding:0;
			margin:0 20px 0 0;
			text-indent:-9999px;
			float:left;
		}
		.concert.details-view .btns{
			overflow:hidden;
		}
		.concert.details-view .btn-season-tickets{
			display:inline-block;
			width:162px;
			height:36px;
			background:url(images/btn-season-tickets.gif) no-repeat left top;
			padding:0;
			margin:0 20px 0 0;
			text-indent:-9999px;
			float:left;
		}
		#template-home .concert .btn-learn-more{
			display:inline-block;
			width:103px;
			height:31px;
			background:url(images/btn-learn-more.gif) no-repeat left 4px;
			margin-right:30px;
			text-indent:-9999px;
			padding:0;
		}
		#template-home .concert .btn-purchase-tickets{
			display:inline-block;
			width:178px;
			height:36px;
			background:url(images/btn-purchase-tickets.gif) no-repeat left top;
			text-indent:-9999px;
			padding:0;
		}
		.concert-sponsors li{
			background:none;
			padding-left:0;
			padding-bottom:20px;
		}
	#template-home #article ul.pagination{
		display:none;
	}


/* Home Page upcoming concerts
----------------------------------------------------------------------------------------------------*/
#upcoming-concerts{
	float:right;
	width:280px;
	padding-right:20px;
}
	#header-upcoming-concerts{
		
	}
		#header-upcoming-concerts a{
			display:block;
			width:281px;
			height:34px;
			background:url(images/header-upcoming-events.png) no-repeat left top;
			text-indent:-9999px;
		}
	#upcoming-concerts ul{
		
	}
		#upcoming-concerts li{
			padding:0 0 8px 0;
			background:none;
		}
			#upcoming-concerts li p{
				margin-bottom:0;
			}
				#upcoming-concerts .title a:link,
				#upcoming-concerts .title a:visited{
					font-size:14px;
					font-weight:bold;
					text-decoration:none;
					color:#721011;
				}
				#upcoming-concerts .title a:hover,
				#upcoming-concerts .title a:active{
					color:#000;
				}
			#upcoming-concerts .date{
				font-size:10px;
				color:#666666;
				text-transform:uppercase;
			}



/* Featured Story
----------------------------------------------------------------------------------------------------*/
#featured-story{
	width:320px;
	
}
	#featured-story h1,
	#featured-story h2,
	#featured-story h4,
	#featured-story h5,
	#featured-story h6,
	#featured-story p,
	#featured-story ul{
		padding:0 20px;
	}
		#featured-story h3{
			margin-bottom:20px;
		}
			#featured-story h3 a:link,
			#featured-story h3 a:visited{
				background:#eeae11 url(images/yellow-divider.gif) repeat-y left top;
			}
			#featured-story h3 a:hover,
			#featured-story h3 a:active{
				
			}
		
/* Recent News and upcoming events
----------------------------------------------------------------------------------------------------*/
#recent-news{
	width:319px;
	margin:0 1px;
}
	#recent-news h3,
	#upcoming-events h3{
		margin-bottom:11px;	
	}
		#recent-news h3 a:link,
		#recent-news h3 a:visited{
			background-color:#231f20;
			color:#fff;
		}
		#recent-news h3 a:hover,
		#recent-news h3 a:active{
			color:#CCC;
		}
		#recent-news ol,
		#upcoming-events ul{
			padding:0 14px;
		}
			#recent-news li,
			#upcoming-events li{
				border-bottom:1px solid #fff;
				padding:8px 6px;
				background:none;
				list-style:none;
			}
			#recent-news li:last-child,
			#upcoming-events li:last-child{
				border-bottom:none;
			}
				#recent-news p,
				#upcoming-events p{
					margin:0;
				}
				#recent-news li .author{
					display:none;
				}
				#recent-news li .date{
					display:block;
				}
				#recent-news li a:link,
				#recent-news li a:visited{
					font-weight:bold;
					color:#231f20;
					text-decoration:none;
					line-height:1;
				}
				#recent-news li a:hover,
				#recent-news li a:active{
					color:#721011;
				}
				#upcoming-events .title a:link,
				#upcoming-events .title a:visited{
					font-weight:bold;
					color:#721011;
					text-decoration:none;
					line-height:1;
				}
				#upcoming-events .title a:hover,
				#upcoming-events .title a:active{
					color:#231f20;
				}
				#recent-news .date,
				#upcoming-events .date{
					font-size:10px;
					text-transform:uppercase;
					color:#666666;
				}

#upcoming-events{
	width:319px;
	
}
		#upcoming-events h3 a:link,
		#upcoming-events h3 a:visited{
			background:#721011 url(images/red-divider.gif) repeat-y right top;
			color:#fff;
		}
		#upcoming-events h3 a:hover,
		#upcoming-events h3 a:active{
			color:#CCC;
		}
	#template-home #aside .section h3{
		
	}
		#template-home #aside .section h3 a{
			font-size: 18px;
			padding:3px 20px;
			display:block;
		}


/* Know before you go and concert archive
----------------------------------------------------------------------------------------------------*/
.side-nav{
	padding-bottom:10px;
	background:#e4e4e4 url(images/white-divider.gif) repeat-y right top;
}
#tags{
	background:#eee2e2	url(images/white-divider.gif) repeat-y right top;
}
#archive{
	background:#fdf5e2 url(images/white-divider.gif) repeat-y right top;
}
	.side-nav #nav-title{
		padding:2px 20px;
		margin:0;
		background: #231f20 url(images/black-divider.gif) repeat-y right top;
	}
		.side-nav #nav-title a:link,
		.side-nav #nav-title a:visited{
			color:#fff;
			font-size:18px;
			font-family: 'HelveticaNeueBoldCond', sans-serif;
			text-transform:uppercase;
			letter-spacing: 0.05em;
			padding:0;
			border:none;
		}
		.side-nav #nav-title a:hover,
		.side-nav #nav-title a:active{
			
		}
	.side-nav h3{
		padding:2px 20px;
		margin:0;
		background: #231f20 url(images/black-divider.gif) repeat-y right top;
		color:#fff;
		font-size:18px;
		font-family: 'HelveticaNeueBoldCond', sans-serif;
		text-transform:uppercase;
		letter-spacing: 0.05em;
	}
	

	#archive #nav-title{
		background:#eeae11 url(images/yellow-divider.gif) repeat-y right top;
		color:#000;
	}
	#tags h3{
		background:#721011 url(images/divider-red.gif) repeat-y right top;
	}
	#archive h3{
		background:#eeae11 url(images/yellow-divider.gif) repeat-y right top;
		color:#000;
	}
	
	
	.side-nav ul{
		margin:0;
	}
		.side-nav li{
			padding:0;
			margin:0 14px;
			
			background:none;
		}
			.side-nav a:link,
			.side-nav a:visited{
				display:block;
				text-decoration:none;
				font-size:14px;
				font-weight:bold;
				padding:8px 6px;
				color:#231f20;
				border-bottom:1px solid #fff;
			}
			.side-nav a:hover,
			.side-nav a:active{
				color:#666;
			}
			.side-nav li p{
				margin:0;
			}
			.side-nav li .date{
				display:none;
			}
				.side-nav li ul{
					display:none;
				}
				.side-nav li.selected ul{
					display:block;
					border-bottom:1px solid #fff;
					padding:5px 0;
				}
					.side-nav li li a:link,
					.side-nav li li a:visited{
						border:none;
						font-size:12px;
						padding-top:4px;
						padding-bottom:4px;
					}
					.side-nav li li a:hover,
					.side-nav li li a:active{
						
					}
						.side-nav li.selected ul li ul{
							display:none;
						}
						.side-nav li.selected ul li.selected ul{
							display:block;
							border:none;
						}
							.side-nav li li li a:link,
							.side-nav li li li a:visited{
								font-weight:normal;
								padding-left:10px;
							}
							.side-nav li li li a:hover,
							.side-nav li li li a:active{
								
							}
				
					
			
				.side-nav a img{
					display:none;
				}
			#tags a:link,
			#tags a:visited{
				color:#721011;
			}
			#tags a:hover,
			#tags a:active{
				color:#a2292a;
			}
			#archive a:link,
			#archive a:visited{
				color:#b07d00;
			}
			#archive a:hover,
			#archive a:active{
				color:#f3ba2f;
			}

/* Sponsors
----------------------------------------------------------------------------------------------------*/
#sponsors{
	overflow:hidden;
	width:960px;
	zoom:1;
	clear:both;
}
	#header-sponsors{
		display:block;
		width:920px;
		height:34px;
		background:url(images/header-sponsors.gif) no-repeat left top;
		text-indent:-9999px;
		margin-top:30px;
		margin-left:20px;
		
	}
	#sponsors ul{
		overflow:hidden;
		margin-left:20px;
		margin-bottom:0;
		padding-bottom:5px;
		
	}
		#sponsors li{
			display:inline;
			float:left;
			background:none;
			padding:0;
			margin-left:30px;
			
		}
		#sponsors li.first{
			margin-left:0;
		}
		#sponsors a:hover,
		#sponsors a:active{
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
		}


/* Footer
----------------------------------------------------------------------------------------------------*/
#footer{
	background:url(images/footer-bg.png) no-repeat left top;	
	width:960px;
	height:49px;
	padding:7px 9px 0 9px;
	overflow:hidden;
}
	#footer ul{
		margin:0;
		padding-left:20px;
		float:left;
		overflow:hidden;
	}
		#footer li{
			float:left;
			display:inline;
			background:url(images/footer-bar.gif) no-repeat left 7px;
			padding:0 9px 0 8px;
		}
		#footer li.first{
			background:none;
			padding-left:0;
		}
			#footer li a:link,
			#footer li a:visited{
				font-size:10px;
				color:#000;
				text-decoration:none;
				text-transform:uppercase;
			}
			#footer li a:hover,
			#footer li a:active{
				color:#333;
			}
	#hotpress-link{
		float:right;
		padding-right:20px;
		padding-top:5px;
	}
		#hotpress-link a:link,
		#hotpress-link a:visited{
			display:block;
			width:129px;
			height:13px;
			background:url(images/hotpress.gif) no-repeat left top;
			text-indent:-9999px;
		}
		#hotpress-link a:hover,
		#hotpress-link a:active{
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
		}


/* Sponsors page
----------------------------------------------------------------------------------------------------*/
#article .sponsor{
	overflow:hidden;
	margin-bottom:20px;
}
	#article .sponsor .image{
		float:left;
		text-align:center;
		width:200px;
	}
	#article .sponsor .details{
		float:right;
		width:410px;
	}


/* Contact page
----------------------------------------------------------------------------------------------------*/
#article .contact-left{
	float:left;
	width:300px;
}
#article .contact-right{
	float:right;
	width:300px;
}

/* Events
----------------------------------------------------------------------------------------------------*/



/* Misc
----------------------------------------------------------------------------------------------------*/
.align-right{
	float:right;
	margin:0 0 10px 10px;
	display:inline;
}
.align-left{
	float:left;
	margin:0 10px 10px 0px;
	display:inline;
}
.hide{
	display:none;
}
.show{
	display:block;
}


