/*#############################################################
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;
}

body {
	background: #FFF url(img/bgcontainer.png) repeat-y;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0 48px;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px 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) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* title */
#title {
	background: url(img/header.gif) repeat-x;
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* main */
#main {
	padding: 8px 0px;
	position: relative;
}

/* main left */
#sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	width: 150px;
	position: absolute;
}
#sidenav h1 {
	padding-left: 12px;
	color: #666;
	font-size: 1.2em;
	height: 20px;
	border: 1px solid #FAFAFA;
	cursor: pointer
}
#sidenav h1 a {
	color: #666;
	display: block;
	text-decoration: none;
}

#sidenav h1 a:hover {
	color: #111;
}

#sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
#sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
#sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
#sidenav li a:hover {
	color: #111;
}

/* content */
#content {
	margin: 0px 0px 0px 158px;
}
#content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
#content .descr {
	color: #333;
	margin-bottom: 6px;
}
#content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
#content img {
	border: none;
	width: 100%;
}

/* footer */
#footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 16px;
	text-align: center;
	padding: 6px;
}
#footer a {
	color: #36C;
	text-decoration: none;
}
#footer a:hover {
	color: #06F;
	text-decoration: underline;
}
