@import "/common/css/blog.css";
@import "/common/css/calendarEvents.css";

/* ==================== */
/* ! COLORS             */
/* ==================== */
/*
	Purple: #332A7A;
	Gray Text: #555;
	Yellow: #FFC300;
						*/
/* ==================== */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
h1 {
	font-size: 17px;
	color: #332A7A;
}
h2 {
	font-size: 20px;
	color: #332A7A;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #555;
}
html {
	background: #e8e8e8;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #888;
	line-height: 16px;
	background-image: url(/common/images/background-landscape.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
hr {
	margin: 20px 0 10px 0;
	border: none;
	color: #dbdbe5;
	background-color: #dbdbe5;
	height: 1px;
	width: 100%;
	text-align: left;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a {
	color: #332A7A;
	text-decoration: none;
}
a:hover {
	color: #332A7A;
	text-decoration: underline;
}
#wrapper-to-center {
	margin: 0 auto 0 auto;
	width: 905px;
}
#masthead {
	position: relative;
	height: 185px;
	color: #555;
}
#social-media {
	position: absolute;
	bottom: 12px;
	right: -4px;
}
#social-media .blog {
	float: left;
	width: 125px;
	height: 62px;
	background-image: url(/common/images/social-media-blog.png);
}
#social-media .divider {
	float: left;
	width: 1px;
	height: 62px;
	margin: 0 5px 0 2px;
	background-image: url(/common/images/divider.png);
}
#social-media .newsletter {
	float: left;
	position: relative;
	width: 130px;
	height: 59px;
	background-image: url(/common/images/social-media-newsletter.png);
	background-repeat: no-repeat;
}
#social-media .icons {
	position: absolute;
	bottom: 0;
	left: 0;
}
#social-media .icons .facebook, #social-media .icons .twitter, #social-media .icons .youtube, #social-media .icons .flickr {
	float: left;
	width: 32px;
	height: 33px;
	background-repeat: no-repeat;
}
#social-media .icons .facebook {
	background-image: url(/common/images/social-media-icon-facebook.png);
}
#social-media .icons .twitter {
	background-image: url(/common/images/social-media-icon-twitter.png);
}
#social-media .icons .youtube {
	background-image: url(/common/images/social-media-icon-youtube.png);
}
#social-media .icons .flickr {
	background-image: url(/common/images/social-media-icon-flickr.png);
}
#logo {
	position: absolute;
	top: 0;
	left: 5px;
	background-image: url(/common/images/logo.png);
	background-repeat: no-repeat;
}
#utility-nav {
	position: absolute;
	top: 0;
	right: -15px;
	width: 750px;
	height: 60px;
	background-image: url(/common/images/utility-nav-background.png);
	background-repeat: no-repeat;
	line-height: 14px;
}
#search {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 50px;
	font-size: 10px;
}
#search input.form-field {
	width: 100px;
	height: 13px;
	font-size: 10px;
	color: #666666;
}
#search input.go-button {
	position: absolute;
	top: 2px;
}
#home-primary-callout-container {
	margin: 20px 0;
}
.home-primary-callout {
	float: left;
	margin: 0 22px 0 0;
	width: 287px;
	min-height: 100px;
	background-color: white;
}
.home-primary-callout.last {
	margin-right: 0;
}
#home-secondary-callouts-container {
	margin: 4px 0;
}
.home-secondary-callout {
	float: left;
	margin: 0 21px 0 0;
	width: 442px;
}
.home-secondary-callout.last {
	margin-right: 0;
}
.home-secondary-callout .top {
	height: 10px;
	background-image: url(/common/images/home-secondary-callout-top.png);
	background-repeat: no-repeat;
}
.home-secondary-callout .fill {
	min-height: 200px;
	padding: 5px 20px;
	background-image: url(/common/images/home-secondary-callout-fill.png);
	background-repeat: repeat-y;
}
.home-secondary-callout .bottom {
	height: 25px;
	background-image: url(/common/images/home-secondary-callout-bottom.png);
	background-repeat: no-repeat;
}
.home-secondary-callout h2 {
	font-size: 14px;
	color: #333;
}
.home-secondary-callout .photo {
	float: left;
	width: 230px;
}
.home-secondary-callout .intro {
	float: right;
	padding: 0 0 0 10px;
	width: 150px;
	color: #888;
}
a.star-link {
	height: 18px;
	padding: 5px 0 0 30px;
	color: #332A7A;
	text-decoration: none;
	background-image: url(/common/images/star-icon.gif);
	background-repeat: no-repeat;
}
a.star-link:hover {
	color: #888;
}
#nav {
	width: 899;
	margin: 0 2px;
	line-height: 14px;
}
#content {
	padding: 0 1px 0 1px;
}
#content .fill {
	min-height: 200px;
	background-image: url(/common/images/content-fill.png);
	background-repeat: repeat-y;
}
#content #content .fill .left-column ul, #content .fill .full-column ul {
	margin-bottom: 15px;
}
#content #content .fill .left-column li, #content .fill .full-column li {
	margin: 0 0 0 25px;
}

