/*  
Theme Name: Cyklosport Hladiš
Theme URI: http://www.cyklohladis.cz
Description: WP téma pro cyklohladis.cz
Version: 1.0
Author: LiK
Author URI: http://www.administratori.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #ceebfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

#wrap {
	width: 953px;
	margin: 0 auto;
	}
 
#header {
	height: 286px;
	background: transparent url(img/top1.png) no-repeat top;
}
#header #searchform{
	position: relative;
	top: 86px;
	left: -30px;
	float: right;
}
#header #searchform #s{
	border: #fff 1px solid;
	width: 150px;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#header #searchform #searchsubmit{
	height: 40px;
	width: 31px;
	background:#fff url(img/btn-search.png) no-repeat top;
	border: none;
}
h1{
	height: 139px;
	background: url(img/cyklosport-hladis-logo.jpg) no-repeat bottom;	
}	
h1 a {	
	display: block;
	}
	
h1 span {
	display: none;
	}
	
#pagelist {
		height: 147px;
	}
	
#pagelist ul {
	padding-top: 80px;
	margin-left: 5px;
	top: 80px;
	}
	
#pagelist ul li {
	list-style: none;
	display: block;
	float: left;
	font-size: 110%;
	}
	
#pagelist ul li a {
	display: block;
	color: #007aad;
	float: left;
	height: 34px;
	padding: 15px 20px 0 20px;
	text-decoration: none;
	}
	
#pagelist ul li.current_page_item a {
	color: #ff3300;
	font-weight: bold;
	}
	
#pagelist ul li.current_page_item, #pagelist ul li a:hover {
	color: #ff3300;
	border-bottom:3px solid #ff3300;
	}

a {
	text-decoration: underline;
	color: #444;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	background-color: #fff;
	margin: 0px 3px;
	}
#content #side{
	width: 250px;
	float: right;
}
#content #text{
	font-size: 95%; 
}
#content #text h2{
  margin-bottom:10px;
}
#content #text #post-5 ul{
margin:5px 20px;
}
#content #text .post hr{
    color:#fff;
    border:none;
    border-bottom: 1px dotted #87CEFA;
}
.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
/* main structure */

/* sidebar */	
#side ul{
	list-style: none;
}
#side ul li.widget h4{
	color: #999;
	margin: 20px 10px 20px -20px;
	border-bottom: 1px dotted #87CEFA;
}
#side ul li.widget p,#side ul li.widget ul.blogroll a{
	font-size: 75%;

}
#side ul li.widget_sideblog p{
	border-bottom: dotted 1px #E6E6FA;	
	padding-bottom: 10px;
	margin-right: 10px;
}
#side ul li.widget_sideblog ul li{
	margin-bottom: 10px;
	border-left: 3px solid #E6E6FA;
	padding-left: 10px; 
}
/* text */
#text {
	width: 528px;
	float: left;
	color: #666;
	line-height: 1.5;
	font-size: 13px;
	padding: 15px 0 0 24px;
	}
#content #text img,#content #side img{	
border:none;
}
/* footer */		
#footer{
	height: 38px;
	background: url(img/bottom.png) bottom no-repeat;	
	font-size: 70%;
	text-align: center;
	color: #999;
}
#footer a{
	color: #999;
}
/* other */	
#nav {
	height: 28px;
	font-size: 13px;
	}
	
#nav a {
	color: #666;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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 */ 
