/*  
Theme Name: SP
Theme URI: http://www.machi.cz
Description: Sablona pro SP.
Version:
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #111;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

#wrap {
	width: 998px;
	margin: 0 auto;
}
 
#header {
	height: 74px;
	background: url(img/header.png);
}
	
#description {

}
	
h1 {
	font-size: 30px;
	font-weight: normal;
}
	
h1 a {
	color: #fff;
	display: block;
	height: 47px;
	padding: 27px 0 0 10px;
}
	
h1 a:hover {
	text-decoration: underline;
}
	
#desc {
}
	
#content {

}

.cleaner {
	clear:both;
	height:0;
	line-height:0;
  	font-size:0; 
}
/* main structure */


/* sidebar */	
#sidebar-left {
	width: 324px;
	float: left;
	background: url(img/sidebar-left-bg.png) repeat-y;
	font-size: 12px;
	color: #666;
	margin: 0 0 10px 0;
}

#sidebar-left-top {
	background: url(img/sidebar-left-st.png);
	height: 63px;
}

#s {
	width: 170px;
	height: 20px;
	background: url(img/searchform-field.png);
	border: none;
	vertical-align: middle;
	padding: 4px 4px 0 4px;
}

#searchsubmit {
	width: 29px;
	height: 24px;
	background: url(img/searchform-button.png);
	cursor: pointer;
	border: none;
	vertical-align: middle;
}

#searchform {
	padding: 31px 0 0 7px;
	float: left;
}

#sidebar-left #sidebar-left-top a {
	float: right;
	display: block;
	margin: 30px 10px 0 0;
	height: 24px;
	background: url(img/rss-icon.png) left no-repeat;
	padding: 3px 0 0 28px;
	font-size: 16px;
	color: #fff;
}

#sidebar-left ul li {
	list-style: none;
	margin: 0 5px 20px 6px;
}

#sidebar-left ul li ul li {
	margin: 0;
	padding: 2px 0;
}

#sidebar-left ul li ul.children li {
	margin: 0 0 0 10px;
}

#sidebar-left ul#sidebar-left-left {
	width: 162px;
	float: left;
}

#sidebar-left ul#sidebar-left-right {
	width: 162px;
	float: right;
}

#sidebar-left h2 {
	font-size: 13px;
	font-weight: bold;
	color: #ef0000;
	background: url(img/sidebar-left-h2-bg.png) bottom no-repeat;
	padding: 5px 8px 5px 8px;
}

#sidebar-left a {
	color: #666;
	background: url(img/sidebar-left-a.png) left center no-repeat;
	padding: 0 0 0 10px;
}

#sidebar-right {
	width: 168px;
	float: right;
	padding: 23px 0 0 0;
	background: url(img/sidebar-right-top.png) top no-repeat;
	font-size: 12px;
	color: #666;
	margin: 0 0 10px 0;
}

#sidebar-right a {
	color: #666;
}

#sidebar-right ul {
	background: url(img/sidebar-right-bg.png) left repeat-y;
	padding: 0 0 1px 0;
}

#sidebar-right ul li ul {
	padding: 0;
}

#sidebar-right ul li {
	list-style: none;
	margin: 0 0 15px 0;
}

#sidebar-right ul li ul li {
	margin: 0;
	padding: 3px 10px;
}

#sidebar-right ul li ul.children li {
	margin: 0;
	padding: 0 0 0 10px;
}

#sidebar-right h2 {
	background: url(img/sidebar-right-h2-bg.png);
	width: 138px;
	height: 29px;
	font-size: 14px;
	padding: 11px 15px 0 15px;
	font-weight: normal;
	color: #fff;
}
/* sidebar */

/* text */
#text {
	width: 506px;
	float: left;
	font-size: 13px;
	color: #666;
	background: url(img/text-bg.png) top repeat-y;
}

