html {
	margin: 0;
	padding: 0;
}

body {
	behavior: url("/css/csshover.htc");
	margin: 0;
	padding: 0;
}

body#normal {
	background: #494f54 url(../i/bg/jazzfest2011-bkgd.gif) repeat-x 0 0;
}

body#nuitblanche {
	background: #03060d url(../i/bg/sky.jpg) repeat-x 0 0;
}

.bg-left {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -690px;
	width: 215px;
	height: 527px;
	background: url(../i/bg/bg-parachutes-left.gif) no-repeat 0 0;
}

.bg-right {
	position: absolute;
	top: 96px;
	left: 50%;
	margin-left: 475px;
	width: 153px;
	height: 242px;
	background: url(../i/bg/bg-parachutes-right.gif) no-repeat 0 0;
}

h1, h2, h3, p {
	margin: 0;
}

li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#outer-wrap {
	position: relative; /* Keep absolute positioned child elements contained */
	width: 100%;
	overflow: hidden;
}

/* ---------- Header ---------- */
#header {
	display: block;
	width: 100%;
	/*background:url(../i/bg/header.jpg);*/
	height: 180px;
	position: relative;
	z-index: 2;
}

#headerwrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 950px;
	height: 180px;
}

#headerleft {
	position: absolute;
	top: 0;
	left: 0px;
	width: 642px;
	height: 180px;
	background: url(../i/headers/header_1.jpg);
}

#headerleft span {
	position: absolute;
	top: 0;
	left: -90px;
	display: block;
	width: 90px;
	height: 1

80px;
	/*background:url(../i/bg/headertopleft2.jpg);*/
	overflow: hidden;
}

#headerleft #siteid {
	position: absolute;
	bottom: 9px;
	left: 0px;
	width: 427px;
	height: 173px;
	overflow: hidden;
	text-indent: -405px;
}

#normal #headerleft #siteid a {
	display: block;
	width: 427px;
	height: 173px;
	/*background: url(../i/common/logo.png) no-repeat;*/
	background: url(../i/common/logo.png) no-repeat;
}

#nuitblanche #headerleft #siteid a {
	display: block;
	width: 427px;
	height: 173px;
	/*background: url(../i/common/logo_nuit.png) no-repeat;*/
	background: url(../i/common/logo.png) no-repeat;
}

#headerright {
	position: absolute;
	top: 0;
	right: 0;
	width: 313px;
	height: 180px;
	background: url(../i/bg/headertopright1.jpg);
}

#nuitblanche #headerright {
	position: absolute;
	top: 0;
	right: 0;
	width: 313px;
	height: 180px;
	background: url(../i/bg/headertoprightnuit.jpg);
}

#headerright span {
	position: absolute;
	top: 0;
	right: -98px;
	display: block;
	width: 98px;
	height: 180px;
	/*background:url(../i/bg/headertopright2.jpg);*/
	overflow: hidden;
}

#headerright p {
	margin: 0;
	padding: 0;
}

#headerright .quote {
	font: 18px/20px "trebuchet ms", verdana, sans-serif;
	color: #fff;
	position: absolute;
	display: block;
	width: 230px;
	height: 110px;
	margin-left: 40px;
	padding: 40px 0 0 0;
}

#headerright .quote em {
	display: block;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
}

#musicplayer {
	position: absolute;
	display: block;
	width: 332px;
	height: 38px;
	z-index: 999;
	top: 145px;
	left: 618px;
}

/*
#header #bottomleft {
	position:absolute;
	bottom:-32px;
	left:0;
	width:642px;
	height:26px;
	z-index:122;
	background:url(../i/bg/headerbottomleft.png) no-repeat;
}

#header #bottomright {
	position:absolute;
	bottom:0px;
	right:0px;
	width:313px;
	height:26px;
	background:url(../i/bg/headerbottomright.png) no-repeat;
}

#jazzima {
	position:absolute;
	top:9px;
	left:573px;
	width:74px;
	height:145px;
	background:url(../i/common/jazzima.png) no-repeat;
}
*/

/* ---------- Navigation ---------- */
#mainnav {
	font: 14px/14px "trebuchet ms", verdana, sans-serif;
	position: absolute;
	width: 600px;
	bottom: 9px;
	left: 15px;
	height: 20px;
	z-index: 500;
}

