/*#############################################################

Style for personal academic web page.

Derived from:

Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #222222;
}
a:hover {
	color: #006666;
}
body {
        background-color:  #E8EDF1;
	color: #444;
	font: normal 90% "MS Trebuchet",sans-serif;
	margin: 0;
}
p {
	padding-bottom: 1em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h2 { 
	font-size: 1.1em;
	margin-bottom: 2px;
 }
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
        font-variant: small-caps;
}

hr {
  color: #778ea0
 }

img.me {
 padding-left: 5px; 
 padding-top: 5px;
}

div.sep { margin-top: 20px; }

th { 
  color: #367EA6;
  text-align: left;
  font-size: 1em;
  padding-top: 10px;
}

td { 
  padding-left: 20px;
  font-size: 1em;
  padding-top: 10px;
 }

.tight-row { 
  padding-top: 0px;
}

tr.tight-row > td
{
  padding-top: 0;
}

 
/* misc */
.clearer {
	clear: both;
}



#header2 {
	height: 120px;
	margin: 0 auto;
	margin-bottom: 7px;
	background-color: #003366;
	background-image: url(img/tbg.jpg);
	background-repeat: repeat-x;
}

.sec1 {
        float: left;
	width: 200px;
	height: 120px;
	background-color: #003366;
	background-image: url(img/tbg.jpg);
	background-repeat: repeat-x;	
}

.sec1a {
        float: left;
	width: 765px;
	height: 120px;
	background-image: url(img/tbg2.jpg);
}

.sec1 p {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

.sec2 {
	float: left;
	width: 190px;
	height: 55px;
	background-color: #006666;
	background-image: url(img/rbg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
        margin-right: 5px;
	padding-top: 65px;
	padding-left: 10px;
	
}

.sec2 p {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
        margin-top: 25px;
}

.sec3 {
	float: left;
	width: 190px;
	height: 400px;
	background-color: #e8edf1;
	background-image: url(img/navbg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
        margin-right: 5px;
	padding-top: 65px;
	padding-left: 10px;
	
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 2.3em "Trebuchet MS",sans-serif;
	margin-bottom: 8px;
        margin-top: 25px;
        margin-left: 140px;
	text-align: left;
        font-variant: small-caps;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #778ea0;
	border: 1px solid #c5c5c5;
        border-bottom: 1px solid #e8edf1;        
        border-left: 1px solid #e8edf1;
	float: left;
	width: 200px;
}
.sidenav h1 {
	color: #222222;
	font-size: 1.1em;
	height: 20px;
	margin-top: 1.1em;
}
.sidenav ul {
	border-top: 1px solid #778ea0;
	background: #EEE url(img/navbg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	color: #222222;
	font-size: 1em;
	border: 1px solid #5e707e;
	border-top: none;
	list-style: none;
	margin: 0;
        padding-left: 12px;
}
.sidenav li a {
	color: #222222;
	display: block;
	font-size: 1em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #006666;
}

/* content */
.content {
	float: left;
        margin-left: 20px;
	width: 575px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content ul {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content ol { 
        list-style: decimal;
        margin-left: 18px;
 }

.content li { 
  margin-top: 1em;
 }
/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}



/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 6px 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
