/*
Template name: Shades of Gray
Template URI: http://templates.arcsin.se/shades-of-gray-website-template/
Release date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #285C73 url(bg.png) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

media {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #ffffff url(header.png) no-repeat center top;
	border-bottom: none;
	font: normal 2em sans-serif;
	height: 199px;
}
.header a {
	color: #888;
	display: block;
	line-height: 199px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
	min-width:800px;
	text-align:left;
	width:800px;
}

.main {
	background: #285C73 url(header_lock_low.png) no-repeat scroll right top;
	border-bottom: none;
	border-left: none;
}
.main .left {width: 64%;}
.main .right {
	border: none;
	background: transparent no-repeat scroll 0 0;
	width: 36%;
}
.main h1 {
	background: url(bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.main a {
	color: #EEEEEE;
	text-decoration: none;
}

.content {
	border-left: none;
	border-top: none;
	padding: 16px;
}

/* content elements */
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #FFFFFF url(header_lock.png) no-repeat top right;}
.nav a {
	background: #FFFFFF url(button_l.png) no-repeat;
	color: #FFFFFF;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 42px;
	padding-bottom: 0;
	padding-left: 14px;
}
.nav a:hover {
	color: #C0C0C0
}

.nav span {
	background: #ffffff url(button_bkg.png) repeat;
	color: #FFFFFF;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 42px;
}

.nav span:hover {
	color: #C0C0C0
}

.nav p {
	background: #ffffff url(button_r.png) no-repeat;
	color: #FFF;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 42px;
	padding-bottom: 0;
	padding-right: 11px;
}

/* sub-navigation */
.subnav {
	background: transparent;
	border: none;
	padding: 16px;
}
.subnav ul {margin: 0;}
.subnav li {
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #ffffff;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #285C73;
	border-top: 1px solid #262626;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #FFF;}
.footer a:hover {color: #C0C0C0;}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	clear: both;
	font-size: 1.1em;
}