#content .fill .left-column {
	float: left;
	width: 530px;
	padding: 0 30px 0 0;
	min-height: 200px;
}
#content .full-column {
	float: left;
	width: 863px;
	padding: 20px;
	min-height: 200px;
	font-size: 12px;
	color: #666666;
}
#content .fill .left-column h1, #content .fill .full-column h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#content .fill h6 {
	width: 899px;
	margin: 0 2px;
	padding: 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background-color: #FFC300;
}
#content .fill .hero-image {
	width: 899;
	margin: 0 2px;
}
#content .fill .hero-image img
{
width: 899px;
height: 220px;

}
#content .fill .hero-image .hero-image-tagline
{
	height: 28px;
	background-color:#FCC300;
	width:899;
	color: #332A7A;
	/*font-size: large;*/
	text-align:center;
	padding-top: 8px;
}
#content .fill .hero-image .hero-image-tagline h1
{
margin-top: 3px;
}
#content .fill .right-column {
	float: left;
	padding: 0;
	width: 300px;
	min-height: 200px;
}
#content .fill .right-column .video-player {
	margin-bottom: 20px;
}

.youTube
{    
    overflow:hidden;
}

.youTubeInFireFox
{
    overflow-x:hidden;
}

#content .fill .right-column .video-player .video-top {
	background-image: url(/common/images/sponsors-top-background.png);
	background-repeat: no-repeat;
	height: 38px;
}
#content .fill .right-column .video-player .video-top h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-top: 12px;
}




#content .fill .right-column .sponsors {

}
#content .bottom {
	height: 25px;
	background-image: url(/common/images/content-bottom.png);
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	margin: 5px 0 0 0;
}
#footer .footer-top {
	background-image: url(/common/images/footer-top-background.png);
	background-repeat: no-repeat;
	height: 15px;
}
#footer .footer-fill {
	padding: 0 0 0 20px;
	background-image: url(/common/images/footer-fill-background.png);
	background-repeat: repeat-y;
	min-height: 100px;

}
#footer .footer-fill div
{
	height:1%;
	position:relative;
}

#footer .footer-bottom {
	margin-top: -100px;
	background-image: url(/common/images/footer-bottom-background.png);
	background-repeat: no-repeat;
	height: 130px;
}



#footer .link-block {
	float: left;
	padding-right: 30px;
	font-size: 11px;
	line-height: 15px;
}
#footer .link-block h4 {
	margin-bottom: 5px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
#footer .link-block a {
	color: #888;
	text-decoration: none;
}
#footer .link-block a:hover {
	color: #332A7A;
}
#phone-number {
	background-image: url(/common/images/footer-phone-number.png);
	height: 25px;
	width: 200px;
}
#copyright {
	clear: both;
	margin: 0 0 20px 8px;
	padding-left: 10px;
	color: #333;
	font-size: 10px;
	background-image: url(/common/images/footer-phone-number.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/************ HORIZONTAL NAVIGATION ********************/
div#hnpri {
	height:37px;
	width: 905px;
	margin: 0 0 0 -1px;
	background-image: url(/common/images/nav-background.png);
	background-repeat: no-repeat;
}
div#hnpri ul {
	list-style:none;
	background-color: yellow;
	margin-left: 2px;
}
div#hnpri, div#hnsec {
	clear:both;
	float:none;
}
div#hnsec {
	width: 905px;
}
div#hnpri ul li {
	float:left;
	margin: 2px 0 0 0;
	padding: 10px 10px 11px 10px;
	width: 205px;
	text-align: center;
}
div#hnpri ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
div#hnpri ul li a.active {
	color: #332A7A;
}
div#hnpri ul li a.active {
	text-decoration: none;
}
div#hnpri ul li.active {
	display:block;
	margin: 0 -1px 0 -1px;
	padding: 12px 11px 11px 11px;
	background-image: url(/common/images/nav-tab-active.png);
	background-repeat: no-repeat;
}
div#hnsec {

}
div#hnsec div.secondaryBlock {
	height:100px;
	width: 902px;
	display:none;
	float:left;
	list-style:none;
	background-image: url(/common/images/nav-secondary-background.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #e5e5e5;
	position:absolute;
}
/*div#hnsec
{
height:120px;
width: 905px;
}*/
div#hnsec div div.navColumn
{
	float:left;
	padding:10px;
	width:205px;
}
div#hnsec div div.navColumn a
{
	display:block;
	padding: 2px 2px 1px 2px;
	float:none;
	clear:both;
}
div#hnsec div div.navColumn a:hover
{
	background-color:#fde079;
	text-decoration:none;
}
div#hnsec div div.navColumn a.active
{
	background-color:#fde079;
	text-decoration:none;
}
/*div#hnsec div.secondaryBlock
{
display:none;
}*/
div#hnsec div.active
{
display:block;
}
#leftSponsor {
	width: 300px;
}
#leftSponsor h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-top: 12px;
}

