/*  
Theme Name: Medovnicek.cz
Theme URI: http://www.medovnicek.cz
Description: Vzhled pro medovnicek.cz
Version: 1.0
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
}
	
body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#wrap {
	width: 954px;
	margin: 56px auto 0 auto;
}
 
#header {
	height: 209px;
	background:url(img/header.jpg);
}

h1 {
	display: none;
}
	
#header a.home {
	display: block;
	width: 450px;
	height: 138px;
	float: left;
}

#header-right {
	float: right;
	width: 269px;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 9px;
	line-height: 28px;
}

#header-right a {
	color: #fff;
	text-decoration: none;
}

#header-right a.rss {
	background:url(img/rss.png) right no-repeat;
	float: right;
	padding: 0 40px 0 0;
	margin: 0 28px 0 0;
}

#header-right div.text {
	float: left;
	margin: 0 0 5px 2px;
}

#header-right a:hover {
	text-decoration: underline;
}


#searchform {

}

#searchsubmit {
	width: 38px;
	height: 40px;
	cursor: pointer;
	background: url(img/search-button.png);
	border: none;
	vertical-align: middle;
}

#s {
	width: 190px;
	height: 28px;
	border: none;
	background: url(img/search-field.png);
	vertical-align: middle;
	color: #444;
	padding: 12px 7px 0 7px;
}

a {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: none;
}
	
#content {
	background: url(img/content.png) repeat-y;
	width: 954px;
}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
}
/* main structure */
	
/* pagelist*/	
#pagelist {
	padding: 17px 0 0 69px;
	font-size: 17px;
}

#pagelist ul {
	list-style: none;
}
	
#pagelist ul li {
	display: block;
	float: left;
	width: 144px;
	height: 54px;
}

#pagelist ul li.home {
	background: none;
}
	
#pagelist ul li a {
	display: block;
	float: left;
	width: 144px;
	height: 32px;
	padding: 22px 0 0 0;
	background:url(img/pagelist-button.png);
	color: #fff;
	text-align: center;
	text-decoration: none;
}
	
#pagelist ul li a:hover {
	background: url(img/pagelist-button-hover.png);
	font-weight: bold;
	color: #993300;
}
	
#pagelist ul li.current_page_item a {
	background: url(img/pagelist-button-hover.png);
	font-weight: bold;
	color: #993300;
}
/* pagelist*/	

/* sidebar */	
#side {
	width: 200px;
	float: left;
	color: #c1953c;
	padding: 15px 30px 0 7px;
}

#side li, #side ul {
	list-style-type:none;
}

#side h2 {
	font-size: 20px;
	color: #990000;
	font-weight: normal;
	padding: 0 0 15px 0;
	margin: 0;
}

#side ul li {
	background: url(img/sidebar-bg.png) top left no-repeat;
	padding: 0 0 10px 30px;
	margin: 0 0 15px 0;
}

#side ul li ul li {
	padding: 0;
	margin: 0;
	background: none;
}

#side ul li ul li a {
	display: block;
	color: #c1953c;
	background: url(img/sidebar-li.png) bottom no-repeat;
	margin: 7px 0;
	padding: 0 0 4px 0;
}

#side ul li ul li a:hover {

}
	
#side ul li ul.children li a {
	padding-left: 15px;
}
	
#side a {
	color: #999;
	text-decoration: none;
}
	
#side a:hover {
	text-decoration: underline;
}
	
#side img {
	padding: 0;
	border: none;
}
/* sidebar */

/* text */
#text {
	width: 572px;
	float: left;
	background:url(img/text-top.png) left top no-repeat;
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	padding: 45px 70px 0 75px;
}
		
.post {
	background: url(img/post-border-left.png) left repeat-y;
	margin-bottom: 45px;
	padding: 0 0 0 15px;
}
	
p {
	padding: 5px 25px 5px 5px;
}

.post h2 {
	color: #000;
	font-size: 18px;
	background: url(img/headline-bg.png) bottom repeat-x;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
}
	
.post h2 a {
	color: #000;
	text-decoration: none;
}
	
.post h2 a:hover {
	text-decoration:underline;
}

.pub .datum {
	background: url(img/datum.png) right no-repeat;
	padding: 0 32px 0 0;
}

.pub {
	text-align: right;
	font-size: 10px;
	color: #555;
}

.pub a {
	color: #444;
	text-decoration: none;
}

.pub a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 22px;
	color: #666;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h3 {
	padding: 8px 5px 10px 5px;
	font-weight: bold;
	color: #666;
	font-size: 16px;
	margin: 0;
}

h4 {
	padding: 10px 0 5px 0;
	font-weight: normal;
	color: #666;
	font-size: 14px;
	margin: 0;
}
	
.post ul li {
	list-style: none;
	background: url(img/bullet_orange.png) left no-repeat;
	padding: 0 0 0 23px;
	margin: 3px 0 3px 5px;
}
	
.post ol li {
	margin: 3px 0 3px 28px;
}

blockquote {
	border-left: 5px solid #fff;;
	margin: 10px 15px;
	padding: 0 5px 0 15px;
}
	
#text .wp-smiley {
	padding: 0;
	background: none;
}

#text img {
	background-color: #e9e9ee;
	padding: 4px;
	border: none;
}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}
/* text */

/* comments */	
h3.comments {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 17px;
	padding: 4px 0 0 20px;
	color: #888;
	font-weight: normal;
	width: 453px;
	height: 29px;
	background: url(img/h3-comments.png);
}
	
.commentmetadata {
	color: #666;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	}
	
.commentmetadata a {
	color: #666;
	}
	
.obsahk {
	font-size: 12px;
	color: #666;
	}
	
.obsahk a {
	font-weight: normal;
	text-decoration: underline;
	}
	
.obsahk a:hover {
	text-decoration:none;
	}
	
ol.commentlist {
	font-size: 25px;
	margin: 0 0 0 50px;
	color: #ccc;
	}
	
ol.commentlist li {
	margin: 10px 0 15px 0;
}

ol.commentlist ul li, ol.commentlist ol li {
	margin: 2px 0;
}
	
ol.commentlist ul, ol.commentlist ol {
	margin: 0 0 0 25px;
	}
	
textarea#comment {
	margin: 1px 0 5px 0;
	border: #ccc 1px solid;
	background-color: #fff;
	padding: 5px;
	color: #666;
	width: 450px;
	}
	
#author, #email, #url {
	border: #ccc 1px solid;
	background-color: #fff;
	padding: 2px;
	margin: 1px 0;
	color: #666;
	}
	
#submit {
	margin: 0 0 10px 0;
}

#poslat {
	margin: 0 0 0 20px;
}
/* comments */

/* footer */
#box {
	height: 10px;
	background: url(img/footer.png) no-repeat;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 0;
	text-align: right;
	color: #999;
	font-size: 12px;
}
	
#box a {
	color: #999;
}
/* footer */		

/* other */	
#nav {
	height: 28px;
	font-size: 13px;
}
	
#nav a {
	color: #666;
}
	
.alignleft {
	float:left;
}
	
.alignright {
	float:right;
}
/* other */	
