* {
	color: #000000;
}

.floatright {
	display: none;
}

/* Page
***********************************************************************/
#page {
	margin: 0px;
	background: #ffffff;
	border: none;
}

/* Page header
***********************************************************************/
#page-header {
display:none;
	padding:0;
	margin:0;
	height:80px;
	background: url(images/brushed_metal.png);
	background-color: #000;
	border-bottom: 1px solid #333;
}
#page-header h1 {
	padding: 15px;
	font-size: 24px;
	color: #fff;
	margin:0;
}
#page-header h1 span {
	display: block;
	font-size: 12px;
	padding-left: 60px;
	color: #cf3;
}
/* Search
***********************************************************************/
#search {
	display:none;
	width : 210px;
	height : 40px;
	position : absolute;
	right: 0px;
	bottom: 40px;
	padding : 10px 0 4px 24px;
}
#search h2 {
	background : transparent;
	padding : 0;
	margin : 0;
	font-size : 0.8em;
	color : #566300;
	line-height : 10px;
	text-transform : uppercase;
	border : none;
}
#search p {
	margin : 2px 0 2px 0;
	padding : 0;
}

/* Topnav
***********************************************************************/
#header-menu {
	display:none;
	height:0px;
}

#nav {
	display:none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width : 780px;
	margin : 0 auto;
	padding : 0;
	height : 30px;
	background : #644a38; /*#926f53 url('images/nav-bg.png') repeat-x;*/
	border-top: 1px solid #333029;
}
#nav ul {
	padding : 0;
}
#nav li {
	display : block;
	width : 80px;
	height : 30px;
	float : left;
	padding : 0 20px 0 0;
	text-align : center;
	text-transform : uppercase;
	font-size : 0.85em;
	overflow : hidden;
	border-right : 1px solid #333029;
}
#nav li a {
	display : block;
	padding : 5px 10px 10px 10px;
	width : 100%;
	height : 100%;
	color: #eeeeee;
	text-decoration : none;
	font-weight : bold;
}
#nav li a:hover {
	background : #926f53;
	color : #fff;
}

/* Page content
***********************************************************************/
#page-content {
	width: 90%;
	background: #ffffff;
	padding: 15px 15px 15px 15px;
}
#page-content  h2  {
	padding: 15px 0 5px 0;
}
#page-content  p  {
	padding: 10px 0 5px 0;
}
/*
#page-content h3  {
	color: #CC6600;
	text-decoration:none;
	border-bottom: 1px solid #5c5c5c;
	line-height: 2.0em;
	margin: 10px 0 10px 0;
}
* */
#page-content h3 a, 
#page-content h3 a:visited, 
#page-content h3 a:link {
	color: #c2c220;
	text-decoration:none;
}
#page-content h3 a:hover {
	color: #CC6600;
	text-decoration:none;
}

/* About
***********************************************************************/
#about h2 {
	margin-left: 18px;
	font-size: 1.4em;
	font-weight: bold;
}
#about p {
	text-align: justify;
	width: 260px;
	margin-bottom: 15px;
	margin-left: 14px;
}
#about .lettrine {
	float: left; 
	font-size: 3em;
	margin: 1px;
	margin-right: 4px;
	padding: 1px;
}

/* Sidebar 
***********************************************************************/

#sidebar {
	display:none;
	float: right;
	width: 200px;
	margin: 0;
	padding: 15px;
	background: #fffac3;
}
#sidebar h2 {
	color: #322f29;
	border-bottom: 1px solid #c2c220;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-transform: lowercase;
}
#sidebar ul { 
	padding : 0 0 0px 0px;
}
#sidebar ul li { 
	list-style : none;
	font-size: 1em; 
	line-height: 1.4em; 
	border-top: 1px dashed #dcdcdc; 
	padding: 4px 0;
}
#sidebar a { 
	color: #5c5c5c; 
	text-decoration: none; 
	font-size: 1em; 
}
#sidebar a:hover { 
	text-decoration: underline;
	color: #926f53;
}
#sidebar img {
  vertical-align: middle;
  border: 4px solid transparent;
}

/* Page footer
***********************************************************************/
#page-footer {
	display:none;
	width: 780px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border-top: dotted 1px #e1e1e1;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
	text-transform: lowercase;
}


.post-doc pre { 
	white-space :	normal;
	border: 1px solid #c5c5c5;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background-color: #eee;
}

