/****************************************
 * Chasin' Gus' Ghost
 * Main CSS Styles
 ****************************************/


/****************************************
 * General Formatting
 ****************************************/
 
body {
 	margin: 0;
	padding: 0;
	font-family: trebuchet, "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 63.125%;
	background: #169133 url(/images/layout/header_bg.jpg) repeat-x top center;
	color: #fff;
}

/****************************************
 * Header
 ****************************************/

h1 {
		position: absolute;
		top: -1000em;
		left: -1000em;
}

#splash {
	display: block;
	margin: 0 auto;
}

/* Navigation */

#navigation {
	position: absolute;
	top: 210px;
	left: 50%;
	margin: 0 0 0 -410px;
	width: 818px;
	height: 42px;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#navigation a {
	float: left;
	display: block;
	height: 42px;
	background-position: top left;
	background-repeat: no-repet;
}

#navigation a:hover {
	background-position: bottom left;
}

#navigation .active a, #navigation .active a:hover {
	background-position: 0 -42px;
}

#navigation span {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

#navigation-home a { 
	background-image: url(/images/layout/nav/home.gif); 
	width: 72px;
}

#navigation-about a { 
	background-image: url(/images/layout/nav/about.gif); 
	width: 170px;
}

#navigation-trailer a { 
	background-image: url(/images/layout/nav/trailer.gif); 
	width: 145px;
}

#navigation-cast a { 
	background-image: url(/images/layout/nav/cast.gif); 
	width: 127px;
}

#navigation-news a { 
	background-image: url(/images/layout/nav/news.gif); 
	width: 67px;
}

#navigation-photos a { 
	background-image: url(/images/layout/nav/photos.gif); 
	width: 80px;
}

#navigation-press a { 
	background-image: url(/images/layout/nav/press.gif); 
	width: 69px;
}

#navigation-contact a { 
	background-image: url(/images/layout/nav/contact.gif); 
	width: 88px;
}

/* Subnav */

#navigation li {
	position: relative;
}

#navigation .subnav {
	display: none;
	position: absolute;
	top: 47px;
	left: 50%;
	padding: 0 0 0 23px;
	width: 400px;
	background: url(/images/layout/arrow_down_right.gif) no-repeat 0 1px;
	font-style: italic;
}

#navigation .active .subnav {
	display: block;
}

#navigation .subnav span {
	position: static;
	vertical-align: 0;
}

#navigation .subnav a {
	float: none;
	display: inline;
	height: auto;
	width: auto;
	background: none;
}

#navigation .subnav a.active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation #navigation-news .subnav {
	width: 200px;
}

/****************************************
 * Content Layout
 ****************************************/

#content {
	margin: 125px auto 0 auto;
	width: 800px;
}

.main {
	float: left;
	width: 510px;
}

.secondary {
	float: right;
	width: 250px;
}

.section {
	clear: both;
	margin: 0 0 40px 0;
}

/****************************************
 * Content Formatting
 ****************************************/

/* Text */

h2 {
	margin: 0 0 20px 0;
	font-size: 3em;
	font-weight: bold;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
}

h4 {
	margin: 0 0 20px 0;
	font-size: 1.4em;
	font-weight: bold;
}

p {
	margin: 0 0 20px 0;
	font-size: 1.3em;
	line-height: 1.4em;
}

ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
}

ul li {
	margin: 10px 0;
	padding: 0 0 0 19px;
	background: url(/images/layout/bullet.gif) no-repeat 2px 0.2em;
	line-height: 1.2em;
}

/* Links */

a {
	color: #9ff;
}

a:visited {
	color: #82d8cc;
}

a:hover {
	color: #ff0;
}

a:active {
	color: #9ff;
}

/* Images */

img {
	border: none;
}

.inline {
	clear: right;
	float: right;
	margin: 0 0 15px 20px;
}

.photo {
	margin: 25px 0;
	padding: 15px;
	background: #13802e;
}

