/* Marco Streng's Website
Master Stylesheet
Author: Marco Streng (following tutorials at http://www.ehow.com/how_5192482_create-css.html and http://www.cssnewbie.com/super-simple-horizontal-navigation-bar/)
*/


body {
margin: 0;
padding: 0;
}

#container {
width: 960px;
margin: auto;
}

#header {
background: #555;
height: 35px;
}

#column1 {
float: left;
clear: right;
background: #ffffff;
width: 470px;
height: 350px;
}

#column2 {
float: right;
background: #ffffff;
width: 470px;
height: 350px;
}

#footer {
clear: both;
background: #fff;
height: 50px;
}

#header p {
font-family: Arial, Helvetica, Sans-serif;
font-size: 30px;
text-align: top;
color: #f2f2f2;
}

h2 {
font-family: Arial, Helvetica, Sans-serif;
font-size: 26px;
color: #000;
}


p {
font-family: Arial, Helvetica, Sans-serif;
font-size: 16px;
color: #000;
}

li {
font-family: Arial, Helvetica, Sans-serif;
font-size: 16px;
color: #000;
}

td {
font-family: Arial, Helvetica, Sans-serif;
font-size: 16px;
color: #000;
}

#column2 p {
font-family: Arial, Helvetica, Sans-serif;
font-size: 16px;
color: #000;
}

#footer p {
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
color: #fff;
}


a.uparrow {
text-decoration: none;
}

#nav {
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; }
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc; }
#nav li a.currentpage {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #00c;
	border-right: 1px solid #ccc; 
    background-color: #fff;
    }
#nav li a:hover {
	color: #00c;
	background-color: #fff; }

table.timetable
{
border: 1px solid black;
  margin: 0 0 0 2em;
border-collapse:collapse;
}

.timetable th, .timetable td
{
border: 1px solid black;
vertical-align: top;
text-align:left;
padding:8px;
font-family: Arial, Helvetica, Sans-serif;
}



table.publications {
  margin: 0 0 0 2em;
}


.publications th {
font-family: Arial, Helvetica, Sans-serif;
font-size: 18px;
color: #000;
  padding-right: 0;
  text-align: left;
  font-weight:bold;
}

.publications td {
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #333;
  vertical-align: top;
  padding-right: 15px;
}

#pubtitle {
  font-style: italic;
  color: #000000;
font-family: Arial, Helvetica, Sans-serif;
font-size: 16px;
color: #000;
}
