/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #000;
	text-align: center; /* IE Fix */
	margin: auto;
	color: #fff;
	}
acronym { cursor: help; background-color: #f4f4f4; border: 0; }
a { text-decoration: none; color: #ffe; border-bottom: 1px solid #ffe; }
a:hover { border-bottom: 1px solid #C28032; color: #C28032; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 700px;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	padding: 0 0 20px 0
	}	
#header h1,
#header h2 { 	
	margin: 0;
	color: #fff;
    cursor: default;
	}	

#header h1 { 	
    font-size: 2.6em; 
	text-decoration: underline;}	

#header h2 { 	
    font-size: 1em; 
	font-style:italic;}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav { margin: 0; padding: 0; height: 46px; margin-bottom: 10px;}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 44px;
	margin-right: 5px;

	}		
#nav li a { 
	text-decoration: none; 
	color: #999;
	border-bottom: 0;
	padding: 9px 8px 0;
	font-size: 1.1em;
	}
#nav li a:hover { color:#CCC; }
#nav li a.on { color: #fff; font-weight: bold; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	padding: auto;
	font-size: 1.1em;
	width: 600px;
	margin: auto;
	}	
#content h3 { 
	font-size: 1em; 
	color: #736049; 
	margin: 0; 
	cursor: default;
	}
#content p { margin-top: 5px; margin-bottom: 10px; text-indent: 3em; }
#content blockquote { 
	background: #EFE9E1; 
	margin: 10px 0; 
	padding: 10px 20px;
	border-top: 1px solid #957045;
	border-bottom: 1px solid #957045;
	}
#content blockquote p { margin: 0; text-indent: 0; }	
#content ul li { list-style-image: url(img/li_bullet.gif)	; }

#bios {
	text-align: left; /* turn off IE Fix */

}

#date {
	 border-right-style:dotted;
	 padding-right: 3px;
	 margin-right: 3px;
	 color:#A2917C;
	 }
	 
#job {
	 border-right-style:dotted;
	 padding-right: 3px;
	 margin-right: 3px;
	 color:#000;
	 border-right-color: #9966CC;
	 }
	 
#picture {
	text-align: center;
	width: auto;
	margin: auto;
	 }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	padding: 0 200px;
	border-bottom: 5px solid #80705E;
	}
	
#footer a { text-decoration: none; color: #CABDAD; border-bottom: 1px solid #CABDAD; }
#footer a:hover { border-bottom: 1px solid #fff; color: #fff; }
