html,body{
	height:100%;
	-webkit-font-smoothing: antialiased;
}
body{
	background:#4A8678;
	font-family:georgia,serif;
	font-size:16px;
	color:#333333;
	line-height:23px;
	text-align:center;
}
iframe,img{
	border:0px none transparent !important;
}




.container p,.container ul,.container li{
	text-transform:none;
	text-align:left;
}
.container td p,.container td ul,.container td li{
	text-align:inherit;
}
td{
	vertical-align:top;
}
h1,h2,h3,p,html,body,ul,li,ol{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
img{
	max-width:100%;
	height:auto;
}
p{
	padding-bottom:23px;
	max-width:500px;
	margin:0 auto;
}
h1{
	margin:0 auto;
	width:560px;
	margin-top:55px;
}
h2,h3{
	text-transform:uppercase;
	font-weight:bold;
	color:#AB7A5C;
}
h3{
	max-width:500px;
	font-size:15px;
	line-height:18px;
	margin:36px auto;
}

.show_entry h3{
	color:#777;
	font-size:12px;
	margin-top:6px;
	margin-bottom:15px;
}
.twitter_box{
	border-top:1px solid #AB7A5C;
	border-bottom:1px solid #AB7A5C;
	margin-bottom:18px;
}

div.supporters{
	text-align:left;
	width:50%;
	padding:0 8%;
	padding-bottom:36px;
}
.supporters a{
	vertical-align:middle;
	display:inline-block;
	width:28%;
	margin:0 2% 20px 0;
	text-align:center;
}
.supporters h3{
	max-width:none;
}
.supporters a img{
	display:block;
}
.border{
	background:url(../images/layout/back_page.png) top center;
	/*max-width:1152px;*/
	position:relative;
	padding:1px 6px;
	border-left:15px solid #217060;
	border-right:15px solid #217060;
	min-height:100%;
    margin: -2px auto;
	box-shadow:0 0 20px rgba(0,0,0,.2);
}
.border_hz{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/layout/border_dot.png) repeat-x -2px 3px;
	background-color:#217060;
	height:15px;
	z-index:1;
}
.border_hz.bottom{
	top:auto;
	bottom:0;
}
.border_vt{
	height:100%;
	position:absolute;
	left:-15px;
	top:0;
	width:15px;
	background:url(../images/layout/border_dot.png) repeat-y 3px 3px;
}
.border_vt.right{
	left:auto;
	right:-15px;
}
.wrapper{
	position:relative;
	margin:22px auto;
	position:relative;
	border:2px solid #AB7A5C;
	padding:1px;
	z-index:3;
}
.gold_line{
	width:120px;
	display:inline-block;
	height:2px;
	background:#AB7A5C;
	margin:10px;
	transition: all .5s ease;
}
.shorter{
	width:45px;
	margin:5px;
	height:1px;
}
.fullwidth{
	margin-left:-24px;
	margin-right:-24px;
}
.banner_outer{
	background:#000;
	position:relative;
	z-index:200;
	margin-bottom:-30px;
}
.single_frame{
	margin-bottom:0px;
}
.banner_top_line, .banner_bottom_line{
	width:100%;
	display:block;
	position:absolute;
	height:1px;
	left:0;
	background:#B98F6B;
	top:6px;
	z-index:3;
}
.banner_bottom_line{
	top:auto;
	bottom:6px;
}
.banner h2{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-12px;
	width:100%;
	font-size:22px;
	z-index:2;
	color:#fff;
}
.show_entry h2,
.show_entry h2 a:link,.show_entry h2 a:visited,.show_entry h2 a:hover,.show_entry h2  a:active{
	color:#fff;
	font-size:16px;
}
.banner a:link,.banner a:visited,.banner a:hover,.banner a:active{
	color:#fff;
	font-weight:normal;
}
.banner .gold_line, .show_entry .gold_line{
	margin-bottom:6px;
	
}


