/*layout ----------------------------------------------------------------------------------*/
body{
	background: #c5bfa5;
	text-align: center;
	width: 99%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
	background: url(template/bg_content.gif) repeat-y;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	
	height: 290px;
	width: 900px;
}
.header1{
	background: url(template/header.jpg) no-repeat;
}
.header2{
	background: url(template/header2.jpg) no-repeat;
}
.header3{
	background: url(template/header3.jpg) no-repeat;
}
.header4{
	background: url(template/header4.jpg) no-repeat;
}
.header5{
	background: url(template/header5.jpg) no-repeat;
}
#nav{
	height: 30px;
	width: 824px;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
	margin-top: 1px;
}
#news_box{
	background: url(images/bg_news.jpg) no-repeat;
	height: 422px;
	width: 275px;
	padding: 43px 11px 11px;
	margin: 5px 0px 0px 28px;
	float:left;
}
#content{
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: left;
}
#footer{
	background: url(template/bg_footer.gif) no-repeat;
	height: 64px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#main {
	padding-bottom:50px;
	margin: 5px 28px 0px;	
}
#scroll_box{
	height: 392px;
	width: 260px;
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right:10px;
}
table#calender  {
	border: 1px solid #000000;
}
table#calender tr {
	border: 1px solid #000000;
}
table#calender td{
	border: 1px solid #000000;
}
.post{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #FFFFFF;
}
/*Text Controls ----------------------------------------------------------------------------*/
h1{
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color:#880000;
}
h2{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h3{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
p{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
strong{
	font-size: 11px;
	font-weight: bold;
}
.main_copy {
font: 11px Verdana, Arial, Helvetica, sans-serif;
}
table td {
font: 11px Verdana, Arial, Helvetica, sans-serif;
}
em{}
a {
	color: #ba5409;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
#news_box a{
	color: #e2660b;
	text-transform: uppercase;
	font-size: 10px;
	font-variant: small-caps;
}
#news_box h3{
	font-size: 10px;
	text-transform: uppercase;
	color: #ff962d;
	display: block;
	margin: 0px;
}
#news_box p {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px 0px 5px;
}
#news_box p.date{
	font-style: italic;
	font-size: 9px;
	margin: 0px;
}

a img {
	border-style: none;
}
/*navigation--------------------------------------------------------------------------------*/


#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li{
	float: left;
}
/*drop down styling and control -----------------------------------------------------------------*/
#nav li ul{
	position: absolute;
	width: 230px;
	left: -999em;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	background: #000000;
}
#nav li li {
	height: 18px;
	width:auto;
	padding-top: 3px;
	float: none;
	text-align: left;
	background: none;
	padding-bottom: 0px;
}
#nav li li a {
	cursor: pointer;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #eee9d5;
	display:block;
	height:20px;
	width:auto;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
}
#nav li li a:hover{
	
	text-decoration: none;
	color: #000000;
	background: #666666;	
}
#nav li li a.lowerselected{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

#nav li:hover ul{
	left: auto;
	margin: 0px 0px 0px -4px;
}
#nav li.sfhover ul{
	margin: 0px 0px 0px -60px;
	padding:0px;
	left:auto;
}
#nav li a{
	font-size: 1px;
	color: #000000;
	text-decoration: none;
}
#nav li a:hover{
text-decoration: none;
}
/*home ---*/
#nav li.home {
	background: url(template/nav/home.gif) no-repeat 0px -1px;
	height: 30px;
	width: 78px;
	display: block;
}
#nav a.home {
	background: url(template/nav/home.gif) no-repeat 0px -32px;
	display: block;
	height: 30px;
	width: 78px;
}
/*line up ---*/
#nav li.line_up {
	background: url(template/nav/line_up.gif) no-repeat 0px -1px;
	height: 30px;
	width: 98px;
	display: block;
}
#nav a.line_up {
	background: url(template/nav/line_up.gif) no-repeat 0px -32px;
	height: 30px;
	width: 98px;
	display: block;
}
/*news ---*/
#nav li.news {
	background: url(template/nav/news_media.gif) no-repeat 0px -1px;
	height: 30px;
	width: 160px;
	display: block;
}
#nav a.news {
	background: url(template/nav/news_media.gif) no-repeat 0px -32px;
	height: 30px;
	width: 160px;
	display: block;
}
/*contact---*/
#nav li.contact {
	background: url(template/nav/contact.gif) no-repeat 0px -1px;
	display: block;
	height: 30px;
	width: 117px;
}
#nav a.contact {
	background: url(template/nav/contact.gif) no-repeat 0px -32px;
	display: block;
	height: 30px;
	width: 117px;
}
/*partners ---*/
#nav li.event_partners {
	background: url(template/nav/event_pats.gif) no-repeat 0px -1px;
	display: block;
	height: 30px;
	width: 199px;
}
#nav a.event_partners {
	background: url(template/nav/event_pats.gif) no-repeat 0px -32px;
	display: block;
	height: 30px;
	width: 199px;
}
/*tickets ---*/
#nav li.tickets {
	background: url(template/nav/tickets.gif) no-repeat 0px -1px;
	display: block;
	height: 30px;
	width: 101px;
}
#nav a.tickets {
	background: url(template/nav/tickets.gif) no-repeat 0px -32px;
	display: block;
	height: 30px;
	width: 101px;
}
/*info ---*/
#nav li.info {
	background: url(template/nav/info.gif) no-repeat 0px -1px;
	display: block;
	height: 30px;
	width: 69px;
	}
#nav a.info {
	background: url(template/nav/info.gif) no-repeat 0px -32px;
	display: block;
	height: 30px;
	width: 69px;
}


/*hide links------------------*/
#nav a.home:hover {
	background: url(none);
}
#nav a.line_up:hover {
	background: url(none);
}
#nav a.news:hover {
	background: url(none);
}
#nav a.contact:hover {
	background: url(none);
}
#nav a.event_partners:hover {
	background: url(none);
}
#nav a.tickets:hover {
	background: url(none);
}
#nav a.info:hover {
	background: url(none);
}
/*Classes ---------------------------------------------------------------------------------*/

.floatLeft {
float:left;
clear:left;
}
#main.squeeze{
	width: 500px;
	float:right;
	margin: 5px 25px 0px 0px;
}
/*clear fix --------------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

