/*
Theme Name: Lab-blog
Theme URI: http://www.labyrint.net/lab-blog/
Description: Sablona pro wordpress
Version: 1.0
Author: Jirka Prevratil

*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}
h2, h3, h4, h5, h6, p, table, ol, ul, form {
	margin-bottom: 15px;
}
h2, h3, h4, h5, h6 {
	color: #738940;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
a:link, a:visited {
	color: #71893F;
}
a:hover {
	color: #000000;
}

/***********************************************************************/
/* Layout stranek                   		                           */

#CentrovaniObsahu {
	background: url(images/pozadi.png) repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#Zahlavi {
	background: url(images/pozadi-zahlavi.jpg) no-repeat;
	height: 200px;
	width: 800px;
}
#Navigace {
	background: url(images/pozadi-hlavni-navigace.png) no-repeat;
	height: 60px;
	width: 800px;
}
#ObsahovyBlok {
	background: url(images/pozadi-textovy-blok.png) no-repeat left top;
	min-height: 420px;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 85%;
}
#Paticka {
	background: url(images/pozadi-paticka.png) no-repeat;
	height: 55px;
	width: 530px;
	clear: both;
	font-size: 60%;
	padding-top: 27px;
	padding-left: 220px;
	text-align: right;
	padding-right: 50px;
}
#LevySloupec {
	float: left;
	width: 200px;
	padding-top: 45px;
	margin-right: 10px;
}
#PravySloupec {
	float: right;
	width: 480px;
	padding-top: 45px;
	padding-right: 45px;
	padding-left: 25px;
}
#Paticka a {
	color: #748C42;
}
#Paticka a:hover {
	color: #333333;
}
#Paticka p {
	margin-bottom: 5px;
}
.clanek-tech-info {
	font-size:85%;
	line-height: 1.5em;
}
.strong {
	font-weight:bold;
}
.center{
	text-align: center;
}
#LevySloupec h3 {
	background: #B9DC76;
	padding-left: 25px;
	color: #769635;
	font-weight: bold;
	height: 22px;
	padding-top: 3px;
}
#LevySloupec ul, #LevySloupec form, #LevySloupec p {
	padding-left: 25px;
}
#LevySloupec li {
	list-style: none;
	line-height: 1.5em;
}
.clanek-tech-info {
	color: #94A36A;
	font-size: 90%;
}
h1 {
	position: absolute;
	overflow: hidden;
	top: 0px;
	height: 200px;
	width: 800px;
}
h1 span {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/pozadi-zahlavi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 200px;
	width: 800px;
	visibility:visible;
	_cursor: hand;
	cursor: hand;
}
img.left {
	padding: 3px;
	float: left;
	border: 1px solid #DBEDBA;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.right {
	padding: 3px;
	float: right;
	border: 1px solid #DBEDBA;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.obrazek-v-textu {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #DBEDBA;
}
#PravySloupec div {
       	margin-bottom: 15px;
        }
