body
{
	background: black;
	background: url('../images/main-background.png');
	color: black;
	text-align: center;
	padding: none;
	margin: none;
	color: #CCDDE3;
}

input, select, textarea
{
	background: #151515;
	border: 1px solid #6fadff;
	color: #6fadff;
}

textarea
{
	color: #e6f5ff;
}

hr
{
	color: #555555;
	height: 1px;
}

.board
{
	border: 1px solid #5F6B6B;
	padding: 0px;
	width: 873px;
	margin: auto;
	background: #2E2E2E;
}


.post
{
	padding-bottom: 3px;
	border-bottom: 1px solid #5F6B6B;
}

.post-header
{
	text-decoration: none;
	
	
	padding-left: 4px;
	text-align: left;
}

.post-header-link:link, .post-header-link:visited, .post-header-link:hover
{
	font-weight: bold;
	color: #87a4cd;
	text-decoration: none;
}

.post-header-link-highlight:link, .post-header-link-highlight:visited, .post-header-link-highlight:hover
{
	font-weight: bold;
	color: #34bd84;
	text-decoration: none;
	border-bottom: 1px dotted #5F6B6B;
}

.post-newmarker
{
	font-weight: bold;
	color: #B80505;
}

.post-details
{
	padding-left: 4px;
	text-align: left;
	font-size: 10px;
	color: #676767;
}

.post-details a, .post-details a:link, .post-details a:visited
{
	color: #8c8c8c;
}

.post-details a:hover
{
	color: #5b868c;
}

.post-body
{
	padding: 2px;
	text-align: left;
}

.post-menu
{
	padding: 2px;
	text-align: left;
}

.editform
{
	text-align: center;
}

.post-reply
{
	padding: 2px;
	text-align: left;
}



.indent
{
	margin-left: 1px;
	margin-bottom: 1px;
	border-top: none;
	border-left: 3px solid #5F6B6B;
	border-bottom: none;
	border-right: none;
	position: relative;
	background-color:rgba(70,70,70,0.2);

	display: block;
}