/*
Theme Name: The KLOG Theme
Theme URI: http://www.marek.litomisky.com
Description: The second version of the KLOG theme. Two Column Version.
Version: 1.1
Author: Marek Litomisky
Author URI: http://www.marek.litomisky.com/
*/

@charset "utf-8";
/* CSS Document */

body, td, th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

body 
{
	background-color: #EFEFEF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

a, a:visited
{
	color: #006699;
	text-decoration: none;
}

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


/* Main Containers */
div#header
{
	width: 930px;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding-top: 165px;
	position: relative;
}

div#middle
{
	width: 930px;
	min-height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/midbg.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
	position: relative;
}

div#footer
{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	background-color: #EFEFEF;
}


/* Header Links */
ul#menu
{	
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: 8px;
	left: 30px;
	width: 870px;
}

ul#menu li 
{
	display: inline;
	margin: 0px;
	float: left;
}

ul#menu li a 
{
	padding: 5px 15px 6px;
	float: left;
	font-size: 1em;
	color: #FFFFFF;
	margin: 0;
	margin-right: 5px;
	text-decoration: none;
}

ul#menu li a:hover 
{
	background: #433953;
	color: #eeeeee !important;
	text-decoration: none;
}

ul#menu li.current_page_item a, ul#menu li.current_page_item a:hover 
{
	color: #333333 !important;
	background: white;
	text-decoration: none;
}


/* Main Content Sub Containers */
div#main-text
{
	position: relative;
	text-align: left;
	margin-left: 28px;
	width: 565px;
	padding-bottom: 5px;
	display: inline-table;
}

div#middle-menu
{
	position: relative;
	margin-left: 65px;
	width: 245px;
	padding-bottom: 5px;
	display: inline-table;
	vertical-align: top;
}

div#picture-col
{
	position: relative;
	width: 245px;
	margin-top: 10px;
	padding-bottom: 10px;
	display: inline-table;
}

/* Sidebar CSS */
div#middle-menu ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#middle-menu ul li.categories
{
	font-weight: bold;
}

div#middle-menu ul li.cat-item
{
	font-weight: normal; 
}


/* Picture Sidebar CSS */
div#picture-col div.picture
{
	position: relative;
	margin-top: 10px;
	background-color: #999999;
	padding: 13px;
	width: 215px;
}

div#picture-col h2
{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

div#picture-col a
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

div#picture-col a img
{
	border: none;
}

/* Post CSS */
div.post
{
	width: 100%;
	margin-bottom: 10px;
	border-bottom: groove 1px #D4D4D4;
}

div.post h2
{
	margin: 0px;
	padding: 0px;
	color: #006699;
	font-size: 20px;
}

div.post div.entry
{
	margin-top: 2px;
	border-top: groove 1px #EFEFEF;
}

div.post p.postmetadata
{
	font-size: 13px;
	margin-bottom: 5px;
}

div.navigation
{
	width: 100%;
	float: left;
}

div.alignleft
{
	float: left;
	padding: 5px;
	padding-top: 0px;
}

div.alignright
{
	float: right;
	padding: 5px;
	padding-top: 0px;
}

/* Comments CSS */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom: solid 1px #D4D4D4;
	border-top: solid 1px #D4D4D4;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* Comment form */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

