
/* standard elements */
* 
{
	margin: 0;
	padding: 0;
	text-align: justify;
}

img
{
	border: 0px none #f00;
}

a 
{
	color: #682;
	text-decoration:none;
   background-color:inherit;
}

a:hover 
{
	color: #9A6;
	text-decoration:none;
   background-color:inherit;
}

a:visited
{
	text-decoration:none;
   background-color:inherit;
}

body 
{
	background: #333 url(../img/bg.png);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}

p,ul 
{
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
#main li {list-style-image: url(../img/li.png);}

h1 {font-size: 1.2em;}
h2 {font-size: 1.0em;}
h3 {font-size: 0.9em;}

blockquote 
{
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #f9b70c;}

/* lecturer */
#lecturerMain span
{	
	font-weight:bold;
	font-size: 1.2em;
	color:#f9b70c;
}

#lecturerMain img
{
	float:right;
	vertical-align:text-bottom;
}

#lecturer div
{
	font-size:inherit;
}

#lecturer span
{
	font-weight:bold;
	font-size: 1.2em;
	color:#f9b70c;
}

#lecturer img
{
	float:left;
	vertical-align:top;
	padding: 0px 10px 10px 0px;
}

/* misc */
.clearer {clear: both;}
#main_right .padded {padding: 6px 2px 6px 16px;}
#main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
#container 
{
	font-size: 1.2em;
	background: url(../img/bgcontainer.png) repeat-y;
	margin: auto;
	position: fixed;
	width: 640px;
	border: 12px solid #222;
	min-height:150px;
	vertical-align:center;
	top: 50%;
	left: 50%;
	margin-top: -87px;
	margin-left: -332px;
}

/* header */
#header 
{
	float: center;
	width: 640px;
	height: 150px;
	background: url(../img/header.png) no-repeat;
	font: normal 2.2em Verdana,sans-serif;
	text-align: left;	
	line-height: 230px;
}

/* structure */
#top /* redundant */
{
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}

#navigation 
{
	float: left;
	width: 160px;
}

#main 
{
	float: left;
	width: 480px;
}

#main h1 { padding: 0px 0px 5px 0px; }

#main_right 
{
	float: right;
	width: 200px;
	color: #CCC;
}

#main_right h1 { padding: 0px 0px 5px 0px; }

/* navigation */
#navigation h1 
{
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}

#navigation ul {margin: 0; padding: 0;}

#navigation li 
{
	border-bottom: 1px solid #696755;
	list-style: none;
}

#navigation li a 
{
	background: #ccd1ee;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}

#navigation li a:hover 
{
	background: #ccd1ff;
	color: #000;
	text-decoration: none;
}

#navigation li a:visited
{
	text-decoration:none;
}

/* footer */
#footer 
{
	background: url(../img/bgfooter.png) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}

#footer .left,#footer .right {padding: 0 16px;}

#footer a 
{
	color: #EEE;
	text-decoration:none;
   background-color:inherit;
}

#footer a:hover 
{
	color: #FAFCB0;
	text-decoration:none;
   background-color:inherit;
}

#footer a:visited
{
	text-decoration:none;
   background-color:inherit;
}

/*form stuff*/
input, select, textarea
{
	margin-bottom:5px;
	color:#333;
}

form
{
	color: #333;
}

#form .field
{
	border: 1px solid #333;
}

#form .field:focus
{
	border: 1px solid #f9b70c;
}

#form .field_fail
{
	border: 2px solid #cd0000;
	background-color: #ff4522;
}

#form .button
{
	background-color: #ccd1ee;
	width: 260px;
	text-align: center;
	border: 1px solid #333;
	font-size: 1.2em;
}

#form .button:hover
{
	background-color: #ccd1ff;
	border: 1px solid #f9b70c;
}

#form div.left {padding-top:4px;}
