/* Reset default padding, margin, link decoration, etc. */
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,fieldset,blockquote,caption,table,tr,dl,dt,dd { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
img,fieldset { border: 0; }
a { text-decoration: none; }
:focus {outline: 0;}


/* Basic Structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #D9CDAA;
}

#wrapper {
	font-size: 1.2em;
	width: 1018px;
	margin: 0px auto;
	text-align: left;
	background: transparent url(/elements/skin_base/wrapper_shadow.gif) repeat-y left top;
}

body.no_right #wrapper { background-image: url(/elements/skin_base/wrapper_shadow_no_right.gif);}

#header,
#nav_container,
#container {margin: 0px 9px;}

#header {background-color: #5D0201;}

/* -------------
 * Main navigation
 * ------------- */
#nav_container {
	background-color: #5D0201;
	border-top: 1px solid #A26D6D;
	border-bottom: 1px solid #270100;
}

#nav, 
#nav ul {
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 0px 15px;
	line-height: 26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFEEBD;
	background: #5D0201 url(/elements/skin_base/nav_main_border.gif) no-repeat right center;
} 
/* clear styles for subs */
#nav ul a { 
	background: none;
	font-weight: normal; 
	border: none; 
	line-height: normal;
	border-bottom: solid 1px #F2EFCE;
	padding: 7px 15px;
	width: 170px;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li li {position: relative;}

#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 100;
	width: 200px;
}

#nav li:hover,
#nav li.sfhover {direction:ltr;} /* Fix IE7 sticky menus */

#nav li ul ul {margin: 0 0 0 200px; top:0}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul { left: -999em;}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {left: auto;}

/* 1st level li hover */
#nav li:hover, 
#nav li.sfhover {background-color: #380100;}

/* 2nd level li hover */
#nav li:hover li,
#nav li.sfhover li {background-color: #8f8509; }
/* 3rd level li hover */
#nav li li:hover,
#nav li li.sfhover,
#nav li li:hover li,
#nav li li.sfhover li {background-color: #cabc0d;}

#nav li li li a:hover { background-color: #e99518;}



#container { clear: both; }

#left {
	float:left;
	width: 200px;
}

#left .tickets {
	background: transparent url(/elements/skin_base/left_top.jpg) no-repeat left top;
	padding: 0px 0px 10px 0px;
/*	height: 197px;*/
	text-align: center;
	color: #FFF;
}

#left .tickets_button {
	background: transparent url(/elements/skin_base/left_top.jpg) no-repeat left top;
	display: block;
	height: 150px;
	text-indent: -9999px;
}

#left .tickets a {color: #FFF; text-decoration: underline;}

#left .tickets select {margin-top: 3px;}

/* -------------
 * Left navigation
 * ------------- */
#left .nav {
	list-style-type: none;
	background: transparent url(/elements/skin_base/nav_left_li.gif) no-repeat left top;
	padding-top: 3px;
	margin: 0px 0px 30px 0px;
}

#left .nav a {
	font-family: "Times New Roman", Times, serif;
	color: #FFE293;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: transparent url(/elements/skin_base/nav_left_a.gif) repeat-y left top;
	padding: 5px 10px 5px 30px;
}

#left .nav li {
	background: transparent url(/elements/skin_base/nav_left_li.gif) no-repeat left bottom;
	padding-bottom: 2px;
	position: relative;
}

#left .nav ul {list-style: none; line-height: 1;}

#left .nav li ul {
	position: absolute;
	top: 0;
	left: -999em;
	width: 200px;
	z-index: 10;
	margin: 0 0 0 200px;
}

#left .nav li li {
	background: none;
	padding: 0;
	border-bottom: 1px solid #8f8509;
}

#left .nav li li a {background-color: #8f8509; font-weight: normal; background-image:none; border: none; border-bottom: solid 1px #F2EFCE;}

#left .nav li li a:hover {background-color: #cabc0d;}

#left .nav li:hover ul, 
#left .nav li.sfhover ul {left: auto;}


#left .ads a {
	display: block; 
	width: 165px; 
	text-align: left; 
	margin: 0px 0px 10px 17px; 
	color: #DCD472;
	font-size: .9em;
	font-weight: bold;
}


/* -------------
 * Main Section
 * ------------- */
#main {
	background: #FFF url(/elements/skin_base/middle_top.gif) repeat-x left top;
	padding: 10px 0px 0px 0px;
	margin: 0px 201px 0px 200px;
}

body.no_right #main {margin-right:0px;}
body.no_right #right {display:none;}

#main .content {
	padding: 10px 30px;
	color: #333333;
}

#main a {
	color: #5d0201;
	text-decoration: underline;
}

#main p {
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

#main ul, #main ol { margin: 0px 0px 10px 20px;}

#main h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #666666;
	font-style: italic;
}

#main h2 {
	font-size: 1.5em;
	font-style: italic;
	color: #8f8509;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#main h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #8f8509;
}

#main h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
}

table.fancy {
	border-top: solid 1px #fde4b1;
	border-left: solid 1px #fde4b1;
}

table.fancy th,
table.fancy td {
	border-right: solid 1px #fde4b1;
	border-bottom: solid 1px #fde4b1;
}

table.fancy th.section {
	background-color: #fde4b1;
	color: #b9a338;
	font-weight: bold;
}

