/*
=====================================================
Boilerplate
=====================================================
*/

/*html { -webkit-font-smoothing: antialiased; }*/
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
table { border-collapse:collapse; border-spacing:0; }
strong, th { font-weight: bold; }
img { border: 0 none; }
input, select { vertical-align:middle; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

/*
=====================================================
Defaults
=====================================================

background light green		#aadec0
content background brown	#555446
nav background yellow		#cdcc4e
header background lt green	#b0e0c4

logo green		#617a53
text green		#667e59
nav text brown	#555446
nav text green	#617a53
header green	#69815c
text white		#f1f9f1
*/

body {
	background-color: #aadec0;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #667e59;
}

a, a:active, a:visited { color: #617a53; text-decoration: none; }
a:hover { text-decoration: underline; }

hr {
	clear: both;
	border: 0;
	background-image: url(/template/images/hr_background.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
}

input, select { font-family: Helvetica, Arial, sans-serif; font-size: 13px; }

br.clear { clear: both; }

.read_more { text-align: right; }

.read_more, .read_more a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#header>img { float: left; }

#brown_box {
	position: relative;
	z-index: 1;
	margin: 0px auto;
	background-color: #555446;
	width: 893px;
	padding: 19px 14px;
	box-shadow: 4px 4px 8px #333;
	-moz-box-shadow: 4px 4px 8px #333;
	-webkit-box-shadow: 4px 4px 8px #333;
}

.white_box {
	background-color: #f1f9f1;
	box-shadow: 3px 3px 6px #333;
	-moz-box-shadow: 3px 3px 6px #333;
	-webkit-box-shadow: 3px 3px 6px #333;
}

.white_box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.white_box { display: inline-block; }
* html .white_box { height: 1%; } /* Hides from IE-mac \*/
.white_box { display: block; }

.right_column>div { margin-bottom: 30px; }

.right_column h4 {
	font-size: 13px;
	margin: 7px 0 10px 28px;
}

.right_column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.right_column li {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0 8px 38px;
}

#buy_tickets a {
	display: block;
	background-image: url(/template/images/combined.png);
	background-repeat: no-repeat;
	background-position: 0px -264px;
	color: #555446;
	line-height: 250px;
	overflow: hidden;
	width: 275px;
	height: 99px;
}

#social_media {
	background-image: url(/template/images/combined.png);
	background-repeat: no-repeat;
	background-position: 0px -365px;
	width: 275px;
	height: 153px;
}

#social_media ul, #social_media li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#social_media li {
	float: left;
}

#social_media li a {
	display: block;
	color: #555446;
	line-height: 150px;
	margin-top: 86px;
	margin-left: 11px;
	overflow: hidden;
	width: 50px;
	height: 40px;
}

#social_media li#social_4 a { margin-left: 18px; }

.slideshow .prev, .slideshow .backward, .slideshow .next, .slideshow .forward, .sm_list_slideshow .prev, .sm_list_slideshow .next {
	display: block;
	background-image: url(/template/images/combined.png);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	z-index: 10;
}

.slideshow .prev, .slideshow .backward, .sm_list_slideshow .prev {
	background-position: -266px -520px;
	width: 47px;
	height: 49px;
}

.slideshow .next, .slideshow .forward, .sm_list_slideshow .next {
	background-position: -265px -578px;
	width: 47px;
	height: 41px;
}

.slideshow .viewer { overflow: hidden; position: relative; z-index: 9; }
.slideshow .viewer .items { width:20000em; position:absolute; }
.slideshow .viewer .items div { float:left; }


/*
=====================================================
Sitemason overrides
=====================================================
*/
div.sm_content .sm_list {
	clear: both;
}

div.sm_content h1 {
	color: #aadec0;
	text-transform: uppercase;
	font-size: 59px;
}

div.sm_content h2 a { color: #555446; text-decoration: none; font-size: 23px; }
div.sm_content h2 a:hover { text-decoration: underline; }

.sm_content .sm_calendar .sm_list h2 a {
	font-size: 18px;
}

.sm_content .sm_calendar .sm_list .sm_datetime {
	float: none;
	font-size: 14px;
}

div.sm_content ul.sm_items>li {
	border: 0;
	background-image: url(/template/images/hr_background.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	padding-bottom: 10px;
}

div.sm_content ul.sm_items>li:first-child, div.sm_gallery ul.sm_items>li, #content_bts2eaj ul.sm_items>li {
	background-image: none;
}

#content_bts2eaj ul.sm_items>li {
	margin-top: 0;
}

.sm_list_slideshow .viewer {
	box-shadow: 3px 3px 6px #333;
	-moz-box-shadow: 3px 3px 6px #333;
	-webkit-box-shadow: 3px 3px 6px #333;
}

