/*
Theme Name: SmplDsgn
Theme URI: http://ralchev.info/design
Description: Simple and personal
Version: 0.1
Author: Ivan Ralchev
Author URI: http://ralchev.info/
Tags: fixed width, no widgets, simple, two columns, white, clean
*/

body {
	background-image: url('pic/back1.jpg');
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: Garamond, 'Trebuchet MS';
}

a img {
	border: none;
}

#page {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* Header */

#head {
	background-image: url('pic/head2.png');
	background-repeat: no-repeat;
	width: 700px;
	height: 71px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	text-align: center;
	top: 0px;
}

#head a:link, #head a:visited, #head a:hover {
	padding-top: 10px;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#headpic {
	padding-top: 40px;
}

/* Sidebar */

#sidebar {
	width: 50px;
	float: left;
}

#sidebar img {
	border: none;
	padding-bottom: 40px;
}

/* Archives */

#archives ul, #archives ul a:link, #archives ul a:visited {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 100px;
	margin-top: 0px;
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

#archives ul a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}
	

#archives li {
	list-style-type: none;
}

/* Lists */

.main ul {
	font-size: 16px;
	padding-left: 20px;
	text-decoration: none;
}

.main li {
	line-height: 20px;
	list-style-type: none;
	padding-bottom: 10px;
}

/* Main */

.main {
	background-image: url('pic/center3.png');
	background-repeat: repeat-y;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.maintop {
	background-image: url('pic/top3.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 60px;
	margin-top: 100px;
	}

.mainbottom {
	background-image: url('pic/bottom3.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 60px;
}

.main img {
    border: 10px solid #ffffff;
	max-width: 580px;
}

.story {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
	text-align: left;
}

.story p {
	padding-bottom: 10px;
}

.story a:link, .story a:visited, .story a:hover {
	color: #000000;
	text-decoration: underline;
}

.meta, .meta a:link, .meta a:visited, .meta a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

/* Headings */

h1, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}

h2, h2 a:link, h2 a:visited, h2 a:hover {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3, h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
	padding-top: 30px;
}

h4, h4 a:link, h4 a:visited, h4 a:hover {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ftitle {
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
	padding-top: 10px;
}

stitle {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
	padding-top: 10px;
}


/* Comments */

#comments {
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#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 {
	display: block;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.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 {
	padding-top: 50px;
	padding-bottom: 10px;
}

#footer, #footer a:link, #footer a:hover, #footer a:visited {
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

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;
	}