@charset 'utf-8';

/* -------------------------------------------------------------- 
  
   Reset.css
   * Version:   0.5 (28/8/2007)
   * Website:   http://code.google.com/p/blueprintcss/
   
   Original by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	color:inherit;
	list-style: none;
}

/* BG Image */

body{
	background:#fff;
}



#container {
	margin:0 auto;
	padding-top:50px;
	width:1054px;
	position:relative;
}

#content {
	float:left;
	margin-left:200px;
	text-align:center;

}

#header {
	text-align: left;
	position:fixed;
	width:200px;
	padding-top:100px;
}

#player {
	padding:20px;
}



#nav li{
	display:block;
	width:100%;
	text-align:right;
	margin-bottom:10px;
}

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

#showHide {
	width:470px;
	margin:0 auto;
	text-align: center;
	padding: 5px;
	border-top:1px solid #000;
}



h1 {
	font-family: 'Adamina', sans-serif;
	color:#000;
	font-size:1.8em;
	padding:0px;
}

h2 {
	font-family: 'Adamina', sans-serif;
	color:#000;
	font-size:1.1em;
	padding:0px;
}

p {
	font-family: 'Adamina', sans-serif;
	color:#000;
	font-size:.9em;
	padding:10px;
}

p a{
	font-weight:bold;
}



#nav a {
	display: inline-block;
	font-family: 'Adamina', sans-serif;
	color:#000;
	font-size:.9em;
}

#nav a:hover, a:hover {
	color:#2d6ac6;
}


/* SLIDESHOW */

#slideshow {
	width:854px;
	height:483px;
	overflow: hidden;
	position:relative;
	background:url('imgs/storyboard_blank.jpg');
}

#slideshow-reel{
	width:100000px;
	height:483px;
	position:absolute;
	top:0;
	left:0;
}

#slideshow-reel .slide {
	width:804px;
	padding:25px;
	float:left;
}





a#prev, a#next{
	display:block;
	position:absolute;
	top:220px;

	width:0;
	height:0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;

}

a#next{
	right:35px;
	border-left: 15px solid #000;
}

a#prev{
	left:36px;
	border-right: 15px solid #000;

}

a#next:hover{
	border-left: 15px solid #2d6ac6;
}

a#prev:hover{
	border-right: 15px solid #2d6ac6;
}

.halfColumn{
	width:49%;
	height:100%;
	float:left;
	text-align: center;

}

.textBox{
	width:350px;
	text-align: left;
	margin-top:30px;
}

.centerText{
	width:600px;
	margin: 0 auto;
	margin-top:140px;
}

img.bioPic{
	margin-top:40px;
	box-shadow: 0px 0px 10px #777;
}