.sm_list_slideshow .scrollable {
	float: left;
	margin-left: 5px;
}

.sm_list_slideshow a.prev {
	float: left;
	margin: 16px 0 0 0;
}

.sm_list_slideshow a.next {
	float: right;
	margin: 19px 0 0 0;
}




/*
=====================================================
inner content
=====================================================
*/
body.inner .white_box {
	padding: 45px 12px 45px 40px;
}

body.inner .left_column {
	width: 512px;
	float: left;
}

body.inner .right_column {
	width: 276px;
	float: right;
}

body.inner .right_column h3 {
	background-repeat: no-repeat;
	background-image: url(/template/images/combined.png);
	line-height: 150px;
	margin: 0;
	overflow: hidden;
}

#inner_schedule h3 {
	width: 279px;
	height: 52px;
	background-position: 0px -129px;
}

#inner_updates h3 {
	width: 284px;
	height: 52px;
	background-position: 0px -182px;
}


/*
=====================================================
home content
=====================================================
*/
.home #brown_box {
	width: 870px;
	padding: 19px 30px 19px 26px;
}

body.home .white_box {
	min-height: 100px;
	padding: 25px 25px 18px 25px;
}

.home_box h2 {
	background-repeat: no-repeat;
	background-image: url(/template/images/combined.png);
	line-height: 130px;
	overflow: hidden;
	margin: 0;
	position: relative;
	z-index: 2;
}

#home_schedule .white_box {
	min-height: 312px;
	padding: 27px 15px 19px 15px;
}

#home_schedule h2 {
	width: 279px;
	height: 51px;
	background-position: 0px -129px;
/*	margin: 15px 0 -3px 7px;*/
}

.right_column>div#buy_tickets { margin-bottom: 0; }

#home_schedule .slideshow {
	width: 544px;
}

#home_schedule .slideshow .viewer {
	background-color: #000;
	width: 493px;
	height: 308px;
	float: left;
	margin-left: 16px;
}

#home_schedule .slideshow .viewer img { width: 493px; }

#home_schedule .slideshow .prev, #home_schedule .slideshow .backward {
	float: left;
	margin: 125px -40px 0 0;
}

#home_schedule .slideshow .next, #home_schedule .slideshow .forward {
	float: right;
	margin: 125px 0 0 -20px;
}

#home_schedule .right_column {
	float: right;
	width: 285px;
}

#home_media {
	float: right;
	width: 421px;
}
#home_media .white_box { min-height: 411px; text-align: center; }

#home_media h2 {
	width: 214px;
	height: 48px;
	background-position: 0px -81px;
	margin: 15px 0 -2px auto;
}

#home_media .video {
	margin-top: 10px;
	margin-bottom: 5px;
}

#home_media .thumbnails {
	margin-top: 14px;
	margin-bottom: 5px;
}

#home_media .thumbnails img {
	border: 0;
	width: 62px;
	height: 62px;
}

#home_updates {
	float: left;
	width: 436px;
	margin-top: 2px;
	font-size: 12px;
}
#home_updates .white_box { min-height: 187px; }

#home_updates h2 {
	width: 263px;
	height: 47px;
	background-position: 0px -34px;
	margin: 15px 0 -3px 7px;
}

#home_updates .article_thumb {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 19px;
	overflow: hidden;
}

#home_updates .article_thumb img {
	width: 75px;
	border: 0;
}

#home_updates .article {
	float: left;
}

#home_updates h4 {
	font-size: 14px;
	margin: 0;
}

#home_updates hr {
	clear: both;
	margin: 2px 0 8px 0;
}

#home_twitter {
	clear: left;
	float: left;
	width: 436px;
	min-height: 179px;
}
#home_twitter .white_box { min-height: 136px; padding: 19px 17px 18px 17px; }

#home_twitter h2 {
	width: 327px;
	height: 33px;
	background-position: 0px 0px;
	margin: 13px 4px -1px auto;
}

.twtr-widget .twtr-hd, .twtr-widget .twtr-ft { display: none; visibility: hidden }
.twtr-widget .twtr-timeline { border-radius: 0px; }

/*
=====================================================
header
=====================================================
*/
#header, #footer {
	display: block;
	margin: 0px auto;
	width: 921px;
}

#header {
	text-align: center;
	height: 238px;
}

#header h1, #header h2 {
	color: #617a53;
}

#header h1 img {
	z-index: 2;
	position: relative;
}

#header h2 {
	display: none;
}

h3 {
	font-size: 32px;
	line-height: 36px;
	margin: 20px;
}


/*
=====================================================
nav
=====================================================
*/
#nav {
	position: relative;
	z-index: 2;
	margin: 0px auto;
	background-image: url(/template/images/nav_bar_combined.png);
	background-repeat: no-repeat;
	top: -18px;
	width: 669px;
	height: 45px;
	padding-left: 57px;
	padding-top: 7px;
}

