﻿@charset "UTF-8";

/*GLOBAL*/

body {
	margin: 0px;
	background-color: black;
	font-family: "Times New Roman", Times, Garamond, serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: white;
}

img, img a {
	border: none;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#container {
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
	width: 800px;
	height: 100%;
	background-color: black;
}

#title {
	margin: 5px auto 5px auto;
	text-align: center;
}

#body {
	padding: 25px;
	height: 100%;
}

.body-left {
	float: left;
}

.body-right {
	float: right;
}

/*NAV BAR*/

#navigation {
	width: 750px;
	height: 45px;
	margin: 0px 25px 0px 25px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
}

ul#nav  { margin: 0px auto 0px 5px; }

#nav li {  /* Main nav list items */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	list-style: none;
	padding: 0px 23px;
	text-align: center;
	line-height: 45px; /* height of the tab */
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	line-height: 45px; /* height of the tab */
}

#nav li a:link, #nav li a:visited {
	color: #999999;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a#current {
	color: #FFFFFF;
	text-decoration: none;
}

/*HOME PAGE*/
#main {
	width: 465px;
	height: 650px;
	margin: 0px auto 0px auto;
	background-image: url('../images/headshot_lg.jpg');
	background-repeat: no-repeat;
	border: 1px solid white;
}

#headline {
	margin: 0px auto 0px auto;
	width: 467px;
	padding: 5px 0px;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	text-align: center;
}

#headline a:link, #headline a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}

#headline a:hover, #headline a:active {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}


/*RESUME*/

/*Res Nav*/

#nav2 {
	width: 179px;
	height: 25px;
	margin: 0px auto 0px auto;
	text-align: center;
	float: left;
}

ul#resnav { margin: 0px auto 0px auto; }

#resnav li {  /* Main nav list items */
	border-bottom: 1px solid #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style: none;
	line-height: 25px; /* height of the tab */
}

#resnav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	line-height: 25px; /* height of the tab */
	padding: 0px;
}

#resnav a:link, #resnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#resnav a:hover, #resnav a:active {
	color: #000000;
	text-decoration: none;
	background-color: white;
}

#resnav a.selected {
	color: #000000;
	text-decoration: none;
	background-color: white;
}

#voresume {
	float: right;
	width: 570px;
	border-left: 1px solid #FFFFFF;
	clear: none;
}

.content-box {
	padding-left: 7px;
	min-height: 800px;
}

.res-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}

.res-note {
	padding-left: 35px;
	font-style: oblique;
	color: #999999;
}

.vo-title {
	font-size: 14px;
	font-weight: bold;
}
.vo-quote {
	font-size: 14px;
	width: 520px;
}

/*GALLERY*/

#gallery {
	text-align: center;
}

#gallery img, #gallery img a {
	border: 1px solid white;
	padding: 1px;
}

/*DEMO REEL*/

#reels {
	margin: 0px auto 0px auto;
	width: 320px;
	min-height: 500px;
}
#tvfilm {
	display: block;
	width: 320px;
	height: 240px;
}
#audiobook {
	display:block;
	width:320px;
	height:24px;
}
#animation {
	display:block;
	width:320px;
	height:24px;
}
/*PRESS*/

.page-title {
	font-style: oblique;
}

.press-block {
	margin: 10px 0px;
	padding: 10px;
	border: 3px double #999999;
	color: #999999;
	font-size: 14px;
}

.press-title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.press-subtitle {
	font-style: oblique;
}

.press-subtitle-indent {
	padding-left: 25px;
	font-style: oblique;
	font-weight: bold;
}

/*CONTACT*/

.contact-block {
	padding: 25px 0px;
}

.contact-name {
	font-size: 18px;
	font-weight: bold;
}
.contact-title {
	font-size: 15px;
	font-style: oblique;
}
.contact-info {
	font-size: 13px;
}