/*
Theme Name: Emil
Theme URI: http://www.emilagaev.com/
Description: Theme for Emil Agaev's blog.
Version: 1.6
Author: Stas Askerov
Author URI: http://www.start.az/
Tags: black, dark, custom header, fluid width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
@import "reset.css";
div#page {
	width:800px;margin:0 auto;
}
div#header {
	padding: 12px 0 0 0;
	font-size: 1.4em;
}
div#footer{clear:both;width:100%}



div#mainsite {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.8em;
}

div#tagss {
	border-top: 1px solid #333;
	background: #1b1b1b;
	padding:5px 0 5px 20px;
	position: relative;
}
div.open {
	padding: 10px 0;
}
div#tags, div#archive {
	float: left;
	width: 200px;
	font-size: 0.8em;
	padding: 10px 0;
	line-height: 1.6em;
	margin-right: 20px;
}
h3 {
	color: #fff;
	
}


#logo {
	margin: 20px 0 10px 0px;
}

body {
	background: #000;
	font: 62.5% Arial, sans-serif;
}
a {
	color: #fff;
}



div#respond {
	margin: 20px 0 0 0px;
	font-size: 1.2em;
}
div#comments div#respond {
	margin-left: 0;
}
div#respond label,div#respond p  {
	color: #fff;
}

div#respond p {
	margin: 5px 0;
}
textarea#comment {
	width: 750px;
}
div#comments {
	margin: 20px 0 0 0px;
	font-size: 1.3em;
}


hr {
	border: 0;
	border-top: 1px solid #666;
	margin: 15px 0 0 0px;
}

div.comment {
	background: #353535;
	padding: 10px;
	margin: 10px 0 0 0;
	position: relative;
}
div.comment p {
	margin: 5px 0;
	font-size: 1em;
}
div.odd {
	background: #464646;
	padding: 10px;
	margin: 10px 0 0 0;
}
div.depth-1 {
	margin-bottom: 20px;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 1.2em;
}
.grey {
	color: #656565;
}

div#footer{clear:both;width:100%}




div#content {
	padding: 20px;
	background: #242424;
}
div.post, div.page {
	color: #fff;
	margin-bottom: 30px;
}

div.post a, div.page a {
	color: #fff;
}

div.post-date {
	display: inline;
	width: 90px;
	height: 40px;
	padding: 14px 0 14px 19px;
	float: left;
	margin:-10px 0 0 -115px ;
	background: url(images/date_bg.gif) top left no-repeat;
	font-size: 1em;
	font-weight: bold;
}
div.post-title h2 {
	display: inline;
	padding:10px 20px 12px 25px;
	margin-left: -26px ;
	height: 40px;
	background: url(images/title_bg.gif) top right no-repeat;
	font-size: 1.5em;
}

div.post-title h2 a {
	text-decoration: none;
}
div.entry {
	padding: 25px 0 5px 0px;
	font-size: 1.2em;
}
div.entry img {
	margin: 0px 10px 15px 0;
	vertical-align: top;
}
img.alignleft {
	float: left;
}
div.post-info {
	padding: 10px 0 10px 0px;
	font-size: 1.1em;
	clear: both;
	position: relative;
}
div.post-info span {
	margin-right: 10px;
	background: #333;
	padding: 8px 12px;
}
div.post-info span a {
	color: #999;
}
.writtenby {
	position: absolute;
	top: 2px;
	right: 0;
}
h2 {
	margin-bottom: 10px;
}
div.entry h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

div.post-info a:hover {
	text-decoration: underline;
}
div.reply {
	font-size: 0.9em;
}

div.reply a {
	color: #999;
}
a.comment-reply-link {
	background: url(images/reply.gif) 2px left no-repeat;
	padding-left: 15px;
}

a.comment-edit-link {
	background: url(images/edit.gif) top left no-repeat;
	padding-left: 15px;
	margin-right: 10px;
}


h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}




.fn {
	font-style: normal;
}

.fn a{
	text-decoration: none;
}

.fn a:hover{
	text-decoration: underline;
}
.commentmetadata div a {
	color: #999;
	font-size: 0.8em;
	text-decoration: none;
} 

div#footer {
	position: relative;
	height: 50px;
}
#copyright {
	position: absolute;
	top: 5px;
	left: 0;
	color: #999;
	font-size: 1.1em;
}

#start {
	position: absolute;
	top: 5px;
	right: 0;
}