#leftSponsor .sponsor-top {
	background-image: url(/common/images/sponsors-top-background.png);
	background-repeat: no-repeat;
	height: 38px;
}
#leftSponsor .sponsor-fill {
	width: 296px;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
}
#leftSponsor .sponsor-bottom {
	background-image: url(/common/images/sponsors-bottom-background.png);
	background-repeat: no-repeat;
	height: 31px;
}
#leftSponsor .sponsor-bottom a {
	display: block;
	padding: 8px 0 0 10px;
}

#pressKitList
{
    list-style:none;
    margin-left:10px;
}

#pressKitList li
{
    list-style:none;
    margin-top: 10px;
}
#pressKitList li img
{
    margin-right: 10px;
    vertical-align: middle;
}

/********************************************************/


/********** Breadcrumbs ***********************************/

div.breadCrumbsWrapper
{
    background-color:#FEEAA8;
    padding-right:5px;
    /* height:18px; */
    color: #c49a0d;
}

div.breadCrumbs
{
	padding: 6px 0 4px 15px;
	font-size: 10px;
	font-family: Arial;
}
div.breadCrumbs a
{
    color: #c49a0d;
}
div.breadCrumbs a.active
{
    color: #917200;
}


div.breadCrumbs span
{
    margin-left: 4px;
    margin-right: 4px;
/*
    color: #342A7A;
*/
}


/**********************************************************/


/********** Search Results ***********************************/

div.resultUrl
{
    padding:10px;
}



/*************************************************************/

/*** COPIED FROM OLD GLOBAL *******************

.siteMap div {
	margin-left: 20px;
}
.siteMap div ul li {
	margin-left: 15px;
}

#sponsorTop { font:normal 16px Tahoma, Geneva, sans-serif; color: #faecc3; line-height:28px; padding:250px 0 10px 50px; }

a.seasonTicketLink
{
	color:White;
	font-weight:bold;
}

#ticketPromos 	{ padding:16px 80px 0 80px; background:url(/common/images/ticketPromobg.gif) no-repeat top left; height:65px; margin:0 12px; text-align:center; }
#ticketPromos  td { font:normal 18px Tahoma, Geneva, sans-serif; color:#392f2f; }
#ticketPromos  td input { font:normal 16px Tahoma, Geneva, sans-serif; color:#8681a9; border:0; padding:2px 2px 2px 10px; }
.ticketPromoButton {background:url(/common/images/ticketPromoSubmit.gif) no-repeat top left; height:29px; width:91px; border:0;}


div#showWrapper, div#showWrapper div
{
	margin-left:0;
}


.bold
{
    font-weight:bold;
}

.error
{
    color:#ff0000;
    font-weight:bold;
}

div.waitingInTheWingsForm label
{
    width:130px !important;
}

a#boOverlayLink
{
    width: 185px;
    height:50px;
    border:0;
    margin:0;
    padding:0;
    z-index: 1;
    position:absolute;
    background-image: url(/common/images/spacer.gif);
    background-repeat: repeat;
    left: 40px;
    text-decoration: none;
}

/*********************************************************************/


/*  CALENDAR STYLE OVERRIDES */
table.calendarWrapper_Default table.titlebar_Default td { background:none; }
table.calendarWrapper_Default table.titlebar_Default { background-color: #332A7A; }
div.calendar table.calendarWrapper_Default { border: 1px solid #332A7A !important; }


#WaitingInTheWingsWrapper .button {
    margin-left:0px;
}
#WaitingInTheWingsWrapper .leftMargin {
    margin-left:190px;
}
#WaitingInTheWingsWrapper .bold {
    font-weight:bold;
}
#WaitingInTheWingsWrapper .waitingInTheWingsSurvey .radioButtonList label {
    margin-top:5px;
}
#WaitingInTheWingsWrapper .waitingInTheWingsSurvey .radioButtonList input {
    margin-left:0px;
    margin-right:10px
}
#WaitingInTheWingsWrapper .waitingInTheWingsSurvey .checkBoxList input {
    margin-top:3px;
}
div.rssLink {
    overflow:hidden;
    margin: 10px 0 0 6px;
}
div.rssLink div {
    cursor:pointer;
    float:left;
    margin:0 10px 0 0;
}
div.rssLink .rssLinkLabel {
    padding-top: 1px;
}
div.rssLink .rssLinkIcon {
}
