/*#############################################################
Name: chinookdesign
Date: 2008-11-13
Description: Simple
Author: Olaf Nelson
URL: http://www.chinook-design.com
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #FFFF00;
}

body {
	background: #333300;
	color: #FFFFFF;
	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;
	background-color: #666600;
}

code {
	background: #666600;
	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 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #666600;
	height: 3px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	border-bottom: 0px solid #666600;
	font: normal 2em sans-serif;
	height: 120px;
	background-image: url(chinook-wordless%20for%20header.jpg);
}
.header a {
	color: #FFFFFF;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
	font-size: 28px;
}
.header span {
	padding-left: 16px;
}
.header a:hover {
	color: #333300;
	background-color: #666600;
	background-image: url(chinook-wordless%20for%20header.jpg);
}

/* structure */
.container {
	border: 3px solid #333300;
	border-top: 10px solid #333300;
}

.main {
	background: #333300;
	border-bottom: 1px solid #333300;
	border-left: 1px solid #333300;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	border-left: 0px solid #333300;
	border-top: 0px solid #333300;
	padding: 16px;
}

/* content elements */
.content h1 {
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #FFFF00;
	text-decoration: underline;
}
.content a:hover {
	color: #FFFF00;
}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {
	background: #333300;
}
.nav a {
	background: #333300;
	color: #FFFFFF;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
	border: 0px solid #666600;
}
.nav a:hover {
	background: #666600;
	color: #FFFFFF;
}

/* sub-navigation */
.subnav {
	background: #333300;
	border: 0px solid #666666;
	padding: 12px;
	color: #FFFFFF;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #FFFFFF;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: underline;
}
.subnav li a:hover {
	color: #FFFF00;
}

/* footer */
.footer {
	background: #333300;
	border-top: 1px solid #333300;
	color: #FFFFFF;
	padding: 0%;
}
.footer ul {
	border-top: 2px solid #333300;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #333300;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	color: #FFFFFF;
	background: #333300;
}

.col3,.col3center {
	float: none;
	width: 100%;
}
.col3center {
	margin: 0 3%;
}

/* bottom */
.bottom {
	color: #999900;
	clear: both;
	font-size: small;
}
.bottom a {
	color: #FFFF00;
}
