/*RESETTING BROWSERS*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* CANVAS AREAS */
body
{
	font-family: arial;
	font-size: 0.9em;
	/*font-family: new courier;*/
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
}
h1
{
	position: relative;
	clear: both;
	font-family: Georgia, "Times New Roman", serif;
	margin-top: 25px;
	font-size:330%;
	color: #696768;
	text-align: center;
	height: 86px;
	padding-top: 16px;
	margin-left: 2%;
	margin-right: 2%;	
}

h1 span
{
	position: relative;
}
h1 span:after
{
	content: '';
	position: absolute;
	display: block;
	width: 165px;
	height: 18px;
	color: #000;
	top: 1.1em;
	right: 4px;
}

#homePage h1
{
	border-top: 5px solid #009989;
	border-bottom: 5px solid #009989;
}

#homePage h1 span:after
{
	background: URL(headingBlueFinal_cropped.gif) no-repeat top right;
}

#cvPage h1
{
	border-top: 5px solid #ce1836;
	border-bottom: 5px solid #ce1836;
}

#cvPage h1 span:after
{
	background: URL(headingRedFinal_cropped.gif) no-repeat top right;
}

#galleryPage h1
{
	border-top: 5px solid #f85931;
	border-bottom: 5px solid #f85931;
}

#galleryPage h1 span:after
{
	background: URL(headingOrangeFinal_cropped.gif) no-repeat top right;
}

#mediaPage h1
{
	border-top: 5px solid #edb92e;
	border-bottom: 5px solid #edb92e;
}

#mediaPage h1 span:after
{
	background: URL(headingYellowFinal_cropped.gif) no-repeat top right;
}

#contactPage h1
{
	border-top: 5px solid #a3a948;
	border-bottom: 5px solid #a3a948;
}

#contactPage h1 span:after
{
	background: URL(headingGreenFinal_cropped.gif) no-repeat top right;
}
/*#cvPage
{
	background: URL(headingRedFinal.gif) no-repeat top center;
}
#galleryPage
{
	background: URL(headingOrangeFinal.gif) no-repeat top center;
}
#mediaPage
{
	background: URL(headingYellowFinal.gif) no-repeat top center;
}
#contactPage
{
	background: URL(headingGreenFinal.gif) no-repeat top center;
}*/

#container
{
	width:930px;
	margin: auto;
	margin-top: 55px;
	position:relative;
	background-color: #ff0000;
	color: #696768;
}
/* END CANVAS AREAS */

/* NAV BAR */
#navBarContainer
{
	margin: 30px;
	margin-right:10px;
	font-size: 1.5em;
	font-family: "Georgia", "Times New Roman", serif;
	float: left;
	display: block;
	width: 22%;
}

#navBarContainer ul li
{
	margin: 5px 15px;
	padding: 5px;
	list-style-type: none;
	/*display: block;*/
	/*text-indent: 30px;*/
}

#navBar a
{
	padding-top: 7px;
	padding-bottom: 12px;
	padding-left: 40px;
	text-decoration: none;
	color: #696768;
}

#spotlight a 
{
	padding-left: 0;
}

#navBarContainer ul li#spotlight
{
	margin-top: 30px;
}

#home a
{
	background: URL(BlueBulletA.png) no-repeat 0px 8px;
}

#cv a
{
	background: URL(RedBulletA.png) no-repeat 0px 8px;
}

#gallery a
{
	background: URL(OrangeBulletA.png) no-repeat 0px 8px;
}

#media a
{
	background: URL(YellowBulletA.png) no-repeat 0px 8px;
}

#contact a
{
	background: URL(GreenBulletA.png) no-repeat 0px 8px;
}
/* END NAV BAR */
/*
#cvPage h1
{
	font-size: 2.5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 4px;
}*/

#cvPage h2
{
	font-size: 1.5em;
	font-family: "Verdana", sans-serif;
	border-bottom: dotted 2px #9C9C9C;
	margin-top: 10px;
	margin-bottom: 5px;
}

