/*#############################################################
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 */
.strike {
color: red;
text-decoration: line-through;
}

.strike span {
color: black;
}

* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #FFFFFF url('img/bg_new.gif') repeat-x;
	color: #444;
	margin: 0; font-style:normal; font-variant:normal; font-weight:normal; font-size:68.75%;font-family:Lucida Sans Unicode, sans-serif
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p, cite, code, ul {
	font-size: 1.1em;
	padding-bottom: 1.1em;
}
h1 {
	font-size: 1.7em;
	margin-bottom: 4px;
}
code {
	border-right:1px solid #F0F0F0; border-top:1px solid #F0F0F0; border-bottom:1px solid #F0F0F0; background:url('img/bgcode.gif'); border-left:6px solid #39F; color: #555;
	display: block;
	margin-bottom: 12px;
	white-space: pre; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}
cite {
	background: url('img/quote.gif') no-repeat;
	color: #666;
	display: block;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.3em; font-family:Lucida Sans Unicode, serif
}
h1, h2, h3 {
	color: #06C;
	padding-top: 0px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	/* background: url('img/topleft2.jpg') no-repeat;*/
}

.header {
	height: 100px;
}

/* title */
.title {
	color: #FFF;
	font: normal 1.6em Verdana,sans-serif;
	/* float: left;*/
	/* padding: 0px 0 0 0px;*/
	 margin-right:50px;
	 margin-left:30px
}
.title h1 {
	color: #FFF;
	font: normal 1.6em Verdana,sans-serif;
}

/* main */
.main {
	/* background: #FFF url('img/bgmain.gif') no-repeat; */
	/* clear: both; */
	padding-left:20px; padding-right:12px; padding-top:0px; padding-bottom:50px
}

/* main left */
.sidenav {
	float: Left;
	width: 205px;
	/*width: 14%;*/
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 0.5em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #444;
	display: block;
	font-size: 1.0em;
	padding: 1px 6px 1px 15px;
	text-decoration: none;
	background: url('img/li_left.gif') no-repeat;
}
.sidenav li a:hover {
	color: #444;
	font-weight: bold;
	background: url('img/nav_li.gif') no-repeat;
}

/* subMenu */
.sidenav ul ul li a{
	color: #444;
	display: block;
	font-size: 0.85em;
	padding: 1px 6px 1px 15px;
	text-decoration: none;
	background: none;
}
.sidenav ul ul li a:hover {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: none;
}
.current {
	font-weight: bold;
}

/* content */
.content {
	float: right;
	margin-right: 50px;
	margin-left: 20px;
	margin-top: 10px;
	/*width: 100%;*/
	/*width: 500px;*/
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}

.content li {
	margin-left: 18px; 
	list-style-image:url('img/li.gif');
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url('img/bgfooter.gif') 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;
}