/*#############################################################
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;}

/* font was set at 62.5%. change if 70% is too big.
background: #111 url("images/bg.gif") repeat-y center top;*/

body {
	background: #111 url("images/bg.gif") repeat left top;
	color: #BBB;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
}

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

/* used same for "code" and "blockquote
blockquote {font: bold 1em sans-serif;}*/

blockquote {font: bold 1em;
	background: #444;
	display: block;
	margin: 12px;
	padding: 10px;
}

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

img {border: none;}

ul {margin-left: 2em;}
h1 {
	font: normal 2.4em sans-serif;
	color: #ff9e2c;
}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url("images/stripe.gif");
	height: 6px;
}

/* added .left2 to allow for the child pages to use the whole width
of the page for content instead of having the right-hand column*/
.left {float: left;}
.right {float: right;}
.left2 {float: left;}

/* header
the following makes the logo show up in the header
without having to worry about it moving around or 
sticking out when the page is resized:
background: #111 url(images/logo2.gif) no-repeat center bottom; */
.header {
	background: #000000 url(images/logo1.gif) no-repeat center bottom;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 200px;
}
/* had to remove the header a attributes because it caused the whole header
to disappear when moused over.  don't need a link for the actual site header
anyway.

 .header a {
	color: #888;
	display: block;
	line-height: 170px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}*/

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

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}
.main .left2 {width: 100%;}

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

/* content elements */
.content h1 {
	background:  url("images/bgh1.gif") repeat-x left bottom;
	color: #ff9e2c;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #CCC;
	text-decoration: underline;
}
.content a:hover {color:#999;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url("images/nav.gif");}
.nav a {
	background: #191919 url("images/nav.gif");
	border-right: 1px solid #161616;
	color: #ff9e2c;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 10px;
}
.nav a:hover {
	background: #191919 url("images/nav_hover.gif");
	color: #ff160b;
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background:  url("images/li.gif") no-repeat left bottom;
	list-style: none;
	margin: 0;
}
/* switched the colors on the a and hover. a was #777, hover was #BBB*/
.subnav a {
	color: #BBB;
	line-height: 1.5em;
	font-weight: bold;
}
.subnav a:hover {
	color: #ff160b;
	font-weight: bold;
}
.subnav li a {
	color: #BBB;
	line-height: 1.5em;
	padding-left: 18px;
	text-decoration: none;
	font-weight: normal;
}
.subnav li a:hover {
	color: #777;
	font-weight: normal;
}


/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #CCCCCC;
	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: #FFFFFF;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3 {
	float: left;
	width: 45%;
}
.col3center {
	float: right;
	width: 45%;
	margin: 0 3%;
}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
.attention {
	font-weight: bold;
	color: #ED942D;
}