#mainnav ul {
	position: relative;
	list-style: none;
	width: 600px;
	padding: 0;
	margin: 0;
	z-index: 500;
}

#mainnav ul li {
	position: relative;
	float: left;
	padding-bottom: 9px;
	z-index: 501;
}

#mainnav ul li a {
	padding: 5px 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
}

#mainnav ul li a:hover {
	color: #fff;
}

#mainnav ul li:hover {
	color: #fff;
}

.navleft {
	display: none;
	position: absolute;
	height: 24px;
	width: 8px;
}

#mainnav ul li:hover .navleft, #mainnav ul li:hover .navright {
	display: block;
}

.navright {
	position: absolute;
	height: 24px;
	display: none;
	width: 9px;
	right: 0;
}

/*
li.nav1, li.nav2, li.nav3, li.nav4,
li.nav5, li.nav6, li.nav7 {
	float:left;
}
*/

#mainnav ul li ul {
	float: none;
	position: absolute;
	top: 20px;
	margin: 0px;
	padding: 0px;
	background: #491f34 url(../i/common/navdropbg.gif) repeat-x;
	display: none;
	z-index: 500;
}

#mainnav ul li:hover ul {
	display: block;
	float: left;
	width: auto;
	margin-top: 9px;
}

#mainnav ul li ul li {
	min-width: 120px;
	background: #491f34 !important;
}

#mainnav ul li:hover ul li {
	float: none;
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	background: none;
}

#mainnav ul li:hover ul li a {
	display: block;
	padding: 5px 15px 5px 12px;
	margin: 0;
	color: #fff !important;
}

#mainnav ul li ul li:hover {
	background: url();
	background-color: #d33930 !important;
	color: #fff;
}

/* ---------- Search Box ---------- */
#headersearch {
	background: url(../i/common/searchbox.gif) no-repeat;
	position: absolute;
	top: 190px;
	right: 0px;
	width: 290px;
	height: 32px;
	z-index: 99;
}

input#searchbox {
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 3px;
	height: 14px;
	left: 8px;
	width: 160px;
	font-size: 11px;
}

input#searchsubmit {
	position: absolute;
	top: -3px;
	right: 35px;
	height: 32px;
	width: 75px;
	background: url(../i/common/search.gif);
	overflow: hidden;
	text-indent: -530px;
	cursor: pointer;
	border: 0;
}

input#searchsubmit:hover {
	background: url(../i/common/search.gif) -1px 31px;
}

/* ---------- Content Home ---------- */
#col1home {
	position: relative;
	width: 420px;
	float: left;
}

#col2home {
	width: 205px;
	float: left;
}

#col2home img {
	padding-top: 30px;
}

#col2homecontent {
	padding: 0 10px;
}

#featuredimage {
	padding: 10px 0 0 0;
	width: 420px;
	height: 262px;
}

#featuredmask {
	position: absolute;
	width: 420px;
	height: 262px;
	background: url(../i/home/featuremask.png);
}

#featuredcopy {
	padding: 0 25px;
}

#featuredcopy h1, #featuredcopy h2, #featuredcopy h3, #featuredcopy p, #col2home h1, #col2home h2, #col2home h3, #col2home p {
	margin: 0;
}

#featuredcopy h1, #col2home h1 {
	font: 16px "trebuchet ms", verdana, sans-serif;
	padding: 5px 0 0 0;
	color: #d33930;
}

#col2home #col2homecontent h1 {
	padding: 30px 0 0 0;
}

#featuredcopy h2, #col2home h2 {
	font: 24px/26px "trebuchet ms", verdana, sans-serif;
	color: #494f54;
	padding: 5px 0;
}

#col2home h2 {
	color: #494f54;
}

#featuredcopy h3, #col2home h3 {
	font: bold 14px/20px "trebuchet ms", verdana, sans-serif;
	color: #000;
}

#featuredcopy p, #col2home p {
	font: 12px/16px "trebuchet ms", verdana, sans-serif;
	color: #4c4c57;
}

