/*#############################################################
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 {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
  background: #007ec5 url(bg.cache.png) repeat-x scroll 0 0;
	color: #466;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
}
input[type="submit"] {
  cursor:pointer;
}
p,cite,code {
	/*font-size: 1.2em;*/
	padding-bottom: 1.2em;
}
code {
  font-size: 1.2em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #006590;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
  background: url( topleft.cache.png ) no-repeat;
  /*background: url( topleft_white_flower.cache.png ) no-repeat;*/
}

.themeHeader {
	height: 92px;
  min-width:800px;
}

/* title */
.title {
	padding: 28px 20px 0 76px;
  width: 125px;
}

.title a {color:white; text-decoration:none;}

.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
/* navigation */
.navigation {
	height: 92px;
  /*margin-left: 24px;*/
	padding: 0 16px;
  vertical-align:bottom;
  white-space:nowrap;
}
.navigation a {
	color: #FFF;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(bgmain.cache.png) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.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(nav_li.gif) no-repeat;
}

/* content */
.themeContent {
	/*float: left;*/
	/*margin-right: 4%;*/
	/*width: 700px;*/
	min-height:400px;
	height:auto !important;
	/*height:400px;*/
  padding-bottom:20px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #007ec5 url( bg.cache.png ) repeat-x 0 -92px;
	color: #819EA0;
	font-size: 90%;
	line-height: 40px;
	text-align: center;
  white-space:nowrap;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
