 
/* ------------------------------------------------------------------------------ */
/*  some general overall style stuff */

body 
{
	background-color: white;
	padding: 0px;
	margin: 0px;
	list-style: circle;
}

body, p 
{
	font-family: Verdana, Arial, Helvetica, Tahoma, Geneva, Lucida, sans-serif;
	font-size: 10pt;
}

a 
{
	text-decoration: none;
	color: #0000aa;
}
a:visited{color: #0000aa;}
a:hover{color: #cc0000;}

input 	
{
	margin: 0.5em;
    border: 1px solid #999;
}


select 
{
	margin: 0.5em;
	margin-bottom: 0px;
}

/* ------------------------------------------------------------------------------ */
/*  the main header bar across the top */

#header 
{
    background-color: #8E4EFA;
	color: white;
	padding: 1%;
	padding-top: 0;
	height: 70px;
    font-family: Verdana, Trebuchet, 'Lucida Grande', Geneva, Verdana, Lucida, Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 0;
}

#header a { color: white; }
#header a:visited { color: white; }
#header a:hover { color: white; }

#header-line1
{
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, 'Lucida Grande', Geneva, Lucida, sans-serif;
	font-size: 20pt;
	padding-left: 20px;
}

#header-line2
{
	font-family: Helvetica, Tahoma, Arial, Helvetica, Trebuchet MS, 'Lucida Grande', Geneva, Lucida, sans-serif;
	font-size: 12pt;
	padding-left: 30px;
}

/* ------------------------------------------------------------------------------ */
/*  the small row underneath the main header, where breadcrumbs and stuff will go */

#subheader 
{
	background-color: #eee;
	border-top:	1px solid black;  
	border-bottom:	1px solid black;  
	height: 1.5em;
}


/* ------------------------------------------------------------------------------ */
/*  self explanatory ;) */

#breadcrumbs 
{
	padding-left: 4%;
	float: left;
}

#breadcrumbs a{color: #0000aa;}
#breadcrumbs a:visited{color: #0000aa;}
#breadcrumbs a:hover{color: red;}

/* ------------------------------------------------------------------------------ */
/* the main sidebar on the left */

#subnavigation 
{
	text-align: center;
	background-color: #eee;
	border-right:	1px solid black;  
	border-bottom:	1px solid black;  
	margin: 0px;
	width: 130px;
	padding: 10px;
	float: left;
	clear: both;
}

/* ------------------------------------------------------------------------------ */
/* the links menu  */

#links hr
{
	margin: 0px;
	height: 1px;	
}

#links-header
{
	font-size: 14pt;
	color: black;
}

/* ------------------------------------------------------------------------------ */
/*  the main content table on the right */

#content 
{
	width: 70%;
	padding: 10px;
	float: left;
	overflow: hidden;
	line-height: 1.5em;
}

#content p 
{
	padding-left: 1em;
}

#content ul 
{
	list-style: circle;
	line-height: 1.3em;
}

/* ------------------------------------------------------------------------------ */
#sectionheader
{
	font-size:18pt;
	color: #007700;
	padding-bottom: 10px;
	border-bottom: 1px solid #007700;
	margin-bottom: 20px;
	width: 400px;
}

/* ------------------------------------------------------------------------------ */

.subsection
{
	font-weight: bold;
}

.subsection-body
{
	margin-left: 20px;
	margin-bottom: 20px;
}

.link
{
	color: #777777;
	margin-left: 10px;
}

.link-description{
	margin-left: 10px;
	margin-bottom: 15px;
}

.link-title{
	margin-left: 10px;
}




/* ------------------------------------------------------------------------------ */
#photo
{
	margin: 0%;
	float: right;
}

/* ------------------------------------------------------------------------------ */

#tracker
{
	margin: 0%;	
}

#tracker img
{
	/* let's hope hiding this works ;) */
	position: absolute;
	top: -100px;
	left: -100px;
	border: 0px;
}

/* ------------------------------------------------------------------------------ */
#validator img
{
	margin-top: 250px;
	border: 0px;
}
/* ------------------------------------------------------------------------------ */

.publication
{
	margin-bottom: 10px;
}

.publication-title
{
	font-weight:bold;
}

.publication-details
{
	margin-left: 10px;
}

.publication-place
{
	font-style: italic;
}
	
