/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:#2D302C;
	background-image:url('images/bg-body.gif');
	color:#000000
	}
a {
	color:#cc0099;
	text-decoration:none;
	}
a:hover {
	color:#ff3300;
	}
img {
	border:0px none;
	}
p {
	margin-bottom:14px;
	line-height:18px;
	text-align:justify;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:840px;
	background-color:#454943;
	background-image:url('images/bg-wrapper.gif');
	background-repeat:repeat-y;
	background-position: right 50%;
	border-left:1px solid #CCDE8D;
	border-right:1px solid #CCDE8D
	}
#header {
	height:120px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
	}
#nav {
	height:20px;
	line-height:20px;
	padding-left:0px; padding-right:0px; padding-top:0; padding-bottom:0
	}
#sidebar {
	float:right;
	width:140px;
	background-color:#ffffff;
	min-height:450px;
	border:1px solid #2D302C;
	margin:10px;
	padding:5px;
	min-height:400px;
	}
#content {
	width:600px;
	float:left;
	background-color:#ffffff;
	min-height:450px;
	border:1px solid #2D302C;
	margin:8px;
	padding:10px;
	}
#box {
	font-size:10pt;
	border: 1px dotted #ccc;
	background: #eee;
	width: 180px;
	padding: 7px 5px 7px 5px;
	margin: 3px 0px 5px 3px;
	}	
#footer {
	clear:both;
	text-align:left;
	padding:10px;
	margin-top:-10px;
	color:#ffffff;
	font-size:8pt;
	line-height:15px;
	}
#footer-links {
	float:left;
	line-height:30px;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-bottom:20px;
	}
#sidebar li {
	font-size:10pt;
	}

/* Headings */

h1 {
	color:#669900;	
	text-decoration:none;
	font-weight:bold;
	font-size:14pt;
	text-transform:uppercase;
	}
h2 {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:12pt;
	}
h3 {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:24pt;
	}

/* Extra's */

.description {
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
	color:#ffffff;
	padding-left:20px;
	text-align:right;
	}
.meta {
	color:#666666;
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px dashed #99CC00;
	padding-bottom:2px;
	margin-bottom:8px;
	}
.dropcap {
	color:#669900;
	font-family:Trebuchet MS,Arial,Helvetica,san-serif;
	font-size:25px;
	font-weight:bold;
	line-height:20px;
	float:left
	padding-top:2px
	}
.title {
	font-weight: bold;
	font-size: 12pt;
	text-transform:uppercase;
	margin:0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	color: #669900;
	height: 16px;
	}
.bottom {
	font-size:10pt;
	float: left;
	background: #fff;
	border: 1px solid #2D302C;
	width: 300px;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	}		
#footer-links a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt
	}
#footer-links a:hover {
	color:#ff3300;
	}
	

/* Color Palette
000000	black
ffffff	white
666666	gray
669900	olive
ff3300	orange
ff0000	red
*/