/*  
Theme Name: Project Stealth Dark
Theme URI: http://www.projectstealthgame.com
Description: A Project Stealth theme for the blog.
Version: 2.0
Author: Lennard Fonteijn
Author URI: http://www.lennardf1989.com
*/

body {
	background: #000000 url('images/background.gif') repeat-x top left;
	font-family: verdana;
	text-align: center;
	color: #eff9fb;
}

.textbox {
	color: #3f3f3f;
    background-color : #b7b1ad;
    border: 1px solid #2d2d2d;
}

.button {
	color: #3f3f3f;
    background-color : #b7b1ad;
    border: 1px solid #2d2d2d;
}

select {
	color: #3f3f3f;
    background-color : #b7b1ad;
    border: 1px solid #2d2d2d;
}

a:link
{
	color: #2b8281;
	text-decoration: none;
}

a:visited
{
	color: #2b8281;
	text-decoration: none;
}

a:hover
{
	color: #2b8281;
	text-decoration: underline;
}

#header {
	background-color: #3f3f3f;
	background: #3f3f3f url('images/header.gif') no-repeat top center;
	height: 140px;
	padding-top: 112px;
	padding-bottom: 5px;
	text-align: center;
}

#main {
	background-color: #3f3f3f;
	text-align: left;
	vertical-align: top;
}

#sidebar {
	background-color: #3f3f3f;
	text-align: left;
	vertical-align: top;
}

#footer {
	background-color: #3f3f3f;
	text-align: center;
	font-size: 11px;
}

#navlinks {
	text-align: left;
	font-size: 14px;
	padding-left: 0.4em;
}

table
{ 
	margin-left: auto;
	margin-right: auto;
}

table.post {
	width: 480px;
	font-size: 13px;
}

td.post-header {
	background: url('images/post-header.gif');
	height: 39px;
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 14px;
	font-weight: bold;
}

td.post-information {
	background: url('images/post-content.gif');
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 11px;
}

td.post-content {
	background: url('images/post-content.gif');
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 13px;
}

td.post-footer-text {
	background: url('images/post-content.gif');
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 13px;
}

td.post-footer-image {
	background: url('images/post-footer.gif');
	height: 9px;
}

td.post-footer-space {
	background: url('images/post-space-footer.gif');
	height: 11px;
}

td.post-space {
	background: url('images/post-content.gif');
	height: 5px;
}

table.comment {
	width: 480px;
	font-size: 13px;
}

td.comment-header {
	background: url('images/post-header.gif');
	height: 39px;
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 14px;
	font-weight: bold;
}

td.comment-information {
	background: url('images/post-content.gif');
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 11px;
}

td.comment-information2 {
	background: url('images/arrow.gif') no-repeat;
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 11px;
}

td.comment-content {
	background: url('images/post-content.gif');
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 13px;
}

td.comment-content2 {
	font-size: 13px;
}

td.comment-footer-text {
	background: url('images/post-content.gif');
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 13px;
}

td.comment-footer-image {
	background: url('images/post-footer.gif');
	height: 9px;
}

td.comment-footer-space {
	background: url('images/post-space-footer.gif');
	height: 11px;
}

td.comment-space {
	background: url('images/post-content.gif');
	height: 5px;
}

td.comment-space2 {
	height: 5px;
}

td.sidebar {
	margin: 0px;
}

td.sidebar-title {
	padding-left: 0.1em;
	padding-right: 0.1em;
	font-size: 14px;
	font-weight: bold;
}

td.sidebar-split {
	background: url('images/sidebar.gif') no-repeat center center;
	height: 15px;
}

td.sidebar-content {
	padding-left: 0.1em;
	padding-right: 0.1em;
	font-size: 13px;
}

.sidebar ul {
	margin-left: 0px;
	padding-left: 1.8em;
	list-style-image: url('images/arrow.gif');
}

.sidebar li {
	margin-bottom: 5px;
}

#archiveform {
	margin-left: 0px;
	padding-left: 0em;
}

ul.children {
	margin-left: 0px;
	padding-left: 0.3em;
	list-style-image: url('images/arrow2.gif');
}

textarea.comment {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	width: 190px;
}

img#wpstats{
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden
}