@charset "utf-8";
/* CSS Document */

/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

html{
	margin:0;
	padding:0;
	background: #999;
	color: #2B2B2B;
}
body{
	margin: auto;
	font: 100% "Comic Sans MS", Arial, Helvetica, sans-serif 13px;
	width:980px;
	background: #999;
}

/* ==== masthead ==== */
#masthead { 
	margin: 0 8px;
	padding-bottom: 58px; 
	position: relative;
} 

#masthead p {
	margin: 0; 
	font-family:"Arial Narrow", Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	font-weight:lighter;
	font-size:40px;
}

/* ==== main menu (navigation bar) ==== */
.jqueryslidemenu{
	width: 100%;
	padding: 0;
}

.jqueryslidemenu ul{
	margin: 0;
	padding-left: 0; 
	list-style-type: none;
}

/*Top level list items of navbar*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	color: #000;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; 
	text-decoration: none; 
	text-align:left;
	padding: 0 8px;
	border-left: 1px solid #666;
	color: #2B2B2B;
	
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited, .jqueryslidemenu ul li a:active {
	text-decoration: none; 
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	margin-left: 4px;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

.jqueryslidemenu ul li:first-child a{ /* removes the unneccessary left separator from the first item in the nav bar */ 
	border-left-width: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 11px "Comic Sans MS";
	width: 150px; /*width of sub menus*/
	padding: 0 10px;
	margin: 0;
	text-align: left;
	border: none;
}

#masthead .jqueryslidemenu ul li a.current {
	font-weight: 500;
	color: #FFF;
	}

.jqueryslidemenu ul li a:hover{
/*	background: white; tab link background during hover state*/
	color: #FFF;
	font-weight: 500;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/*
.jqueryslidemenuz ul li ul li a:hover{  3rd level sub menus hover style
	background: #eff9ff;
	color: orange;
}*/

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/*== Main container including leftContainer and rightSidebar ==*/
#mainContent { 
/*	float: left;
	
	display: inline;*/
	min-height: 400px;
	width: 950px;
	background-color: #45535E;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 10px; /* pulls the container away from the left and right shoulders of the page */
	padding-right: 10px;
} 

#autoHeightContainer {
	float: left;
	width: 950px;
	display: inline; 
	background-color: #45535E;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 8px; /* pulls the container away from the left and right shoulders of the page */
}

#leftContainer { /* Contains main photo.  Photo dimensions: Height must = 380px, Width <= 600px -*/
/*	float: left;
	display: inline; 
	height: 390px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 690px; 
	margin: 10px;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
}

#textContent {
	text-align: left;
} 
#textContent p{
	text-align: left;
	padding-top: 1em;
} 

#textContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom: 1em;
	
}

#textContent h3 {
	padding-top: 1em;
	font-weight: bold;
}

#textContent .centered {
	text-align:center;
} 

#contactForm {
	
}

.photoCredit {
	font-size: 10px;
}

#rightSidebar {
	float: right;
	width: 240px;
	height: 350px;
/*	display: inline;
	padding: 20px 5px 0; */
	text-align: left;
	margin-top: 10px;
	color:#FFF;
}
#rightSidebar h1 {
	font-family: "arial narrow";
	font-size: 30px;
	border-bottom: solid #000 1px;
	padding-bottom: 10px;
}

#rightSidebar h1 span {
	font: normal 13px "Comic Sans MS";
}

#rightSidebar h2 {
	padding: 20px 0 10px;
	text-align: center;
}

#rightSidebar p {
	padding: 10px 5px 0 0;
	font-size: 12px;
}

#galleryScroll {
	width: 240px;
	float:right;
	font-size: 13px;
/*	margin-top: -50px;
	margin-right: 25px; */
}

#scrollList {
	list-style-type: none;
	border-top: 1px solid #000;
	padding: 10px 0 0 0;
	margin: 0;
}

#scrollList li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 1px 8px;
/*	border-top: #697F89 solid 3px;
	border-left: #697F89 solid 3px;
	border-bottom: #303A41 solid 3px;
	border-right: #303A41 solid 3px; */
	
}

#scrollList li a:hover {
	}

#scrollList li a:active {
	outline: none;
	color: #FFF;
	padding-top: 2px;
/*	border-top: #303A41 solid 3px;
	border-left: #303A41 solid 3px;
	border-bottom: #697F89 solid 3px;
	border-right: #697F89 solid 3px;  */
}

#scrollList .left { 
	float: left; 
}

#scrollList .right { 
	float: right; 
}

.dateHangingIndent{ /* indents the text and aligns it to the date indent in the CV page */
	padding-left: 48px;
	text-indent: -48px;
}

.numberedHangingIndent{ /* indents the text to aligns it to the numbered indent in the castingProcess page */
	padding-left: 24px;
	text-indent: -24px;
}

/* Photo Gallery  */
#gallery {
	margin: 0 0 0 8px;
	padding-left: 0px;
}

.italic {
	font-style: italic;
}

h2.attention {
	color: #FFF;
	width: 436px;
	margin-left: 7em;
/*	Height: 1em;
	font-size: xx-large;
	
	border-top: # E9E9E9 solid 2px;
	border-left: # EEE solid 2px;
	border-right: #333 solid 2px;
	border-bottom: #333 solid 2px;*/
	background: #1A415E;
	padding-top: 1em;
	text-align:center;
	
}

.thumbnail {
	float: left;
	margin-top: 30px; 
	padding: 0 10px 0 0;
}

.copyright {
	font-size: .8em;
	margin: auto;
	padding:2em 8px;
	clear: both;
} 

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.floatLeft {
	float:left;
}

/* contactColleen form configuration */



#messageHeadings { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
/* 	position: relative;  */
	width: 8em; 
/*	display: block;  */
	margin: 0;
	float:left;
} 
#userInput { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 450px;
/*	position: absolute; 
	left :100%;  
	top: 0;*/
	display: inline-block;
	float: left;
	margin-top: 0px;	
	
}

#userInput p {
	padding: 0;
	margin-top: 10px;
	font-size: 13px;
	width: 25em;
	border-bottom: #697F89 solid 1px;
	border-right: #697F89 solid 1px;
	border-top: #303A41 solid 2px;
	border-left: #303A41 solid 2px;
}

#userInput input, textarea  {
	margin-top: 10px;
	border-bottom: #697F89 solid 1px;
	border-right: #697F89 solid 1px;
	border-top: #303A41 solid 2px;
	border-left: #303A41 solid 2px;
}

/*
label span  { 
	font-family: Arial, Helvetica, sans-serif;
	position: absolute; 
	left :100%; 
	padding: 2px; 
	width: 20em; 
	border-bottom: #697F89 solid 1px;
	border-right: #697F89 solid 1px;
	border-top: #303A41 solid 2px;
	border-left: #303A41 solid 2px;
} 
*/
input.submit { 
	margin-left: 0; 
	border: 0;
} 
br { 
	display: none; 
} 
.editButton {
	float:left;
	padding-right: 5em;
}

#confirmation {
	padding-left: 213px;
	clear: both;
}

#mainContent #leftContainer .messageBox {
	width: 440px;
	height: 151px;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: #697F89 solid 1px;
	border-right: #697F89 solid 1px;
	border-top: #303A41 solid 2px;
	border-left: #303A41 solid 2px;
}

.messageInput {
	width: 20em;
	height: 151px;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: #697F89 solid 1px;
	border-right: #697F89 solid 1px;
	border-top: #303A41 solid 2px;
	border-left: #303A41 solid 2px;
}
a[href^="mailto"] {
	color:#DDD;
}
