{
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
	color: #BEBEBE;
}

body {
	background: #000;
	color: #797979;
	margin: 20px 0;
	text-align: center;
	font: normal 1em Trebuchet MS, sans-serif, Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
code {
	font: normal 1em Trebuchet MS,serif;
	background: url('img/bgcode.gif');
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
blockquote {
	margin-bottom: 12px;
	font: normal 1.1em Trebuchet MS,serif;
	background: url('img/quote.gif') no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #000; 
	border: 0px; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 864px; 
}


/* Header */
.gfx {
	background: #000 url('img/dark_pixel.jpg') no-repeat;
	height: 345px;
	padding-top: 30px;
	color: #111;
	font: 2.4em Trebuchet MS, Tahoma, sans-serif;
	text-align: center;
	
}
.h1 {
	color: #111;
	font: bold Trebuchet MS, Tahoma, sans-serif;
	text-align: center;
	font-size: 1.3em;
}

.title {
	color: #666;
	font: Trebuchet MS, Tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

/* Menu */
.menu a {
	background: #000;
	border: 0px;
	font-size: 1.2em;
	float: center;
	margin: 10px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	color: #666;
}
.menu a#last {
	width: 150px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #141414;
	background: #141414;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.4em Trebuchet MS, sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #000000 url('img/bgitem.gif') repeat-x;
	padding: 8px 10px;
	font: Trebuchet MS, sans-serif, Arial;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
	font: Trebuchet MS, sans-serif,Arial;
	font-size:0.8em;
} 


	
	/*post stylng*/

.descr{
font: Trebuchet MS, sans-serif,Arial;
font-size:0.9em;
color:#505050;
padding: 5px 0px 10px 0px;
}

.entry{
font: Trebuchet MS, sans-serif,Arial;
font-size:1.0em;
color:#8B8B8B;
}

.info{

font: Trebuchet MS, sans-serif,Arial;
color:#505050;
}

.item{
font: Trebuchet MS, sans-serif,Arial;
color:#505050;
font-size:0.8em;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
}
#commentform textarea:hover {
background: #f8f7f6;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f8f7f6;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 0.6em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 0.6em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 0.6em;
background: #f8f7f6;
border: 1px solid #939793;
}
#commentform input{
margin-bottom: 3px;
}