#featuredcopy a, #col2home a {
	font-size: 10px;
	color: #494f54;
	text-decoration: none;
}

#featuredcopy a:hover, #col2home a:hover {
	color: #4c4c57;
}

#col3homecontent {
	padding: 7px 0 0 0;
	position: relative;
	top: 50px;
	background: url(../i/home/col3bg.gif) repeat-y;
	width: 314px;
}

#col3homecontent img {
	
}

#scheduledhighlights {
	position: relative;
	background: url(../i/home/col3scheduledhighlights.gif) center no-repeat;
	height: 65px;
	width: 314px;
	text-indent: -1324px;
	overflow: hidden;
}

#col3homecalendar {
	position: absolute;
	bottom: 0;
	left: -2px;
	height: 34px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#col3homecalendar li {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 34px;
	float: left;
}

#col3homecalendar li a {
	display: block;
	height: 34px;
	overflow: hidden;
	text-indent: -300px;
}

.date0 {
	width: 115px;
	background: url(../i/home/col3schedule.png);
}

.date1 a {
	width: 33px;
	background: url(../i/home/col3schedule.png) -115px 0;
}

.date1 a.active {
	background: url(../i/home/col3schedule.png) -115px 33px;
}

.date2 a {
	width: 33px;
	background: url(../i/home/col3schedule.png) -148px 0;
}

.date2 a.active {
	background: url(../i/home/col3schedule.png) -148px 33px;
}

.date3 a {
	width: 33px;
	background: url(../i/home/col3schedule.png) -181px 0;
}

.date3 a.active {
	background: url(../i/home/col3schedule.png) -181px 33px;
}

.date4 a {
	width: 33px;
	background: url(../i/home/col3schedule.png) -214px 0;
}

.date4 a.active {
	background: url(../i/home/col3schedule.png) -214px 33px;
}

.date5 a {
	width: 33px;
	background: url(../i/home/col3schedule.png) -247px 0;
}

.date5 a.active {
	background: url(../i/home/col3schedule.png) -247px 33px;
}

.date6 {
	width: 34px;
	background: url(../i/home/col3schedule.png) -271px 0;
}

#homeevents {
	font: 11px/14px "trebuchet ms", verdana, sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
}

#homeevents li {
	list-style: none;
}

#homeevents h1 {
	font: 12px/14px "trebuchet ms", verdana, sans-serif;
	color: #29474d;
	margin: 0;
	padding: 10px 0 5px 35px;
}

#homeevents dt, #homeevents dd {
	float: left;
}

#homeevents dt {
	width: 45px;
	padding: 0 0 0 35px;
	font-weight: bold;
	color: #000;
	clear: left;
}

#homeevents dd {
	width: 210px;
	padding: 0 5px;
	margin: 0;
}

#col3wantmore {
	position: relative;
	left: 2px;
	bottom: 0px;
	clear: left;
	width: 142px;
	height: 55px;
	background: url(../i/home/col3wantmore.png)
}

#col3viewcalendar a {
	background: url(../i/home/col3viewcalendar.png);
	text-indent: -500px;
	overflow: hidden;
	display: block;
	width: 172px;
	height: 55px;
	position: absolute;
	bottom: 0px;
	right: -2px;
}

#col3viewcalendar a:hover {
	background: url(../i/home/col3viewcalendar.png) 0 55px;
}

#col3home {
	width: 325px;
	float: left;
}

#sectioncopy {
	padding: 0 30px 30px 30px;
}

#pagecopy {
	padding: 30px 30px 30px 30px;
}

#sectioncopy li {
	font: 12px/16px "trebuchet ms", verdana, sans-serif;
	background: url(../i/common/linote.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	color: #4c4c57;
}

#sectioncopy h1, #contactcopy h1, #pagecopy h1 {
	font: 16px "trebuchet ms", verdana, sans-serif;
	padding: 5px 0 0 0;
	color: #d33930;
}

#sectioncopy h2, #contactcopy h2, #pagecopy h2 {
	font: 24px/26px "trebuchet ms", verdana, sans-serif;
	color: #494f54;
	padding: 5px 0;
}

#sectioncopy h3, #contactcopy h3, #pagecopy h3 {
	font: bold 14px/20px "trebuchet ms", verdana, sans-serif;
	color: #000;
}

