/* CSS Document */

div#mainContainer{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:438px;
	color:#515151;
	font-family: "Verdana", "Helvetica", "sans-serif";
	margin-top:20px;
	font-size:12px;
}

/*
#DFE5F2 -- text
#40241A -- dark
#73534C -- middle
#BFA099 - right
#D9B7B0 - pink

*/

#slideshow { width:800px; height:533px }
#slideshow img { display: none; width:800px; height:533px; }
#slideshow img.first { display: block }

a{	
	text-decoration:none;
	color:#D9B7B0;
}
a:hover{
	color:#FFF;
	text-decoration:underline;
}
a:active{
	color:#D9B7B0;
}

a.resume {
	color: #73534C;
}


div#content {
	margin-top:10px;
	border-top:3px solid #73534C;
	border-bottom:3px solid #73534C;
	text-align:left;
	background-color:#fdecd7;
	width:800px;
	position:relative;
}

div#news{
	width:800px;
	color:#ffffff;
	font-size:12px;
	overflow:hidden;
	line-height:120%;
	background-color:#73534C;
	height:533px;
	position: relative;
	/* background:url('../images/ek3/main_headshot2.jpg') no-repeat center center; */
}

div#news .background{
	background:url('../images/ek3/main_pic2.jpg') no-repeat center center;
	opacity:0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}

div#news .block{
	position: absolute;
	z-index: 10;
	margin:40px;color:#DFE5F2;font-size:14px;opacity:1
}

div#news a:hover{
}

div#logo{float:left;}

div#footer {
	color:#DFE5F2;	
	font-size:11px;
	word-spacing:0px;
	text-align:left;
	margin-top: 5px;
}

div#footerLinksContainer{
	color:#DFE5F2;
	background-color:#73534C;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	width: 180px;
	height: 25px;
	float:right;
	margin: 0px 5px 0px 10px;
	vertical-align:middle;
}

div#footerLinks{
	position:relative;
	top:3px; left:15px;
	float:left;
}
div#footerLinks a{
	position:relative;
	top:2px;	
}


/* MENU PLACEMENT AND BUTTONS */
div#menu{
	/*word-spacing:5px;*/
	font-size:16px;
	height:40px;
	margin-top:20px;
	margin-bottom:10px;
	position:absolute;
	text-align:right;	
}
a.menuButton{
	padding: 3px 5px 3px 5px;
}
a.menuButton:hover{
	background-color:#73534C;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */	
}

/** RESUME TABLE **/
table.resume {
	width:720px;
	color:#333;
}
table.resume td.header{
	text-decoration:underline;font-weight:bold;
	color:#333;
	font-size:14px;	
}

table.resume td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0px;
	color:#696969;
}

table.resume td.proper{
	padding-left:20px;	
	color:#454545;
}

/** CONTACT PAGE **/
div#contact{
	font-size:12px;
	color:#515151;
	position:relative;
	width: 100%;
	height: 100%;

	width:800px;
	color:#ffffff;
	font-size:12px;
	overflow:hidden;
	line-height:120%;
	background-color:#73534C;
	height:533px;
	position: relative;
}
div#contact .block {
	position: absolute;
	z-index: 10;
	margin:40px;color:#DFE5F2;font-size:14px;opacity:1
}

div#contact .background {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
	background:url('../images/ek3/main_headshot5.jpg') no-repeat center center;
}
div#contact span.header{
	color:#333333;	
}
/** BIO PAGE **/
div#bio{
	margin-top:20px;margin-left:40px;
	font-size:12px;
	height:450px;
}

/** PHOTOS **/
div#photos{
	margin:20px auto 20px auto;	
	height: 500px;	
	margin-left:auto;
	margin-right:auto;
	width:720px;
}
div.photo{
	float:left;	
	margin-left: 10px;
	margin-top: 10px;
}

/** PRESS PAGE **/
div.press{
	font-family:Verdana, Geneva, sans-serif;
	margin:20px 40px 40px 40px;
	color:#515151;
	font-size:12px;
	height:1000px;
	padding-top:10px
}
div.press img {
	background-color:#ffe5c6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */		
	margin-bottom:20px;border:3px solid #ffbbb0
}

div.press font{
	/*font-size:1.1em;*/
	color:#313131;
}
div.press font.key{
	font-weight:bold;
	font-style:italic;
	/*font-size:1.1em;*/
	color:#313131;
}
div.press font.author{
	font-weight:bold;
	/*font-size:1.1em;*/
	color:#313131;
}