/*#############################################################
Name: Beautiful Day
Date: 2006-11-12
Description: A soft and bright two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

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

* {
	margin: 0;
	padding: 0;
}

a {
	color: #2ADFFF;
}
a:hover {
	color: #FF5;
}

body {
	font: normal Tahoma,sans-serif;
	background-color: #808080;
	color: #FFFF80;
}

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

li {list-style: none;}

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

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

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

h1,h2,h3 {
	padding-top: 6px;
	color: #FF0;
}

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

.left {
	float: left;
	border-color: #808080;
	margin-bottom: 20px;
	margin-right: 10px;
}

.right {
	float: right;
	border-color: #808080;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* structure */
.container {
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 900px;
	background-color: #009;
}

/* header */
.top {
	padding: 50px 10px 0;
}

/* title */
.header {
	font-size: 16pt;
	height: 305px;
	margin: auto;
	padding: 10px 10px 5px;
	width: 900px;
	background-color: #009;
}
.header .left {
	background: #B3C2C7 url(img/banner.jpg) no-repeat;
	line-height: 100px;
	text-align: left;
	width: 900px;
	font-size: 56pt;
	color: #80FFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	height: 300px;
	text-indent: 20px;
}

/* navigation */
.navigation {
	background: #abbeca url(img/nav.png);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #2A5FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 13px;
	text-decoration: none;
}
.navigation a:hover {
	background-position: left bottom;
	color: #FF5;
}

/* main */
.main {
	border-top: 4px solid #FFF;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #FF5;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #abbeca;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	width: 880px;
	padding-left: 10px;
	padding-right: 10px;
}
.promo {
	color: #F00;
	font-family: Tahoma, Geneva, sans-serif;
}

.content .descr {
	color: #FF0;
	font-size: 1.2em;
	margin-bottom: 6px;
	text-decoration: underline;
}
.content li {
	list-style: url(img/li.png);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
}
.footer a,.footer a:hover {
	color: #FFF;
	font-size: 14px;
}
.img {
	border-color: #808080;
}
.header .garden {
	background: #B3C2C7 url(img/garden1.jpg) no-repeat;
	line-height: 100px;
	text-align: left;
	width: 900px;
	font-size: 56pt;
	color: #80FFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	height: 300px;
	text-indent: 20px;
}
.header .palm {
	background: #B3C2C7 url(img/palm1.jpg) no-repeat;
	line-height: 100px;
	text-align: left;
	width: 900px;
	font-size: 56pt;
	color: #80FFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	height: 300px;
	text-indent: 20px;
}
.header .hideaway {
	background: #B3C2C7 url(img/hideaway1.jpg) no-repeat;
	line-height: 100px;
	text-align: left;
	width: 900px;
	font-size: 56pt;
	color: #80FFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	height: 300px;
	text-indent: 20px;
}