.eventDate {
	font: 14px/16px "trebuchet ms", verdana, sans-serif;
	color: #494f54;
	text-transform: uppercase;
}

#sectioncopy p, #contactcopy p, #pagecopy p {
	font: 12px/16px "trebuchet ms", verdana, sans-serif;
	color: #4c4c57;
	padding: 10px 0 10px 0;
}

#sectioncopy a, #pagecopy a {
	color: #D86725;
	text-decoration: none;
}

#sectioncopy a:hover, #contactcopy a:hover, #pagecopy a:hover {
	color: #4c4c57;
}

#pagecopy li {
	font: 12px/16px "trebuchet ms", verdana, sans-serif;
	background: url(../i/common/linote.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	color: #4c4c57;
}

/* ---------- Content ---------- */
#content {
	position: relative;
	margin: 0 auto;
	background: url(../i/bg/content.gif);
	width: 950px;
	z-index: 1;
}

#content img {
	border: 0;
}

#contentbg {
	background: url(../i/bg/content_bottom.jpg) bottom right no-repeat;
	padding: 0 0 50px 0;
}

#col1 {
	float: left;
	width: 625px;
}

#col1imghead {
	position: relative;
	height: 214px;
	width: 600px;
	z-index: 10;
}

#col1imgheadmask1 {
	position: absolute;
	width: 325px;
	height: 214px;
	background: url(../i/section/imghead1mask.png);
	z-index: 10;
}

#col1imgheadmask2 {
	position: absolute;
	right: 0;
	width: 275px;
	height: 214px;
	background: url(../i/section/imghead2mask.png);
	z-index: 10;
}

#col1imghead1 {
	position: absolute;
	height: 214px;
	width: 325px;
	z-index: 9;
}

#col1imghead2 {
	position: absolute;
	right: 0;
	height: 214px;
	width: 275px;
	z-index: 9;
}

#col2 {
	position: relative;
	float: left;
	width: 325px;
	z-index: 10;
}

#col2content {
	padding: 7px 0 0 0;
	position: relative;
	top: 50px;
	background: url(../i/home/col3bg.gif) repeat-y;
	width: 314px;
}

#col2content h2 {
	font: 24px/26px "trebuchet ms", verdana, sans-serif;
	color: #494f54;
	padding: 0 0 0 30px;
}

#colcontent2 {
	padding-top: 70px;
	width: 314px;
}

#col2footer {
	position: absolute;
	bottom: -5px;
	width: 314px;
	height: 15px;
	background: url(../i/common/col2footer.png) no-repeat;
}

#col2content h3 {
	font: normal 20px/24px "trebuchet ms", verdana, sans-serif;
	color: #494f54;
	padding: 0 20px;
}

#col2content p {
	font: 12px/16px "trebuchet ms", verdana, sans-serif;
	color: #4c4c57;
	padding: 10px 20px;
}

/* ---------- News ---------- */
.newspage {
	padding: 30px 30px 30px 200px !important;
}

ul#newscolleft {
	width: 160px;
	float: left;
	font: 12px/16px "trebuchet ms", verdana, sans-serif;
	padding: 30px 20px;
	margin: 0;
}

ul#newscolleft li {
	display: block;
	height: 100%;
	padding: 0;
	margin: 0;
}

ul#newscolleft li a {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #bfb199;
	text-decoration: none;
	color: #d33930;
}

ul#newscolleft li a:hover {
	background: url(../i/news/newscolleft.gif) no-repeat center center;
}

ul#newscolleft .back {
	float: left;
}

ul#newscolleft .next {
	
}

ul#newscolleft .back a, ul#newscolleft .next a {
	display: block;
	width: 55px;
	height: 31px;
	text-indent: -324px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

ul#newscolleft .back a {
	background: url(../i/news/back-next.gif) 0 0;
}

ul#newscolleft .next a {
	background: url(../i/news/back-next.gif) 55px 0;
}

ul#newscolleft .back a:hover {
	background: url(../i/news/back-next.gif) 0 31px;
}

ul#newscolleft .next a:hover {
	background: url(../i/news/back-next.gif) 55px 31px;
}

