body {
	color: white;
	background-color: black;
	font-size:1.1em;
	font-family: "monospace", "Deja Vu Sans Mono", "Lucida Console", "Courier New", monospace;
}

a {
	color: white;
}

a {
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

h3 a
{
	color: #559933;
}


div.entry p a
{
  color: yellow;
}

div.entry p.number_of_comments a
{
  color: red;
}




h3 {
	font-size: 1em;
	}
.sdate {
	font-size: 0.8em;
	font-family: "Lucida Console", monospacea
	font-weight: bold;
	text-align: right;
	color: #a66;
}

p.number_of_comments {
    font-weight: bold;
    text-align: center;

}


P {
	text-align: justify;
}

pre {
	background-color: #222;
	padding-left: 10px;
	padding-right: 20px;
}

div#logo {
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 270px;
	padding-top: 30px;
	/*
  background-color: #fff; 
	color: #000;
	*/
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.0em;
	text-align: right;
}

div.maincointainer {
	padding-left: 50px;
}

div.pagination {
	text-align: right;
}

div.entry {
	background-color:#111;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 20px;
}
div.entry_title {
	background-color:#000;
	padding-left: 5px;
	padding-right: 5px;
}

label{
 float: left;
 width: 120px;
 font-weight: bold;
 }

input.submit-post,
input.submit-preview
 {
	font-size: 0.8em;
	font-weight: normal;;
	border: solid 0.1px;

}

div.entry form {
	font-size: 0.8em;
	background-color: #000;
	padding: 0.5em;
	
}


div.entry form input {
	border: solid 1px;
	border-color: #fff;
	background-color: #000;
	color: #888;
	font-weight: bold;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.entry_content 
{
	border-top: solid 0.25px;
	border-color: #333;
	padding-left: 10px;
}

div.comments_state 
{
	border-top: solid 1px;
	border-left: solid 1px;
	border-color: #333;
	padding-left: 20px;
	font-family: monospace;
}

textarea {
	color: white;
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	background-color: black;
}