table.fancy th {
	background-color: #fff6de;
	font-weight: normal;
	color: #666;
}


/* -------------
 * Right Column
 * ------------- */
#right {
	float: right;
	width: 201px;
	background: transparent url(/elements/skin_base/right_top.gif) repeat-x left top;
	padding-top: 10px;
}

#side_events,
#side_news {
	padding: 0px 0px 5px 0px;
	margin: 0px 12px 10px 12px;
	border-bottom: dashed 1px #F2D59E;
}

/* -------------
 * News section
 * ------------- */
#side_news a {text-decoration: none; display: block; margin-bottom: 10px;}
#side_news img {float:left; margin:0px 10px 0px 0px;}
#side_news .date {display: block; margin-bottom: 3px; font-size: 1em; color: #8F8509; text-decoration: underline;}
#side_news .headline {font-size: 1.2em; color: #5F5B56; font-family: "Times New Roman", Times, serif; font-style:italic; font-weight: bold;}
#side_news .description {font-size: 1em; color:#999999;}

/* -------------
 * Events section
 * ------------- */
#side_events .links a {text-decoration: none; display: block; margin-bottom: 10px; color: #8F8509;}
#side_events .date {display: block; margin-bottom: 3px; font-size: 1em; color: #8F8509; text-decoration: underline;}
#side_events .headline {font-size: 1.2em; color: #5F5B56; font-family: "Times New Roman", Times, serif; font-style:italic; font-weight: bold;}
#side_events .description {font-size: 1em; color:#999999;}


/* -------------
 * Calendar
 * ------------- */
div.jcalendar {
	width: 175px;
	margin: 5px 0px 10px 0px;
}

div.jcalendar table {
	clear: both;
	background:#fff6de;
	color:#000;
	margin: 0px;
	width: 175px;
}

div.jcalendar table th { background:#fcd382; color:#8f8509; text-align:center;}

div.jcalendar table td {
	color: #faaa22;
	background:#ffe293;
	padding:0;
	line-height: 1.8em;
	text-align: center;
}

div.jcalendar table td.othermonth { background:#ffe293; }

div.jcalendar table td a {
	font-weight: bold;
	color:#8f8509;
	display:block;
	line-height: 1.8em;
	text-decoration:none; padding:0px; margin:0px;

}

div.jcalendar-links {background-color: #fcd382; margin: 0px 1px; padding: 3px; color:#8f8509; font-weight:bold;}

div.jcalendar-links .jcalendar-month {display: block; float: right; width: 100px; line-height:1em; padding: .3em 0;}
div.jcalendar-links .link-next,
div.jcalendar-links .link-prev {font-size: 1.4em; display: block; float: left; color:#FFF; width: 20px; text-align:center; text-decoration: none; font-weight: bold; }
div.jcalendar-links .link-next {margin: 0px 0px 0px 20px;}
div.jcalendar-links .link-prev {margin: 0px 0px 0px -40px;}

#right h4 {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #5B0001;
	font-size: 1.4em;
	font-style: italic;
}

#nav_btm {
	clear:both;
	margin: 0px 9px 0px 209px;
}

#nav_btm .nav {
	background-color: #FBCD7B;
	padding: 8px 10px;
}

#nav_btm .nav ul { list-style-type: none; }

#nav_btm .nav li {
	display: inline;
	border-right: 1px solid #5B0001;
}

#nav_btm .nav li.last {border: none;}

#nav_btm .nav a {
	padding-right: 10px;
	padding-left: 10px;
	color: #5B0001;
	text-transform: uppercase;
	font-size: .9em;
}

#nav_btm .address {
	background-color: #FFE293;
	color: #666666;
	padding: 8px 10px;
	font-size: .95em;
}

#footer {
	background: #D9CDAA url(/elements/skin_base/footer.gif) no-repeat left top;
	padding: 10px 0px 0px 20px;
	clear: both;
}

#footer a { color: #676006; font-size: .9em; }

#footer .sponsors {
	float: right;
	width: 790px;
	margin-right: 9px;
	vertical-align: top;
	font-size: 0.9em;
	color: #5F5B56;
}

#footer .sponsors a { margin-left: 20px; }

a.button,
button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}

*:first-child+html button[type]{width: 1;} /* IE7 */

a.button,
button span {
	background: transparent url(/elements/skin_base/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 14px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

a.button span,
button span span {
	background: transparent url(/elements/skin_base/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 2px 0px 0px 14px;
	font-weight: normal;
	font-size: 12px;
	line-height: 36px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

/* -------------
 * Error Messaging
 * ------------- */
.ok, .error {
	color:#333333;
	padding: 5px 5px 5px 25px;
	margin: 0px;
	display: block;
}
.ok {
	background: #E5F1E8 url(../../elements/icon_ok.gif) no-repeat 2px 1px;
	border-top: 2px solid #339900;
	border-bottom: 2px solid #339900;
	margin-bottom: 5px;

}
.error {
	background: #F5E5E5 url(../../elements/icon_error.gif) no-repeat 2px 1px;
	border-top: 2px solid #E74B4B;
	border-bottom: 2px solid #E74B4B;
	margin-bottom: 5px;
}


/* -------------
 * MISC. 
 * ------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
 
.right { float: right; }
.left { float: left; }

.small {font-size: 10px;}
.hide {display: none;}

input,
textarea {border: solid 1px #999;}