ul#newscolleft .showing {
	color: #494f54;
	clear: both;
	text-transform: lowercase;
	padding: 5px 0 0 0;
}

#col2imgmask {
	position: absolute;
	left: 4px;
	background: url(../i/news/col2imgmask.png) no-repeat;
	width: 305px;
	height: 197px;
}

ul#learnmore {
	display: block;
	height: 40px;
	padding: 0;
	margin: 0;
}

#learnmore a {
	position: relative;
	left: 190px;
	display: block;
	width: 105px;
	height: 30px;
	background: url(../i/news/learn-more.gif);
	text-indent: -3242px;
	overflow: hidden;
}

#learnmore a:hover {
	background: url(../i/news/learn-more.gif) -1px 30px;
}

/* ---------- Contact ---------- */
#contactcopy {
	padding: 30px 60px 30px 60px;
}

.contactentry {
	float: left;
	padding: 20px 0;
	width: 250px;
}

.contactentry ul {
	font: 12px/16px "trebuchet ms", verdana, sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
}

.contactentry li {
	background-image: none !important;
}

.contactentry .heading {
	font-weight: bold;
	color: #4c4c57;
}

.contactentry .paragraph {
	color: #4c4c57 !important;
}

.contactentry .name {
	color: #4c4c57;
}

.contactentry .position {
	color: #494f54;
}

.contactentry .phone {
	color: #494f54;
}

.contactentry .email, .contactentry a {
	color: #d33930;
	text-decoration: none;
	text-transform: lowercase !important;
}

.clearleft {
	clear: left;
}

#contactform, ul.formlist {
	padding: 0 0 20px 0;
	margin-left: 0 !important;
}

ul.formlist {
	width: 260px !important;
}

ul.formlist li label, ul.formlist li span, ul.formlist li p {
	display: block;
	width: 225px;
}

#contactform p, ul.formlist li label, ul.formlist li span, ul.formlist li p {
	font: 12px/16px "trebuchet ms", verdana, sans-serif;
	color: #4c4c57;
	padding: 5px 0 0 30px !important;
	margin: 0;
}

#donateform ul.formlist li h3, #membershipform ul.formlist li h3 {
	font: bold 16px/20px "trebuchet ms", verdana, sans-serif;
	color: #494f54;
	padding: 5px 0 0 30px;
	margin: 0;
}

ul.formlist li input[type="checkbox"], input.checkbox {
	width: 14px;
	float: left;
	clear: left;
}

ul.formlist li input[type="radio"], input.radio {
	clear: left;
	float: left;
	width: 14px;
	margin-right: 6px;
	margin-bottom: 6px;
}

ul.formlist li input#amount {
	margin-bottom: 6px;
}

ul.formlist li.formlist_6 {
	padding-top: 12px !important;
}

#membershiplist li.formlist_7 {
	margin-top: 12px !important;
}

ul.formlist li.formlist_6 span {
	display: block;
	float: left;
	font-size: 13px;
	padding-top: 0 !important;
	padding-left: 2px !important;
	width: 180px;
}

#membershiplist li.formlist_6 p, 
#membershiplist li.formlist_7 p {
	display: block;
	float: left;
	padding-top: 0 !important;
	padding-left: 9px !important;
	margin-bottom: 9px;
	width: 206px;
}

#membershiplist li.formlist_7 #amount {
	margin-left: 53px !important;
	width: 220px !important;
}

#membershiplist li.formlist_8 label, #donatelist li.formlist_7 label {
	display: block;
	clear: both;
}

#contactform input, #contactform textarea, #contactform select, 
ul.formlist li input, ul.formlist li textarea, ul.formlist li select {
	border: 1px solid #999;
	width: 240px;
	height: 15px;
	margin: 0 0 0 30px;
}

#contactform input#submit, #donateform input#submit, #membershipform input#submit {
	margin: 5px 0 0 193px;
	width: 80px;
	height: 28px;
	background: url(../i/common/send.gif) no-repeat !important;
	border: 0;
}

#contactform input#submit:hover {
	background-position: 0 -28px;
	cursor: pointer;
}

/* ---------- Bio ---------- */
.threecol {
	padding: 30px 30px 30px 200px !important;
}

