/*#############################################################

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 1em "Lucida Sans Unicode", sans-serif;
	margin: 0;
	padding: 0;
}
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;
}
h2 {
	font: bold 1.1em;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	display:block;
	border: 1px dotted #AAA;
	color: #444;
	font: normal 1em "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;
}
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 14px "Trebuchet MS", sans-serif;
	margin-top:120px;
}
/* navigation */



#simple-menu-cont {
	width:629px;
	background-color:#fff;
	padding:8px 0 0 0;
	border-bottom:10px solid #D3D5CC;
	text-align:center;
}
ul#simple-menu {
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0 15px 0 15px;
	text-align:center;
}
ul#simple-menu li {
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
}
ul#simple-menu li.left {
	margin:0;
}
ul#simple-menu li a {
	display:block;
	float:left;
	color:#fff;
	background:#4A6867;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
}
ul#simple-menu li a.right {
	padding-right:19px;
}
ul#simple-menu li a:hover {
	background:#2E4560;
}
ul#simple-menu li a.current {
	color:#fff;
	background:#2E4560;
}
ul#simple-menu li a.current:hover {
	color:#fff;
	background:#2E4560;
}
/* content */

.content {
	padding: 18px 0;
}
.content h1 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
}
.content h2 {
	color: #553;
	font-size:1.2em;
}
/* footer */

.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}
#sectionBox {
	display:block;
	border: 1px dotted #AAA;
	color: #444;
	font: normal 1em "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;
}
