/*#############################################################
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 Verdana, "Lucida Sans Unicode",sans-serif; */
	font-family: Verdana, sans-serif;
	font-size: 1em;
	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;
	text-align: center
}
p,cite,code,ul,blockquote {
	margin-bottom: 1.2em;
	line-height: 1.5em;
}
h1 {
	font: normal 1.2em Verdana, "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;
	line-height: 1.5em;
	font-size: 14px;
}

cite, blockquote {
	display: block;
	background: url(../img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em Verdana, "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; */
	width: 630px;
	text-align: center;
}

/* header */
.header {
	background: #597F93 url(../img/header.jpg) no-repeat center bottom;
	border-bottom: 1px solid #CCC;
	height: 132px;
/*	height: 180px; */
	text-align: center;
}
/*
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
	line-height: 132px;
}
*/
.header img {
	border: 0px;
}

/* navigation */
.navigation {
/*	height: 36px; */
	margin: 0 auto;
	width: 630px;
	padding: 10px 0 0 40px;
	text-align: left;
}
.navigation a {
/*	background: url(../img/navigation.jpg) no-repeat;
	color: #FFF; */
/*	float: left; */
	font: 1em Verdana, "Lucida Sans Unicode",serif;;
/*	height: 31px; */
	letter-spacing: 1px;
/*	line-height: 31px; */
/*	text-align: center; */
	text-decoration: none;
/*	width: 120px; */
	padding: 0 0 0 20px;
}
.navigation a:hover {
/*	color: #FFF;
	background-position: left bottom; */
}

/* content */
.content {
	padding: 18px 20px 0px 20px;
	text-align: left;
}
.content h1 {
	color: #553;
	font-size: 1em;
	margin-bottom: 4px;
}
.content h2, .bottom-navigation h2 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
}

.content h2 {
	padding-top: 12px;
}

.content h3, .bottom-navigation h3 {
	color: #553;
	font-size: 1.2em;
	margin-bottom: 4px;
}

.content h2 a, .bottom-navigation h2 a {
	text-decoration: none;
	color: #553;
}

.content .dateline {
	font-size: 90%;
}

.content .footerline {
	text-align: right;
}

.content .good {
	color: #003300;
}

.content .bad {
	color: #990000;
}

.bottom-navigation {
	background-color: #bac9ac;
	background-image: url(../img/bgbottomnav.jpg);
	background-repeat: repeat-x;
	border-top: #FFFFFF 1px solid;
	padding: 18px 20px 18px 20px;
	text-align: left;
}

.bottom-navigation .left {
	float: left;
	width: 48%;
}

.bottom-navigation .right {
	float: right;
	width: 48%;
}

/* tags */
.tag {
	padding-right: 4px;
}

.tag .f1 {
	font-size: 0.8em;
}
.tag .f2 {
	font-size: 0.9em;
}
.tag .f3 {
	font-size: 1.0em;
}
.tag .f4 {
	font-size: 1.1em;
}
.tag .f5 {
	font-size: 1.3em;
}
.tag .f6 {
	font-size: 1.5em;
}
.tag .f7 {
	font-size: 1.7em;
}
.tag .f8 {
	font-size: 1.9em;
}
.tag .f9 {
	font-size: 2.2em;
}
.tag .f10 {
	font-size: 2.5em;
}
.tag .f11 {
	font-size: 2.8em;
}
.tag .f12 {
	font-size: 3.1em;
}
.tag .f13 {
	font-size: 3.4em;
}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
	padding: 18px 20px 4px 20px;
}
.footer a {
	color: #664;
}
