/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Tables
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 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; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		
		font: 16px/28px Palatino, "Adobe Garamond", Times New Roman, serif;
		
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-y: scroll;
		height: 100%;
 	}
	#header, #content, #footer {
		/*width: 760px;*/
		padding: 20px;
	}
	.makeImageryNicer #header, .makeImageryNicer #content, .makeImageryNicer #footer {
		width: 900px;
	}

	.makeReadingNicer #header, .makeReadingNicer #content, .makeReadingNicer #footer {
		width: 760px;
	}
	h1 {
		position: relative;
		width: 250px;
		margin: 40px auto 20px auto;
		text-transform: uppercase;
		color: #e9a13a;
	}
	h1 span {
		display: none;
	}
	h1 a {
		display:block;
		text-indent: -20000px;
		height: 65px;
		width: 250px;
		border: none;
	}
	h1 a:hover {
		border: none !important;
	}
	.makeImageryNicer h1 a {
		background: url(../images/jeremyWilsonTitleWhite.png) no-repeat;
	}

	.makeReadingNicer h1 a {
		background: url(../images/jeremyWilsonTitleBlack.png) no-repeat;
	}
	#header {
		position: relative;
		margin: 0px auto;
		text-align: center;
	}
	#content {
		position: relative;
		margin: 0px auto;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	.makeImageryNicer #content {
		border: 1px solid #000;
		-moz-box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px#000;
		box-shadow: 0 0 10px #000;
	}
	.makeReadingNicer #content {
		border: 1px solid #ccc;
		-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px#ccc;
		box-shadow: 0 0 10px #ccc;
	}

	#banner {
		position: relative;
		left: -21px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.makeImageryNicer #banner {
		border: 1px solid #000;
		width: 940px;
		height: 528px;
	}
	.makeReadingNicer #banner {
		border: 1px solid #ccc;
		width: 800px;
		height: 340px;
	}
	#banner img {
		width: 100%;
	}
		
	#mainContent {
		
	}
	#mainContent #tagLine {
		display: none;
	}

	#trailer #mainContent p {
		text-align: center;
	}

	#about #mainContent {
		max-width: 480px;
		margin: 0px auto;
	}

	.makeImageryNicer #footer {
		position: relative;
		margin: 0px auto;
		color: #555;
	}
	.makeReadingNicer #footer {
		position: relative;
		margin: 0px auto;
		color: #aaa;
	}
	.makeImageryNicer #footer strong {
		color: #888;
		border: none;
	}
	.makeReadingNicer #footer strong {
		color: #777;
		border: none;
	}
	#footer p {
		text-align: center;
	}

/* #MakeImageryNicer
================================================== */
.makeImageryNicer {
	background: #111;
	color: #eee;
}
.makeImageryNicer #content {
	background: none;
}

/* #MakeReadingNicer
================================================== */
.makeReadingNicer {
	background: #eee;
	color: #111;
}
.makeReadingNicer #content {
	background: none;
}

/* #Credits
================================================== */
#creditLinks {
	float: left;
	width: 210px;
	padding: 10px;
	margin-right: 20px;
	background: #e8e8e8;
	border: 1px solid #e3e3e3;

}
#creditsTableWrap {
	float: left;
}
.creditsTable {
	margin-bottom: 20px;
}
.creditsTable td {
	padding: 0px 0px 10px 0px;
}
.creditsTable td.credit {
	width: 260px;
}

.js .creditsTable {
	display: none;
}
.js  #cast {
	display: block;
}

/* #Gallery
================================================== */
.imageGallery {
	overflow: auto;
}
.imageGallery li {
	float: left;
	margin-right: 15px
}
.shadowWrapper {
	width: 285px;
}
.stills .shadowWrapper {
	height: 121px;
}
.behindTheScenes .shadowWrapper {
	height: 190px;
}

.shadowWrapper a {
	border: none;
	width:100%;
	height:100%;
	overflow: hidden;
	display:block;
	opacity: 1.0;
}
.shadowWrapper a:hover {
	border: none !important;
}
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal; 
		font-variant: small-caps;
	}
	h2 {
		font-size: 2em;
		margin-bottom: 10px; 
	}
	h3 {
		font-size: 1.5em;
		margin-bottom: 10px; 
	}
	h3 span {
		font-variant: normal;
		font-size: 0.7em;
		color: #666;
	}
	.subheader { color: #777; }
	
	#resume h4 {
		margin-top: 34px;
	}

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	p.last { margin: 0px; }

	em { font-style: italic; color: #687178; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

	.selectedLink {
		font-weight: bold;
		border-bottom: solid 1px; !important;
	}
/* #Links
================================================== */
	a, a:visited { 
		color: #aaa; 
		text-decoration: none; 
		font-variant: small-caps; 
		font-size: 1.2em;
		letter-spacing: 0.1em;
	}
	a:hover, a:focus { color: #fff; border-bottom: solid 1px #fff; }

	.makeImageryNicer a, .makeImageryNicer a:visited { color: #aaa; text-decoration: none; }
	.makeImageryNicer a:hover, .makeImageryNicer a:focus { color: #fff; border-bottom: solid 1px #fff; }

	.makeReadingNicer a, .makeReadingNicer a:visited { color: #333; text-decoration: none; }
	.makeReadingNicer a:hover, .makeReadingNicer a:focus { color: #111; border-bottom: solid 1px #111; }

	p a, p a:visited { line-height: inherit; }
	
	h1 a, h1 a:visited { color: #687178;
		font-weight: normal; }
	h1 a:hover, h1 a:focus { color: #687178; border-bottom: solid 1px #687178; }
	
	/**
	#mainNavigation a, 
	#mainNavigation a:visited,
	{ 
		color: #aaa !important; 
	}
	#mainNavigation a:hover, 
	#mainNavigation a:focus
	{ 
		color: #fff; 
		border-bottom: solid 1px #fff; 
	}
	**/

/* #Navigation
================================================== */

	#mainNavigation {
		position: relative;
		display: inline;
		left: -10px;
	}
	#mainNavigation li {
		display: inline;
		margin-left: 10px;
	}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* #FancyBox
================================================== */
	#fancybox-close:hover {
		border: none;
	}


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.clear { display: block; clear: both;}

