/*
Theme Name: gyoshev.net
Theme URI: http://www.gyoshev.net
Description: Simple and efficient.
Version: [alpha2]
Author: Alex Gyoshev
Author URI: http://gyoshev.net/
Tags: one-column, black, white, fixed-width
*/

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.aligncenter, div.aligncenter {
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

body {
	background: #23211E url("images/bg.gif");
    font-family: Cambria, Georgia, "Times New Roman", Times, serif;
    font-size: 0.75em;
    line-height: 2;
}

code {
    line-height: 1.3;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}

header {
	background: transparent;
	padding: 10px 20px;
}

header a {
	color: #757575;
	text-decoration: none;
}

header h1 {
	font-size: 39px;
	line-height: 39px;
	font-weight: normal;
}

header small {
	font-size: 19px;
	line-height: 19px;
}

#content {
	padding: 30px;
	color: #212121;
	background: white;
	border: 5px solid #0F0E0E;
	border-top: 0 none;
}

article {
	margin-bottom: 30px;
}

article .pubdate {
	float: right;
	margin: 3px -30px 0 10px;
	padding: 5px 5px 5px 30px;
	color: #212121;
	background: #EEE;
}

article .pubdate p span, #commentlist li .authorinfo small{
	font-size: 12px;
}

#content h2 {
	font-size: 2.2em;
	font-weight: bold;
	color: #212121;
	margin-bottom: 10px;
}

article h2 a {
	color: #212121;
	text-decoration: none;
	border-bottom: none;
}

article h2 small a{
	font-size: 14px;
	color: #008AAB;
	margin-left: 5px;
	text-decoration: none;
}

article h2 small a:hover {
	border-bottom: 1px solid #2FA7BF;
	color: #008AAB;
}

article h2 a:hover {
	color: #4F4F4F;
}

article .contentinner p {
	margin: 10px 0;
}

article .contentinner .storycontent {
	font-family: Verdana, sans-serif;
	font-size: 14px;
    line-height: 1.7;
	font-style: normal;
	text-transform: none;
}

#commentlist {
	margin-left: 20px;
	margin-top: 10px;
	list-style-type: none;
}

#commentlist li {
	margin: 10px 0;
}

#commentlist li .authorinfo {
	float: left;
	width: 250px;
	margin: 0 10px 0 5px;
}

#commentlist li .authorinfo h3 a, #commentlist li .authorinfo h3 {
	color: #212121;
	font-size: 20px;
	text-decoration: none;
}

#commentlist li .authorinfo .avatar {
	float: left;
	margin-right: 10px;
}

#commentlist li .comment-content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	display: block;
	width: 425px;
	margin-left: 270px;
	padding-left: 5px;
	border-left: 3px solid #008AAB;
	font-style: normal;
	text-transform: none;
}

#comment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	padding: 3px;
}

#content .trackbackrss {
	margin-top: 5px;
}

/* Elements */

#content a, #footer a {
	text-decoration: none;
	color: #008AAB;
}

#content a:hover, #footer a:hover {
	border-bottom: 1px solid #2FA7BF;
}

a img {
	border: 0 none;
}

blockquote {
	border-left: 3px solid #008AAB;
	margin-left: 20px;
	padding-left: 5px;
	color: #5F5F5F;
}

ul, ol {
	margin-left: 40px;
}

.footnote {
    display: block;
    border-top: 1px solid #333;
}

