/*
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {

}

a {
	text-decoration: none;
	color: #333333;
}

body {
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,ul {
	font-size: 1.3em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	padding: 8px 10px;
	white-space: pre;
}

img {
	border: none;
}

ul {
	padding-left: 1px;
	font-size: 1.2em;
	padding-top: 0px;
}
h1 {
	font: bold 1.5em Lucida Sans Unicode,sans-serif;
}
h2 {
	font: Bold 1.4em Lucida Sans Unicode,sans-serif;
	padding-bottom: 4px;
	color: #333333;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 3px;
}
.left {
	float: right;
}

.right {
}

/* header */
.header {
	border-bottom: 1px solid #333;
	height: 60px;
	background-color: #292A2D;
	background-image: url(img/tright.png);
	background-repeat: no-repeat;
	background-position: right;
}
.header a {
	color: #888;
	display: block;
	line-height: 100px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 15px;}
.header a:hover {
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
	width: auto;
}

.main {


}
.main .left {
	width: 82%;
	height: inherit;
}
.main .right {
	width: 18%;
	background-color: #BBCFF0;
	float: left;
}

.content {
	border-top: 1px solid #444;
	padding-left: 20px;
}

/* content elements */
.content h1 {
	color: #E13030;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #333333;
	text-decoration: underline;
}
.content a:hover {
	color: #666666;
}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #333333;
	float: left;
	line-height: 20px;
	padding: 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	border: 1px solid #1E1E1E;
	padding-left: 20px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #333333;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #333333;
}

/* footer */
.footer {
	color: #CCCCCC;
}
.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: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	font-size: 1.1em;
}
.bottom a {color: #888;}
.men1 {
	background-color: #5588DA;
	color: #FFFFFF;
	padding: 5px;
}
