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

Black #333333
Dark Black #0a0a0a

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

*/

body {
	background: #333333;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'ABeeZee', sans-serif;
}

a img {
	border: none;	
}

hr {
	border:none;
	border-top: 1px dotted white;	
}

#headerBackground {
	float: left;
	width: 100%;
}

header {
	margin: 0 auto;
	width: 960px;	
}

#logo { 
	float: left;
	margin: 10px 0 0 0;
}

#logo:hover {
	cursor: pointer;	
}

/*										Nav								*/

nav {
	float: right;
	margin: 25px 0 0 0;
}

nav ul {
	list-style-type: none;
	padding-left: 0;
	float: right;
}

nav li {
	display: inline;
	color: white;
	font-size: 95%;
	margin-left: 10px;
	font-weight: normal;
}

nav li a {
	color: white;
	text-decoration: none;
	padding: 5px 7px 5px 7px;
}

nav li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

nav li a.active {
	color: #333333;
	text-decoration: none;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

nav a img {
	float: right;
	margin-top: 12px;
	margin-left: 10px;
}

nav a img:hover {
	opacity: .8;
}

/*										Footer								*/

#footerBackground {
	float: left;
	width: 100%;
}

footer {
	width: 960px;
	margin: 0 auto;
	border-top: 1px dashed white;	
}

footer ul {
	float: left;
	list-style-type: none;	
	padding: 12px 0 0 0;
	margin-top: 0;
}

footer li {
	display: inline;
	color: white;
	font-size: 80%;
	margin-right: 10px;
}

footer li a {
	color: white;
	text-decoration: none;
}

footer li a:hover {
	color: white;
	text-decoration: underline;
}

footer p {
	color: white;
	float: left;
	font-size: 80%;	
	margin-top: 5px;
}

#copyright {
	float: left;
	width: 960px;
	color: white;
	margin: 0 0 5px 0;
}

#copyright a {
	color: white;	
	text-decoration: none;
}

#copyright a:hover {
	color: white;	
	text-decoration: underline;
}

p.copyLeft {
	float: left;	
}

p.copyRight {
	float: right;	
}

/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	background:url(images/banner.jpg) center;
	margin-top: 15px;
}

#banner {
	margin: 0 auto;
	width: 960px;	
	height: 400px;
	position: relative;
}

#banner  img.itc {
	position: absolute;
	right: -130px;	
	top: 6px;
	display: none;
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 650px;
	margin-bottom: 10px;
}

#mainBody {
	margin: 0 auto;
	width: 960px;	
	border-top: 2px solid white;
	padding: 10px 0 0 0;
	margin-top: 10px;
}

#mainBody.homeBody {
	border-top: none;
	padding: 0;
	margin-top: 0;
}

#mainBody h1 {
	font-size: 110%;
	color: white;	
}

#mainBody h1.video {
	font-size: 110%;
	color: white;	
	border-top: 1px solid white;
	padding-top: 15px;
}

#mainBody h2 {
	font-size: 95%;
	color: white;	
	text-decoration: underline;
}

#mainBody h4 {
	font-size: 85%;
	color: black;
	background-color: white;
	padding: 5px;	
}

#mainBody p {
	font-size: 85%;
	line-height: 25px;
	color: white;
}

#mainBody p a {
	color: white;
	text-decoration: none;
}

#mainBody p.press {
	font-style: italic;
}


#mainBody p a:hover {
	color: white;
	text-decoration: underline;
}

#mainBody li {
	font-size: 85%;
	line-height: 30px;
	color: white;
}

#mainBody li a {
	color: white;
	text-decoration: none;
}

#mainBody li a:hover {
	color: white;
	text-decoration: underline;
}

/*											Contact Form 									*/

fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 440px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.error {
	display: none;
	float: left;
	font-size: 80%;
	color: white;
	margin: 10px 0 0 160px;
}	

.field {
	float: left;	
	width: 440px;
	margin-bottom: 20px;
}

.submitField {
	float: left;
	width: 440px;	
}

#submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: black;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

#submit.formButton:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}

label {
	font-size: 90%;
	color: white;
	font-weight: normal;
}	

input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
}

textarea {
	border: none;	
	float: right;
	height: 120px;
	width: 278px;
	color: black;
	background-color: white;
}

/*										Productions					*/


.production {
	float: left;
	width: 960px;
	border-bottom: 1px dotted white;	
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.production:last-child {
	border-bottom: none;	
}

.production h3 {
	color: white;
	font-size: 95%;	
}

.imageArea {
	float: left;
	width: 660px;
}	

.castBox {
	float: right;
	width: 250px;
	background-color: white;
	padding: 10px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.castBox h4 {
	color: black;
	margin: 0;
	text-decoration: underline;
	font-size: 95%;
}	

.castBox ul {
	color: black;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 20px 0;
}	

.castBox ul:last-child {
	margin-bottom: 0;
}	

#mainBody .castBox li {
	color: black;
	line-height: 25px;
	font-size: 80%;
}	

/*										Home						*/


#twitter {
	float: right;	
	margin: 10px 0 10px 0;
}

#welcome { 
	float: left;
	width: 600px;
}

#homeBoxArea {
	float: left;
	width: 960px;
	margin: 10px 0 20px 0;
}	

.homeBox {
	float: left;
	width: 308px;
	height: 200px;
	margin-right: 20px;	
}

.homeBox:hover {
	cursor: pointer;
	opacity: .8;
}

.homeBox.secondBox {
	margin-right: 0;	
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;	
}

#mainBody .vjs-big-play-button {
	margin: 45px 0 0 75px;
}

.videoBox {
	float: left;
	width: 960px;
	margin-bottom: 10px;
	border-bottom: 1px dotted white;	
	padding-bottom: 20px;
}

.videoBox:last-child {
	border-bottom: none;	
}