/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	font: normal 1.1em "Lucida Sans Unicode", sans-serif;
	margin: 0; padding: 0;
}

b, strong {
	font-weight: bold;
}

a {
	color: #362;
}
a:hover, .footer a:hover {
	color: #111;
}
body {	
	background: #769359 url(img/bg.jpg) repeat-y center top;
	color: #443;
	font-size: 12px;
	margin: 0;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.divider {
	background: url(img/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header {
	background: #597F93 url(img/header.jpg) no-repeat center top;
	border-bottom: 1px solid #CCC;
	height: 180px;
	text-align: center;
}
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	padding-top: 60px;
	/*line-height: 180px;*/
}
.header h3 {
	color: #FFF;
	font: 2em "Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 632px;
}
.navigation a {
	background: #54963e; /* Old browsers */
	background: -moz-linear-gradient(top, #54963e 0%, #76bb60 64%, #98cc82 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54963e), color-stop(64%,#76bb60), color-stop(100%,#98cc82)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #54963e 0%,#76bb60 64%,#98cc82 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #54963e 0%,#76bb60 64%,#98cc82 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #54963e 0%,#76bb60 64%,#98cc82 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54963e', endColorstr='#98cc82',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #54963e 0%,#76bb60 64%,#98cc82 100%); /* W3C */
	color: #FFF;
	float: left;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	/*height: 31px;*/ 
	letter-spacing: 1px;
	/*line-height: 31px;*/
	text-align: center;
	text-decoration: none;
	padding: 7px 11px;
	border: 1px solid rgb(59, 140, 38);
	/*width: 120px;*/
	border-radius: 0 0 3px 3px;
}
.navigation a:hover {
	background: #49a828; /* Old browsers */
	background: -moz-linear-gradient(top, #49a828 0%, #6ac94b 64%, #85e369 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49a828), color-stop(64%,#6ac94b), color-stop(100%,#85e369)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #49a828 0%,#6ac94b 64%,#85e369 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #49a828 0%,#6ac94b 64%,#85e369 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #49a828 0%,#6ac94b 64%,#85e369 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a828', endColorstr='#85e369',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #49a828 0%,#6ac94b 64%,#85e369 100%); /* W3C */
}

/* content */
.content {
	padding: 18px 0;
}
.content h1 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
}

.content h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 1.5em;
	font-style: italic;
	color: rgb(30,58,72);
}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}