#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	color: #555446;
	line-height: 105px;
	margin-left: 8px;
	overflow: hidden;
	height: 30px;
}

#nav li a:hover {
	color: #617a53;
	background-image: url(/template/images/nav_bar_combined.png);
	background-repeat: no-repeat;
}

#nav li#nav_1 a { width: 101px; }
#nav li#nav_1 a:hover { background-position: -1px -53px; }

#nav li#nav_2 a { width: 150px; }
#nav li#nav_2 a:hover { background-position: -110px -53px; }

#nav li#nav_3 a { width: 125px; }
#nav li#nav_3 a:hover { background-position: -268px -53px; }

#nav li#nav_4 a { width: 82px; }
#nav li#nav_4 a:hover { background-position: -401px -53px; }

#nav li#nav_5 a { margin-left: 2px; width: 85px; }
#nav li#nav_5 a:hover { background-position: -485px -53px; }


/*
=====================================================
footer
=====================================================
*/
#nav2 {
	clear: both;
	color: #f1f9f1;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 30px 11px 20px;
	padding-top: 15px;
}

#nav2 a {
	color: #f1f9f1;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.1em;
}

#nav2 a:hover {
	color: #617a53;
}

#footer #sponsors {
	color: #667e59;
	float: left;
	margin: 9px 0 0 0;
}

#footer #credit {
	background-color: #cdcc4e;
	color: #f1f9f1;
	font-size: 12px;
	font-weight: bold;
	margin-right: 14px;
	padding: 15px 13px 8px 13px;
	float: right;
	width: 148px;
}

#footer #credit a {
	color: #f1f9f1;
	text-decoration: none;
}

#footer #credit a:hover {
	text-decoration: underline;
}

#footer #courthouse {
	position: relative;
	z-index: -1;
	background-image: url(/template/images/courthouse.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 218px;
}

#footer #birds2 {
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	width: 131px;
	height: 55px;
	background-image: url(/template/images/combined.png);
	background-position: -196px -1061px;
	bottom: 241px;
	left: 251px;
}


/*
=====================================================
clouds and birds
=====================================================
*/
#cloud1, #cloud2, #cloud3, #cloud4, #birds1 {
	position: absolute;
	background-repeat: no-repeat;
}

#cloud1 {
	width: 242px;
	height: 107px;
	background-image: url(/template/images/combined.png);
	background-position: 0px -519px;
	top: 28px;
	left: 100px;
	z-index: 0;
}

#cloud1:hover {
	background-position: 0px -626px;
}

#cloud2 {
	width: 211px;
	height: 101px;
	background-image: url(/template/images/combined.png);
	background-position: 0px -733px;
	top: 103px;
	right: 56px;
	z-index: -2;
}

#cloud3 {
	width: 193px;
	height: 79px;
	background-image: url(/template/images/combined.png);
	background-position: 0px -837px;
	top: 488px;
	left: 10px;
	z-index: -2;
}

#cloud4 {
	width: 213px;
	height: 144px;
	background-image: url(/template/images/combined.png);
	background-position: 0px -916px;
	top: 906px;
	right: 10px;
	z-index: -2;
	display: none;
}

#birds1 {
	width: 144px;
	height: 32px;
	background-image: url(/template/images/combined.png);
	background-position: 0px -1061px;
	top: 182px;
	left: 64px;
	z-index: -2;
}


/*
=====================================================
IE Exceptions
=====================================================
*/
body.ie6 .white_box { height: 100%; }
body.ie6 #home_schedule .slideshow .forward {
	float: right;
	margin: 125px 0 0 -28px;
}
body.ie6 div.sm_content ul.sm_items>li {
	background: none;
	border-top: 1px 666 solid;
}

body.ie6 div.sm_content ul.sm_items>li:first-child, body.ie6 div.sm_gallery ul.sm_items>li {
	border-top: 0;
	background-image: none;
}


/*
=====================================================
Print styles
=====================================================
*/
@media print {
	* { background: transparent !important; color: #444 !important; text-shadow: none; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	abbr:after { content: " (" attr(title) ")"; }
	.ir a:after { content: ""; }  /* Don't show links for images */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	
	#sm_search_share, .video, .read_more { display: none; }
	input[type=button], input[type=submit], button { display: none; }
	body.inner .right_column { display: none; }
	body.inner .left_column { width: 100%; }
	body.inner .white_box { min-height: 600px; }
	#nav, #nav2 { display: none; }
	#cloud1, #cloud2, #cloud3, #cloud4, #birds1 { display: none; }
	#sponsors h3 { display: none; }
	body.inner * { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
}

