html{
    background: #2d150b url(html.jpg) repeat-x center 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(body.jpg) no-repeat right 0;
	color: #191c1f;
	}	
	
hr, .hide, .flash_block_replaced_content{ display: none; }

/*  links */
a {
	text-decoration: none;
	color: #811d12;
	outline:none;
} a:hover { color: #aa2617; text-decoration: underline; }

:focus, :active { outline: none; }

.text-btn{
    padding: 2px 5px;
    background: #811D12;
    color: #2D150B;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

} .text-btn:hover{
    background: #ac2718;
    color: #2d150b;
    text-decoration: none;
}

.yellow-text-btn{
    background: #efb720;
} .yellow-text-btn:hover{ background: #ffd338; }

.note{
    color: #938872;
}

/* headings */	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.05ex;
	}
	
* html h1,* html h2,* html h3,* html h4,* html h5,* html h6  { 	height: 1px;	}

h1 {
	font-size: 35px;
	line-height: 1.2em;
	margin: 0px 0 20px;
	text-transform: uppercase;
	color: #2d150b;
	} 

h1 strong{ color: #fff; }
		
h2 {
	font-size: 28px;
	color: #DE8121;
	margin: 20px 0 10px;
	line-height: 1em;
}	
h3 {
    font-size: 20px;
}
h4 {}
h5 {}	
	
/* [ Wrapper ] */
#wrapper {
}
		
/* [ Site Header ] */
#siteheader-wrapper {
    padding: 15px 0 0;
	}
	
#siteheader {
	width: 950px;
	height: 200px;
	margin: 0px auto 0px;
	position: relative;
	}
	
#siteheader-print {
    display: none;
}

#siteheader .logo {
    position: absolute;
    margin: 0;
    padding: 0;
}

#siteheader .logo a {
    display: block;
    text-indent: -9000px;
    width: 100%;
    height: 100%;
}

#jazz-lockup {
    width: 300px;
    height: 135px;
    left: 0;
    top: 50px;
    background: url(jazz-lockup.png);
}
		
#utilitymenu {
    list-style: none;
    margin: 0px 20px;
    padding: 0;
    font-size: 11px;
    float: right;
    
}
		
		#utilitymenu li {
		list-style: none;
		margin: 0;
		padding: 7px 0 0;
		background: none;
		float: left;
		}
		
		#utilitymenu a {
			color: #2d150b;
			text-decoration: none;
			padding: 2px 5px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			line-height: 16px;
			}
			
		#utilitymenu a:hover
		 {
			color: #c2811e;
			text-decoration: underline;
			background: none;
			
			}
			
		#utilitymenu a.selected
		 {
			color: #e9dcb9;
			background: #381905;
			}

	
/* [ Main ] */

#main-wrapper {
	min-height: 1px;
	position: relative;
	margin: 0 0 50px;
}

* html #main-wrapper {
	height: 1px;
	}

#main {
	width: 950px;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
	min-height: 1px;
	} * html #main { height: 1px; } #main:after { height: 0; clear: both; display: block; content: "."; visibility: hidden; }
	
#sidebar{
    width: 300px;
    float: right;
}

#calendar-tile{
    display: block;
    margin: -15px 0 20px;
}	

.sidebar_panel{
    margin: 0 0 20px;
    background: url(sidebar-panel.png) repeat-x 0 0;
    padding: 20px;
    font-size: 12px;
    line-height: 18px;
}

.sidebar_panel h2{
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}
	
#breadcrumb {
	font-size: 11px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	display: none;
	}
	
#content {
	min-height: 450px;
	color: #2d150b;
	line-height: 20px;
	font-size: 14px;
	} * html #content { height: 450px; } #content:after { height: 0; clear: both; display: block; content: "."; visibility: hidden; }

/* [ Feeds ] */

#feeds {
	height: 300px;
	}
	
#feeds h3 {
	font-size: 16px;
	margin: 0 0 1em 0;
	}
	
#feeds dl {
	margin: 0;
	padding: 0;
	}
	
	#feeds dt {
		margin: 0;
		padding: 0;
		}
		
	#feeds dd {
		margin: 0 0 1em 0;
		padding: 0;
		}
	
.feed {
	width: 280px;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 24px 0 0;
	border-right: 1px solid #ccc;
	}
	
#popular-shows {
	margin: 0;
	border: none;
	}
	
	#popular-shows ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#popular-shows ul li {
		list-style: none;
		padding: 0;
		margin: 0 0 .5em;
		}
		
	#popular-shows ul li a {
		font-weight: bold;
		}


/* [ Footer ] */
#footer-wrapper {
	min-height: 100px;
	clear: both;
	background: #e9dbb8;
	padding-top: 30px;
	}

#footer {
	width: 950px;
	margin: 0 auto;
	font-size: 11px;
	color: #000;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 0px 0 30px;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #464646;
	text-decoration: none;
	font-style: italic;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer h3{
    margin: 0 0 10px;
    color: #100f0c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
	
	
#copyright {
	min-height: 1px;
	float:left;
	}


#footer-floaters {
    min-height:1px;
    padding: 20px 40px 38px;
	background: url(copyright.gif) repeat-x center bottom;
	position: relative;
	text-align: left;
}* html #footer-floaters { height: 1px; } #footer-floaters:after { height: 0; clear: both; display: block; content: "."; visibility: hidden; }
	
