/* CSS Document */
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body, table {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
a {
	color: #D65702;
}
a:hover {
	color: #FF6600;
}
li {
	padding-bottom: 5px; 
}
h2, h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
h5 {
	margin-top: 0px;
}
h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
h4 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
	
/*Container Classes*/
table.layout_table {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

a.launchjb {
	border: 1px solid #CD6500;
	background: #CD6500;
	text-decoration: none;
	padding: 3px;
	margin: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

a.launchjb:hover {
	background: #FF8100;
	font-weight: bold;
	color: #ffffff;
}

a.orangelink {
	font-size: 14px;
	font-weight: bold;
	color: #CD6500;
	text-decoration: none;
}
a.orangelink:visited {
	font-size: 14px;
	font-weight: bold;
	color: #CD6500;
	text-decoration: none;
}

a.orangelink:hover {
	font-size: 14px;
	font-weight: bold;
	color: #CD6500;
	text-decoration: underline;
}

div.orangetext {
	font-size: 14px;
	font-weight: bold;
	color: #CD6500;
}

#top {
	color: #D87907;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 0px 0px;
	text-align: right;
	vertical-align: bottom;
	background-position: bottom;
	width: 826px;
	background-repeat: no-repeat;
	font-weight: bold;
}

#top .headBanner {
	border: 1px solid #FF9900;
	margin: 0px 10px 20px 0px;
	float: right;
}

A.header_home_link {  /*Links the header image back to the home page*/
	padding-top: 0px;
	margin-top: 0px;
	display: block;
	width: 834px;
	height: 131px;
	text-decoration: none;
}

#noticeBox {
	background: #666600;
	color: #FFFFFF;
	border: 1px solid #FF9900;
	padding: 4px;
	width: 250px;
	text-align: left;
	font-size: 10px;
	margin: 0px 10px 20px 0px;
	float: right;
}

div.content{
	padding: 4px 8px 16px 10px;
	color: #ffffff;
}

/*Navigation Classes*/
ul.nav_list {
	padding: 0px 0px 0px 3px;
	margin: 2px 0px 12px 0px;
	list-style-type: none;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
}
#nav_list li{
	font-size: 13px;
	font-weight: bold;
	text-indent: 12px;
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 0px 0px;
	background-image:  url("/images/orangebutt.gif");
	background-repeat: no-repeat;
	height: 19px;
}
#nav_list A:link,
#nav_list A:active,
#nav_list A:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 19px;
	font-size: 13px;
}
#nav_list A:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 19px;
	font-size: 13px;
}
/*newsletter signup classes*/
.email_box{
	height: 17px;
	background-color: #b42008;
	border: 1px solid #EE0000;
}
#emailbox:hover {
	background-color: #ffffff;
}
#emailbox:focus {
	background-color: #ffffff;
}
/*Title Bar Classes*/
div.content_title {
	background-image:  url("/images/red_gradient.gif");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #9E0E00;
	height: 20px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	margin: 1px 1px 1px 1px;
	text-indent: 4px;
}
div.content_subtitle {
	background-image:  url("/images/dark_gradient.gif");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #730100;
	height: 9px;
	color: #7B4303;
	font-size: 7px;
	font-weight: bold;
	margin: 0px 1px 1px 1px;
}
div.header {
	border-bottom: 1px solid #DA840A;
	font-size: 14px;
	font-weight: bold;
	color: #E78903;
}
/*footer classes*/
div.footer {
	color: #ffffff;
}
#footer A:link,
#footer A:active,
#footer A:visited {
	color: #D65702;
}
#footer A:hover {
	color: #FF6600;
}
.orange {
	color: #FF6600;
}
/****Specific Pages Styles****/

