@import url( reset.css ); /* Reset browser defaults */

/* > Global Elements
-------------------------------------------------------------- */

body {
	background: #000 url( ../images/bg.jpg ) top left no-repeat;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 160%;
	color: #fff;
	/*width: 90%;
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;*/
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}

h2 {
	margin: 10px 0;
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	margin: 15px 0;
	color: #888;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
	color: #888;
}

a { color: #e2e2e2; text-decoration: none; }
a:hover { color: #dfd2a0; }

.padder { padding: 15px; }
.clear { clear: left; }

p {	margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

img.avatar {
	float: left;
	border: 2px solid #eee;
}

/* > Container
-------------------------------------------------------------- */

#container {
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 25px 25px 25px;
}

#inner {
	position: relative;
	min-height: 200px;
}

#header {
	margin-top: 10px;
	height: 30px;
}

#navigation {
	position: absolute;
	left: 159px;
	top:0px;
	/*width: 700px;*/
	/*margin: 0 auto 20px auto;*/
	padding: 0;
}

#navigation li
{
font-size: 22px;
display: inline;
list-style-type: none;
/*padding-right: 76px;*/
padding-right: 74px;
/*float: left;*/
}

#navigation li.last {
	padding-right: 0;
}

#video, #copy {
	width: 642px;
	margin: 10px auto;
}

	#copy {
		background: transparent url( ../images/bg-inner.jpg ) top left no-repeat;
		border: 1px solid #fff;
		width: 602px;
		padding: 10px 20px;
		min-height: 350px;
	}
	
#stills {
	width: 640px;
	margin: 10px auto;
}

#videoreel {
	border: 1px solid #fff;
	height: 381px;
	margin-bottom: 0;
}

#voicereel {
	margin-top: 20px;
}

/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
th, td {
	/*padding:.2em 1em;*/
	text-align:left;
}
thead th {
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}

th.last,
td.last {
	text-align:right;
}

.colA { width: 150px; }
.colB { width: 120px; }
.colD { width: 120px; }

/* > Footer
-------------------------------------------------------------- */

#footer {
	color: #bbb;
	position: relative;
	min-height: 78px;
}

	#footer h1#logo {
	position:absolute;
	top: 0;
	right: 150px;
	background:transparent url(../images/g-logo.gif) no-repeat scroll 0 0;
	width:281px;
	height:68px;
	margin:0;
	text-indent:-3000px;
	}
	
	h1#logo a {
	display:block;
	width:281px;
	height:68px;
	left:0;
	position:absolute;
	bottom:0;
	}
	
	#footer a {
		color: #bbb;
	}
	
	#footer p {
	position:absolute;
	top: 78px;
	right: 150px;
	}
	
	
	