#pagelist {
	background: url(img/pagelist-bg.png);
	height: 63px;
	font-size: 14px;
}

#pagelist ul {
	padding: 3px 10px 0 10px;
}
	
#pagelist ul li {
	float: left;
	display: block;
	list-style: none;
}
	
#pagelist ul li a {
	color: #fff;
	float: left;
	display: block;
	padding: 10px 9px 0 9px;
	height: 30px;
}
	
#pagelist ul li a:hover {
	background: url(img/pagelist-hover.png) bottom repeat-x;
	text-decoration: none;
}
	
#pagelist ul li.current_page_item a {
	background: url(img/pagelist-hover.png) bottom repeat-x;
}
	
p {
	padding:5px 0;
}
	
h2 {
	color:#444;
	font-size:20px;
	line-height:normal;
	margin-bottom:10px;
	padding: 0 15px;
}
		
.post {
	margin-bottom: 40px;
	padding: 0 15px;
}

.post h2 {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(img/post-h2-bg.png) bottom no-repeat;
	padding: 0 0 5px 0;
	margin: 0;
}
	
.post h2 a {
	color: #666;
}
	
.post h2 a:hover {
	text-decoration:underline;
}

.pub {
	padding: 5px 0;
	}
	
.pub a {
	color: #666;
}

img.alignleft {
	border: 1px #999 solid;
	padding: 3px;
	float: left;
	margin: 0 10px 0 0;
}

img.alignright {
	border: 1px #999 solid;
	padding: 3px;
	float: right;
	margin: 0 0 0 10px;
}
	
.post ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
}
	
.post ol li {
	margin-left:25px;
	padding-top:2px;
}
	
blockquote {
	margin: 5px 0 5px 15px;
	border-left: 5px solid #ccc;
	padding: 5px 5px 5px 5px;
}
	
blockquote blockquote {
	background:none;
	}
	
.comm {
	font-size:14px;
	color:#91c9f7;
	margin-top:10px;
	font-weight:bold;
	}
	
.comm a {
	color:#91c9f7;
	font-weight:bold;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h3 {
  	margin-top: 5px;
	font-size: 14px;
	color: #666;
	}
	
a {
	text-decoration: none;
	color: #000000;
}
	
a:hover {
	text-decoration: underline;
}
/* headlines and links */

/* comments */	
#comments-block {
	padding: 0 10px;
}

#comments-block a {
	color: #666;
}

h3.comments {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	}
	
.commentmetadata {
	padding: 5px;
	background-color: #ccc;
	color: #444;
	}
	
.commentmetadata a {
	color: #666;
	}
	
.obsahk {
	padding: 5px;
	margin-bottom: 15px;
	}
	
.obsahk a {
	font-weight: normal;
	text-decoration: underline;
	}
	
.obsahk a:hover {
	text-decoration: none;
	}
	
ol.commentlist {
	list-style: none;
	}
	
ol.commentlist ul, ol.commentlist ol {
	margin-left: 25px;
	}
	
textarea#comment {
	margin: 1px 0 5px 0;
	border:#999 1px solid;
	background-color:#fff;
	padding:5px;
	color:#666;
	width: 473px;
	}
	
#author, #email, #url {
	border:#999 1px solid;
	background-color:#fff;
	padding:2px;
	margin:1px 0;
	color:#666;
	}
/* comments */

/* footer */
#box {
	height: 30px;
	background: url(img/footer.png) top right no-repeat;
	font-size: 12px;
	color: #999;
	text-align: center;
	padding: 20px 0 0 0;
}
/* footer */		

/* other */	
#nav {
	height: 20px;
	font-size: 12px;
	color: #444;
	}
	
#nav a {
	color: #444;
	text-decoration: underline;
}

#nav a:hover {
	text-decoration: none;
}
	
.alignleft {
	float:left;
	margin-left: 15px;
	}
	
.alignright {
	float:right;
	margin-right: 15px;
	}
/* other */	
