/*#############################################################
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: #36C;
}
a:hover {
	color: #06F;
}
img {border:0px;}
body {
   	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background: url(img/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
    background-color:#e4e6e6;
	padding: 0px 9px 0px 0px;
	 }
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	border: 0px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) ;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 4px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
#container {
	margin: 0px auto;
	padding-bottom: 0px;
	width:769px;

}
#header {
	background: url(img/header.jpg);
	padding-bottom: 0px;
	height:190px;
	width:767px;

}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 4px;
	text-align: center;
}

/* main */
#main {
	clear: both;
	padding: 0px 0px;	
}

/* main left */
.sidenav {
	border: 0px solid #E5E5E5;
	padding-left: 44px;
	text-align:center;
	background:none;
	float:left;
}
.content {
	float: right;
	width: 540px;
	margin-right:36px;
			
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 0px;
}
.content .descr {
	color: #333;
	margin-bottom: 0px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}

/* footer */
.footer {
	height: 56px;
	width: 776px;
	color: #ffffff;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0px;
}
.footer a {
	color: #3396d0;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}   
