/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #F70;
}
a:hover, a:active {
	color: #C60;
}
body {
	background: #FFFFFF url(../img/bg.png) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
img {
	border: 0;
}
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 {
	background: url(../img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #84a285;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	width: 75%;
}
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: #84a285;
	padding-top: 6px;
}
/* structure */
#container {
	background: url(../img/topleft.png) no-repeat;
}
#header {
	height: 92px;
}
/* title */
#title {
	display: inline;
	float: left;
	padding: 28px 0 0 76px;
}
#title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
#title  h1 span
{
	background: inherit;
	color: #DADADA;
}
#slogan
{
	background: inherit;
	color: #FFF;
	text-transform: lowercase;
}

/* navigation */
#navigation {
	display: inline;
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
#navigation a {
	color: #FFF;
	display: inline;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #84a285;
	color: #FFF;
}
/* main */
#main {
	background: #FFF url(../img/bgmain.png) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}
/* main left */
#sidenav {
	display: inline;
	float: left;
	width: 24%;
	margin: 0 0 1.2em 0;
}
#sidenav h3 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	line-height: 1em;
	margin: 1.2em 0 0.6em 0;
	padding-bottom: 6px;
}
#sidenav ul {
	margin: 0;
	padding: 0;
}
#sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
#sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	/*padding: 3px 6px 3px 18px;*/
	text-decoration: none;
}
#sidenav li a:hover {
	color: #111;
	/*background: url(../img/nav_li.png) left:-5; no-repeat;*/
}
#sidenav ul span.label, #sidenav ul span.value {
	display: inline;
}
#sidenav ul span.label {
	float: left;
}
#sidenav ul span.value {
	float: right;
	text-align: right;
}
/* content */
#content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
#content .descr {
	color: #C60;
	margin-bottom: 6px;
}
#content li {
	list-style: url(../img/li.png);
	margin-left: 18px;
}
/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}
/* footer */
#footer {
	background: #fff url(../img/bgfooter.png) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* logs */
a.toggle-files {
	cursor: pointer;
	color: #666;
}
/* login */
#login {
	width: 25em;
	font-size: 1.1em;
}
#login div {
	padding: 0.25em 0;
}
#login label {
	display: inline;
	float: left;
	width: 7.5em;
	margin-right: 0.5em;
}
#login input {
	width: 15em;
}
#login #submit {
	display: inline;
	float: right;
	width: 5em;
	margin: 0 0.25em;
}
/* self-clear */
#container, #header, #main, #content, #sidenav, #sidenav ul li, #login div {
	overflow: hidden;
	min-height: 1%;
}
* html #container, * html #header, * html #main, * html #content, * html #sidenav, * html #sidenav ul li, * html #login div {
	height: 1%;
}