/*  
Theme Name: Rebaz.cz
Theme URI: http://www.rebaz.cz
Description: Šablona pro Rebaz.cz
Version:
Author: Machi
Author URI: http://www.machi.cz
*/

* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #fff;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrap {
	width: 888px;
	margin: 0 auto;
}
 
a.logo {
	height:101px;
	background:url(img/logo.png);
	display: block;
	}
	
#description {
	display: none;
	}
	
#content {
	width: 851px;
	margin: 0 auto 10px auto;
}

.cleaner {
	clear:both;
	height:0;
	line-height:0;
  font-size:0;
	}
	
#pagelist {
	height: 46px;
	background: url(img/pages.png) top no-repeat;
	font-size: 11px;
	color: #fff;
}

#searchform {
	float: right;
	margin: 9px 20px 0 0;
	display: inline;
}

#s {
	font-size: 9px;
	color: #999;
	width: 186px;
	height: 21px;
	background: url(img/search.png) no-repeat;
	border: none;
	text-align: center;
	padding: 7px 5px 0 5px;
}

#pagelist ul {
	float: left;
}
	
#pagelist ul li {
	display: block;
	float: left;
}
	
#pagelist ul li a {
	float: left;
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 46px;
	background: url(img/pages-bg.png) right no-repeat;
	padding: 0 37px;
	text-decoration: none;
	}
	
#pagelist ul li a:hover {
	text-decoration: underline;
	}
	
#pagelist ul li.current_page_item a {
	text-decoration: underline;
	}
	
#block {
	height: 167px;
	background: url(img/block.jpg);
	font-size: 11px;
}

#block-left {
	float: left;
	width: 573px;
	padding: 20px 5px 0 25px
}

#block-right {
	float: right;
	width: 234px;
	padding: 5px;
  text-align:center;
	font-size: 120%;  
}

#block h2 {
	color: #0087ed;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#side {
	width: 245px;
	float: right;
	margin: 4px 0 0 0;
	color: #999;
	font-size: 10px;
}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	background-image: url(img/nadpis-sidebar.png);
	width: 225px;
	height:24px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

#side ul li.info {
	background: url(img/info.png);
	height: 25px;
	padding: 12px 10px 0 30px;
}

span.admin {
	padding: 0 25px 0 0;
}

#side ul li ul li{
	margin:0;
}
	
#side a {
	color:#999;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
	
#side .ngg-widget a {
	display: block;
	float: left;
	background: url(img/ramecek.png) no-repeat;
	width: 112px;
	height: 87px;
	padding: 8px 0 0 9px;
	margin: 0 0 4px 0;
}
/* sidebar */

/* text */
#text {
	width:556px;
	float:left;
	margin: 4px 0 0 0;
	background: url(img/text.png) top no-repeat;
        font-size: 85%;
	color: #333;
	padding: 14px 23px 0 23px;
	}
	
p {
	padding:5px 0;
	width: 470px;
	}
	
#text h2 {
	background: url(img/nadpis-h2.png);
	width: 270px;
	height: 38px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding: 5px 13px 0 13px;
	margin: 0 0 15px 0;
	}
	
#text h3 {
	background: url(img/nadpis-h3.png);
	width: 266px;
	height: 28px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 3px 12px 0 42px;
	margin: 20px 0 25px 0;
	}
	
#text h4 {
	background: url(img/nadpis-h4.png);
	width: 302px;
	height: 25px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding: 1px 8px 0 8px;
	margin: 20px 0 25px 0;
	}
	
span.znak {
	padding: 0 24px 0 0;
}

span.znak2 {
	padding: 0 15px 0 0;
}
	
.post ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
.post ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
	padding:5px 5px 5px 45px;
	border-left: 4px #999 solid;
	}
	
blockquote blockquote {
	background:none;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}

a {
	text-decoration:underline;
	color:#999;
	}
	
a:hover {
	text-decoration:none;
	}

.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
#post-7 input,#post-7 textarea{
	border: 1px solid #44916D;
}

#text img{
  /*padding:5px;
  border:2px solid #0087ed;*/
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */