/* RESET STYLES */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
blockquote, a, img, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body { line-height: 1;}
ol, ul { list-style: none;}


/* BASIC STYLES */
/* --------------------------------------------------------------- */
body {
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background:url(../images/bg_body.jpg) repeat-x top #00515D;
	color:#FFF;
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em;font-weight:bold;}
h3 {
	font-size: 1.3em;
	font-weight:normal;
	color:#FFF;
	margin-bottom:0.5em;
}
h4 {
	font-size: 1.3em;
	font-weight:normal;
}
h5 {
	font-weight:bold;
	font-size: 1.4em;
}
p, li, td {
	font-size: 1.6em;
	line-height: 1.5em;
}
a:link, a:visited {color:#FFF;text-decoration:none;}
a:hover {color:#FFF;text-decoration:underline;}
a:active {color:#FFF;}

/* WRAPPER */
#wrapper {
	margin:0 auto;
	width:980px;
}


/* HEADER */
/* --------------------------------------------------------------- */
#header {
	width:980px;
	height:120px;
}

#header h1#logo {
	text-indent:-5000px;
	display:block;
	float:left;
	width:240px;
	height:80px;
}
#header h1#logo a {
	display:block;
	width:240px;
	height:80px;
	background:url(../images/logo.png) no-repeat;
}
#header h2#tagline {
	text-indent:-5000px;
	width:0;
	height:0;
}
#banner {
	width:690px;
	height:70px;
	padding:5px 10px;
	float:right;
}


/* TOP NAV DROPDOWN MENUS */
/* --------------------------------------------------------------- 
See menus.css
*/



/* LAYOUT CONTAINERS */
/* --------------------------------------------------------------- */
#sidebar {
	width:240px;
	float:left;
	margin:60px 30px 30px 0;
}


#content {
	width:710px;
	float:right;
	margin:0 0 30px 0;
}
#content.fullwidth {
	width:710px;
	float:left;
	margin:0 0 30px 0;
}
#primary {
	width:580px;
	float:left;
}
#primary.fullwidth {
	width:628px;
	padding:20px;
	float:left;
	background:url(../images/bg_primary.jpg) repeat-x top left;
	border-top:1px solid #7FB9C0;
	border-right:1px solid #00515C;
	border-left:1px solid #00515C;
	min-height:300px;
}
#secondary {
	width:100px;
	float:right;
	margin:60px 0 0;
}
#secondary.fullwidth {
	width:0px;
	float:right;
	margin:60px 0 0;
}



/* SIDEBAR */
/* --------------------------------------------------------------- */
div.sideblock {
	margin-bottom:20px;
	padding:0 10px 5px;
	background-color:#98B9BD;
	color:#000;
}
div.sideblock p {
	font-size:1.3em;
	line-height:1.5em;
	margin-bottom:1em;
}
div.sideblock li {
	font-size:1.3em;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding-left:15px;
	background:url(../images/bullet.png) no-repeat left 0.4em;
}
div.sideblock a:link, div.sideblock a:visited {color:#000;}
div.sideblock a:hover {color:#FFF;}


div.sideblock img {
	margin: 0 10px 3px 0;
}
div.sideblock p.buzz {
	font-size:1.0em;
	line-height:1.5em;
	margin-bottom:1em;
	text-align:left;
}

#sidebar h5 {
	display:block;
	width:240px;
	height:34px;
	background-repeat:no-repeat;
	text-indent:-5000px;
}
h5#buzz {background-image:url(../images/sdbar_buzz.png)}
h5#partner {background-image:url(../images/sdbar_prtner.png)}


/* CONTENT */
/* --------------------------------------------------------------- */

/* Video-Photo Viewer */
#viewer { width:580px; margin-bottom:20px;}
#viewer-top {width:580px; height:20px; background:url(../images/viewer_top.png) no-repeat bottom;}
#viewer-mid {margin:0 0 -1px;width:580px;padding:0 0 0 25px; background:url(../images/viewer_mid.png) repeat-y;}
#viewer-bot {width:580px; height:25px; background:url(../images/viewer_bot.png) no-repeat top;}

/* Main Content */
#primary h3 {
	font-size: 2.4em;
	font-weight:normal;
	color:#E7CB21;
	margin-bottom:0.5em;
}
#primary h4 {
	font-size: 1.8em;
	font-weight:normal;
	color:#E7CB21;
	margin-bottom:0.5em;
}
#primary p {
	font-size: 1.4em;
	font-weight:normal;
	margin-bottom:1em;
}
#primary p.endtext {
	display:block;
	background:url(../images/endtext.png) no-repeat top center;
	margin:1em 0;
	height:20px;
}

