@charset "UTF-8";
/* CSS Document */


/* Override Browser Styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body { 
	font-size: 75%;
}


/* General Layout Styles */

body {
	text-align: center;
	background-color: #F2ECCE;
	background-image: url(../images/backnew.jpg);
	background-position:center;
	background-repeat: repeat-y;
}
/* Define Text Styles */	

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

p {
	margin-bottom: 24px;	

}

td {

}

a:link {
	color: #bc1f2f;
	

}

a:visited {
	color: #bc1f2f;

}

a:hover {
	color:#999999;

}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #000000;
	margin-bottom: 1em;
	margin-top: 1em;
}

h1 	{
	font-size: 36px;
	line-height: 36px;

}

h2 	{
	font-size: 24px;
	line-height: 36px;
	

}

h3 	{
	font-size: 18px;
	line-height: 16px;

}

h4	{
	font-size: 14px;
	line-height: 16px;

}

h5	{

}

h6	{

}

strong {
	font-weight:bold;
	}
	
cite {
	font-size: 13px;
	line-height: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #f2ecce;
	}
	
cite .q {
	font-size: 22px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: 16px;
}

.allCaps {
	text-transform: uppercase;
}

/* Define Div Styles */

#container {
	width: 736px;
	background-image:url(../images/background.gif);
	background-color:#000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 68px;
	padding-bottom: 0px;
	padding-left: 68px;
	position: relative;
	height: 100%;
}

#header {
	width: 727px;
	height: 224px;
	background-color:#FFFFFF;
	vertical-align: top;
	padding-left: 9px;	
}

#blurb {

	height: 265px;


}

#mainContent {
	background-color:#f2f1e9;
	width: 688px;
	margin-top: 0px;
	padding-bottom: 32px;
	padding-right: 24px;
	padding-top: 0px;
	padding-left: 24px;
}

#left {
	padding:24px;
	}
.newsItem {
	background-color: #ffffff;
	padding: 24px;
	margin-bottom: 24px;
	overflow: auto;
	
}
#upcoming-list {
	float: none;
	width: 688px;
	padding: 24px;
	overflow: hidden;
	background-color: #ffffff;
	height: 100px;
	margin-left: -24px;
}

.title {
	font-size: 11px;
	font-weight: bold;
	}


#upcoming-list div {
	float: left;
	margin-right: 12px;
	padding: 12px;
	width: 136px;
	height: 48px;
	font-size: 9px;
	background-color: none;
}


.date {
	font-weight: bold;
	text-transform: none;
	}

.fltleft {
	float: left;
	padding: 24px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.fltright {
	float: right;
	padding: 24px;
}

#top-image {
	float: left;
	height: 265px;
	width: 398px;
	overflow: hidden;
}


/* @group Navigation */

#navigation {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 179px;
	left: 68px;
	height: 48px;
	width: 736px;
	overflow: hidden;
}

#navigation ul {
	list-style: none;

}

#navigation ul li {

	list-style-type: none;
	display: inline;
}

#navigation li a {
	background-image: url(../images/navBarButtons.jpg);
	background-position: 0px 0px;
	font-size: 0px;
	color: #FFFFFF;	
}

#navigation li a.biography {
	background-position: 0px 0px;
	height: 48px;
	width: 140px;
	float: left;


}

#navigation li a.biography:hover, #navigation li.act a.biography {
	background-position: 0px -48px;
}

#navigation li a.photos {

	background-position: -140px 0;
	height: 48px;
	float: left;
	width: 100px;

}

#navigation li a.photos:hover, #navigation li.act a.photos {
	background-position: -140px -48px;

}

#navigation li a.upcoming {

	background-position: -240px 0px;
	width: 160px;
	height: 48px;
	float: left;
}

#navigation li a.upcoming:hover, #navigation li.act a.upcoming {

	background-position: -240px -48px;
}

#navigation li a.audiovideo {

	background-position: -400px 0px;
	width: 140px;
	height: 48px;
	float: left;
}
#navigation li a.audiovideo:hover, #navigation li.act a.upcoming {

	background-position: -400px -48px;
}
#navigation li a.press-awards {

	background-position: -540px 0px;
	width: 196px;
	height: 48px;
	float: left;
}
#navigation li a.press-awards:hover, #navigation li.act a.press-awards {
	background-position: -540px 48px;
	
}

/* @end */

#footer {
	color:#000000;
	text-transform:uppercase;
	height: 36px;
	background-color:#F2ECCE;
	padding-left: 24px;
	padding-right: 24px;
}

#footer p {
	font-size:9px;
	line-height: 12px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#footer a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}


/* @group Schedule */

	


.edit {
	font-size: 18px;
	font-weight: bold;
	}
	
.beige {
	color: #000000;
	background-color: #F2F1E9;
	}
	
.black {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 24px;
	background-color: #000000;
	line-height: 48px;
	text-align: center;
	}

.black a {
	font-size: 24px;
	line-height: 48px;
	color: #ffffff;
	font-weight: normal;
}
.ribbon {
	float: right;
	position: absolute;
	left: 450px;
	top: 0px;
	z-index: 2;
	}
	
.contactgif {
	float:right;
	position:absolute;
	right: 92px;
	z-index: 1;
	top: 24px;
	}
	
.facebookgif {
	float:right;
	position:absolute;
	right: 112px;
	top: 98px;
	z-index: 3;
	}
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

.oversized {
	margin-left:-24px;
}
img.shadow {
padding:0px;
margin:0px;
margin-right:24px;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
}
span.amp {
   font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style:italic;
   font-weight: normal;
}

