/*#############################################################
Name: Todd Rawlings.com - Default CSS
Date: 2008-12-11
Description: A reverse white text on black style website template
Author: Todd Rawlings (based on the original design by Viktor Persson)
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #FFFFCC;}
a:hover {color: #FFFF33;}

body {
	background: #111;
	color: #DDD;
	font: normal 77% "Gill Sans MT", Arial, Helvetica, sans-serif;
}

#main_wrap {
  background: #111 url(bg.jpg) repeat-x;
}

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

h1 {
	font: normal 2em Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h2 {background: url(stripes.gif) repeat-x left bottom; color: #CCC; font: normal 1.5em Tahoma, Arial, Helvetica, sans-serif; margin-bottom: 8px; padding-bottom: 11px; letter-spacing: 1px;}

blockquote {
	color: #FFFF99;
	display: block;
	font-weight: normal;
	padding-left: 28px;
	padding-right: 40px;
}

h1,h2 {padding-top: 6px;}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.wrapper {
	font-size: 1.3em;
	margin: 0 auto;
	width: 1000px;
}
.container {background: url(header.gif) no-repeat center top;}

/* title */
.title {
	color: #D0D0D0;
	font: normal 2.8em Tahoma, Arial, Helvetica, sans-serif;	
}

.title2 {
	color: #C0C0C0
	font: normal 2.8em Tahoma, Arial, Helvetica, sans-serif;	
}
	
.olive {
	color: #00CC33;
	font-size: 1.3em
}

/* sub navigation */
.sidenav {
	background: url(earth.jpg) no-repeat right top;
	padding-top: 150px;
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #00CC33;
	font-size: 1.4em;
	line-height: 30px;
	margin: 0;
}
.sidenav ul {
	padding: 0.5em 0 0 0.5em;
	font: "Gill Sans MT", Tahoma, Arial. Helvetica, sans-serif;
}
.sidenav li {
	list-style: none;
	font: "Gill Sans MT", Tahoma, Arial. Helvetica, sans-serif;
}
.sidenav li a {
	font: normal 1.0em "Gill Sans MT", Tahoma, Arial. Helvetica, sans-serif;
	line-height: 1.6em;
	color: #FFFFCC;
	text-decoration: none;
}
.sidenav li a:hover {color: #FFFF66;}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding-top: 32px;
	width: 741px;
}
.content .descr {
	color: #009900;
	margin-bottom: 6px;
}
.content li {margin-left: 18px;}

/* footer */
.footer {
	background: url(bgfooter.gif) repeat-x;
	border-top: 1px dashed #333;
	color: #777;
	font: normal 0.9em sans-serif;
	padding: 10px 0 16px;
}
.footer a {
	color: #784;
	text-decoration: none;
}
