/* 
	#5F04FF 
	http://colorschemedesigner.com/
	triad
*/

#root {overflow:auto;}

body {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	min-width: 1100px;
	background-color: #1C004D;
	color: #FFFFFF;
}

h1 {
	font-size: 1.8em;
	clear:both;
	float:none;
}

h2 {
	font-size: 1.4em;
	clear:both;
	float:none;
}

#header {
	background-color: #6004FF;
	height: 335px;
	position: relative;
}
#front-headshots {
	top: 25px;
	position: relative;
}

/* Area around the headshots and text */
.RoundedHeadshots>div {
	float: left;
	width: 125px;
	height: 150px;
	color:#FFE100;
	position: relative;
	text-align: center;
	z-index: 1;
}

/* Front page headshot */
.RoundedHeadshots>div>img {
	margin: 0px;
	height: 110px;
}

/* Front page names */
.RoundedHeadshots>div>h3 {
	padding: 0px;
	margin: 2px;
	font-size: 1.2em;
}

/* Front page resumes */
.RoundedHeadshots>div>p, .RoundedHeadshots>div>div {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 130px;
	z-index: 30;
	color: FFE100;
	/*background-color: #A775FF;*/
	background-image: url(/images/20pct_transparent.png);
	font-weight: bold;
	padding: 5px;
	font-size: .7em;
}


#root {
	position: relative;
	width: 1080px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	border-width: 0px;
}

.contactInfo h3 {
	margin-top: 1em;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFCA40;
}

a:hover {
	text-decoration: underline;
}

.dark a:link, .dark a:visited {
	font-weight:bold;
	color: #1C004D;
}

.dark a:hover {
}

.mainPageFrame {
	float: left;
	margin-left: 10px;
	max-width:935px;
}

.left_bar {
	width: 110px;
	float: left;
	background-color: #FFE100;
	color: #4D4300;
	font-size: .8em;
	padding: 8px;
	border: 3px solid black;
}

#left-menu-links p {
	/*background-color: #FFE100;
	color: #3D0186;
	border: 3px solid #3D0186;*/
	margin-top: 13px;
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
	position:relative;
}
#left-menu-links a, #left-menu-links a:hover {
	/*background-color: #FFE100;
	color: #3D0186;*/
	width: 100%;
}

img.headshot {
	display: inline;
	position: relative;
	float: left;
	margin: 8px;
}

.left_justified {
	display: inline;
	position: relative;
	float: left;
	text-align: left;
	margin: 20px;
}

.talent_detail_title_bar {
	display: block;
	background-color: #777777;
	clear: both;
	padding: 10px;
	float: none;
	font-size: 8px;
	height: 310px;
}

.talent_skills_bar {
	display: block;
	clear: both;
	color: #000000;
	background-color: #8080FF;
	margin-top: 5px;
	text-align: center;
	font-size: 8pt;
	vertical-align: top;
	padding: 3px;
	height: 60px;
	width: 100%
}

.debug {
	position: absolute;
	left: 10px;
	top: 500px;
	width: 300px;
	text-align: left;
	background-color: #FFFF00;
}

#footer {
	margin-top: 3em;
	float: none;
	clear: both;
}
#footer p {
	display: block;
	float: left;
	margin-right: 3em;
	margin-bottom: 0.5em;
}
#footer h3 {
	clear: both;
	float: none;
}



/* Staff area */
#staff-list {
	float: left;
	position: relative;
}
#staff-list > div {
	float: left;
	text-align: center;
	position: relative;
	width: 120px;
	margin: 20px;
}


/* Generic news areas */
#listData {
	background-color: #6004FF;
	border: 2px solid black;
	padding: 1.5em;
	margin: 2em;
}
#listData > blockquote {
	margin-top: 1em;
}


/* Talent details */
h2.resume-category {
	margin-top: 1em;
}

.resume-pictures {
	clear: both;
	float: none;
}

.headshot {
	border: 2px solid black;
}
.headshot:hover {
	border-color: #FFD873;
}

.headshotPreview {
	margin: 2px;
	border: 1px solid black;
}

.headshotPreview:hover {
	border-color: #FFD873;
}
.production-title, .production-role {
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 2px solid #4D4300;
}
span.production-title {
	text-decoration: underline;
}
span.production-role {
	font-style: italic;
}
span.production-company {
}
