/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #FC7904;}
a:hover {color: #C60;}

body {
	background: #000;
	color: #ccc;
	font: normal 62.5% "trebuchet ms", arial, helvetica, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 12px;
	margin-bottom: 4px;
}

code {
	background: #000;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {background: #000; clear: both;}

.left {float: left;}

.right {float: right;}



/* structure */
.container {
	font-size: 12px;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 950px;
}

/* header */
.top {
	padding: 20px 10px 0;
}

/* title */
.header {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 950px;
}
.header .left, .header .right {
	background: #000;
	height: 150px;	
}
.header .left {
	width: 655px;
}
.header .right {
	width: 290px;
}
.header .right a {color: #fff; text-decoration: none;}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* search */
.search {
	width: 290px;
	float: right;
	background: #fff url(../img/bar2.gif) repeat-x;
	height: 24px;
	margin-bottom: 5px;
}

.in {
	color: #000;
	padding-top: 3px;
	text-align: center;
	font: bold 1.1em Georgia, verdana, arial;
}	

input.button {
	background: #CC9933;
	border: solid 1px #ccc;
	text-transform: lowercase;
	font-size: 0.9em;
}

input.text {
	border: solid 1px #ccc;
	font-size: 12px;
	padding: 1px 4px;
}


/* navigation */
.navigation {	
	background: #D9E1E5 url(../img/bar1.gif);
	width: 655px;
	float: left;
	height: 24px;
	margin-bottom: 5px;
}
.navigation a {
	background: #D9E1E5 url(../img/bar1.gif);
	border-left: 1px solid #ccc;
	color: #000;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 24px;
	padding: 0 1.455em;
	text-decoration: none;
}
.navigation a:hover {background: #D9E1E5 url(../img/bar3.gif); color: #FC7904;}

/* main */
.main {
	border-top: 4px solid #000;
}

/* sub navigation */
.sidenav {
	margin: 15px 0;
	float: right;
	width: 280px;
}
.sidenav h2 {
	color: #FC7904;
	font: bold 1em Georgia, verdana, arial;
	line-height: 17px;
	margin: 0;
	text-align: right;
	border-bottom: 1px solid #FF9900;
}
.sidenav ul {
	padding: 0;

}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font: bold 1.1em;
	color: #ccc;
	display: block;
	padding: 5px 0 5px 5%;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	background: #000;
	float: left;
	margin: 10px 0;
	padding: 0 16px 0 0;
	width: 640px;
	border-right: 1px #ccc solid;
}

.content h1 {
	font: bold 16px FritzQuadrata, Georgia, verdana, arial;
	margin-bottom: 4px;
}

.content h1 a {
	color: #333;
	text-decoration: none;
}

.content .descr {
	text-align: right;
	border-bottom: 1px #FF9900 solid;
	color: #FC7904;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {line-height: 16px;}

/* footer */
.footer {
	color: #ccc;
	font:1em sans-serif;
	line-height: 39px;
	border-top: 1px #FF9900 solid;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}