/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Description: A lightweight colorful design, feels like summer!
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: #597F93 url(img/bg.jpg) repeat-y center top;
	color: #443;
	font-size: 12px;
	margin: 0;
}
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;
}
*/
/*bullets*/

/* font */

.font_1 {
	color: #000;
	font: normal 3em "Trebuchet MS",sans-serif;
	font-size: 12px;
	text-align: center;
}

.font_2 {
	color: #000;
	font: normal 3em "Trebuchet MS",sans-serif;
	font-size: 24px;
	text-align: left;
}

.font_3 {
	color: #000;
	font: normal 3em "Trebuchet MS",sans-serif;
	font-size: 18px;
	text-align: left;
}

.font_4 {
	color: #000;
	font: normal 3em "Trebuchet MS",sans-serif;
	font-size: 12px;
}

.font_5 {
	color: #000;
	font: normal 3em "Trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: italic;
}

.font_6 {
	color: #000;
	font: normal 3em "Trebuchet MS",sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.font_7 {
	color: #D15600;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 170px;
	font-size: 28px;
}

.font_8 {
	color: #000;
	font: normal 3em "Trebuchet MS",sans-serif;
	font-size: 24px;
	text-align: center;
}

.font_9 {
	color: #000;
	font: bold 3em "Trebuchet MS",sans-serif;
	font-size: 12px;
	text-align: left;
}
/* 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: 1024px;
}

.container_2 {
	font-size: 1em;
	margin: 0 auto;
	width: 800px;
}

.container_3 {
	font-size: 1em;
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

.container_4 {
	font-size: 1em;
	width: 800px;
	margin: 0 auto;
}

.container_5 {
	font-size: 1em;
	width: 528px;
	margin: 0 auto;
}

.container_6 {
	font-size: 1em;
	width: 640px;
	margin: 0 auto;
}
/* header */
.header {
	background: #597F93 url(img/header.jpg) no-repeat center top;
	/*border-bottom: 2px solid #000;*/
	height: 180px;
	text-align: center;
}
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 140px;
	font-size: 72px;
}

.header2 {
	/*background: #597F93 url(img/header_2.jpg) no-repeat center top;*/
	/*border-bottom: 2px solid #000;*/
	/*height: 60px;*/
	text-align: center;
}
.header2 h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	/*line-height: 60px;*/
	font-size: 36px;
}

.lineBreak_1 {
	border: 2px solid #000;
	line-height: 2px;
}

/* navigation */
.navigation {
	background: url(img/navigation.jpg) no-repeat center top;
	height: 36px;
	margin: 0 auto;
	width: 1024px;
}
.navigation a {
	/*background: ;*/
	color: #000;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 256px;
	font-size: 24px;
}
.navigation a:hover {
	color: #D15600;
	background-position: left bottom;
	font-size: 24x;
}
.navigation b {
	/*background: ;*/
	color: #D15600;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 170px;
	font-size: 24px;
}
/* content */
.content {
	padding: 18px 0;
}
.content h1 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}