/*  
Theme Name: Shek 2.0
Description: Theme was designed exclusively for blog.dzhus.com.
Version: 1.0
Author: Olzhas Murtazin
Author URI: http://www.dzhus.com
*/

/* General rules */
body{
	text-align: center;
}

a{
	color: #6d91ba;
}

a:hover{
	color: #fff;
	background: #333;
}

/* Layout */
#container{
	position: absolute;
	top: 0;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	text-align: left;
}

#header{
	height: 300px;
}


#eyes{
	margin-top: 15px;
	margin-left: 220px;
}

#legs{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 220px;
}

#content{
	width: 500px;
	margin-left: 200px;
	color: #fff;
	background: #222;
}

#footer{
	height: 300px;
}

#sidebar{
	position: absolute;
	top: 300px;
	left: 50%;
	width: 200px;
	margin-left: 250px;
	text-align: left;
}


/* Content: general */
#content .inner{
	padding: 0.7em 1em 0.7em 1em;
}

/* Content: posts */
#posts .post{
	padding-bottom: 20px;
	clear: both;
}

#posts .post .title a{
	color: #a3a3a3;
	font-family: Georgia, Helvetica, serif;
	letter-spacing: 0.01em;
}

#posts .post .title a:hover{
	color: #fff;
	background: #222;
}

#posts .post .content{
	color: #999;
	font-size: 0.9em;
	line-height: 20.4px;
}

#posts .post .tags{
	padding: 1em 0;
	font-size: 0.8em;
}

#posts .post .tags a{
	color: #a3a3a3;
}

#posts .post .tags a:hover{
	width: 100%;
	color: #333;
	background: #a3a3a3;
}

#posts .post .comments_link{
	width: 40%;
	float: left;
	padding: 0.5em 0;
	font-size: 0.8em;
}

#posts .post .meta{
	width: 58%;
	float: right;
	font-size: 0.8em;
	font-style: italic;
}

#posts .post.single{
	padding-bottom: 0;
	margin-bottom: 0;
}

.archive_title h2{
	padding-bottom: 0;
}

/* Content: comments */
#comments .title{
	color: #b3b3b3;
	padding-bottom: 20px;
}

#comments .comment{
	margin: 10px 0 0 0;
	/* border-bottom: 1px solid #888888; */
}

#comments .comment .meta{
	width: 100%;
	paddin-bottom: 5px;
}

#comments .comment .author_link{
	font-size: 0.8em;
}

#comments .comment .date_posted{
	font-size: 0.6em;
	color: #ffe58c;
}

#comments .comment .content{
	padding-left: 10px;
	font-size: 0.9em;
}

#comments .comment .notice{
	font-size: 0.7em;
	text-style: italic;
}

.leave_comment{
	color: #b3b3b3;
	padding-bottom: 10px;
}

.you_entered_as{
	font-size: 0.6em;
}

/* Contet: comment form */
#comment_form label{
	padding-left: 5px;
	font-size: 0.7em;
}

#comment_form .entry{
	padding-bottom: 10px;
}

#comment_form input, #comment_form textarea{
	font-size: 0.7em;
	padding: 0.2em;
	background: #cfcfcf;
	border: none;
}


/* Sidebar: general */
#sidebar .inner{
	padding: 2em 0.5em;
}

#sidebar .entry h3{
	color: #999999;
	font-family: Georgia, Helvetica, serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
}

#sidebar .entry{
	font-size: 0.7em;
	line-height: 1.2em;
}

#sidebar .entry a{
	color: #333;
}

#sidebar .entry a:hover{
	color: #fff;
	background: #333;
}

#sidebar ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	list-image: none;
}

/* Posts: general */
