/*  
Theme Name: Administratori.cz
Theme URI: http://www.administratori.cz
Description: Vzhled pro web Administratori.cz
Version:
Author: Machi,Lik
Author URI: http://www.administratori.cz
*/

/* main structure */

* { 
	margin: 0;
	padding: 0;
	}

#wrap {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
body {
	background-color: #fff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 816px;
	margin: 0 auto;
	font-size: 75%;
	text-align: center;
}
 
#header {
	width: 816px;
	height: 89px;
	}
	
#description {
	float: left;
	}
	
#header h1 {
	display: none;
	}
	
#description a {
	display: block;
	width: 428px;
	height: 59px;
	background: url(img/logo.png) bottom no-repeat;
	padding: 30px 0 0 0;
	_margin-top: 30px;
	_height: 74px;
}


#searchform {
	float: right;
	width: 247px;
	height: 38px;
	background: url(img/searchform.png) no-repeat;
	margin: 41px 20px 0 0;
	padding: 10px 0 0 9px;
	_left: 30px;
	_top:45px;
	_width: 256px;
	_position:relative;
/* at zije ie6 */
}

#s {
	border: none;
	width: 145px;
	height: 26px;
	/*_height: 32px;*/
	background: url(img/search-field.png) no-repeat;
	vertical-align: middle;
	color: #666;
	padding: 6px 5px 0 7px;

}

#searchsubmit {
	width: 80px;
	height: 32px;
	_height: 32px;
	background: url(img/search-button.png);
	border: none;
	color: #fff;
	font-size: 110%;
	vertical-align: middle;
	padding: 3px 0 0 0;
	font-weight: bold;
	cursor: pointer;
}

.cleaner {
	clear:both;
	height:0;
	line-height:0;
  	font-size:0; 
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	height: 60px;
	background: url(img/pagelist.png) no-repeat;
	text-transform: uppercase;
}

#pagelist ul.ul1 {
	padding: 14px 0 0 17px;
	float: left;
	list-style: none;
}

#pagelist ul.ul2 {
	float: right;
	list-style: none;
	padding: 14px 17px 0 0;
}
	
#pagelist ul li {
		float: left;
	display: block;
}

#pagelist ul.ul1 li a {
	float: left;
	display: block;
	height: 24px;
	_height: 32px;
	width: 106px;
	padding: 8px 0 0 0;
	color: #fff;
	font-size: 110%;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	}
	
#pagelist ul.ul1 li a:hover,#pagelist ul.ul2 li a.slovnik:hover {
	color:#000;
	background: url(img/pagelist-hover.png) no-repeat;
	text-decoration: none;
	}
	
#pagelist ul.ul1 li.current_page_item a{
	color:#000;
	background: url(img/pagelist-hover.png) no-repeat;
	}
	
#pagelist ul.ul2 li a.slovnik,#pagelist ul.ul2 li a.slovnik-a {
	display: block;
	width: 104px;
	height: 22px;
	_height: 30px;
	padding: 8px 0 0 0;
	background: url(img/button-slovnik.png) no-repeat;
	color: #fff;
	font-size: 110%;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
}
#pagelist ul.ul2 li a.slovnik-a{
	color:#000;
	background: url(img/pagelist-hover.png) no-repeat;	
}
/* pagelist and search */	

/* sidebar */	
#side {
	width: 150px;
	float: right;
	color: #000000;
	/*font-size: 12px;*/
	line-height:1.4;
}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-weight: bold;
	color: #3a0b80;
	/*font-size: 18px;*/
	padding:7px 0 0 8px;
	background-image: url(img/h2-bg.png);
	height:29px;
}

#side ul li {
	margin:4px 0 20px 0;
}

#side ul li ul li{
	margin:0;
}
	
#side ul li ul.children li {
	margin-left:20px;
	}
	
#side a {
	padding-left:8px;
	color:#000;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:510px;
	float:left;
	color:#000;
	text-align:justify;
	margin:20px 0 0 0px;
	}
	
.post-top {
	padding-bottom:10px;
}
	
.post-date {
	width: 53px;
	height: 49px;
	background-image: url(img/post-date.gif);
	text-align:center;
	padding:4px 0 0 0;
	float:left;
	margin-right:20px;
}

.post-month {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.post-day{
	font-size:24px;
	font-weight:bold;
	color:#000;
}

.post-head {
	margin-left:10px;
}
	
p {
	padding:5px 0;
	}
	
h2 {
	/*color:#444;*/
	/*font-size:20px;*/
	/*line-height:normal;*/
	margin:0.83em 0;
	}
/*
.post h2 {
	color:#91c9f7;
	font-size:18px;
	font-weight:bold;
	padding-top:7px;
	margin-bottom:4px;
	}
*/	
.post h2 a {
	color:#91c9f7;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	
.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;
	background:url(img/quote.png) left top no-repeat;
	padding:5px 5px 5px 45px;
	}
	
blockquote blockquote {
	background:none;
	}
		
.post {
	margin-bottom:13px;
	}
	
.pub {
	/*font-size:10px;*/
	color:#ffffff;
	}
	
.pub a {
	font-weight:bold;
}
	
.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 */	
/*
h2,h3,h4,h5,h6 {
	color:#fff;
	text-align:left;
	}
	*/
h3 {
  	margin:1em 0;
	}
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:20px;
	margin-bottom:10px;
	/*font-size:18px;*/
	}
	
