/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #bfbfbf url(strip.png) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a1948;
}

h1, h2, h3, h4, h5, h6 {
	color: #351536;
}

a {
	color: #5b4636;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


A IMG {
	border: none;
}

HR {
	background: #1a1948;
	height: 1px;
	border: none;
}

/* Header */

#header {
	width: 750px;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

#preview {
	position: absolute;
	background: white;
	font-weight: bold;
	font-size: 1.5em;
	left: 0px;
	top: 0px;
	padding: 3px;
	border: 2px solid black;
}

/* Logo */

#logo {
	position: absolute;
	width: 500px; 
	left: 125px;
	background: #eee url(strip.png) repeat-x;
	opacity: 0.6;
}

#logo * {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Maru Gothic Pro";
	color: black; /*#FFFFFF;*/
	text-align: center;
	opacity: 1.0;
}

#logo h1 {
	font-size: 2em;
	line-height: 1em;
	letter-spacing: 2px;
}

#logo h2 {
	font-size: 1em;
	font-style: italic;
	letter-spacing: 1px;
	padding-top: 5px;
}

#super, #sub, #strap {
	font-size: 0.75em;
	padding: 5px 0 0 0;
}

#super { letter-spacing: 1px; }
#sub { letter-spacing: 1px; }

/* Menu */

#menu {
	position: absolute;
	top: 220px;
	margin: 0 auto;
/*	float: left; */
}

#menu ul {
	margin: 0;
	padding: 0; 
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: #bfbfbf;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Column One */

#colOne {
	float: left;
}

#colOne.narrow {
	width: 560px;
}

#colOne.wide {
	width: 750px;
}

#colOne h2 {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 1.4em;
	border-bottom: 1px solid #2C2C2C;
}

#colOne {
	line-height: 160%;
	position: relative;
}

#colTwo li {
	margin-bottom: 5px;
}

#colOne .credits {
	margin-bottom: 20px;
	padding: 5px 0 20px 8px;
	border-bottom: 1px solid #2C2C2C;
}

#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Column Two */

#colTwo {
	float: right;
	width: 160px;
	position: relative;
}

#colTwo.narrow {
	display: block;
}

#colTwo.wide {
	display: none;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: square inside;
}

#colTwo li {
	margin-bottom: 5px;
}

#colTwo h2 {
	padding-bottom: 5px;
	font-size: 1em;
	border-bottom: 1px solid #2C2C2C;
}

/* UI objects */

.makewide, .makenarrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
}

.makewide {
	background: url(makewide.icon.png);
	cursor: pointer;
}

.makenarrow {
	background: url(makenarrow.icon.png);
	cursor: pointer;
}

.makewide.wide {
	display: none;
}

.makenarrow.narrow {
	display: none;
}

.bigbutton {
	display: block;
	background: #eee;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding: 3px;
	border: 1px solid #5b4636;
}

.jqwidebutton { display: block; width: 100%; text-transform: uppercase; }

.bigbutton:hover, .jqwidebutton:hover {
	color: #5b4636;
	background: #ddd;
}

.bigbutton a:hover {
	color: inherit;
}

.alert {
	display: block;
	background: #faa;
	border: 2px solid #2C2C2C;
	width: 90%;
	padding: 6px;
	margin: 8px auto;
	font-weight: bold;
	font-size: 1.1em;
	color: black;
}

/* Forms */

form {
	margin: 5px 0;
	padding: 0;
}

form label {
	display: block;
	float: left;
	text-align: right;
}

#colOne form label { width: 12em; }
form#login label { width: 5em; }

form .indent {
	margin-left: 12em;
}

form br {
	clear: both;
}

input, textarea, select, form .prefilled {
	margin-left: 3px;
}

input[type=text], input[type=password], textarea {
	border: 1px solid #5b4636;
	color: #5b4636;
	background: white;
}

input[type=submit], input[type=reset] {
	border: 1px solid #5b4636;
	color: #5b4636;
	background: #eee;
}

input[type=submit]:hover, input[type=reset]:hover {
	cursor: pointer;
	background: #ddd;
}

.missing {
	background: #ffdd9e !important;
}


.fakebutton {
	border: 1px solid #5b4636;
	color: #5b4636;
	background: #eee;
	padding: 3px;
}

.fakebutton:hover {
	cursor: pointer;
	background: #ddd;
	color: #5b4636;
}

	

/* Tables */

TABLE {
	border-collapse: collapse;
	margin: 4px;
	border: 1px solid #5b4636;
	font-size: 85%;
	width: 100%;
}

TR.headline {
	border-bottom: 2px solid #5b4636;
}

TH {
	background: #ddd;
	padding: 3px 3px 0px 3px;
	text-align: left;
	border-right: 1px dotted #5b4636;
}

TD {
	padding: 1px 3px;
	border-right: 1px dotted #5b4636;
}

#timetable TH {
	text-align: center;
}

#timetable TD { 
	text-align: center;
	border: 1px dotted #5b4636;
}

#timetable TD:empty {
	width: 1.5em;
}

#timetable SELECT {
	font-size: 75%;
	border: 1px solid #5b4636;
	color: #5b4636;
	background: white;
}

TD.lecture, TD.tutorial, TD.seminar {
	width: 3.75em;
	text-align: center;
}


TD.lecture {
	background: #cc5;
}

TD.tutorial {
	background: #5cc;
}

TD.seminar {
	background: #c5c;
}

/* News item formatting */

.newsblock {
	margin: 6px 0;
	padding: 0px 10px;
	width: 260px;
	float: left;
	text-align: justify;
}

.newsblock h3 {
	border-bottom: 1px solid #2C2C2C;
	margin-bottom: 4px;
}

.newsblock p {
	margin: 2px 0px;
	line-height: 125%;
}

.strap {
	font-size: 85%;
	text-align: right;
	font-style: italic;
	border-bottom: 1px dotted #5b4636;
}

/* Course formatting */

.course {
	margin-left: 1em;
	border-bottom: 1px dotted #5b4636;
}

.course h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.lecturer {
	margin-top: 0;
	padding-top: 0;
	font-style: italic;
}

.biography {
	font-size: 90%;
	line-height: 140%;
}

/* Nice clickable buttons to change a region */

.hasbuttons {
	position: relative;
}

.buttons {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Other bits and pieces */

.googlemap {
	text-align: center;
}


.filelist {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.filelist LI {
    margin: 2px;
    float: left;
    width: 246px;
}

.downloadicon .label { vertical-align: top; }

.downloadicon IMG {
	/*border: none;*/
	float: left;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}