/*merchandise page*/
#merch_table td {
	vertical-align: top;
	padding: 6px 2px 6px 2px;
	color: #ffffff;
	font-size: 13px;
	border-bottom: 1px solid #653300;
}
/*links page*/
div.op_news {
	background-color: #9E0E00;
	background-image: url(/images/links_graphics/op_news_top_grad.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
}
div.op_news_sub {
	margin-top: 1px;
	background-color: #6B0100;
	background-image: url(/images/links_graphics/op_news_bot_grad.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div.area_sponsors {
	background-color: #C54300;
	background-image: url(/images/links_graphics/area_sponsors_top_grad.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
}
div.area_sponsors_sub {
	margin-top: 1px;
	background-color: #8F2B08;
	background-image: url(/images/links_graphics/area_sponsors_bot_grad.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div.asheville_web {
	background-color: #CD8100;
	background-image: url(/images/links_graphics/asheville_web_top_grad.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
}
div.asheville_web_sub {
	margin-top: 1px;
	background-color: #A65900;
	background-image: url(/images/links_graphics/asheville_web_bot_grad.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/*special events*/
#list li {
	margin-bottom: 5px;
}
ul.list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
}
#price_table td {
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	background-color: #330000;
}
#price_table td.bold {
	font-weight: bold;
}
#price_table td.title {
	padding-top: 8px;
	font-weight: bold;
}
/*Calendar Styles*/

#featuredArtistTable {
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;

}
#featuredArtistTable td {
	vertical-align: top;
}
#calendarTable {
	width: 500px;
}
#calendarTable td {
	vertical-align: top;
}
.calendarLinks a, a.comingSoonLinks {
	display: block;
	float: left;
	border: 1px solid #FF6600;
	margin: 4px 0px 4px 5px;
	padding: 3px 5px;
	text-decoration: none;
	background: #D65702;
	color: #FFFFFF;
	font-size: 10px;
}
.calendarLinks a:hover, a.comingSoonLinks:hover {
	border: 1px solid #FFFFFF;
}
.presskitLinks a {
	display: block;
	float: left;
	border: 1px solid #FF6600;
	margin: 4px 0px 4px 5px;
	padding: 3px 5px;
	text-decoration: none;
	background-color:#CC0000;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	width: 10em;
}
.presskitLinks a:hover {
	border: 1px solid #FFFFFF;
}
.calendarFeaturedTable {
	width: 160px;
	margin: 10px 0px 10px 30px;
	border: 1px solid #FF6600;
}

.clearFloat {
	clear: both;
}

/* Misc */
img.navColumnBanner {
	padding: 0px 0px 12px 3px;
}
p.noTopPad {
	margin-top: 0px;
}
ul.linkList {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}
.redText {
	color: #FF0000;
}
#messageBox {
	margin: 100px 0px 40px 0px;
	width: 100%;
	text-align: center;
} /* Used for error message pages, 404.php */
#messageBox h2 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.narrowContent {
	width: 500px;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* FORM STYLES                               */
/* * * * * * * * * * * * * * * * * * * * * * */

form { margin: 0px;}
input,
select,
textarea,
textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	color: #FFFFFF;
}
.formButton, .formButtonRollover {
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	padding: 3px;
	background: #D65702;
}
.formButtonRollover {
	background-color: #FF6600;
	cursor: pointer;
}
input.formField,
textarea.formField,
select.formField {
	width: 20em;
	border: 1px solid #D65702;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* HOME PAGE ARTIST BOX STYLES               */
/* * * * * * * * * * * * * * * * * * * * * * */

.artistBox {
	width: 335px;
	padding: 0px 10px 0px 0px;
	float: left;
} /* total width should be 345px, including padding */
.borderedBox {
	border: 1px solid #FF6600;
	padding: 10px;
}
.artistImage {
	width: 150px;
	height: 150px;
	float: left;
}
.artistContent {
	width: 140px;
	float: left;
	padding-left: 10px;
}
.floatLeft {
	float: left;
}
.emptyBox {
	clear: both;
}
.borderedCell {
	border: 1px solid #FF6600;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* PDF Box Links 						*/
/* * * * * * * * * * * * * * * * * * * * * * */

.pdfBox a.noUnderline, .pdfBox a.noUnderline:hover { 
	text-decoration: none;
}
p.getAdobeReader {
	margin-top: 0px;
	font-size: 10px;
}
.borderAll {
	border: 1px solid #FF6600;
}

/* * * * * * * * * * * * * * * * * * * * * * */
