@charset 'UTF-8';

/* ------------ Home Page */

#home-images {
	float: left;
	width: 500px;
	height: 300px;
	overflow: hidden;
	border: 10px solid #F37A20;
}

#home-copy-block {
	float: right;
	width: 380px;
	height: 350px;
	font-size: 13px;
	text-align: justify;
	padding-bottom: 15px;
}

#networks {
	background-color: #FFFFCC;
	clear: both;
	width: 920px;
	height: 60px;
	border: 2px solid #FF9933;
	padding: 0px;
	overflow: hidden;
}

#networks-scroll {
	width: 920px;
	height: 50px;
	margin-top: 5px;
}

#networks-scroll img, #networks-scroll img a { border: none; padding: 0px 10px }

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/* ------------ About Page */

#inside-nav {
	float: left;
	width: 128px;
	padding-right: 15px;
}

ul#about  { list-style: none; margin: 0px; padding: 0px }

#about li {
	padding: 0px;
	text-align: right;
	line-height: 35px;
	margin: 0px 0px 10px 0px;
}

#about li a {
	display: block;
	padding: 0px;
	text-decoration: none;
	border-bottom: 2px solid #F37A20;
	border-right: 2px solid #F37A20;
	line-height: 35px;
}

#about li a:link, #about li a:visited { background: url('../images/nav/about/navbg.png') no-repeat 0px 0px; width: 125px; height: 35px; }
#about li a:hover, #about li a:active, #about li a#current { background: url('../images/nav/about/navbg.png') no-repeat -200px 0px; width: 125px; height: 35px }

#about-copy {
	float: right;
	width: 775px;
	padding: 0px;
	text-align: justify;
}

#title-block { padding-bottom: 10px; }

#entry-title {
	font-weight: bold;
	font-size: 22px;
	color: #000;
}

#entry-subtitle {
	font-weight: bold;
	font-style: oblique;
	font-size: 15px;
	color: #F37A20;
}

/* ------------ About NEWS Page */

/*DIGEST PAGE*/

ul#digest {
	list-style-type: none;
	margin: 0px 0px 0px -40px;
	line-height: 18px;
}

/*INDIVIUDAL STORY PAGE*/

#news-copy-full {
	float: left;
	left: 135px;
	width: 750px;
}

#news-title { font-size: 16px; font-weight: bold }

#news-byline { font-style: oblique; height: 25px; }

#news-article {
	width: 750px;
	height: 400px;
	overflow: auto;
}

#news-file { font-size: 10px; }

/* ------------ Production Page */

#productions-list {
	margin-left: 75px;
	width: 350px;
	height: 375px;
	font-size: 13px;
	overflow: auto;
	line-height: 18px;
}

#productions-list a:link, #productions-list a:visited { font-weight: bold; text-decoration: none; color: #F37A20 }
#productions-list a:hover, #producitons-list a:active, #productions-list a#current { font-weight: bold; text-decoration: none; color: #000 }

#productions-content {
	float: left;
	margin-left: 25px;
	width: 500px;
	height: 375px;
	padding: 0px;
}
#video-player {
	width: 500px;
	height: 375px;
	padding: 0px;
	margin-bottom: 5px;
}

#video-caption {
	width: 500px;
	height: 75px;
	font-size: 10px;
}

span.vid-title { font-size: 18px; font-weight: bold; color: #000; line-height: 22px }
span.vid-year { font-size: 13px; font-style: oblique; color: #F37A20 }

#facilities-images {
	float: left;
	width: 450px;
	height: 300px;
	overflow: hidden;
	border: 10px solid #F37A20;
	margin-right: 10px;
}

#facilities-networks {
	display: inline-block;
	clear: none;
	width: 430px;
	text-align: center;
}

/* ------------ All Other Pages */

#main-copy, #contact-copy, #facilities-copy, #casting-copy {
	float: left;
	width: 920px;
}