.commentmetadata {
  padding:4px;
	background-color:#eee;
	color:#000;
	}
	
.commentmetadata a {
	/*color:#FFFFFF;*/
	}
ol.commentlist{
	border:1px solid #ccc;
	width: 95%;
}	

.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:#fff 1px solid;
	background-color:#eee;
	color:#000;
	}
#commentform input.sub{
	background-color: #FF4000;
	width: 78px;
	height: 25px;
	_height: 25px;
	background: url(img/btn-green.png) no-repeat;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}
	
#author, #email, #url {
	border:#fff 1px solid;
	background-color:#ddd;
	padding:2px;
	margin:1px 0;
	color:#000;
	}
/* comments */

/* footer */
#box {
	color:#fff;
	/*font-size:11px;*/
	height:22px;
	text-align:center;
	background:url(img/box.png) repeat-x;
	padding-top:6px;
	}
	
#box a {
	color:#000000;
	}
	
#box-inside {
	margin:0 auto;
	width:721px;
}

/* other */	
#nav {
	height:20px;
	/*font-size:16px;*/
	color:#fff;
	}
	
#nav a {
	color:#fff;
}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	

/* minez */
#features {
	position: relative;
	width: 813px;
	height: 172px;
	background-image: url(img/features.png);
	margin-top: 4px;
	margin-left: 3px;
	background-repeat: no-repeat;
}

.featuresbox {
	width: 271px;
	height: 172px;
	
	float: left;
	
}

.featuresbox .nadpis {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 88px;
	margin-top: 15px;
	color: Black;
	font-size: 15pt;
	display: block;
	width: 170px;
	text-align: right;
	font-weight: normal;
}
.featuresbox .divnadpis1,.featuresbox .divnadpis1bl,.featuresbox .divnadpis2,.featuresbox .divnadpis2bl{
	font-size: 90%;
	text-transform: uppercase;
	margin-left: 15px;
	margin-top: 22px;
	display: block;
	width: 120px;
	text-align: center;
	color: White;
}
.featuresbox .divnadpis1 {
}

.featuresbox .divnadpis1bl {
	/*color: Black;*/
}

.featuresbox .divnadpis2 {
	margin-left: 140px;
	margin-top: -103px;
}

.featuresbox .divnadpis2bl {
	/*color: Black;*/
	margin-left: 145px;
	margin-top: -103px;
}

.featuresbox .ul1 {
	display: block;
	width: 110px;
	height: 80px;
	margin-left: 25px;
	margin-top: 10px;
}

.featuresbox ul li.li-g {
	/*font-size: 8pt;*/
	list-style-image: url(img/sipenka-g.gif);
	/*list-style-position: inside;*/

}

.featuresbox ul li.li-y {
	/*font-size: 8pt;*/
	list-style-image: url(img/sipenka-y.gif);
	/*list-style-position: inside;*/

}

.featuresbox ul li.li-r {
	/*font-size: 8pt;*/
	list-style-image: url(img/sipenka-r.gif);
	/*list-style-position: inside;*/

}

.featuresbox .ul2 {
	display: block;
	width: 110px;
	height: 60px;
	margin-left: 151px;
	margin-top: 10px;
}

.featuresbox .odkazvice {
	display: block;
	width: 80px;
	height: 12px;
	margin-left: 185px;
	margin-top: 3px;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
}

.featuresbox .odkazvice a {

}

.featuresbox .odkazvice a.cerny {
	/*color: Black;*/
	/*text-decoration: none;*/
}

.featuresbox .odkazvice a:hover {
	color: White;
	text-decoration: underline;
}

.featuresbox .odkazvice a.cerny:hover {
	/*color: Black;*/
	color: White;
	text-decoration: underline;
}

#mailinglist {
	position: relative;
	width: 544px;
	height: 197px;
	background-image: url(img/mailinglist.png);
	margin-top: 5px;
	/*margin-left: 3px;*/
	float: left;
	background-repeat: no-repeat;
	z-index: 3;
}

#mailinglist .mailingnadpis {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 200px;
	/*color: #0066FF;*/
	color: #333;
	font-size: 17pt;
	font-weight: normal;
	margin-top: 26px;
	margin-left: 35px;
}

#mailinglist .mailingkecy {
	display: block;
	margin-left: 35px;
	margin-top: 12px;
	background-color: Yellow;
	width: 225px;
	height: 30px;
	color: Gray;
	background-color: White;
}

.mailingpole {
	margin-top: 22px;
	/*_margin-top: 33px;*/
	margin-left: 40px;
	width: 150px;
	height: 15px;
	background-color: White;
	border-style: none;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	background-image: url(img/mailingbackground.png);
}

