/* ===== copyright 2009 Style by Jessica Daugherty for Barksdale Theatre. may not be reused without written permission. ===== */

/* =====global content ===== */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	background-color: #000;
	background-image: url(pics/bg_red_0809brochure.gif);
	background-repeat: repeat;
	font-size: 100.01%;
}
#wrapper {
	background-color: #000;
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

/* ===== header ===== */

#header {
	background-color: #000;
	background-image: url(pics/header_secondary.jpg);
	margin: 0px;
	padding: 0px;
	height: 135px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Palatino, Georgia, "Times New Roman", "URW Palladio L", serif;
	font-variant: small-caps;
	font-size: 1em;
}
#header #centralVA, #headerHan #centralVA {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#header ul, #headerHan ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	position:absolute;
	bottom:0px;
	right:0px;
}

#header li, #headerHan li {
	float: left;
}

/*--------header nav fonts------------*/

#header li a:link, #header li a:visited, #headerHan li a:link, #headerHan li a:visited {
	background-color:#003;
	padding:.2em .4em;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	font-weight:bold;
	color:#E5E5E5;
	text-decoration:none;
	line-height:1.2em;
	margin-right:0.7em;
}

#header li a:hover, #headerHan li a:hover {
	background-color:#333;
	color:#FFF;
}

/* ===== header nav current tab ===== */ 

#header li a.current, #header li a.current:hover, #header li a.current:active {
	color:#000;
	background:#fff;
	cursor:default;
}

/* -----Header HANOVER ------------*/

#headerHan {
	background-color: #000;
	background-image: url(pics/header_hanover.png);
	margin: 0px;
	padding: 0px;
	height: 180px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-variant: small-caps;
	font-size: 1em;
}


/* ===== sidebar ===== */


#sidebar {
	float: left;
	width: 214px;
	background-color:#000;
	color:#fff;
	position: relative;
	margin: 0;
	padding: 0;
	height: 800px;
}
#sidebar #centralVA {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* ===== main content ===== */

#mainContent {
	background-color: #fff;
	margin: 0px;
	width: 517px;
	float: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	position:relative;
	font-size: 0.9em;
}
#mainContent h1 {
	font-family: Palatino, Palitino Linotype, Georgia, "Times New Roman", "URW Palladio L", serif;
	font-size: 1.8em;
	font-variant: small-caps;
	line-height: 1.2;
	color: #600;
	text-align: center;
}
#mainContent h2 {
	font-family: Palatino, Palitino Linotype, Georgia, "Times New Roman", "URW Palladio L", serif;
	font-size: 1.3em;
	line-height: 1.3;
	background-image:url(pics/bg_h2_blu.gif);
	text-align: center;
}
#mainContent h3 {
	font-size: 1em;
}

#mainContent h4 {
	font-family:Palatino, Georgia, "Times New Roman", "URW Palladio L", serif;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	background-color:#c1e0b3;
	background-image:url(pics/bg_h4_grn.gif);
	background-repeat: repeat;
	text-align: center;
	margin-left: 70px;
	margin-right: 70px;
}

#mainContent h5 {
	text-align: center;
}

/* ===== page index ===== */


#mainContent #index {
	margin-right: auto;
	margin-left: auto;
	right: auto;
	text-align: center;
}

#mainContent #index ul {
	padding: 0;
	list-style: none;
	display: inline;
	font-size: .8em;
}

#mainContent #index li {
	display: inline;
}

#mainContent #index li a:link, #mainContent #index li a:visited {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#1D9EBA;
	line-height:1.2em;
	margin-right:0.7em;
	font-variant: small-caps;
	border-bottom: 1px dashed #65D0E7;
	text-decoration: none;
	padding: 0.2em 0.2em 0.1em;
}

#mainContent #index li a:hover {
	color:#000;
}

