/*#############################################################
Name: Light
Date: 2006-08-20
Description: Bright and smooth.
Author: Viktor Persson
URL: http://templates.arcsin.se

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

/* standard elements */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Tahoma;
	float: none;
}
a {
	color: #567;
}
a:hover {
	color: #28E;
}
body {
	color: #555A60;
	margin: 0;
	font-family: Tahoma;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 8px;
	background-color: #CCCCCC;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
p,cite,code,ul {
	font-size: 1.25em;
	padding-bottom: 0.8em;
	line-height: 110%;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	font-weight: bold;
}
li {
	list-style: url(img/li.gif);
	margin-left: 20px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
	background-image: url(img/quote.gif);
	background-repeat: no-repeat;
}
h1,h2,h3 {
	color: #579;
	padding-top: 6px;
}

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

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 390px;
}
.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	color: #89A;
	float: right;
	margin-top: 9px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 58px;
	padding-right: 17px;
	padding-bottom: 8px;
	padding-left: 17px;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #28E;
	padding-top: 56px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
}

