/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #000; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { font-weight: bold; }
a:hover { color: #fc8282; }
.text {
	color: #f6a44d;
	font-weight: bold;
}


/**
 * Primary styles
 *
 * Author: 
 */


/*--------------------------------------fonts--------------------------------------*/

body {
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #000;
}

/*--------------------------------------PAGES OTHER THAN HOME PAGE--------------------------------------*/

/*--------------------------------------fonts--------------------------------------*/
#chuckTwo p {
	font-size: 20px;
	font-style: italic;
	color: #f6a44d;
	float: right;
	line-height: 30px;
	padding: 0 15px 0 0;
	text-shadow: 2px 2px 4px #000;
}

#chuckTwo p strong{
	font-size: 24px;
	font-style: normal;
	color: #f6a44d;
}

#mingo {
	font-size: 28px;
	color: #fff;
	float: right;
	padding-right: 15px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

#content p {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	width: 475px;
	padding-bottom: 7px;
}
/*--------------------------------------container--------------------------------------*/

#bodyFilm #container {
	margin: 0 auto;
	background: url('../img/bkgdFilm.jpg') repeat-y top left;
	width: 1024px;
	height: 768px;
	z-index: 0;
}

#bodyCast #container {
	margin: 0 auto;
	background: url('../img/bkgdCast.jpg') repeat-y top left;
	width: 1024px;
	height: 768px;
}

#bodyNews #container {
	margin: 0 auto;
	background: url('../img/bkgdNews.jpg') repeat-y top left;
	
	min-height: 1268px;
	width: 1024px;
}

#bodyContact #container {
	margin: 0 auto;
	background: url('../img/bkgdContact.jpg') repeat-y top left;
	width: 1024px;
	height: 768px;
}

.photoRight {
	float: right;
	padding-left: 8px;
}

.photoLeft {
	float: left;
	padding:  5px 8px 0 0;
}

.photoFarLeft {
	float: left;
	padding:  5px 8px 0 0;
	margin-left: -160px;
}

.titleLeft {
	float: left;
	margin-left: -240px;
}

#bodyHome #navHome,
#bodyFilm #navFilm,
#bodyCast #navCast,
#bodyNews #navNews,
#bodyContact #navContact {
	color: #fc8282;
}

/*--------------------------------------main--------------------------------------*/


/*--------------------------------------sidebar--------------------------------------*/
#sidebarLeft {
	float: left;
	width: 445px;
	min-height: 320px;
	position: relative;
}

#chuckTwo {
	width: 447px;
	height: 70px;
	margin: 34px 0 0 0;
}

#logoType {
	margin: -15px 0 0 60px;
	position: relative;
	z-index: 50;
}

/*--------------------------------------content--------------------------------------*/
#content {
	float: right;
	width: 577px;
	min-height: 320px;
	position: relative;
	z-index: 0;
}

nav {
	float: right;
	width: 570px;
	height: 25px;
	background-color: #000;
	margin: 40px 0 10px 474px;
	padding-left: 7px;
}

nav li {
	list-style: none;
	float: left;
	font-style: bold;
}

nav a {
	display: block;
	padding: 0 8px;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

nav a:hover {
	color: #f6a44d;
}

.mail {
	width: 475px;
}

.mail2 {
	width: 479px;
}

.button {
	width: 200px;
	height: 35px;
	background-color: #000066;
	border-radius:15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earlier */
	}
	
.button a {
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 20px;
	}
	
.button a:hover {	
	color: #f6a44d;
	}

/*--------------------------------------footer-------------------------------------*/

footer {
	width: 1023px;
	height: 34px;
	background: url('../img/bkgdFooter.jpg') no-repeat top left;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

footer p {
	font-size: 16px;
	padding: 7px 0;
}

/*--------------------------------------HOME PAGE--------------------------------------*/

/*--------------------------------------#bodyHome fonts--------------------------------------*/
#bodyHome header p {
	font-size: 24px;
	font-style: italic;
	color: #f6a44d;
	float: right;
	padding-right: 140px;
	text-shadow: 2px 2px 4px #000;
}

#bodyHome header p strong {
	font-size: 28px;
	font-style: normal;
	color: #f6a44d;
}

#bodyHome #content p {
	font-size: 12px;
	color: #f6a44d;
	text-shadow: 2px 2px 4px #000;
	width: 577px;
	line-height: 12px;
}

#bodyHome #content p strong {
	font-size: 18px;
	color: #f6a44d;
}

#bodyHome #sidebarLeft p {
	font-size: 32px;
	color: #fff;
	float: right;
	padding-right: 140px;
}
#bodyHome #sidebarLeft p.subhead {
	font-size: 22px;
	color: #fff;
	float: left;
	padding: 25px 0 0 70px;
}

#bodyHome #sidebarLeft a .videoLogo {
	padding: 5px 0 0 70px;
}

#bodyHome #sidebarLeft .smlQuote {
	font-family: Arial, sans-serif;
	font-size: 14px;
	width: 250px;
	margin-right: -15px;
}

#bodyHome #sidebarLeft .smlQuote strong{
	color: #F6A44D;
	font-style: italic;
}

/*--------------------------------------#bodyHome container--------------------------------------*/

#bodyHome #container {
	margin: 0 auto;
	background: url('../img/bkgdHome.jpg') no-repeat top left;
	width: 1024px;
	height: 768px;
}
/*--------------------------------------#bodyHome header--------------------------------------*/
#bodyHome header {
	width: 1024px;
	height: 170px;
	;
}

.socialMedia {
	float: left;
}

#twitter {
	margin: 15px 0 0 5px;
	border: 1px solid #fff;
}

#facebook {
	margin: 15px 0 0 80px;
	border: 1px solid #fff;
}

#logos {
	width: 1024px;
	height: 90px;
}

#logos img {
	float: right;
	padding: 15px 10px;
}

#bodyHome #chuck {
	width: 447px;
}

#bodyHome nav {
	float: right;
	width: 570px;
	height: 25px;
	background-color: #000;
	margin: -30px 0 10px 474px;
	padding-left: 7px;
}

#bodyHome nav li {
	list-style: none;
	float: left;
	font-style: bold;
}

#bodyHome nav a {
	display: block;
	padding: 0 8px;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

#bodyHome nav a:hover {
	color: #f6a44d;
}

/*--------------------------------------#bodyHome main--------------------------------------*/


/*--------------------------------------#bodyHome sidebar--------------------------------------*/
#bodyHome #sidebarLeft {
	float: left;
	width: 447px;
	height: 594px;
}

#trailer {
	margin: 25px 0 0 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*--------------------------------------#bodyHome content--------------------------------------*/
#bodyHome #content {
	float: right;
	width: 577px;
	height: 594px;
}

#bodyHome #logoType {
	margin: -125px  0 0 -100px;
}







.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