#mediaPage h2
{
	font-size: 1.25em;
	padding-bottom: 2px;
	/*border-bottom: dotted 2px #9C9C9C;*/
}

#mediaPage td
{
	vertical-align: top;
}

#cvPage td img, #mediaPage td img
{
	-moz-box-shadow: 2px 3px 3px #888888; /* Firefox 3.6 and earlier */
	box-shadow: 2px 3px 3px #888888;
	margin-bottom: 10px;
	margin-top: 3px;
	margin-left: 3px
}

#mediaPage tr
{
	border: solid 1px #ededed;
}

#contentContainer, #personalDetails, #agent, #navBarContainer
{
	display: inline; 
	float: left;
}

#personalDetails table, #agent table
{
	width: 250px;
}
#contentContainer
{
	width: 70%;
}

#personalDetails
{
	margin-right: 100px;
}

#credits, #workshops, #additionalTraining
{
	display: inline; 
	float:left; 
	clear:both;
	margin-top: 30px;
}

/*#workshops
{
	float: left;
}*/

/*
.characteristic
{
	padding: 5px 10px 5px 0;
}*/

table
{
	margin-top: 10px;
	width: 650px;
} 

#cvPage td, #contactPage  td, #contactThanksPage  td, #mediaPage td
{
	/*height: 15px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ededed;/*#9C9C9C;*/
}


.heading
{
	padding: 10px 0;
	
}

.icon
{
	padding-right: 7px;
}

 .title, .character
 {
	padding-right: 10px;
 }
 
 .type
{
	padding-right: 20px;
}

/*#homePage #photo
{
	-moz-box-shadow: 5px 10px 10px #888888; /* Firefox 3.6 and earlier */
	box-shadow: 5px 10px 10px #888888;
}*/
.icon img
{
	-moz-box-shadow: 2px 3px 3px #888888; /* Firefox 3.6 and earlier */
	box-shadow: 2px 3px 3px #888888;
}

#contentContainer_wrapper
{
	float: right !important;
	margin-right: 10% !important;
}

#contactPage fieldset
{
	border: solid 1px #ededed;
	padding: 10px;
	margin-bottom: 20px;
	width: 68%;
}

#contactPage legend, #contactPage h2, #contactThanksPage h2
{
	font-size: 1.5em;
	font-family: "Verdana", sans-serif;
	color: #696768;
}

#contactPage label
{
	float: left;
	width: 60px;
	padding-left: 5px;
	padding-top: 5px;
}

#contactPage .txtin, #contactPage textarea
{
	margin: 5px;
	width: 350px;
}

#contactPage textarea
{
	padding-right: 0;
}

#contactPage textarea
{
	height: 10em;
	width: 350px;
}

#contactPage .submit-button
{
	float: right;
	padding: 0.33em 1.5em;
	margin-right: 18px;
}

#agent a
{
	text-decoration: none;
	color: #696768;
}

#contactPage #agent, #contactThanksPage #agent
{
	margin-left: 5px;
}

#contactPage table, #contactThanksPage table
{
	margin-left: 10px;
}

.emp
{
	font-style: italic;
}

.duration
{
	display: block;
	font-size: 0.75em;
}

#workshops table .title
{
	/*width: 250px;*/
}

#workshops table td
{
	padding: 0.75em 0;
}

#workshops table, #list table
{
	/*width: 500px;*/
}

#list
{
	clear: both;
}

#list table tr
{
	cursor: pointer;
}

.videoThumb
{
	width: 120px;
}

#footer
{
	clear: both;
	text-align: right;
	position: relative;
	top: 2em;
	width: 95%;
	margin: 2em auto;
	padding-top: 0.5em;
	/*border-top: 1px solid #ededed;*/
	color: #ededed;
}

#agent table a:hover
{
	text-decoration: underline;
}

.col-14, #credits .title
{
	width: 14em;
}

.col-12, #credits .character
{
	width: 12em;
}

.col-26, #additionalTraining .title, #workshops .title
{
	width: 26em;
	padding-right: 59px;
}