/*
Theme Name: Hauerland
Theme URI: http://hauerland.cz/
Description: Sablona od <a href="http://administratori.cz/">Administratori.cz</a>.Grafika Herthcore.com
Version: 1.0
Author: Libor Kuncik, Radomil Martinec
Author URI: http://binarybonsai.com/
*/


/* Begin Typography & Colors */
*{
	margin: 0;
	padding: 0;
}
.post ul,p{
	margin: 1.33em 0;
}
.post ul{
	margin-left: 40px;
}
h2{
	margin: 0.83em 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f0f0f0 url('img/hauerland_body_bckg.png') top left repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
	}

#page {
	width: 939px;
	margin: 0 auto;
	background-color: #F0F0F0;
	font-size: 150%;
	}

#header {
	width:100%;
	background: #333 url('img/hauerland_rheader.jpg') no-repeat top right;
	margin: 0;
	padding: 0;
	height: 162px;
	}

#headerimg 	{
	margin: 0;
	height: 162px;
	background: transparent url('img/hauerland_logo.png') no-repeat top left;
	}

ul#menu{
	width: 672px;
	height: 67px;
	background: transparent url('img/hauerland_menu_bckg.png') no-repeat top left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 120%;
}
ul#menu  li.page_item{
	padding-top: 20px;
	float: left;
	text-align: center;
}
ul#menu  li.page_item a{
	width: 110px;
	display: block;
	color: white;
	text-decoration: none;
}
ul#menu  li.page_item a:hover{
	text-decoration: underline;
	color: #daa520;
}	
	
ul#menu li.current_page_item a{
	color: #daa520;
}

#content {
	float: left;
	width: 670px;
	margin-left:4px;
	background-color: white;
min-height:430px;
	}
#header h1{
	visibility: hidden;
}
#header h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	visibility: hidden;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {

	}

.widecolumn {
	}


.clear {
	clear: both;
}

#footer {
	padding: 0;
margin:0 3px;
text-align:center;
	width: 670px;
	clear: both;
	font-size: 70%;
	}

#footer p {
	padding: 10px;
	text-align: left;
background-color: #fff;
	}
/* End Structure */


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Begin Sidebar */
#sidebar
{
	background-color: #ddebf2;
	float: right;
	width: 260px;
	margin-right:3px;
	/*background: #ddebf2 url(img/hauerland_bb_h1_g.png) no-repeat bottom center;*/
	}

#sidebar form {
	margin: 0;
	}
#sidebar ul{

}
#sidebar li.widget{
	padding-left: 5px;
	list-style: none;
}
#sidebar h2{
	color: #daa520;
}

#sidebar li.widget_sideblog ul{
	list-style: none;
}
#sidebar li.widget .textwidget,li.widget_sideblog ul li{
		margin-left: 10px;
}

li.widget_sideblog{

}
/* End Sidebar */
#searchform{
	margin: 0;
	padding: 0;
	height: 67px;
	float: right;
	display: inline;
	width: 267px;
	background:#333 url(img/hauerland_search_form.png) no-repeat top;
}
#searchform #s{
	position: relative;
	top: 22px;
	left: 24px;
	border: 1px solid #f0f0f0;
	width: 175px;
}
#searchform #searchsubmit{
	position: relative;
	top: 23px;
	left: 25px;
	height: 20px;
	width: 22px;
	background:#fff url(img/hauerland_search_s.png) no-repeat top;
	border: none;
}
.post{
	margin: 10px;
}
.post h2{
	padding-left: 40px;
	height: 40px;
	background: transparent url(img/hauerland_bb_h1.png) no-repeat bottom left;
}

/* Captions */
.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 */ 
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */ 
.pocitadlo img{
border:none;
} 