/* CSS Document */

body{
	font-family:"Times New Roman", Times, serif;
	margin:0;
	padding:0;
	white-space:nowrap;
	line-height:120%;
	background:#000;
	color:#c93;
}

#navigation, h1, h2, h3{
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-weight:normal;
}

.header{
	padding:20px 0px 10px 65px;
	height:60px;
	text-transform:uppercase;
	position:relative;
	display:block;
}

#navigation{
	font-size:15px;
	width:140px;
	margin-left:5px;
	text-align:right;
	float:left;
}

#navigation dt{
	display:block;
	padding:1px 0px;
	color:#c93;
	text-decoration:none;
}

a:link, a:visited{
	color:#c93;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	margin:0;
	width:627px;
	height:60px;
	position:absolute;
	background:url(images/title2.jpg) no-repeat;
	text-indent:-1000px;
}

h3{
	margin-top:15px;
}

.header .email{
	float:left;
	height:40px;
	line-height:60px;
	position:absolute;
	margin-left:230px;
}

#navigation a{
	text-decoration:none;
	color:#000;
}

#navigation a:hover{
	text-decoration:underline;
}

#navigation dt{
	cursor:pointer;
}

#navigation dt:hover{
	text-decoration:underline;
}

#navigation dd{
	float:right;
	margin: 0px;
	padding-bottom:10px;
	display:none;
}

#navigation dd img{
	margin:3px;
	float:left;
}

#navigation dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
#navigation dd{
	*display: inline-block;
}

#featured{
	margin-left:165px;
	_margin-left:15px;
	position:absolute;
	white-space:nowrap;
	width:auto;
}

#about, #cv, #links, #contact, #blog-links{
	width:700px;
	display:none;
	white-space:normal;
}

#imgDesc{
	border-top:1px solid #c93;
	margin:15px;
	white-space:normal;
	width:125px;	
	display:none;
}

#imgDesc p{
	margin-top:5px;
}