.circles{
	display:block;
	width:145px;
	height:145px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-72px;
	margin-left:-72px;
	background:url(../images/layout/back_circles.png) no-repeat;
	z-index:1;
}
.banner img{
	display:block;
	width:100%;
	height:auto;
}
.stars{
	width:60px;
	height:60px;
	right:0;
	top:0;
	position:absolute;
	background:url('../images/layout/star_r.png');
	display:block;
}
.star_left{
	background:url('../images/layout/star_l.png');
	right:auto;
	left:0;
}
.column li{
	list-style:disc outside;
	margin-left:22px;
}
.column ul{
	max-width:500px;
	margin:0 auto;
	margin-bottom:22px;
}
.nav li{
	text-transform:uppercase;
	vertical-align:middle;
	display:inline-block;
	font-size:13px;
	margin:0;
	background:url(../images/layout/nav_spacer.png) no-repeat left center;
}
.nav li a{
	display:block;
	padding:30px 10px 30px 20px;
}
.nav li.first{
	background:none;
}
.nav li.first a{
	padding-left:10px;
}
.nav li.selected a{
	color:#AB7A5C;
	font-weight:bold;
}
.social{
	text-align:left;
	margin-top:60px;
	float:right;
	width:100px;
	padding-right:7px;
	position:relative;
}
.social a{
	display:block;
	float:right;
	width:25px;
	margin-left:5px;
}
.social img{
	display:block;
}
.clear{
	clear:both;
}
.nav li.search{
	float:right;
	width:180px;
	background:none;
	padding:28px 10px 0 0;
}
input#mce-EMAIL{
	border:1px solid #ddd;
	border-right:none;
	margin-right:-4px;
}
input#mc-embedded-subscribe{
	border:1px solid #ddd;
	border-left:none;
}
.nav label{
	position:absolute;
	top:-20px;
	left:5px;
	display:block;
	text-align:left;
	color:#AB7A5C;
}
.nav li.first{
	margin-left:200px;
}
.column, .show_entry{
	width:34%;
	padding:0 8%;
	padding-bottom:36px;
	float:left;
}
.left_col{
	width:50%;
}
.right_col{
	width:17%;
}
.show_entry{
	position:relative;
	width:33.33%;
	margin-right:0;
	padding:0;
	/*margin-bottom:36px;*/
	height:450px;
	background:#111;
}
.show_entry.last_show{
	margin-right:0;
}
/*.show_entry{
	width:49.95%;
	margin-right:.1%;
	padding:0;
	margin-bottom:36px;
	height:450px;
	background:#111;
}
.show_entry.last_show{
	margin-right:0;
}*/
.show_entry .gold_line{
	display:block;
	clear:both;
	height:1px;
	margin:10px auto;
}
.show_thumb{
	height:250px;
	margin-bottom:30px;
	display:block;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.show_entry a.btn{
	display:inline-block;
	background:#B58F6D;
	font-size:11px;
	color:#111;
	padding:5px 10px;
}
.youtube{
	width:100%;
	margin-bottom:18px;
}

.vert_border{
	position:absolute;
	background:#B98F6B;
	width:1px;
	left:50%;
	top:50px;
	bottom:50px;
	
}
.twothirds{
	left:66.666%;
}
.container{
	position:relative;
}
.media{
	display:inline-block;
	width:31%;
	margin:1%;
	margin-bottom:0;
}
.banner_img{
	position:relative;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:450px;
	display:block;
}

.graded_bar{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	/*background:rgba(45,113,96,.7);
	background:rgba(0,0,0,.8);*/
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 35%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	height:50%;
	z-index:2;
}
.graded_bar p{
	max-width:none;
	padding:0;
}
.graded_bar .column{
	position:absolute;
	left:0;
	bottom:0;
	width:84%;
	color:#fff;
	text-align:left;
}
.graded_bar p{
	padding:0;
}
.multi_frame .graded_bar{
	display:none;
}

.multi_frame .graded_bar .column span{
	max-width:600px;
	display:block;
}
.show_hover{
	padding:0;
	display:none;
	position:absolute;
	z-index:20;
	font-size:12px;
	left:0;
	bottom:0;
	width:100%;
	color:#fff;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 5%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 5%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 5%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 5%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 5%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.media_file{
	display:block;
	padding:20px 10px;
	background:#BA8E6F;
	font-size:30px;
	color:#D5BBAB;
	border-radius:3px;
}
.show_hover span{
	display:inline-block;
	padding:20px;
}
.hide_from_big, .hide_from_med{
	display:none;
}
ul.nav li#small_social{
	display:none;
}
#mc-embedded-subscribe-form{
	padding:0;
	margin:0;
}
@media screen and (max-width: 1100px) {
	.banner_img, .show_entry{
		height:350px;
	}
	.show_thumb{
		height:175px;
	}
	.hide_from_med{
		display:none;
	}
	.hide_from_big{
		display:block;
	}
	.nav li.search{
		background:url(../images/layout/nav_spacer.png) no-repeat 4px center;
		float:none;
		position:relative;
		padding:0 6px 0px 26px;
	}
	.nav li a{
		display:block;
		padding:30px 6px 30px 16px;
	}

	.nav li.first{
		margin-left:0;
	}
	h1 .gold_line, .banner .gold_line{
		width:45px;
	}
}
@media screen and (max-width: 850px) {
	.wrapper .bx-wrapper img{
		margin-top:0;
		margin-bottom:0;
	}
	h1{
		width:340px;
	}
	h1 .gold_line, .banner .gold_line{
		width:30px;
	}
	.banner .circles{
		display:none;
	}
	.column{
		width:84%;
	}
	.show_entry{
		clear:both;
		width:100%;
		padding:0;
		margin-right:0;
	}
	 .show_entry h2{
		font-size:22px;
	}
	.vert_border{
		display:none;
	}
	.youtube{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.col_left .youtube iframe, .col_right .youtube iframe{
		margin-left:0;
		margin-right:0;
	}
	.column{
		padding-bottom:0;
	}
	div.supporters{
		width:84%;
	}
	
	.graded_bar{
		line-height:14px;
	}
	.graded_bar .column{
		padding-bottom:20px;
	}
	.nav li{
		background:none;
	}
	.nav li a{
		display:block;
		padding:30px 7px 10px 7px;
	}
	.nav li.search{
		padding:0 0 10px 0;
		float:none;
		width:100%;
		background:none;
		clear:both;
		text-align:center;
	}
	.nav label{
		display:inline-block;
		padding-right:10px;
		position:relative;
		top:auto;
		left:auto;
		text-align:right;
	}
	.search input[type=submit]{
		float:none;
	}
	h1 .gold_line{
		display:block;
		float:none;
		margin:10px auto;
		width:60px;
	}
}
@media screen and (max-width: 650px) {
	.hide_for_small, .show_entry .hide_for_small{
		display:none;
	}
	.banner_img, .show_entry{
		height:250px;
	}
	.show_thumb{
		height:125px;
		margin-bottom:10px;
	}

	.graded_bar{
		font-size:11px;
	}	
	h1{
		width:70%;
		margin:30px 0;
		margin-left:15%;
		float:left;
	}
	.nav, .social, .bx-wrapper .bx-pager, .bx-wrapper .bx-prev, .bx-wrapper .bx-next,.border_vt,.stars{
		display:none;
	}
	.border, .wrapper{
		border-right:0;
		border-left:0;
		padding-left:0;
		padding-right:0;
	}
	.fullwidth{
		margin-left:0;
		margin-right:0;
	}
	.column{
		width:92%;
		padding:4%;
		padding-bottom:0;
	}
	.youtube{
		margin-bottom:18px;
	}
	h3{
		margin-top:0;
		margin-bottom:18px;
	}
	.supporters a{
		width:40%;
		margin:0 2%;
	}
	.hide_from_med, ul.nav li#small_social{
		display:block;
	}
	
	ul.nav{
		padding:15px 0;
		background:#B98F6B;
	}
	ul.nav li{
		width:33.33%;
		float:left;
		margin:0;padding:0;
	}
	ul.nav li a{
		padding:5px 0;
	}
	.nav li.selected a{
		color:#000;
	}
	.nav li.search{
		clear:none;
		float:right;
		width:62%;
		padding:10px 0 0 0;
		margin:0 2%;
		margin-top:5px;
	}
	ul.nav label{
		color:#fff;
	}
	.search input{
		background:#B98F6B;
		color:#fff;
	}
	input#mc-embedded-subscribe{
		color:#000;
	}
	ul.nav li#small_social{
		float:left;
		width:29%;
		margin:0 2%;
		margin-top:5px;
	}
	ul.nav li#small_social a{
		display:inline-block;
	}
	.nav li.search #search_str{
		background:#B98F6B;
		width:78%;
		color:#fff;
	}
	#search_go{
		width:19%;
		color:#000;
	}
	.nav_trigger{
		width:15%;
		float:left;
		margin-top:53px;
		min-height:30px;
		text-indent:-9999px;
		background:url(../images/layout/nav.png) no-repeat center;
	}
	#small_social a{
		display:inline-block;
		margin:5px;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  color: #EEE8E2;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
	  color: #EEE8E2;
	}

	input.placeholder_text,
	textarea.placeholder_text {
	  color: #EEE8E2;
	}
	.banner h2{
		margin-top:-30px;
		font-size:16px;
	}
	.banner .gold_line{
		display:block;
		float:none;
		margin:10px auto;
		width:60px;
	}
	.show_entry{
		height:auto;
		padding-bottom:20px;
	}
}
@media screen and (max-width: 450px) {
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
}


.lt-ie9 .border{
	width:1000px;
}

.lt-ie9 .banner_img, .lt-ie9 .show_entry{
	height:350px;
}
.lt-ie9 .show_thumb{
	height:175px;
}
.lt-ie9 .hide_from_med{
	display:none;
}
.lt-ie9 .hide_from_big{
	display:block;
}
.lt-ie9 .nav li.search{
	background:url(../images/layout/nav_spacer.png) no-repeat 4px center;
	float:none;
	position:relative;
	padding:0 6px 0px 26px;
}
.lt-ie9 .nav li a{
	display:block;
	padding:30px 6px 30px 16px;
}

.lt-ie9 .nav li.first{
	margin-left:0;
}
.lt-ie9 h1 .gold_line, .lt-ie9 .banner .gold_line{
	width:45px;
}

.ie7 .nav li{
	float:left;
}
.ie7 .graded_bar{
	width:1000px;
	left:0;
}