@charset "UTF-8";
/* CSS Document */

body
{
	/*background:#000 url(../images/background.jpg) repeat;*/
	background: #272E42; /* old browsers */
	
	background: -moz-linear-gradient(top, #272E42 0%, #272E42 40%, #272E42 72%, #3f4c6b 100%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272E42), color-stop(40%,#272E42), color-stop(72%,#272E42), color-stop(100%,#3f4c6b)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272E42', endColorstr='#3f4c6b',GradientType=0 ); /* ie */
	
	background: -o-linear-gradient(top, #272E42 0%,#272E42 40%,#272E42 72%,#3f4c6b 100%); /* opera */
}

#header
{
	background:url(../images/bcflogo.png);
	margin-top:25px;
	border-top:5px solid #79ADD1;
	border-left:5px solid #79ADD1;
	border-right:5px solid #79ADD1;
	height:100px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}

#header h2
{
	font: "Century Schoolbook", Georgia, Times, serif;
	font-size:20px;
	color:#79add1;
	float:right;
	margin:75px 10px 5px 0px;
}

#header h3
{
	font: "Century Schoolbook", Georgia, Times, serif;
	font-size:14px;
	color:#79add1;
	float:right;
	margin:75px 10px 5px 0px;
}


#menu
{
	background:url(../images/menuBackground.jpg) repeat-x;
	height:20px;
	border-left:5px solid #79ADD1;
	border-right:5px solid #79ADD1;

}

#menu ul
{
	list-style:none;
}

#menu li
{
	display:inline;
}

#menu li a
{
	color:#000;
	text-decoration:none;
	line-height:20px;
	margin-left:10px;
}

#menu li a:hover
{
	color:#FF9;
}

#content
{
	background:#fff;
	height:auto;
	padding-top:20px;
	border-left:5px solid #79ADD1;
	border-right:5px solid #79ADD1;
	border-bottom:5px solid #79ADD1;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

#featuredContent
{
	width:800px;
	height:150px;
	margin:0px auto;
	border:1px solid #000;
	background:#E5E9FF;
	padding-bottom:5px;
	overflow:hidden;
}


.feature
{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
}

.feature h2
{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:5px;
}

.feature h2 small
{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:5px;
}

.backBox
{
	width:800px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	margin-bottom:5px;
	border:1px solid #000;
	background:#E5E9FF;
}

.backBox img
{
	float:left;
	margin:5px;
	position:relative;
	border:1px solid #000;
}

.backBox h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:5px;
}

.backBox h2 small
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.backBox p
{
	text-align:center;
}

.director
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:5px;
}

.dates
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin:5px;
}

.blurb
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:10px;
}

.chars
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:10px;
}

.charName
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}

.chars ul
{
	margin:10px;
}

#picList ul
{
	list-style:none;
}

#picList li
{
	display:inline;
}


#footer
{
	background:#FFF;
	margin-top:25px;
	border:5px solid #79ADD1;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	margin-bottom:25px;
	overflow:hidden;
}

#artImg
{
	width:500px;
	margin:5px auto;
}

#artImg img
{
	margin-left:25px;
}

#artTag
{
	clear:both;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	width:880px;
	margin:10px auto;
}

#footerAddress
{
	clear:both;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	margin:10px auto;
}

#copyRight, #copyRight a
{
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#79ADD1;
		text-decoration:none;
		text-align:center;
}

#staticContent
{
	overflow:hidden;
	width:900px;
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}

/* Cosmetic */
#simplePrevious, #simpleNext{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
}

.seasonImg
{
	float:left;
}

.sm
{
	list-style:none;
	width:800px;
	height:160px;
	display:block;
	overflow:hidden;
}

#smWrapper
{
	width:800px;
	margin:5px auto;
	border:1px solid #000;
}

.sm li
{
	float:left;
	display:inline;
	overflow:hidden;
}

.bodypanel
{
	margin:5px 10px 10px 10px;
}

#showList img
{
	cursor:pointer;
}

table.showWinners, table.showAwards, table.helperAwards, table.decrestion
{
	width:800px;
	text-align:center;
	margin:10px auto;
}

table.showWinners tr, table.showAwards tr, table.helperAwards tr, table.decrestion tr
{
	padding:10px;
	border:1px solid;
}

#internCo {
	width:558px;
	margin:10px auto;
	position:relative;
}

#internCo img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#internCo a{
	display:block;
}

#charlist
{
	width:400px;
	margin:5px auto;
}

#charlist td
{
	border:1px solid;
}
