/*
Theme Name: Fadeyev
Theme URI: http://www.fadeyev.net
Description: Custom blog theme for the fadeyev.net blog
Version: 1.0
Author: Dmitry Fadeyev
Author URI: http://www.fadeyev.net
*/

/*--------------------------------------------
		Reset Reloaded - by Eric Meyer
----------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}





body {
	background: #FFF;
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 14px;
	color: #222;
	line-height: 1.6em;
	padding-bottom: 20px;
	border-top: solid 5px #EEE;
}
a {
	color: #C33234;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h2 a {
	font-family: 'Droid Serif', Arial, sans-serif;
	font-size: 37px;
	text-decoration: none;
	line-height: 1.1em;
	color: #000;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 40px;
	padding-bottom: 5px;
	letter-spacing: -1px;
}
h2, h2 a {
	margin-bottom: 0;
	border-bottom: 0;
}
h2 a:hover {
	text-decoration: none;
	color: #C31C1A;
}
h3 {
	font-size: 21px;
	padding: 30px 0 20px 0;
}
h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding: 30px 0 20px 0;
	color: #555;
	text-transform: uppercase;
	
}
#sidebar h3 {
	padding: 14px 0 9px 0;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 9px;
}

p {
	margin-bottom: 1.5em;
}

blockquote {
	padding: 6px 6px 6px 50px;
	background: url(/images/blockquote.png) no-repeat top left;
	font-style: italic;
	color: #444;
	font-size: 15px;
}
pre {
	font-family: Courier, monospace;
	padding: 10px 20px;
	background: #FAFAFA;
	border: solid 1px #F0F0F0;
	border-left: solid 10px #F0F0F0;
	margin-bottom: 20px;
	font-size: 14px;
}
code {
	font-family: Courier, monospace;
}
.post ul, .post ol {
	margin-left: 20px;
	margin-bottom: 20px;
}
.post ul li {
	list-style: disc;
}
.post ol {
	list-style-type: decimal;
}

#header {
	height: 40px;
	position: relative;
}
#title {
	position: absolute;
	top: -5px;
	left: -50px;
	width: 101px;
	height: 112px;
	background: url(/images/logo.png) no-repeat 0 0;
	border-top: solid 5px #BC4340;
}

#container {
	width: 850px;
	margin: 0 auto;
	position: relative;
	padding: 0 5px;
}
#sidebar {
	float: right;
	width: 200px;
}
#content {
	width: 500px;
	margin-left: 100px;
	float: left;
}



#sidebar p {
	font-size: 12px;
	line-height: 1.7em;
	color: #444;
	margin-bottom: 18px;
}
#sidebar #email_subscribe #email_input {
	width: 200px;
	padding: 6px;
	font-size: 14px;
}
#sidebar #email_subscribe input {
	margin-top: 10px;
}


.archive_link {
	font-size: 18px;
	border-top: dotted 1px #CCC;
	padding-top: 15px;
	text-align: center;
}
.archive_set {
	position: relative;
	padding-left: 80px;
	padding-bottom: 50px;
}
.archive_year {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
}
.archive_article {
	padding-bottom: 5px;
}


.micropost {
	position: relative;
	margin-bottom: 60px;
	padding: 0 0 0 60px;
}
.micropost .meta {
	border-top: 0;
	border-bottom: dotted 1px #CCC;
	padding: 0 0 6px 0;
	margin-bottom: 10px;
}
.linkpost {
	background: url(/images/link.png) no-repeat 0 5px;
}
.linkpost_link {
	font-size: 24px;
}
.linkpost_description {
	padding: 15px 0 0 0;
	font-size: 14px;
	line-height: 1.5em;
}
.quotepost {
	background: url(/images/quote.png) no-repeat 0 5px;
}
.quotepost_quote {
	font-style: italic;
	font-size: 15px;
}
.quotepost_source {
	font-size: 14px;
}
.picturepost {
	background: url(/images/picture.png) no-repeat 0 5px;
}
.picturepost_caption {
	padding-bottom: 15px;
}


.post {
	position: relative;
	margin-bottom: 60px;
}
.meta {
	padding: 6px 0 23px 0;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	border-top: dotted 1px #CCC;
}
.date {
	color: #B8B8B8;
}
.author {
	color: #888;
}
.comments_count {
	float: right;
	text-transform: none;
	background: url(/images/comments.png) no-repeat 0 4px;
	padding: 0 0 0 18px;
}
.post_content:first-letter {
	font-size: 2.9em;
	float: left;
	padding: 12px 6px 0 0;
	color: #999;
}

.after_post_social {
	border-top: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
	padding: 30px 0;
}
.after_post_social .subscribe {
	width: 250px;
	float: left;
}
.after_post_social .share {
	width: 300px;
	float: left;
}
.after_post_social .tweet_button {
	float: left;
}
.after_post_social .share_button {
	float: left;
	margin-left: 20px;
}
.after_post_social h3 {
	padding-top: 0;
	padding-bottom: 15px;
}
.after_post_social p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
	color: #444;
}


.comment_count a, .leave_a_comment a {
	padding: 8px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #EEE;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #EEE;
}
.comment_count a:hover, .leave_a_comment a:hover {
	border: solid 1px #AAA;
	color: #000;
}
.leave_a_comment a {
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}

#comments_heading {
	padding: 0 0 5px 25px;
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.commentlist {
}
.comment {
	position: relative;
	padding: 7px 0  7px 15px;
	margin-left: 10px;
	font-size: 14px;
	border-top: solid 1px #D5D5D5;
}
.comment .avatar {
	position: absolute;
	top: 0;
	left: -65px;
}
.comment_meta {
	padding: 10px 0 10px 0;
}
.comment_author {
	font-size: 16px;
	padding-right: 5px;
}
.comment_date {
	font-size: 13px;
	font-style: italic;
	color: #999;
}
.vip_comment {
}
#respond_box {
	padding-left: 25px;
}
#commentform input, #commentform textarea {
	padding: 6px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	border: solid 1px #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	background-color: #F7F8F1;
}
#commentform input:focus, #commentform textarea:focus {
	border: solid 1px #000;
	background-color: #FFF;
}
#commentform label {
	font-size: 14px;
}
#commentform #submit {
	background-color: #34719E;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	border: solid 1px #275373;
	cursor: pointer;
}
#commentform #submit:hover {
	border: solid 1px #2E648B;
	background-color: #408CC6;
}
#respond {
	font-size: 18px;
	padding: 10px 0 5px 0;
}
#how_to_comment {
	padding: 20px 0;
	border-top: dotted 1px #CCC;
	text-align: center;
	font-size: 17px;
}


/*----------------------------------- 
		Footer
------------------------------------*/
#footer {
	clear: both;
	padding: 80px 150px 30px 0;
	margin: 0 -40px;
	color: #AAA;
	line-height: 1.5em;
	font-size: 12px;
	text-align: center;
}
#footer #toto {
	float: right;
	text-align: right;
}


