/*
Theme Name: pejot
Theme URI: http://pejot.com/
Version: 1.0
Description: Simple 2 column theme.
Author: Pawel Jonca
Author URI: http://pejot.com/
Tags: two columns, left sidebar, widget ready, fixed width, simple
*/

/* -standards- */

body {
	color: #484848;
	font-family: Georgia;
	font-size: 0.75em;
	background-color: #ff3333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 220px;
	}
p {
	text-align: left;
	line-height: 1.6em;
	}	
h2 {
	font-size: 1.2em;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #999999;
}
a {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #ff3333;
	}
blockquote {
	background: url("images/blockquote.png") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}

/* -header- */

#topbar {
	width: 520px;
	color: #CCCCCC;
	height: 200px;
	background-image: url(images/topbar.jpg);
	display: block;
	background-color: #fff;
	}
#topbar a {
	color: #ff3333;
	}
#navlink a {
	display: block;
	padding: 4px;
	color: #FFFFFF;
	width: 120px;
	background-color: #ff3333;

	}
.blogtitle {
	font-size: 2.6em;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.blogdescription {
	font-size: 1.2em;
	font-style: italic;
	padding-top: 6px;
	}
.home {
	display:block;
	font-size:0.7em;
	color:#242424;
	float: left;
	width: 103px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.home a{color:#242424}
.home a:hover{color:#fff}

/* -content- */

#content {
	width: 500px;
	background-color: #fff;
	display: block;
	padding: 10px;
	left: 220px;
	}
#content img {
	}
a img { border:none }

/* -navigation- */

#navigation {
	width: 200px;
	position: absolute;
	top: 180px;
	left: 800px;
	height: auto;
	}
#navigation div.navtitle {
	padding: 6px;
	background-color: #33FF99;
	color: #00FFCC;
	}
#navigation h2 {
	color: #000;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	display: block;
	text-indent: -10px;
	margin-top: 20px;
	font-weight: normal;
	}
#navigation h2.small, #navigation h2.widgettitle {
	color: #fff;
	font-size: 0.9em;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	display: block;
	margin-bottom: 30px;
	font-weight: normal;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	}

/* -post and entries- */

.postdate {
	color: #666666;
	font-size: 0.8em;
	font-weight: normal;
	clear: left;
	position: relative;
	top: 6px;
	float: right;
	}
.pagetitle {
	color: #242424;
	font-size: 2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
.posttitle {
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	width: 510px;
	font-weight: bold;
	padding-top: 3px;
	}
.posttitle a {
	color: #000;
	}
.posttitle a:hover {
	color: #ff3333;
	}
.postmetadatabottom {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	height: 20px;
	text-align: center;
	display: block;
	width: auto;
	padding-bottom: 30px;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(images/metka.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ff3333;
	}
.postmetadatabottom a {
	color: #FFFFFF;
	}
.postmetadatabottom a:hover {
	color: #ff3333;
	}
.entry {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	}

.category {
	font-size: 1.3em;
        font-family: Georgia;
        font-style: italic;
        
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	border: none;
	color: #ffffff;
	padding: 1px 2px 1px 17px;
	width: 160px;
	background-image: url(images/magnifier.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* -footer- */

#footer {
	color: #666666;
	margin-bottom: 0px;
	font-size: 11px;
	margin-top: 20px;
	text-align: left;
	padding: 0px;
	width: 520px;
	}
#footer a {
	color: #666666;
	}

/* -comments- */

#comments {
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	color: #333333;
	padding: 10px;
	background-color: #e2d9bf;
	background-image: url(images/comments-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
.commentlist div {
	padding: 10px;
	color: #333333;
	background-color: #e2d9bf;
	background-image: url(images/comments-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption p.wp-caption-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}