
#flier{/*applied to body*/
	background:#272938 url(images/bg.jpg);
}

#copy, #box	{
	color: #514B78;
	font-size: 10pt;
}

#box	{
	margin:0px auto; 
	margin-top:  100px;
	text-align:center;
}

#copy a:hover, #copy a:active{
	text-decoration:underline;
}

#paypal  {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1;
}


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
customized for NSB 2011 by Jamison Valenta
-------------------------------------------------------------- */

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, font, 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,
/*HTML5 resets*/
article, aside, footer, header, hgroup, nav, section
{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, footer, header, hgroup, nav, section{
	display:block;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/***********Text Styling****************/
@font-face {
    font-family: 'Requiem';
    src: url('fonts/requiemtext-htf-roman-webfont.eot?') format('eot'),
         url('fonts/requiemtext-htf-roman-webfont.woff') format('woff'),
         url('fonts/requiemtext-htf-roman-webfont.ttf') format('truetype'),
         url('fonts/requiemtext-htf-roman-webfont.svg#webfontAoajnI7y') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TrajanPro';
    src: url('fonts/trajanpro-regular-webfont.eot?') format('eot'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-regular-webfont.svg#webfontd7TPbfOm') format('svg');
    font-weight: normal;
    font-style: normal;

}

BODY, .countdown_clock, .countdown_clock a, TD {
  COLOR: #320900; 
  FONT-FAMILY: Verdana, Arial, Helvetica;
  FONT-SIZE: 12px;
  FONT-WEIGHT: normal;
}

h1, h2, h3,  #bottomNav a{
	font-family: TrajanPro, "Felix Titling", "Copperplate", sans-serif;

}
h4, p.focus, #mainNav a{
	font-family: Requiem, "Baskerville", "Baskerville Old Face", "Apple Chancery", "Palatino Linotype", sans-serif;
}
p.focus{
	font-size:1.25em;

}

h1, h2, h3,h4{
	padding: .75em 0 .5em 0;
}

h1{
	font-size:3em;
}
h2{
	font-size:2em;
}
h3{
	font-size:1.5em;
	font-weight:bold;
}

h4{
	font-size:1.25em;
	font-weight:bold;
}

p{
	line-height: 1.2em;
	margin-bottom: 1em;
}

A, A:link, A:visited, A:active {
  COLOR: #421910;
  TEXT-DECORATION: underline;
}

A:hover {
  COLOR: #522920;
  TEXT-DECORATION: none ;
}


input, textarea, .formfIeld1{
font : normal 11px Verdana, Arial, Helvetica, sans-serif;
color : Black;
background-color : #EAEAEA;
border : 1px solid Black;
}

hr {
border: 1px dashed #554;
color: #554;
height: 1px;
}

dt {
font-weight: bold;
}



/***Main Structure
********************************/
body{
	background: #000 
	}
#site{
	background: #000 url(images/bg_tile.jpg) repeat-x top left;
}
#wrapper{
	width: 702px;
	margin-bottom: 50px;
}



.clear{
	clear:both;
	margin:0 auto;
}	

.center{
	text-align:center;
}
.disappear{
	text-indent:-100000px;
}	


/***Main Structure
********************************/
#masthead{
	width:800px;
	height: 244px;
	background: url(images/banner.jpg) no-repeat top left;
	}

/***Nav & Footer
********************************/
#mainNav{
	height:26px;	
	width: 701px;
	background: url(images/mainNav.jpg) no-repeat bottom left;
	font-size:1.75em;
}

#bottomNav {
	height:23px;
	width: 701px;
	background: url(images/footer.jpg) no-repeat top left;
	font-size:1.1em;
	z-index:10;
}
nav, /* and for IE*/ .nav{
	padding-top:10px;
	text-align: center;
}
nav a, /* and for IE*/ .nav a{
	margin-top:10px;
}

footer, /* and for IE*/ #footer{
	color: #784500;
	width:700px;
	margin-right:20px;
	text-align:right;
	font-size:.9em;
	
}

footer a, footer a:hover,
/* and for IE*/ #footer a, #footer a:hover{
	color: #784500;
	text-decoration:none;
}
footer a:hover,
/* and for IE*/ #footer a:hover
{
	color: #98550C;
}

/*specific link  syling*/
#mainNav a, #mainNav a:visited,
#bottomNav a, #bottomNav a:visited{
	padding: 0px 10px;
	color: #E8A53C;
	text-decoration:none;
}

#mainNav a:hover, #mainNav a:active,
#bottomNav a:hover, #bottomNav a:active{
	color: #F8DEBA;
}

#breadCrumbs {
	margin-right: 20px;
}

/***Content Structure
********************************/


#mainContent {
	background: #FFF8AA;
	width: 660px;
	padding: 10px 20px;
	
	
}



/***Venue Styling
********************************/

.venue {
  width: 100%;
  min-height: 60px;
  clear: both;
  padding-bottom: 15px;
}
.venue .name {
  width: 100%;
  height: 25px;
  clear: both;

  font-weight: bold;
  font-size: 20px;
  color: #312b57;

}

/***Schedule Styleing
**********************************/
.schedulecell  {
	vertical-align: middle;
 	color: #fff8aa;
}

