/*  
Theme Name: Simpler
Version: 1.0
Author: Ivan Ralchev
Author URI: http://ralchev.info
Tags: light, two-columns
Description: Just simple
*/

body {
	background-image: url('back.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #000000;
	font-family: 'Trebuchet MS', 'Times New Roman', Verdana, Garamond;
	margin: 0px;
	padding: 0px;
}

h1, h1 a:link, h1 a:visited {
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1 a:hover {
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2, h2 a:link, h2 a:visited {
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

h3, h3 a:link, h3 a:visited {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
}

h3 a:hover {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

h4

#page {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

/* Index Page */

#el {
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 50px;
	width: 400px;
	margin-right: 25px;
	float: left;
	text-align: right;
	font-weight: normal;
	font-style: normal;
}

.entre, .entre a:link, .entre a:hover, .entre a:visited {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}	

#er {
	padding-top: 20px;
	padding-bottom: 50px;
	padding-right: 50px;
	width: 400px;
	margin-left: 25px;
	float: right;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

#ec {
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#ec a:link, #ec a:hover, #ec a:visited {
	font-color: #000000;
	text-decoration: none;
}

/* Header */

#head {
	background-image: url('top.png');
	background-repeat: no-repeat;
	width: 1050px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

.headimg {
	padding-top: 100px;
	padding-left: 50px;
	border: none;
}

.headi {
	padding-top: 100px;
	border: none;
}

.title {
	padding-top: 40px;
}

.title, .title a:link, .title a:visited {
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.title a:hover {
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.desc {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-left: 50px;
}

#main {
	width: 1050px;
	background-image: url('page.png');
	background-repeat: repeat-y;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Sidebar */

#sidebar {
	padding-top: 50px;
	padding-left: 50px;
	width: 250px;
	float: left;
	text-align: left;
}
	
#sidebar a:link, #sidebar a:visited {
	color: #000000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
}

#sidebar ul, #sidebar ul a:link, #sidebar ul a:visited {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

#sidebar ul a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
	

#sidebar li {
	list-style-type: none;
}

.pagenav {
	list-style-type: none;
	font-size: 16px;
}

.page_item {
	list-style-type: none;
	font-size: 12px;
}

/* Main part */

#right {
	width: 700px;
	padding-right: 50px;
	float: right;
}

#content {
	padding-left: 50px;
	width: 650px;
	float: left;
	text-align: left;
}

.story {
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 23px;
}

.story p {
	padding-bottom: 0px;
}

.story img, .story a img {
	border: none;
	padding: 10px;
}

.story a:link, .story a:visited {
	color: #000000;
	text-decoration: underline;
}

.story a:hover {
	color: #ffffff;
	text-decoration: none;
}

.meta {
	padding-top: 5px;
	padding-bottom: 80px;
}

.meta, .meta a:link, .meta a:visited, .meta a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
}

/* Comments */

#commentlist {
	width: 600px;
	padding-bottom: 40px;
}

.commentcontainer {
	border-bottom: 1px dashed #f0f0f0;
	margin-bottom: 20px;
}

.commentcontainer li {
	list-style-type: none;
}

.commentauth {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}

.gravatar {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.commentauth a, .commentauth a:hover, .commentauth a:visited {
	color: #000;
	text-decoration: underline;
}	

.comment {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	clear: both;
}

.comment p {
	margin-bottom: 20px;
}

.comment a, .comment a:hover, .comment a:visited {
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	color: #000;
}

/* Navigation */

#navigation {
	clear: both;
	display: block;
	text-align: center;
	padding-top: 50px;
}

#navigation a:link, #navigation a:hover, #navigation a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: inline;
}

img.alignleft {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	display: inline;
}

/* Footer */

#footer {
	clear: both;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	background-image: url('bottom.png');
	background-repeat: no-repeat;
	height: 150px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

#foot {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#foot, #foot a:link, #foot a:visited {
	color: #ffffff;
	text-decoration: none;
}

#foot a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* The rest */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 3px solid #ddd;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