/*----------------------------------- 
		Disqus comments
------------------------------------*/
.comments_intro {
	padding-top: 20px;
}
.comments {
	font-family: "Lucida Grande", Arial, sans-serif;
}
#dsq-content .dsq-comment-message {
	font-family: Georgia;
	font-size: 15px;
}

#dsq-content .dsq-item-trackback, .dsq-brlink, #dsq-content .dsq-comment-footer, #dsq-content .dsq-options, #dsq-content .dsq-like, #dsq-content .dsq-post-report, #dsq-content .dsq-sub-header , #dsq-content #dsq-authenticate, #dsq-content .dsq-sharing-options, #dsq-content .dsq-request-user-info table, #dsq-content #dsq-pagination {
	display: none;
}
#dsq-content .dsq-comment {
	padding-bottom: 30px;
	padding-left: 68px;
	position: relative;
	border-bottom: dotted 1px #CCC;
	font-size: 13px;
	margin-bottom: 20px;
}
#dsq-content .dsq-comment-footer {
	position: absolute;
	bottom: 0;
	width: 90%;
}
#dsq-content .dsq-comment:hover .dsq-comment-footer {
	display: block;
}
#dsq-content .dsq-comment-header {
	margin-left: -68px;
}
#dsq-content .dsq-comment-header td {
	background: #FFF;
}
#disqus_thread .dsq-comment-header-meta a {
	display: block;
}
#dsq-content #dsq-comments .dsq-comment-header .dsq-comment-header-meta .dsq-comment-header-time a {
	color: #AAA;
	font-size: 12px;
	padding-top: 5px;
}
#dsq-content #dsq-comments .dsq-comment-header .dsq-comment-header-meta .dsq-comment-header-time a:hover {
	border-bottom-width: 0;
	border-bottom: none;
	border-bottom-style: none;
}
#disqus_thread #dsq-content #dsq-comments .dsq-comment .dsq-comment-header .dsq-header-avatar .dsq-avatar {
	padding: 0 8px 0 0;
}
#disqus_thread #dsq-content #dsq-comments .dsq-comment:hover .dsq-comment-header .dsq-header-avatar .dsq-avatar {
	border: 0;
	background: #FFF;
	padding: 0 8px 0 0;
}
#dsq-content .dsq-comment-cite span {
	font-size: 16px;
}
#dsq-content #dsq-comments .dsq-comment .dsq-comment-header .dsq-header-avatar .dsq-drop-profile {
	display: none;
}
#dsq-content #dsq-post-button {
	float: left;
	margin-left: 0;
}
#dsq-content #dsq-new-post .dsq-request-user-info {
	background: #FFF;
	margin-top: -40px;
}
#disqus_thread #dsq-content .dsq-thread-settings {
	background: #F5F5F5;
	border: none;
	padding: 10px;
	color: #999;
	font-size: 12px;
}
#disqus_thread #dsq-content #dsq-comments .dsq-comment .dsq-full-comment .dsq-comment-header .dsq-comment-header-meta .dsq-comment-header-meta-wrapper .dsq-comment-hide-thread {
	display: none;
}
#disqus_thread h3 {
	font-size: 21px;
	font-family: Georgia, serif;
}