/* Subcolumns */
div.subcolumns { width:580px; margin-bottom:30px; clear:both;}
div.subcolumns div.one-third {
	width:188px;
	float:left;
	margin-right:8px;
	}
	div.subcolumns div.last {margin-right:0;
}

div.one-third div.feature-photo {
	width:178px;
	height:112px;
	margin-bottom:15px;
	padding:5px;
	background:url(../images/bg_photo_small.png) no-repeat top left;
}
div.one-third div.feature-photo:hover {
	background-image:none; background-color:#FFF;
}
div.feature-photo img {
	display:block;
	width:178px;
	height:112px;
}
#primary div.one-third h3 {
	font-size: 1.6em;
	font-weight:normal;
	color:#E7CB21;
	margin-bottom:0.3em;
}
div.one-third h3 a:link, div.one-third h3 a:visited {
	color:#E7CB21;
}
div.one-third h3 a:hover {
	color:#00515D;
	text-decoration:none;
	background-color:#E7CB21;
}
p.date-time {
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:0.5em;
}
p.details {
	font-size:1.2em;
	display:block;
	clear:both;
}
p.details a:link, p.details a:visited {
	color:#E7CB21;
	text-decoration:underline;
}
p.details a:hover {
	color:#00515D;
	text-decoration:none;
	background-color:#E7CB21;
}

div.subcolumns div.one-half {
	width:282px;
	float:left;
	}
	div.subcolumns div.right { float:right;
}
p.button {
	display:block;
	width:282px;
	height:82px;
	margin-top:30px;
	}
p.button a:link, p.button a:visited {
	display:block;
	width:282px;
	height:82px;
	text-indent:-5000px;
	background-position:top;
	}
	p.button a#btn-viewshows {background-image:url(../images/button_viewshows.jpg)}
	p.button a#btn-viewbroch {background-image:url(../images/button_viewbroch.jpg)}
	p.button a:hover {background-position:bottom;
}


/* Secondary column, right hand side */
div.rtside-photo {
	width:90px;
	height:125px;
	margin-bottom:10px;
	padding:5px;
	background:url(../images/bg_photo_brdway.png) no-repeat top left;
}
div.rtside-photo:hover {
	background-image:none; background-color:#FFFFFF;
}
div.rtside-photo img {
	display:block;
	width:90px;
	height:125px;
}


p.clearall {
	display:block;
	clear:both;
}


/* FOOTER */
/* --------------------------------------------------------------- */
#footer {
	width:960px;
	min-height:43px;
	color:#FFF;
	background-color:#007885;
	padding:10px;
	clear:both;
}
#footer img {
	float:left;
	margin:0 32px 0 0;
}
#footer p {
	font-size:1.2em;
}

/* CALENDAR */
/* --------------------------------------------------------------- */

.outerBorder td {
  line-height: .9;
}
.monthBorder {
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	background-repeat: repeat-x;
}
.weekBorder {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
}
.emptyDay {
	border: 1px solid #FFFFFF;
}
.day {
	border: 1px solid #FFFFFF;
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.6em;
	
}
.currentDay {
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}
.eventDay {
	
}
.popupDate {
	border: 1px solid #FFFFFF;
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	
}
.popupEvent { /* This is the event text in the calendar */
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	text-align:center;
	line-height: 1;
	padding: 3px;
}
.popupBG {
	background-color: #D1E8ED;
}
.xClose {
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.2em;
	
}

 */
