/* Basics */
body {
	background: #8A4D20 url(http://screamdesigns.org/background.png) repeat-y;
	font-size: 11px;
	font-family: verdana;
	margin: 0;
	padding: 0;
	color: #281B10;
}
img {
	border: 0;
}
#sidebar {
	position: absolute;
	top: 470px;
	left: 39px;
	width: 215px;
	text-align: justify;
	font-size: 10px;
	color: #8A4D20;
}
#content {
	position: absolute;
	top: 464px;
	left: 273px;
	width: 537px;
}

/* Headers */
h1 {
	margin-bottom: 2px;
	margin-top: 3px;
	font-size: 10px;
	padding-left: 4px;
	color: #F8C500;
	text-transform: uppercase;
	border: 1px solid #774127;
	background-color: #774127;
}
h2 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #E21415;
	margin-bottom: 2px;
	margin-top: 9px;
}
h3 {
	font-size: 14px;
	color: #CA521C;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.postinfo {
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #804214;
}

/* Links */
a:link, a:visited, a:active {
	color: #BD590F;
	text-decoration: none;
}
a:hover {
	color: #F9E7D9;
	text-decoration: none;
}
a img {
	border: 1px solid #BD590F;
}
a:hover img {
	border: 1px solid #F9E7D9;
}

/* Forms */
fieldset {
	border: 0;
}
legend {
	display: none;
}
input, textarea, select {
	color: #47240B;
	font-size: 11px;
	font-family: verdana;
	border: 1px solid #47240B;
	background-color: #FFFF77;
}