/*#############################################################
Name: Blue Sky
Date: 2006-07-12
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #39F;
}
a:hover {
	color: #06F;
}

body {
	background: #84C8F1 url(img/bg.png) repeat-y center top;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 2.5em;
	margin-bottom: 1px;
}

h3 {
	font-size: 2.5em;
	margin-bottom: 1px;
	color: #C33;
	padding-top: 1px;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
boxout {
	background: url(img/boxout.png);
	border: 1px solid #F0F0F0;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: normal;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #246;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2 {
	color: #37C;
	padding-top: 1px;
}


/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 985px;
	background: url(img/holder.png) no-repeat;
}

/* title */
.title {
	float: left;
	margin: 18px 0 0 12px;
	text-align: center;
	width: 400px;
}
.title h1 {
	font: normal 2.5em Verdana,sans-serif;
}
.title h2 {
	color: #444;
	font: normal 1.1em Verdana,sans-serif;
}
.title h3 {
	font: normal 2.5em Verdana,sans-serif;
}

/* navigation */
.navigation {
	
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #FFF;
	color: #444;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #28E;
	padding: 56px 18px 10px;
}

/* holders */
.holder {
	background: url(img/bgholder.png) repeat-y;
	white-space: normal;
	padding: 0 32px;
}
.holder_top,.holder_bottom {
	background: url(img/holder.png) no-repeat;
	height: 40px;
}

.holder_bottom {
	background-position: left bottom;
}

.holder_top_small,.holder_bottom_small {
	background: url(img/holder_small.png) no-repeat;
	height: 25px;
}

.holder_bottom_small {
	background-position: left bottom;
}

.splitcontentleft {
float:left;
width:50%;
padding: 32px 0px;
}
.splitcontentright{
float:right;
width:50%;
padding: 32px 0px;
}

/* footer */
.footer {
	color: #444;
	font-size: 1.1em;
	text-align: center;
}