/*  
Theme Name: Midnight Sky
Version:1.0
Author: Bence
Author URI: tbence3.extra.hu
*/

/*****************************************
*	HTML
*****************************************/
body{
	background: #000000;
	color: #d3d3d3;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 9pt;
	}
#wrapper{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	}
#content{
	clear: both;
	}
.navigation{
	clear: both;
	font-size: 8pt;
	}

.alignleft{
	float: left;
	}

.alignright{
	float: right;
	}
blockquote{
	margin: 0 0px;
	padding: 10px 5px;
	background: #232323;
	border: 1px solid #333333;
	}

input#searchsubmit{
	background: url(images/go.gif) no-repeat;
	width: 30px;
	height: 26px;
	border: none;
	}

input#s{
	background: #ffffff;
	border: 1px solid #020202;
	color: #232323;
	}
/*****************************************
*	HEADER
*****************************************/
#header{
	background: url(images/header.gif) no-repeat;
	height: 305px;
	}
#header h1{
	margin: 0 0 0 50px;
	padding: 100px 0 0 0;
	font-size: 20pt;
	font-weight: normal;
	}
#header h2{
	margin: 0 0 0 100px;
	padding: 0;
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
	}
/*****************************************
*	MAIN
*****************************************/
#main{
	float: left;
	width: 482px; /*579*/
	padding: 0 52px 0 45px;
	}
.posttitle{
	background: url(images/postheader.gif) no-repeat;
	width: 462px; /*482*/
	height: 42px; /*52*/
	padding: 5px 10px;
	}
.posttitle h2{
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 12pt;
	}
.posttitle h1{
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 12pt;
	}
.postmeta{
	clear: both;
	font-size: 8pt;
	}
.posttag{
	float: left;
	}
.postcom{
	float: right;
	background: url(images/sideh2.gif) no-repeat left;
	padding: 0 0 0 25px;
	}
.postfooter{
	text-align: right;
	background: url(images/postfooter.gif) no-repeat bottom center;
	padding: 0 18px 5px 0;
	font-size: 8pt;
	}
.postfooter span{
	font-weight: bold;
	}
.post{
	padding: 0 0 20px 0;
	}
/*****************************************
*	COMMENTS
*****************************************/
input, textarea{
	font-size: 8pt;
	font-family: tahoma;
	color: #ffffff;
	background: #232323;
	border: none;
	padding: 5px 2px;
	border: 1px solid #333333;
	}
ol.commentlist{
	margin: 0;
	padding: 10px 0;
	}
ol.commentlist li{
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
#comments h3{
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 10pt;
	}
#comments{
	padding: 30px 0 10px 0;
	}
input#author, input#email, input#url, textarea#comment{
	border: 1px solid #333333;
	padding: 0;
	}
.comfooter{
	text-align: right;
	font-size: 8pt;
	}
.comment_meta{
	font-size: 8pt;
	}
.comcontent{
	background: #232323;
	padding: 5px 2px;
	}
/*****************************************
*	SIDEBAR
*****************************************/
#sidebar{
	width: 203px; /*221*/
	float: right;
	background: url(images/sidefooter.gif) no-repeat bottom left;
	padding: 0 18px 10px 0;
	}
#sidebar ul{
	margin: 0;
	padding: 0 20px;
	background: url(images/sideul.gif) repeat-y;
	}
#sidebar ul li ul{
	background: none;
	padding: 10px 10px 10px 30px;
	}
#sidebar ul li{
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
#sidebar ul li ul li{
	background: url(images/sideli.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
	}
#sidebar h2{
	background: url(images/sideh2.gif) no-repeat 0 3px;
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 11pt;
	font-weight: bold;
	}
/*****************************************
*	FOOTER
*****************************************/
#footer{
	clear: both;
	font-size: 8pt;
	padding: 20px 0 10px 0;
	}
/*****************************************
*	LINKS
*****************************************/
a{
	color: #ffffff;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
.entry a, .comcontent a{
	color: #333333;
	background: #cccccc;
	padding: 0 5px;
	}
.entry a:hover, .comcontent a:hover{
	background: #333333;
	padding: 0 5px;
	text-decoration: none;
	color: #ffffff;
	}
