/*
Template name: Beautiful Day
Template URI: http://templates.arcsin.se/beautiful-day-website-template/
Release date: 2006-11-12
Description: A soft and bright two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
modified for Nebraska Folklife Network by blueship.com
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

/*a {color: #963;}
a:hover {color: #C60;}*/

body {
	/*background: #DEE7ED url(img/bg.jpg) repeat-x left bottom;*/
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
	background-color: #64985A;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #64985A;
}

code {
	background: #64985A;
	border: 2px solid #64985A;
	border-left: 2px solid #64985A;
	color: #000000;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 5px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h3 {padding-top: 6px;
	color: #64985A;}
	
h2 {padding-top: 6px;
	color: #ffffff;}	

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #ffffff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 3px 3px;
	width: 904px;
}

/* header */
.top {
	/*background: url(img/clouds.gif) repeat-x;*/
	background-color: ffffff;
	padding: 5px 5px 0;
}

/* title */
.header {
	background: #ffffff;
	font-size: 1.2em;
	height: 220px;
	margin: 0 auto;
	padding: 5px 5px 0px;
	width: 900px;
}
.header .left, .header .right {
	background: #ffffff;
	color: ##64985A;
	height: 5px;	
}
.header .left {
	/*background: #64985A url(img/header.jpg) no-repeat;*/
	font: normal 1px "Trebuchet MS",sans-serif;
	line-height: 5px;
	text-align: center;	
	width: 100%;
}
/*.header .right {
	overflow: hidden;
	width: 225px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}*/

/* navigation */
.navigation {	
	background: #64985A /*url(img/nav.gif)*/;
	border: 1px solid #ffffff;
	border-color: #ffffff #ffffff;
	height: 30px;
}
.navigation li{
	float:left;
	
}
.navigation a {
	background: #64985A /*url(img/nav.gif)*/;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	/* float: left; */
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 8px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #fd0100;}

/* main */
.main {
	border-top: 4px solid #64985A;
	/*background: url(img/bgmain.gif) repeat-y;*/
	background-color:#FFFFFF;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 225px;
	background-color:#64985A;
	padding: 5px 5px 5px 5px;
}
body.left_sidebar .sidenav {
        float: left;
}
.sidenav h2 {
	color: #ffffff;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #ffffff;
}
.sidenav li {border-bottom: 1px solid #ffffff;}
.sidenav li a {
	font-size: 1.1em;
	color: #ffffff;
	display: block;
	padding: 8px;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #64985A;
	color: #cccccc;	
}

/* content */
.content {
	float: left;
	margin: 5px 0;
	padding: 5px;
	width: 650px;
}

body.full .content {
        width: 908px;
}

body.left_sidebar .content {
        float: right;
}

.content .descr {
	color: #ffffff;
	font-size: 0.9em;
	margin-bottom: 3px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	/*background: url(img/bgfooter.gif) repeat-x;*/
	color: #FFF;
	font: 1em sans-serif;
	line-height: 20px;
	padding: 5px;
	text-align: center;
	height:30px;
	background-color: #64985A;
	margin-bottom: 12px;
}
.footer .right {color: #fff;}
.footer .right a {color: #fff; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #cccccc;}