@charset "utf-8";

/* CSS Document */
.html, body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/shared/forest_bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-position: center top;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
div.clear 
{
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clip: rect(1px,auto,auto,auto);
}
#banner {
	height: 306px;
	width: 940px;
	background-image: url(../images/shared/banner_bg.png);
	background-repeat: no-repeat;
}

#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-image: url(../../build/images/shared/shadow_bg.jpg);
}
#topBar {
	background-color: #ce0000;
	height: 30px;
	margin-bottom: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-top: 14px;
}
#nav {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: none;
}
#nav .home a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.forum {
	float: right;
	font-weight: normal;
}
.post-edit-link {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav  a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	font-weight: normal;
}
#nav a:hover {
	text-decoration: underline;
}
#contentArea {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidebar {
	float: right;
	width: 227px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 70px;
	padding-left: 40px;
}
#footer {
	height: 30px;
	font-size: 10px;
	padding-top: 10px;
	margin-top: 40px;
}
.floatRight {
	float: right;
}
#wrapper #sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.deadgoatLogo {
	margin-top: 30px;
}
#wrapper #sidebar a:hover {
	color: #FF0000;
	text-decoration: none;
}
#content {
	width: 633px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	float: left;
	margin-top: 20px;
	text-align: left;
}
#wrapper  #contentArea  #content  h2{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -2px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#wrapper #contentArea #content h2 a {
	color: #FFFFFF;
	letter-spacing: -2px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
#wrapper #contentArea #content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #f5150e;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #contentArea #content h3 a {
	color: #CE0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #contentArea #content a:hover {
	color: #FFFFFF;
}
#wapper #contentArea #content a {
	color: #FF0000;
}
#wrapper #contentArea #content .postmetadata {
	font-size: 11px;
	color: #FF0000;
}
.home {
	float: left;
	font-weight: normal;
	padding-right: 20px;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	font-weight: normal;
}
#wrapper #contentArea #content .postmetadata a {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}