/*  
Theme Name: DoFrancie.cz
Theme URI: http://www.dofrancie.cz
Description: Vzhled pro dofrancie.cz
Version: 1.0
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
}
	
body {
	background: url(img/bg.jpg) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

#wrap {
	width: 897px;
	padding: 0 0 0 75px;
}
 
#header {
	height: 93px;
	background:url(img/header.png);
}

h1 {
	display: block;
	float: left;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 27px 0 0 37px;
}

h1 a {
	color: #fff;
	text-decoration: none;
	}
	
h1 a span.cer {
	color: #ff0000;
	}
	
h1 a span.mod {
	color: #0c1c8c;
	}

#header-right {
	float: right;
	}

#searchform {
	margin: 5px 0 0 136px;
}

#searchsubmit {
	width: 41px;
	height: 30px;
	cursor: pointer;
	background: url(img/search-button.png);
	border: none;
	vertical-align: middle;
}

#s {
	width: 204px;
	height: 24px;
	border: none;
	background: url(img/search-field.png);
	vertical-align: middle;
	color: #999;
	padding: 6px 5px 0 5px;
}

a {
	text-decoration: underline;
	color: #0099ff;
}

a:hover {
	text-decoration: none;
}
	
#content {
	
}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
}
/* main structure */
	
/* pagelist*/	
#pagelist {
	font-size: 15px;
	color: #fff;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0;
	width: 400px;
	height: 36px;
}

#pagelist ul {
	list-style: none;
}
	
#pagelist ul li {
	float: left;
}
	
#pagelist ul li a {
	display: block;
	height: 28px;
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 8px 10px 0 10px;
}
	
#pagelist ul li a:hover {
	text-decoration: underline;
}
	
#pagelist ul li.current_page_item a {
	background:url(img/pagelist.png) bottom center no-repeat;
	font-weight: bold;
}
/* pagelist*/	

/* sidebar */	
#side {
	width: 337px;
	float: left;
	color: #999;
}

#side li, #side ul {
	list-style-type:none;
}
	
#side h2 {
	width: 317px;
	height: 25px;
	background: url(img/sideh2.png) bottom no-repeat;
	margin: 4px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	padding: 5px 10px 0 10px;
}

#side ul li {
	margin: 0 0 15px 0;
	background: url(img/sideli.png) right 30px no-repeat;
	width: 100%;
}

#side ul li ul li {
	margin: 0;
	background: none;
}

#side ul li ul {
	background: url(img/sideul.png) bottom right no-repeat;
	padding: 15px 15px 20px 90px;
}

#side ul li ul li a {
	display: block;
	padding: 5px 0;
	width: 226px;
	font-size: 15px;
	color: #0099ff;
	background: url(img/sidelibg.png) bottom left no-repeat;
}

#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: 557px;
	float: right;
	font-size: 13px;
	line-height: 1.5;
	background: url(img/text-bg.png) repeat-y;
	margin: 0 0 10px 0;
}

#text-top {
	background: url(img/text-top.png) top no-repeat;
	padding: 0 0 0 23px;
	}
	
p {
	padding: 5px;
	text-align: justify;
}

.post {
	margin-bottom: 30px;
	width: 506px;
}

.post-top {
	background: url(img/post-top.png) bottom no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post-date {
	float: left;
	font-size: 16px;
	color: #ccc;
	padding: 0 11px 0 0;
	border-right: 1px solid #ccc;
	margin: 3px 0 0 0;
}

.post h2 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	float: right;
	display: block;
	width: 412px;
}
	
.post h2 a {
	color: #333;
	text-decoration: none;
}
	
.post h2 a:hover {
	text-decoration:underline;
}

h2 {
	font-size: 22px;
	color: #666;
	font-weight: normal;
	margin: 0 0 15px 0;
	float: none;
}

h2.nofloat {
	float: none;
	}

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 {
	margin: 3px 0 3px 20px;
}
	
.post ol li {
	margin: 3px 0 3px 28px;
}

blockquote {
	border-left: 5px solid #999;;
	margin: 10px 15px;
	padding: 0 5px 0 15px;
}
	
#text .wp-smiley {
	padding: 0;
	background: none;
}

#text img {
	padding: 4px;
	border: 1px solid #ccc;
}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
	
#text img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
/* text */

/* comments */	
h3.comments {

}
	
.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 32px;
	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;
}
/* comments */

/* footer */
#box {
	height: 25px;
	background: url(img/box.png) top left no-repeat;
	font-size: 12px;
	color: #666;
	padding: 20px 10px 0 10px;
}
	
#box a {
	color: #666;
}
/* footer */		

/* other */	
#nav {
	height: 28px;
	width: 510px;
	font-size: 13px;
}
	
#nav a {
	color: #666;
}
	
.alignleft {
	float:left;
}
	
.alignright {
	float:right;
}
/* other */	