#facebook {
    height:33px;
    width:195px;
    display:block;
    background:url(join-us-on-facebook.gif) no-repeat;
    text-indent:-9000px;
    text-transform:uppercase;
    position:absolute;
    top:-63px;
    right:0px;
}	


#site-credit {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 40px;
	height: 30px;
	background: url(nv.gif) no-repeat 0 0;
	text-transform: uppercase;
	text-indent: -9000px;
	text-align: left;
	}
		
		
/* [ Sponsors ] */
#sponsors {
	margin: 0 0 0;
	padding: 5px 0;
	position: relative;
	clear: both;
	min-height: 1px;
	background: url(sponsors.gif) repeat-x 0 bottom;
	} * html #sponsors{ height: 1px; }
	

    #sponsors h3{
        margin-left: 40px;
        
       
    }
		
	#sponsors ul {
		list-style: none;
		margin: 0 0 0;
		padding: 20px 0 20px 40px;
		display: block;
		min-height: 1px; 
		background: url(sponsors.gif) repeat-x 0 0;
		} * html #sponsors ul{ height: 1px; } #sponsors ul:after { height: 0; clear: both; display: block; content: "."; visibility: hidden; }
		
	#sponsors li {
		float: left;
		display: inline;
		float: left;
		padding: 0px 0 0;
		position: relative;
		margin: 0 0 0;
		}
		

	#sponsors img {
		margin: 0;
		display: block;
		}
		
		
	

/* [ Newsletter Signup ] */		

		
#info-box {
	padding: 0 0 1px;
	position: relative;
	min-height: 1px;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	background: url(sponsors.gif) repeat-x 0 bottom;
	} * html #info-box { height: 1px; } #info-box:after { height: 0; clear: both; display: block; content: "."; visibility: hidden; }
	
	
	#newsletter-signup {
		min-height: 1px;
		width: 455px;
		margin: 0 0 0 40px;
		padding: 20px 0 0;
		border-right: 1px solid #d2c4a5;
		float: left;
		height: 90px;
		}
		
		* html #newsletter-signup{ display: inline; }

		
		#newsletter-signup fieldset{
		    padding: 0;
		    margin: 0;
		    border: none;
		}
		
		#newsletter-signup label,
		#newsletter-signup legend{
		    display: none;
		}
		
		#newsletter-signup .field{
		    border: solid 1px #d6c69d;
		    height: 20px;
		    padding: 4px 5px 4px;
		    width: 290px;
		    line-height: 20px;
		    font-weight: bold;
		    font-size: 16px;
		    color: #544e3e;
		    font-family: Arial, Tahoma, Sans-Serif;
		    font-style: italic;
		    float: left;
		    background: #fbf8f1;
		    -moz-border-radius: 3px;
		    -webkit-border-radius: 3px;
		    border-radius: 3px;
		} #newsletter-signup input.focus{ background: #fff; border-color: #bfac7b; }
		
		#newsletter-signup .btn-newsletter{
		    width: 120px;
            height: 45px;
            display: block;
            float: left;
            text-transform: uppercase;
            text-indent: -9000px;
            background: url(btn.newsletter.gif) no-repeat 0 0;
            cursor: pointer;
            border: none;
            padding: 0;
            margin: -15px 0 0 5px;
        } #newsletter-signup .btn-newsletter:hover{ background: url(btn.newsletter.gif) no-repeat 0 -45px; }
		
/* [ Brochure Request ] */
#brochure-request {
	float: left;
	width: 425px;
	border-left: solid 1px #f0e6cd;
	padding: 20px 0 0 25px;
	height: 90px;
	position: relative;
	min-height: 1px;
	} * html #brochure-request{ height: 1px; } 
	
    #brochure-request .btn-brochure{
        width: 135px;
        height: 45px;
        display: block;
        position: absolute;
        top: 40px;
        right: 40px;
        text-transform: uppercase;
        text-indent: -9000px;
        background: url(btn.brochure.gif) no-repeat 0 0;
        cursor: pointer;
    } #brochure-request .btn-brochure:hover{ background: url(btn.brochure.gif) no-repeat 0 -45px; }
	
    #brochure-request p{
        margin: 0;
    }
		
/* [ Site Credit ] */
#site-credit {
	color: #aaa;
	padding: 0;
	}
	
	#site-credit a {
		color: #aaa;
		}




/* [ Generic vCard ] */

.vcard {
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 14px;	
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		}
		
	.adr {
		border-top: 1px solid #ccc;
		padding: 5px 0;
		}
				


/* sidebar news */		
		
.side_news .news-summary {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff
	}
	
	.side_news .news-summary li {
		list-style: none;
		margin: 0 0 2em 0;
		}
		
	.side_news .news-summary p {
		margin: .25em 0;
		}
		
	.side_news .news-summary h3 {
		margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
		}
	
	.side_news .news-summary h3 a{
	    color: #fff;
	}

	.side_news .news-summary a {
		text-decoration: none;
		color: #e7b74a;
		}
		
	.news-summary a:hover {
		text-decoration: underline;
		}
		
	.side_news .news-summary .date {
		display: none;
		}