.thumbnail {
	padding: 4px;
	background: #13802e;
}

a .thumbnail {
	background: #a6f0ff;
}

a:hover .thumbnail {
	background: #ff0;
}

.photo .caption {
	margin: 12px 0 0 0;
	font-size: 1.1em;
	color: #d0e6d5;
}

/* Separator */

.separator {
	padding: 0 3px;
	font-size: 10px;
	color: #50ad66;
	vertical-align: 1px;
}

/****************************************
 * Footer
 ****************************************/

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

/****************************************
 * Modules
 ****************************************/

/* Sidebar trailer link */

#miniTrailerTeaser {
	padding: 0 5px 46px 5px;
	background: url(/images/layout/trailer_cart.gif) no-repeat bottom left;
}

#miniTrailerTeaser img {
	display: block;
	border: 4px solid #a6f0ff;
}

#miniTrailerTeaser a:hover img {
	border: 4px solid #ff0;
}

/****************************************
 * Miscellaneous
 ****************************************/

#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

/****************************************
 * Homepage
 ****************************************/

#home #content {
	margin-top: 90px;
}

#home-intro {
	position: relative;
	width: 800px;
	height: 290px;
	background: url(/images/home/home_bg.gif) no-repeat top left;
}

#home-trailer {
	position: absolute;
	top: 39px;
	right: 19px;
	border: 5px solid #a6f0ff;
}

a:hover #home-trailer {
	border: 5px solid #ff0;
}

#home-intro h2 {
	position: absolute;
	top: 53px;
	left: 120px;
	margin: 0;
	width: 220px;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
}

#home-intro p {
	position: absolute;
	top: 130px;
	left: 55px;
	width: 340px;
}

#home-news {
	float: left;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
	width: 380px;
}

#home-news h4 {
	margin: 0 0 5px 0;
	font-weight: normal;
}

#home-screenings {
	float: right;
	margin: 40px 0 0 0;
	width: 380px;
}

#home-screenings .screening {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

#home-screenings h4 {
	float: right;
	margin: 0 0 1px 0;
	width: 245px;
	font-weight: normal;
	line-height: 1.2em;
}

#home-screenings .date,
#home-screenings .time {
	clear: left;
	float: left;
	margin: 0 0 0 0;
	width: 125px;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #a2d3ad;
}

#home-screenings .location {
	float: right;
	width: 245px;
	font-size: 1.2em;
}

/****************************************
 * Video Page
 ****************************************/

#video {
	padding: 0 0 75px 0;
	background: url(/images/layout/trailer_cart_510.gif) no-repeat bottom left;
}

.videoLink {
	margin: 0 0 30px 0;
}

.videoLink img {
	border: 5px solid #fff;
}

.videoLink a img {
	border: 5px solid #a6f0ff;
}

.videoLink a:hover img {
	border: 5px solid #ff0;
}

/****************************************
 * Timeline
 ****************************************/

#timeline .main .section {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-top: 25px;
	border-top: 1px solid #50ad66;
}

#timeline .main .section h3 {
	float: right;
	width: 225px;
}

#timeline .photo {
	clear: left;
	float: left;
	margin-top: 0;
	width: 225px;
}

/****************************************
 * Lightbox
 ****************************************/

#lightbox #caption {
	color: #333;
}

/****************************************
 * News and Screenings
 ****************************************/

.pageNavigation {
	float: left;
	width: 100%;
	font-size: 1.2em;
}

.pageNavigation .previous {
	float: left;
	margin: 0 0 20px 0;
}

.pageNavigation .next {
	float: right;
	margin: 0 0 20px 0;
}

.post .date {
	margin: -15px 0 15px 0;
	font-size: 1.1em;
	font-style: italic;
}

/****************************************
 * Photos
 ****************************************/

#photos .thumbnail {
	margin: 0 15px 15px 0;
	vertical-align: top;
}