/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #e3e3e3 repeat-y center top;
	color: #111;
	font: 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;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 { color: #80a1ca; font: bold 1.6em Verdana, sans-serif; padding-bottom: 4px; }

/* misc */
.clearer {clear: both;}
.stripes {
	background: #80a1ca;
	height: 6px;
}
.left { float: left; }
.right { background-color: #80a1ca; float: right; }

/* header */
.header { background: #80a1ca; border-bottom: 0 solid #333; font: 2em sans-serif; height: 185px; padding: 4px; }
.header a {
	color: #dbe6f1;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #dbe6f1;
	color: #bbb;
}

/* structure */
.container { border-color: #80a1ca; border-style: none solid solid; border-width: medium 3px 3px; }

.main { background: #fff; border-bottom-style: solid; border-bottom-width: 0; border-left-style: solid; border-left-width: 0; }
.main .left {width: 55%;}
.main .right { background-color: #fff; width: 44%; }

.content { padding: 16px; order-top-style: solid; }

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #80a1ca;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #111;
	text-decoration: underline;
}
.content a:hover {color: #111;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #dbe6f1;}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #111;
	float: left;
	font: bold 1em/51px Verdana, sans-serif;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav { background: #fff; padding: 12px; border-color: #444 #1e1e1e #1e1e1e; border-style: solid; border-width: 1px; }
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #111;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #111;}

/* footer */
.footer {
	background: #80a1ca;
	border-top: 1px solid #444;
	color: #fff;
	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: #fff;
	background: #80a1ca;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom { color: #fff; clear: both; font-size: 1.1em; background-color: #80a1ca; }
.bottom a {color: #fff;}