.mailingtlacitko {
	display: block;
	border-style: none;
	margin-top: -12px;
	width: 55px;
	margin-left: 180px;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	font-weight: bold;
	text-align: center;
	background-image: url(img/odeslat.png);
	cursor: pointer;
}

.gula {
	margin-left: 540px;
	margin-top: -175px;
	width: 14px;
	height: 14px;
	background-image: url(img/gula.gif);
	background-repeat: no-repeat;
	z-index: 3;
	_display: none;
}

#novinky {
	width: 275px;
	float: right;
	margin-top: -193px;
	
}

#novinky-single {
	width: 275px;
	float: right;
       /*_margin-top: -193px;*/
       margin-top: 5px;
}

#novinky h4, #novinky-single h4 {
	display: block;
	width: 275px;
	height: 53px;
	background-image:url(img/novinky-backgrnd.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: Black;
	line-height: 53px;
	vertical-align: middle;
	text-indent: 20px;
	font-weight: normal;
	z-index: 2;
}

#novinky-sub,#pages-sub {
	margin-left:7px;
	width: 100%;
	background-image: url(img/novinky-backgrnd2.png);
	background-repeat: repeat-y;
}

.nadpis-novinky {
	display: block;
	height: 16px;
	padding-top: 6px;
	text-indent: 15px;
	font-size: 8pt;
	color:#333;
	width: 100%;
	background-image: url(img/nadpis-bg.gif);
	background-repeat: no-repeat;

}

#novinky-sub p {
	display: block;
	font-size: 8pt;
	color: #999;
	margin-left: 25px;
	width: 80%;
	text-align: justify;
}

.novinky-bottom,.navchildpages-bottom {
	background-image: url(img/novinky-backgrnd3.png);
	margin-left: 11px;
	background-repeat: no-repeat;
	height: 30px;
}

.novinky-bottom .novinky-vice,.navchildpages-bottom .novinky-vice{
	font-size: 8pt;
	font-weight: bold;
	margin-left: 202px;
	padding-top: 8px;
}

.novinky-bottom .novinky-vice a {
	/*color: Gray;*/
}

#footnote {
	background-image: url(img/footnote.png);
	margin-left: 8px;
	height:51px;
	line-height: 61px;
	text-align: center;
	vertical-align: bottom;
	width: 270px;
	background-repeat: no-repeat;
	color: Silver;
	font-size: 8pt;
        _padding-top:20px;
}

.nahledprispevku {
	float: left;
	width: 183px;
	height: 143px;
	background-image: url(img/nahledprispevku.png);
	background-repeat: no-repeat;
}

.nahledprispevku img {
	margin-left: 21px;
	margin-top: 19px;
}

.prispevek-nadpis-h2 {
	border-bottom: 1px solid #FF6600;
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom:2em;
}

.prispevek-nadpis-odkaz {
	color: Black;
	text-decoration: none;	
}

.prispevek-obsah-real {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}
.prispevek-obsah-real a img{
 border:none;
}
.celyprispevek {
	width: 100%;
	background-image: url(img/celyprispevek.png);
	background-repeat: no-repeat;
	text-indent: 280px;
	font-size: 8pt;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.celyprispevekodkaz {
	color: Gray;
}

.bb {
	display: block;
	/*width: 544px;*/
	height: 55px;
	background-image: url(img/bb.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14pt;*/
	color: Black;
	line-height: 60px;
	vertical-align: middle;
	text-indent: 20px;
	font-weight: normal;
}
.navchildpages-bottom{
	
}
ul.navchildpages,ul.navchildpages ul{
	margin-left:25px;
	padding: 1em 0.5em;
	/*width: 80%;*/
/*	text-align: justify;*/
}
ul.navchildpages li{
  padding:0.3em;
}
dl{
	margin: 1.33em 0;
}
dd{
	margin-left: 40px;
}
dt{
	margin:0.7em 0;
}
form.contact input{
	border: 1px solid #FF4000;
	width: 250px;
}
form.contact textarea{
	border: 1px solid #FF4000;
	width: 250px;	
}
form.contact input.sub{
	background-color: #FF4000;
	width: 78px;
	height: 25px;
	_height: 25px;
	background: url(img/btn-green.png) no-repeat;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-left: 175px;
}

.tbl-ref{
  line-height: 120%;
}
.tbl-ref td,.post dl dd{
	border-bottom: 1px solid #FF4400;
}

#hotline{
	position: relative;
	float: right;
	top: -70px;
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
        text-align:center;
}
table.borderb td{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;	
	padding: 0.25em;
}
#post-15.post h2.prispevek-nadpis-h2,#post-10.post h2.prispevek-nadpis-h2,#post-9.post h2.prispevek-nadpis-h2{
        margin-bottom:4em;
}
/* footer */		
.footer{
 margin:1em auto;
 padding:0.7em;
 border-top: 1px solid #ddd;
 text-align:right;
 font-size:80%;
 clear:both;
}

/* sociable */

.sociable { 
padding-top:10px;
margin: 10px 10px;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
 margin:10px 0;
	display: block;
}
.sociable ul {

	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