.threecol h3 {
	font-size: 16px !important;
	color: #4c4c57 !important;
	font-weight: normal !important;
}

#threecolimg {
	position: relative;
	left: -10px;
	width: 300px;
	height: 220px;
}

#threecolimg img {
	position: absolute;
}

#threecolimgmask {
	position: absolute;
	display: block;
	width: 430px;
	height: 220px;
	z-index: 3;
	background: url(../i/bio/col2imgmask.png);
}

a#listennow {
	text-indent: -1443px;
	overflow: hidden;
	position: absolute;
	top: 160px;
	left: 250px;
	display: block;
	width: 185px;
	height: 49px;
	background: url(../i/bio/listennow.png);
	z-index: 30;
}

a#listennow:hover {
	background: url(../i/bio/listennow.png) 0 49px;
}

#upcomingshows {
	height: 70px;
	width: 293px;
	background: url(../i/bio/upcomingshows.gif);
	margin: 0 0 0 8px;
	text-indent: -9999px;
}

#bioevents {
	position: relative;
	float: left;
	font: 11px/14px "trebuchet ms", verdana, sans-serif;
	color: #666;
	padding: 0 0 20px 60px;
	margin: 0;
	left: 7px;
}

#bioevents h1 {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 60px;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	clear: left;
}

#bioevents .month, #bioevents .day {
	display: block;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: normal;
}

#bioevents .month {
	font-size: 14px;
	color: #6b7996;
}

#bioevents .day {
	font-size: 30px;
	color: #e6bd1b;
	padding: 4px 0 3px 0;
}

#bioevents dt, #bioevents dd {
	float: left;
}

#bioevents dt {
	width: 45px;
	padding: 0 0 0 0px;
	font-weight: bold;
	color: #000;
	clear: left;
}

#bioevents dd {
	width: 180px;
	padding: 0 5px;
	margin: 0;
}

/* ---------- Schedule ---------- */
.artistbio {
	display: block;
	position: relative;
	top: 0;
	padding: 10px 0 10px 110px;
	width: 280px;
	float: left;
}

.artistbio p {
	font-size: 12px !important;
}

.artistbio .colloquium {
	font: 10px/12px "trebuchet ms", verdana, sans-serif;
	color: #494f54;
	text-transform: uppercase;
}

.artistbio img {
	position: absolute;
	left: 0px;
	top: 18px;
}

.artistbioarrow {
	position: absolute;
	right: 340px;
	top: 83px;
	width: 75px;
	height: 36px;
	background: url(../i/calendar/artistbio.png);
	z-index: 20;
}

.artistbio h1 {
	font-family: "trebuchet ms", verdana, sans-serif !important;
}

#scheduleevents {
	float: left;
	font: 11px/14px "trebuchet ms", verdana, sans-serif;
	color: #666;
	padding: 0 0 0 0;
	margin: 0;
}

#scheduleevents dt, #scheduleevents dd {
	float: left;
}

#scheduleevents dt {
	width: 45px;
	padding: 0 0 0 0px;
	font-weight: bold;
	color: #d33930;
	clear: left;
}

#scheduleevents dd {
	width: 230px;
	padding: 0;
	margin: 0;
	color: #5a3d1e;
}

/* ---------- Footer ---------- */
#footer {
	margin: 0 auto;
	clear: both;
	width: 968px;
	height: 37px;
	background: url(../i/bg/footer.png);
}

#footer p {
	position: relative;
	font: 10px/14px "trebuchet ms", verdana, sans-serif;
	margin: 0;
	width: 900px;
	padding: 8px 0 0 35px;
}

#footer p a {
	text-decoration: none;
	color: #000;
}

#footer p a:hover {
	color: #fff;
}

#footer p em {
	font-style: normal;
	position: absolute;
	right: 0;
}

/* ---------- Misc ---------- */
.clear {
	clear: both;
}

.modeSelect {
	border-top: 1px solid #bfb199;
	border-bottom: 1px solid #bfb199;
	display: block;
	padding: 5px 0 0 0;
	height: 30px;
	margin: 10px 0;
}

.modeSelect select {
	width: 200px;
	border: 1px solid #bfb199;
}

