/*************************************\
               GLOBAL STUFF
\*************************************/


html
{
	height: 100%;
	margin-bottom: 1px; /* Forces a scroll bar */
	font-family: Helvetica, Verdana, Sans-Serif;
}

body
{
	background-color: #ececec;
	min-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#bodyWrapper
{
	position: relative;
	width: 816px;
	height: 1200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	-webkit-box-shadow: 0px 0px 20px -10px #000000;
	-moz-box-shadow: 0px 0px 20px -10px #000000;
	box-shadow: 0px 0px 20px -10px #000000;
}

a
{
	color: #5a86b3;
	text-decoration: none;
}

a:hover
{
	color: #5a86b3;
	text-decoration: underline;
}

a:active
{
	color: #666666;
	text-decoration: none;
}


/*************************************\
               TOP STUFF
\*************************************/

#logo
{
	position: absolute;
	width: 323px;
	height: 52px;
	left: 20px;
	top: 20px;
	cursor: pointer;
	padding: 10px;
}

#logo:hover
{
	-webkit-box-shadow: 0px 0px 20px -10px #000000;
	-moz-box-shadow: 0px 0px 20px -10px #000000;
	box-shadow: 0px 0px 20px -10px #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#navMenu
{
	position: absolute;
	margin-top: 92px;
	margin-right: 0px;
	right: 20px;
}

a.navMenu
{
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 16px;
	text-decoration: none;
	color: #666666;
}

a.navMenu:hover
{
	color: black;
	text-decoration: none;
}

a.currentnavMenu
{
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 16px;
	text-decoration: none;
	color: #666666;
	border-bottom: 6px #5a86b3 solid;
}



/*************************************\
               PANEL STUFF
\*************************************/

#panelWrapper
{
	position: absolute;
	top: 120px;
	border-top: 6px #5a86b3 solid;
	border-bottom: 6px #5a86b3 solid;
	background-color: #eee;
}

h1
{
	font-size: 18px;
	font-weight: normal;
}

p
{
	font-size: 13px;
	color: #666
}

#panelContent
{
	width: 716px;
	height: 389px;
	padding: 20px 50px 50px 50px;
}


/*************************************\
               BOTTOM STUFF
\*************************************/

#pageTitle
{
	position: absolute;
	top: 620px;
	left: 15px;
	right: 15px;
	font-size: 18px;	
}

#twitterWidget
{
	position: absolute;
	top: 620px;
	left: 501px;
	overflow: hidden;
}

#scroller
{
	position: absolute;
	width: 803px;
	height: 340px;
	top: 670px;
	left: 6px;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
}

table#resumetable
{
	width: 786px;
	font-size: 10px;
	color: #444;
	background-color: #eee;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;

}

table#resumetable th
{
	font-size: 12px;
	background-color: #ddd;
	color: black;
	text-align: left;

}

table#resumetable tr:hover
{
	color: black;
	background-color: #ffc;
}

#footer
{
	position: absolute;
	height: 150px;
	width: 816px;
	border-top: 1px #ddd solid;
	bottom: 0px;
	background-color: #bbb;
}

.moveup
{
-webkit-transition: -webkit-transform .5s ease;
-moz-transition: -moz-transform .5s ease;
-o-transition: -o-transform .5s ease;
-webkit-transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
}

.moveup:hover{
-webkit-transform: translate3d(0px, -3px, 0px);
-moz-transform: translate3d(0px, -3px, 0px);
-o-transform: translate3d(0px, -3px, 0px);
}

#imdb
{
	position: absolute;
	width: 50px;
	left: 25px;
	top: 10px;
}

#filmcrewpro
{
	position: absolute;
	width: 50px;
	left: 85px;
	top: 10px;
}

#linkedin
{
	position: absolute;
	width: 50px;
	left: 145px;
	top: 10px;
}

#vimeo
{
	position: absolute;
	width: 50px;
	left: 205px;
	top: 10px;
}

#youtube
{
	position: absolute;
	width: 50px;
	left: 265px;
	top: 10px;
}

#facebook
{
	position: absolute;
	width: 50px;
	left: 325px;
	top: 10px;
}

#twitter
{
	position: absolute;
	width: 50px;
	left: 385px;
	top: 10px;
}

#contactfooter
{
	position: absolute;
	top: 30px;
	left: 630px;
	text-align: right;
	font-size: 12px;
}
