/*
Name: Indigo
Date: 2006-07-27
Description: A lightweight, simple and pleasant design.
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: #131640;
}
a:hover {
	color: #6F6887;
}
floatLeft {
           float: left;
}
input {
	color: #555;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p,cite,code,ul {
	font-size: 14px;
	padding-bottom: 1.2em;
	font-weight: normal;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #003366;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */

.header {
	height: 116px;
	background-repeat: no-repeat;
	background-position: right;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 55px;
}
.title2 {
	float: right;
	padding: 3px 0 0 3px;
}
.title h1 {
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}


/* main left */
.sidenav {
	float: right;
	/*width: 17%;*/
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #6F6887;
	font-size: 1.4em;
	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: 1em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}


/* content */
.content {
	float: left;
	margin-right: 20px;
	/*width: 50%;*/
	/*margin-left: 14%;*/
	margin-left: 20px;
}
.content .descr {
	color: #131640;
	margin-bottom: 3px;
	font-weight: bold;
}


/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */

.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* comments */

.content form ul{ 
	margin-left:0;
	list-style:none inside none;
}
.content form li{ 
	margin: 5px 0px 5px 0px;
	list-style:none inside none;
	background-image: none;
}

label.desc{
    border: 0;
    display: block;
    font-weight: bold;
}

form textarea{
    width:90%;
    height:140px;
    border: 3px double #E5E5E5;
    padding: 2px 3px;
}
form input{
    border: 3px double #E5E5E5;
    padding: 2px 3px;
}

div.next-prev {
	text-align: center;
}
/*
div.comments, .comments-form, #searchAgain{
	padding:20px;
	font-size: 11px;
	font-weight: bold;
}
*/
div.comments, #searchAgain{
	padding:20px;
	font-size: 12px;
	font-family: Tahoma;
}
.hCalendarTable{
	width:95%;
}
.hCalendarDayNameRow, .hCalendarDay, .hCalendarDayLinked, .hCalendarDayCurrent{
	text-align:right;
	padding:3px;
}
.hCalendarMonthYearRow{
	height:25px;
}
.adminComment {
	color: #4169E1;
	font-family: Tahoma;
	font-size: 12pt;
	padding: 10px;

}
/*
.adminComment {
	color: #131640;
	font-family: Tahoma;
	font-size: 13px;
	padding: 10px;
}
*/
.adminCommentContainer {
	/*width: 100%;*/
	border: #000 1px dashed;
	border-top: 0;
	background: #f5f9ec;
}
.error {
	color: #f00;
	font-style:bold;
}
.adminCommentTitle {
		padding-left: 30px;
}	