.modeSelect input {
	background: url(../i/common/go.gif) no-repeat;
	cursor: pointer;
	height: 25px;
	width: 40px;
	text-indent: -163px;
	border: 0;
}

.modeSelect input:hover {
	background: url(../i/common/go.gif) 0 -25px no-repeat;
	cursor: pointer;
}

/* -- search results -- */
#search_results .search_result {
	padding: 5px;
	clear: both;
}

#search_results .search_result:hover {
	background-color: #fbf5e3;
}

#search_results .search_result a.title {
	color: #d33930;
	font-family: "trebuchet ms",verdana, sans-serif !important;
	font-size: 16px !important;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	margin: 0;
}

#search_results .search_result .summary {
	color: #4c4c57;
	font-family: "trebuchet ms",verdana, sans-serif;
	font-size: 12px;
	padding: 0 0 10px;
}

#search_results a.previous {
	background: url(../i/news/back-next.gif) 0 0;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 55px;
	height: 31px;
	overflow: hidden;
}

#search_results a.next {
	background: url(../i/news/back-next.gif) 55px 0;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 55px;
	height: 31px;
	overflow: hidden;
}

#search_results .pagelinks {
	display: block;
	float: left;
}

#search_results .pagelinks a {
	position: relative;
	top: 6px;
	font-family: "trebuchet ms",verdana, sans-serif;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}

#search_results .pagelinks a:hover, #search_results .pagelinks .selected {
	background-color: #491f34;
	padding: 2px 5px 1px 5px;
	color: #fff;
}

#search_results .pagelinks .selected:hover {
	background-color: #662858;
	padding: 2px 5px 1px 5px;
	color: #fff;
}

#search_results a.previous:hover {
	background: url(../i/news/back-next.gif) 0 31px;
}

#search_results a.next:hover {
	background: url(../i/news/back-next.gif) 55px 31px;
}

#search_results .pagination {
	display: block;
}

.jsNeeded {
	font-size: 9px;
	color: #808080;
	font-family: "trebuchet ms", verdana, sans-serif !important;
	font-style: italic;
	padding: 1px 3px;
	border: 1px dotted #808080;
}

/* ------- music list ------------- */
table#musiclist {
	border: none;
	width: 100%;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 10px;
	background: none;
}

table#musiclist tbody tr th {
	font-family: "trebuchet ms", verdana, sans-serif !important;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	background: #f0e9d4;
	border-spacing: 0px;
	line-height: 27px;
}

table#musiclist tr.altbg td.track {
	background: url(../i/listentable/tr_bg.gif) top left no-repeat;
}

table#musiclist tr.altbg td.artist {
	background: url(../i/listentable/tr_bg.gif) top right no-repeat;
}

table#musiclist tr td.artist {
	background: url(../i/listentable/tr_bg2.gif) top right no-repeat;
}

table#musiclist tr td.track {
	background: url(../i/listentable/tr_bg2.gif) top left no-repeat;
}

table#musiclist tbody tr td {
	font-family: "trebuchet ms", verdana, sans-serif !important;
	font-size: 12px;
	text-align: left;
	color: #d33930;
	line-height: 22px;
	border: none;
	/*background: none !important*/
}

table#musiclist a.pause {
	background: url(../i/listentable/btn_pause.gif) left 4px no-repeat;
	text-indent: -9999px;
	display: block;
	outline: none;
}

table#musiclist a.play {
	background: url(../i/listentable/btn_play.gif) left 4px no-repeat;
	text-indent: -9999px;
	display: block;
	outline: none;
}

table#musiclist .control {
	display: block;
	float: left;
	width: 30px;
}

div.addthis_toolbox {
	position: relative;
	left: -3px;
	margin-top: 10px;
}

a.addthis_button_compact {
	font-size: 11px !important;
	font-family: "trebuchet ms", verdana, sans-serif !important;
}

a.more {
	color: #D86725 !important;
}

#jazzfm91LiveContainer {
	background-color: #000;
	width: 120px;
	margin: auto;
	text-align: center;
	overflow: hidden;
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #fff;
	border: 0;
}

#jazzfm91Player {
	background-color: #000;
}
