/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */

* {
margin:0;
padding:0;
}
body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #65274b;
	background-image: url(bg-body.gif);
	color: #222222;
	text-align: justify;
}
a {
color:#222222;
text-decoration:none;
}
a:hover {
color:#CCDE8D;
}
img {
border:0;
}
p {
margin-bottom:20px;
line-height:20px;
}

/* Structure */

#wrapper {
margin:0 auto;
width:780px;
background-color:#65274b;
background-image:url(bg-wrapper.gif);
background-repeat:repeat-y;
background-position:right;
border-left:1px solid #CCDE8D;
border-right:1px solid #CCDE8D;
}
#header {
height:120px;
background-image:url(header.jpg);
background-repeat:no-repeat;
padding:0 10px;
}
#nav {
	height: 35px;
	line-height: 35px;
	background-image: url(bg-navigation-bar.gif);
	background-repeat: repeat-x;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
}
#sidebar {
float:right;
width:180px;
background-color:#ffffff;
min-height:450px;
border:1px solid #2D302C;
margin:10px;
padding:5px;
min-height:400px;
}
#content {
width:520px;
float:left;
background-color:#ffffff;
min-height:450px;
border:1px solid #2D302C;
margin:10px;
padding:5px;
}
#footer {
clear:both;
text-align:right;
padding:10px;
margin-top:-10px;
color:#ffffff;
font-size:11px;
line-height:15px;
}

/* Navigation */

#nav ul {
list-style-type:none;
}
#nav li {
float:left;
text-align:center;
margin-right:10px;
text-transform:uppercase;
}
#nav li a {
display:block;
padding:0 15px;
font-size:10px;
color:#ffffff;
text-decoration:none;
}
#nav li a:hover {
background-image:url(bg-navigation-bar-hover.gif);
background-position:center;
background-repeat:no-repeat;
color:#222222;
}

/* Sidebar */

#sidebar ul {
list-style-type:none;
margin-bottom:20px;
}
#sidebar li {

}

/* Headings */

h1 a {
color:#A6C639;
text-decoration:none;
font-weight:normal;
font-size:24px;
}
h2 {
color:#A6C639;
text-decoration:none;
font-weight:normal;
font-size:20px;
}
h3 a {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #ffffff;
	text-decoration: none;
	float: none;
}

/* Extra's */

.title {
color:#ffffff;
}

.undertitle {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #ffffff;
	text-decoration: none;
	float: none;
}

.forumdate {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff;
	text-decoration: none;
	float: none;
}