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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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


/*-------------------------BEGIN GENERAL-------------------------*/



html, body {
	font-family: 'Electrolize', 'Allerta', Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#060606;
	height:100%;/* needed to base 100% height on something known*/
    text-align:center;
}

.outer {
	width:1020px;
	margin:auto;
    min-height:100%;
	margin-top:-179px;
    text-align:left;
}

* html .outer {/* ie6 and under only*/
    height:100%;
}

.header {
	float:left;
	border-top:179px solid #fff; /* soak up negative margin and allows header to start at top of page*/
	width:1020px;

}

.contactcontent a{
	text-decoration:none;
	color:#000;
}

.contactcontent a:hover{
	color:#C49A34;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.outer:after {/* thank you Erik J - instead of using display table for ie8*/
    clear:both;
    display:block;
    height:1%;
    content:" ";
}

body {
	background:url(images/bg.jpg)repeat-x;
	background-color:#CCC;
}

strong {
	font-weight:700;
}

.inner {
	float:left;
	width:1020px;
}

.logo {
	text-align:center;
	z-index:1000;
	position:relative;
	margin-top:20px;
	float:left;
}

.contentarea {
	clear:both;
	float:left;
}

h1{
	font-size:28px;
}

.header h1 a{
	float:left;
	position:relative;
	top:250px;
	color:#FDFDFD;
	text-decoration:none;
}

.header h1 a:hover {
	color:#999;
}

.headerinner {
	width:850px;
	margin:0 auto;
}
	

.aboutcontent {
	float:left;
	width:505px;
	margin:45px 54px 25px 35px;
	padding:0 48px 80px 0;
	border-right:1px solid #000;}

.aboutcontent h1, .contactcontent h1 {
	margin-top:12px;
	margin-bottom:12px;
}

.aboutcontent p {
	padding-top:12px;}
	
.contactcontent {
	float:left;
	width:360px;
	padding:45px 15px 25px 0;
	}

.contactcontent p {
	padding-bottom:12px;}
	
.showscontainer {
	float:left;
	width:1020px;
	padding:10px 0 0 20px;
	text-align:left;}
	
.shows {
	float:left;
	width:200px;
	padding:15px;
	border-right:1px solid #000;}

.shows p {
	padding-bottom:12px;
}

.shows img {
	padding-bottom:15px;}
	
.noborder {
	border:none;}
	
	
	

/*----------------------BEGIN STICKY FOOTER----------------------*/

.footer {
	background:url(images/footerbg.png) top center;
}

.footerinner {
	width:1020px;
	margin:0 auto;
	position:relative;
	top:100px;
}


.footer {/* footer now sits at bottom of window*/
    margin:auto;
    height:179px;/* must match negative margin of #outer */
    clear:both;
	text-align:left;
	color:#FFF;
}

.footer a {color:#CCC;}
.footer a:hover {color:#FFF}


.pacerlink {
	text-decoration: none;
	font-size:10px;
	color:#060606;
}

.pacerlink:hover {
	color:#FDFDFD;
}

.pacerContainer {
	text-align:center;
}

/*-----------------------END STICKY FOOTER-----------------------*/

