/*#############################################################
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: #5982A0;
	color: #F5F5F5;
	font-weight: normal;
	font-size: 12px;
	font-family: Calibri, Tahoma, Arial, Helvetica, Sans-Serif;
}

p, ul
{
	font-size: 12px;
	padding-bottom: 1.2em;
}

blockquote
{
	font: bold 1em Calibri, Tahoma, Arial, Helvetica, Sans-Serif;
}

code
{
	background: #BF8E30;
	display: block;
	font-family: Consolas, Courier New, Courier;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img
{
	border: none;
}

ul
{
	margin-left: 2em;
}
h1
{
	font-style: italic;
	font-size: 24px;
	color: #FFFFE0;
	font-family: Cambria, Tahoma, Helvetica, Sans-Serif;
}
h2
{
	font-style: italic;
	font-size: 20px;
	font-family: Cambria, Tahoma, Helvetica, Sans-Serif;
	color: #FFFFE0;
	padding-bottom: 4px;
}

/* misc */
.clearer
{
	clear: both;
}
.stripes
{
	background: #5982A0 url(img/stripe.gif);
	height: 6px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

/* header */
.header
{
	background: #5982A0;
	color: #FFFFE0;
	border-bottom: 2px solid #FFFFE0;	
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-style: italic;
	font-size: 40px;
	height: 80px;
}
.header a
{
	color: #FFFFE0;
	display: block;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	line-height: 80px;
	text-decoration: none;
	width: 100%;
}
.header span
{
	padding-left: 32px;
}
.header a:hover
{
	color: #FFFFE0;
}

/* structure */
.container
{
	border: 3px solid #444;
	border-top: none;
}

.main
{
	background: #5982A0;
	border-bottom: 1px solid #FFFFE0;
	border-left: 1px solid #FFFFE0;
}
.main .left
{
	width: 64%;
}
.main .right
{
	width: 36%;
}

.content
{
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1
{
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #FFFFE0;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a
{
	color: #FFFFE0;
	text-decoration: underline;
}
.content a:hover
{
	color: #BF8E30;
}
.content .descr
{
	margin-bottom: 5px;
}

/* navigation */
.nav
{
	background: #4F7591;
}
.nav a
{
	background: #4F7591;
	/*border-right: 1px solid #161616;*/
	color: #FFFFE0;
	float: left;
	font-size: 16px;
	font-family: Tahoma, Helvetica, Sans-Serif;
	line-height: 40px;
	padding: 0 20px;
}
.nav a:hover
{
	background: #1144AA url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav
{
	background: #44647F;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
}
.subnav h1
{
	padding-top: 8px;
	font: bold 1.3em Tahoma, sans-serif;
}
.subnav ul
{
	margin: 5px;
}
.subnav li
{
	background: url(img/bullet_green.png) no-repeat left center;
	list-style: none;
	margin: 0;
	padding-left: 18px;
	line-height: 1.8em;
}
.subnav li a
{
	color: #FFFFE0;
	text-decoration: none;
}
.subnav li a:hover
{
	color: #FFFFE0;
}
.subnav a
{
	color: #FFFFE0;
	text-decoration: underline;
}
.subnav a:hover
{
	color: #FFFFE0;
}

/* footer */
.footer
{
	background: #4575D4;
	border-top: 1px solid #444;
	color: #F5F5F5;
	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: #F5F5F5;
}
.footer a:hover
{
	color: #F5F5F5;
}

.col3, .col3center
{
	float: left;
	width: 31%;
}
.col3center
{
	margin: 0 3%;
}

/* bottom */
.bottom
{
	color: #F5F5F5;
	clear: both;
	font-size: 10px;
}
.bottom a
{
	color: #F5F5F5;
}
