/*
Theme Name: Corpse Squadron
Theme URI: http://beoba.net
Description: Template used by corpse-squadron.com
Author: Nick Parker
.
Copyright Nick Parker, released under a Creative Commons license (by-nc-sa/2.0).
.
*/

a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
}
body {
	background: #666633 url(images/back.png) repeat scroll 0 0;
	margin: 0;
	color: #CC9900;
	font: 11px/17px Verdana, Arial, sans-serif;
	text-align: left;
}

#bkrnd {
	min-height: 682px;
	height: 682px;/*because IE doesnt know about min-height*/
	background-image: url(images/csback-yellow.gif);
        background-repeat: no-repeat;
}
#rap {
        width: 470px;
        margin: 10px 10px 0 290px;
        padding: 0;
}

#headertop {
        background-image: url(images/465_01.png);
        background-repeat: no-repeat;
	background-position: bottom left;
	height: 15px;
}
#header {
        background-image: url(images/465_02.png);
        background-repeat: repeat-y;
        padding: 0px 15px 0px 15px;
	text-align: center;
}
#header_title {
        font-size: 24px;
	letter-spacing: 3px;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 2px 10px 10px 10px;
	margin: 0;
}
#headerbot {
        background-image: url(images/465_03.png);
        background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	margin-bottom: 5px;
}
form {
	margin: 0;
}
#menu {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#menu a {
	font-weight: normal;
}

.border img { border: 1px solid #666666 }
#contenttop {
        margin-left: 50px;
        background-image: url(images/415_01.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        height: 15px;
}
#content {
        background-image: url(images/415_02.png);
        background-repeat: repeat-y;
        margin-left: 50px;
        padding: 0px 15px 0px 15px;
	margin-bottom: 5px;
}
.storytitle {
	margin: 0;
	padding: 0;
	font-size: 16px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
}
.storytitle a {
        color: #CC9900;
}
.storytitle a:hover {
        color: #FFCC33;
}
.storycontent {
        text-align: left;
}
.storycontent a {
        text-decoration: underline;
}
.storycontent li {
        list-style-type: square;
}

#commentcount {
        margin-top: 15px;
        font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#comments {
        margin-left: 15px;
}
#commentheader {
	margin-top: 5px;
	font-weight: bold;
}
#comments p {
	margin: 5px 0px 10px 0px;
}

hr {
	margin: 5px 0px 5px 0px;
	border: 0px;
	color: #CC9900;
	background-color: #CC9900;
	height: 1px;
}
.footerhr {
	margin-bottom: 0px;
	color: #996600;
	background-color: #996600;
}
.footerleft {
	margin-top: 5px;
	float: left;
}
.footerleft input, .footerleft select {
	border-color: #996600;
	color: #996600;
	margin: 0px;
}
.adminlink {
	float: right;
	font-size: 9px;
}
img { border: none; }
input, textarea, select {
	margin-top: 5px;	
	border: #CC9900 1px solid;
	background: #222211;
        color: #CC9900;
	font-size: 10px;
	padding: 1px;
}

