/*
Design by Free CSS Templates // Modified by G.C. 2008
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


/* STYLES FOR GENERAL PAGES */

* {
	margin: 0;
	padding: 0;
}

/* this forces right scroll bar so page doesn't move around - G.C. */
html {
	height: 100%;
	margin-bottom: 1px; 
}	

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F7772;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 160%;
	font-size: 90%;
}

a:link {
	color: #0AAAFD;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#wide_header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#header {
        width: 770px;
        height: 80px;
        margin: 0 auto;
}


#logo {
	float: left;
	width: 700px;
}

#logo h1 {
	padding-top: 20px;
	text-align: left;
}

#logo h1 a {
	font-weight: normal;
	font-size: 26px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	width: 770px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 5px 25px 0 5px;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}

/* splash big header */

#splash {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat;
}


/* splash small header  */

#small_splash {
        width: 770px;
        height: 110px;
        margin: 0 auto;
        background: url(images/logo.png) no-repeat;
}


#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 560px;
	padding: 10px 20px 20px 20px;
}

#content ul {
	list-style: none;
}

#content ol, #content ul {
	margin-left: 3em;
}

#content a {
	color: #3B3B3B;
	text-decoration: none;
}

#content a:hover {
	color: #ED2024;
}

#sidebar {
	float: left;
	width: 140px;
	padding: 10px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0px 10px 5px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#sidebar a {
	color: #3B3B3B;
	text-decoration: none;
}

#sidebar a:hover {
	color: #ED2024;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#links a {
	color: #7F7772;
}

/* STYLES FOR SPECIFIC PAGES */

#people h2 {
	border-bottom: 1px solid #7F7772;
}

#people ul {
	list-style: none;
}

#person h2 {
	color: #7F7772;
	text-transform: uppercase;
	font-size: 14px;
}

/* news on homepage */

span.nhdate {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
}

/* visitors */

span.visname {
	font-weight: bold;
	font-size: 14px;
}

span.visinst {
	font-size: 14px;
}

span.visdata {
	font-size: 12px;
}


tr.CURRENT , span.CURRENT {
	background-color: #FFDB66;
}

/* visitors on people page*/

span.visnamepeo {
	font-weight: bold;
	font-size: 12px;
}

span.visinstpeo {
	font-size: 12px;
}

span.visdatapeo {
	font-size: 12px;
}





/* publications */

span.preprintnumber {
	text-transform: uppercase;
	font-size: 10px;
}

span.pubauthor {
	font-weight: bold;
	font-size: 14px;
}

span.pubtitle {
	font-style: italic;
	font-size: 14px;
}

span.pubjournal {
	font-size: 12px;
}

/* seminars on home page */

span.shdate {
	text-transform: uppercase;
	font-size: 12px;
}

span.shwhere {
	text-transform: uppercase;
	font-size: 12px;
}

span.shwho {
	font-weight: bold;
	font-size: 14px;
}

span.shinst {
	font-size: 14px;
}

span.shtitle {
	font-style: italic;
}

a.shabs {
	text-transform: uppercase;
	font-size: 12px;
}

/* seminars */

#seminars {
	color: #555555;
	width: 730px;
}

#seminars table {
	width: 100%;
	border-collapse:collapse;
	border-style: none;
	border-width: 0;
}

#seminars td {
	padding: 6px;
	border-bottom: 7px solid white ;
}

#seminars th {
	padding: 6px;
}

/* format of the seminar entry */

td.time {
	width: 90px;	
}

td.location {
	width: 60px;
}

span.speaker {
	font-weight: bold;
}

span.institution {

}

td.title {

}

/* types of seminars */

tr.COLL , span.COLL {
	background-color: #FFDB66;
}

tr.STU , span.STU {
	background-color: #E5D3FF;
}

tr.IS , span.IS {
	background-color: #C7FFB7;	
}

tr.AG , span.AG {
	background-color: #D7F4FF;
}

tr.NON , span.NON {
	background-color: #FFC9CA;
}

tr.QM , span.QM {
	background-color: #93BBFF;
}

tr.JF , span.JF {
	background-color: #FFE9B8;
}


/* ------------------- */

