/* --- general stuff --- */
body
{
	margin: 2em;
	padding: 0;
	background: #fff;
	color: #000;
}

a
{
	text-decoration: none;
	color: #000;
}

/* --- headings --- */
h2 { color: #000; }
h2 img { float: right; }

#admincontainer
{
	margin: 0 auto;
	text-align: left;
}

#logo
{
	margin: 0;
	padding: 0;
	text-align: right;
}

#topnav { display: none; }

/* --- footer --- */
#footer
{
	text-align: right;
	border-top: 1px solid #000;
	padding-top: 1em;
	margin-top: 2em;
}

#adminnav
{
	float: left;
	display: inline;
	width: 150px;
	margin: 0 0 2em 0;
}

#nav { display: none; }
#content img { display: none; }

/* --- biodata --- */
#biodata
{
	float: right;
	background-color: #FFF;
	width: 280px;
	background-image: url(../images/site/biobase.gif);
	background-repeat: repeat-y;
	margin: 0 0 20px 10px;
}

#biodata h3
{
	margin-bottom: 0;
	padding: 0 15px;
}

#biodata p { padding: 0 15px; }

#biodata ul
{
	margin: 0 15px 1em 15px;
	padding: 0;
	list-style-type: none;
}

#biodata dl
{
	margin: 0 0 1em 0;
	padding: 0;
}

#biodata dt
{
	margin: 0 15px;
	padding: 0;
}

#biodata dd
{
	margin: 0 0 .5em 0;
	padding: 0;
}

#biodata h4 { padding: 0 15px; }
#biodata .bioimage { font-size: 90%; }

#biodata-top
{
	background-image: url(../images/site/biotop.gif);
	height: 15px;
	background-repeat: no-repeat;
}

#biodata span
{
	font-size: 85%;
	font-style: normal;
}

#biodata-bottom
{
	background-image: url(../images/site/biobottom.gif);
	height: 15px;
	background-repeat: no-repeat;
}

#searchresults dt
{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

#searchresults dd
{
	margin-bottom: 1em;
	height: 6em;
}

#previous a, #next a { display: none; }

/* ------ ICON LIST ------ */
.iconlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.iconlist li
{
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.pdf
{
	background-image: url(/images/bullet_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.doc
{
	background-image: url(/images/bullet_doc.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.xls
{
	background-image: url(/images/bullet_xls.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.ppt
{
	background-image: url(/images/bullet_ppt.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.htm
{
	background-image: url(/images/bullet_htm.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}


