@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 {
	padding-top: 8px;
	padding-bottom: 8px;	

}

td {

}

a:link {
	color: #bc1f2f;
	

}

a:visited {
	color: #bc1f2f;

}

a:hover {
	color:#999999;

}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #bc1f2f;
}

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;	
}

#navBar {

	height: 265px;

}

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

#left {
	padding-right: 321px;
	}
#right {
	float: right;
	width: 266px;
	padding-left: 24px;
	padding-right: 0px;
}
.fltleft {
	float: left;
	padding: 8px;
}

.fltright {
	float: right;
	padding: 8px;
	padding-left: 16px;
}

#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 */

.date {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: f2ecce;
	}
	
.title {
	font-size: 14px;
	font-weight: bold;
	text-transform:capitalize;
	}

.edit {
	font-size: 18px;
	font-weight: bold;
	}
	
.beige {
	color: #000000;
	background-color: #F2F1E9;
	padding-left: 24px;
	padding-right:24px;
	padding-top: 16px;
	padding-bottom: 16px;
	}
.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;

}