#defaultText {
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	color: #000;
	text-align: left;
}
#defaultText img {
	float: none;
	border-top: 2px solid #EAEAEA;
	border-right: 1px outset #EAEAEA;
	border-bottom: 1px outset #EAEAEA;
	border-left: 2px solid #EAEAEA;
	background: #F5F5F5;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}

#defaultText a img{
	margin: 20px 10px 2px 0px;
	padding: 4px 3px 3px 4px;
	float: left;
	border-top: 1px dotted #4588D1;
	border-right: 2px dotted #4588D1;
	border-bottom: 2px dotted #4588D1;
	border-left: 1px dotted #4588D1;
}

#defaultText .dropShadow a img {
	margin: 0;
	padding: 0px 2px 2px 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #CCC;
	clear:both;
	float: none;
}
#defaultText .noBorder img{
	margin:0px 2px;
	background-color: #fff;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	clear:both;
	float: none;
}

#defaultText .noBorderLft img {
	border-style: none;
	float:left;
	margin:2px 10px 2px 2px;
	background-color: #fff;
}
#defaultText .center img {
	text-align: center;
	float:none;
	margin:2px 2px 2px 2px;
}

/* ===== inner content ===== */

#innerContent {
	background-color: #FFF;
	font-variant: small-caps;
	width:200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position:absolute;
	top: 148px;
	border-top-style: solid;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	left: 12px;
	height: 174px;
	clear: both;
}
#innerContent img {
	float: left;
}
#innerContent img.gallery {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #CCC;
}


/* ===== footer ===== */

#footer {
	background-color: #96CDD4;
	margin: 0px;
	clear: both;
	bottom: 0px;
}
#footer .largeText {
	line-height: 3em;
	font-family: Palatino, Georgia, "Times New Roman", "URW Palladio L", serif;
	font-variant: small-caps;
	letter-spacing: .2em;
	font-size: 1em;
	color: #333;
	text-align: center;
}

/*------------forms-----------*/

#formWrap {
	background-color:#A4D683;
	padding:0em 1em 1em 1em;
	width:480px;
	margin: 0px auto;
}
fieldset {
	background:#F7F1E6;
	border:none;
	margin: 1em 0;
	padding:.5em;
}
legend {
	font-family:"Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	color:#600;
	font-size:1em;
	font-weight:bold;
	line-height:1.4em;
	background-color:#F7F1E6;
	padding:.2em .5em;
	margin-left:0.5em;
}

/* =====sideAd =====*/

#sideAd {
	position: fixed;
	height: 221px;
	width: 190px;
	top: 50px;
	right: 0px;
	background-image: url(pics/sponsors_jb_sr_dom_wein_com.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 10;
	left: 4px;
	bottom: 2px;
}

/* ===== classes ===== */

.clear {
	clear: both;
}
.center {
	text-align: center;
	text-indent: 0em;
	margin: 0px;
	padding: 0px;
}
.centerSmall {
	font-size: 0.8em;
	text-align: center;
}
.dropShadow{
	margin: 10px 10px 2px 0px;
	padding: 0px 2px 0px 2px;
	border: none;
}
.eightEM {
	font-size: 0.8em;
}
.largeText {
	font-size: 1.2em;
	font-family: Arial, helvetica, "Nimbus Sans L", sans-serif;
}



.indent {
	text-indent: 3em;
}

.gallery {
	clear: both;
}

.subscript {
	vertical-align: -.2em;
}

.topPage {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: 0.4em;
	font-size: 0.8em;
	text-align: center;
}
.topPage a {
	text-decoration: none;
	color: #369;
}
.showTitle {
	font-style: italic;
	font-weight: bold;
	color: #333;
}
.showDates {
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #600;
}
.arialRed {
	font-family: Arial, helvetica, "Nimbus Sans L", sans-serif;
	color: #600;
}
.centerBig {
	font-family: Arial, helvetica, "Nimbus Sans L", sans-serif;
	font-size: 1.2em;
	text-align: center;
}
.listLarge {
	font-size: 1.4em;
}

