/* --------------------- BASIC ELEMENTS ---------------------*/

body {
	color: #5C5C5C;
	font-family: "Georgia, Garamond, Times New Roman", Times, serif;
	font-size: 1em;
	margin: 20px 0px 20px 0px;
	background: #82BFCE url(/images/bg_main.jpg) repeat-x fixed top;
}

p {
	font-size: .95em;
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 170%;
	color: #003A67;
}

a:link {
	color: #3B97B4;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #848484;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #F37C2C;
}

/* --------------------- HEADER ---------------------*/

h1#logo {
	background: url(/images/logo_wildswantheater.gif) no-repeat left top;
	float: left;
	width: 245px;
	height: 140px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 10px 0 10px 10px;
	display: inline;
}
h1#logo span {display:none;}

/* --------------------- CONTENT ---------------------*/

#container {
	border: 1px solid #1257A7;
	background-color: #FFFFFF;
}

.adbox {
	background: url(/images/bg_greenadbox.gif) no-repeat left top;
	border-top: 1px solid #FFFFFF;
	color: #2A6A00;
	padding: 15px;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}
.mapbox {
	background: url(/images/bg_greenmapbox.gif) no-repeat left top;
	border-top: 1px solid #FFFFFF;
	color: #2A6A00;
	padding: 15px;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}

.dropcaps:first-letter {
	font-size: 170%;
	line-height: 80%;
}

.dropcaps2:first-letter {
	font-size: 170%;
	line-height: 110%;
}

.performances {
	font-size: .8em;
}

.ticketheader {
    color: #FFFFFF;
	font-size: .8em;
}

.soldout 
{
    text-decoration: line-through;
}

/* --------------------- NAV BAR - TOP ---------------------*/

#topnav {
	background: url(/images/bg_topnav.gif) repeat-x;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	height: 35px;
	border-bottom: 1px solid #C03D00;
}

#topnav ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "Georgia, Garamond, Times New Roman", Times, serif;
	text-transform: uppercase;
}

#topnav ul li {
	list-style: none;
	display: inline;
	padding: 0;
}

#topnav a:link, #topnav a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

#topnav a:hover {
	color: #FFF196;
}

#nav_blue {
	background: #3B97B4 url(/images/bg_menublue.gif) no-repeat bottom;
}

#nav_blue li {
	padding-left: 15px;
	background-image: url(/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 12px 15px;
}

#nav_blue ul {
	padding: 0;
	list-style: none;
	font-size: .8em;
	margin: 15px 0 210px 8px;
}
#nav_green ul {
	padding: 0;
	list-style: none;
	font-size: .85em;
	margin: 15px 0 10px 8px;
}

#nav_blue a:link, #nav_blue a:visited, #nav_green a:link, #nav_green a:visited {
	color: #FFFFFF;
	font-weight: normal;
}

#nav_blue a:hover {
	color: #99E2F3;
}
#nav_green a:hover {
	color: #E2FF7E;
}

#nav_green {
	background: #7DB03A url(/images/bg_menugreen.gif) no-repeat bottom;
}

#nav_green li {
	padding-left: 15px;
	background-image: url(/images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 12px 15px;
	
	color: #FFFFFF;
}

.h_bluechecker {
	background: #79BED4 url(/images/bg_bluechecker.gif) repeat-x;
}

.h_greenchecker {
	background: #A5D65B url(/images/bg_greenchecker.gif) repeat-x;
}

.h_greengrad {
	background: #569728 url(/images/bg_greenheader.gif) repeat-x;
	height: 32px;
}

.h_greengrad h2 {
	color: #E2FF7E;
	font-size: 23px;
	font-weight: normal;
	padding: 2px 0 0 10px;
	margin: 0;
}

.h_greengrad h2 {
	color: #E2FF7E;
	font-size: 23px;
	font-weight: normal;
	padding: 2px 0 0 10px;
	margin: 0;
}

/* --------------------- FOOTER ---------------------*/

#footer {
	color: #003A67;
}

.contactinfo {
	font-size: .8em;
	line-height: 160%;
}


.bcfooter {
	color: #FFFFFF;
	font-size: .8em;
	line-height: 160%;
}

.bcfooter a:link {
	color: #FFFFFF;
}

.bcfooter a:visited {
	color: #FFFFFF;
}

.bcfooter a:hover, a:active {
	color: #FFF196;
}