/*  
Theme Name: Kasko
Theme URI: 
Description: Sablona pro Kasko
Version: 1.0
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #fff;
	/*font-size: 12px;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	
#wrap {
	width: 946px;
	margin: 0 auto;
	}
	
#header {
	height: 104px;
	background: url(img/header.png) right top no-repeat;
	}
	
#header h1 a {
	display: block;
	width: 244px;
	height: 104px;
	background: url(img/logo.png);
	float: left;
	}
	
#header h1 a span {
	display: none;
	}
	
#header #desc {
	/*height: 24px;*/
	font-size: 18px;
	color: #666;
	font-weight: bold;
	padding: 20px 0 0 20px;
	float: left;
	}
#header #desc ul li{

}	
#header #langs {
	float: right;
	width: 321px;
	padding: 71px 40px 0 0;
	}
	
#header #langs ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	display: inline;
	}
	
#header #langs a {
	display: block;
	width: 30px;
	height: 22px;
	float: left;
	}
	
#header #langs a span {
	display: none;
	}
	
#header #langs a.ru {
	background: url(img/flags/ru.png);
	}
		
#header #langs a.fr {
	background: url(img/flags/fr.png);
	}
		
#header #langs a.es {
	background: url(img/flags/es.png);
	}
		
#header #langs a.it {
	background: url(img/flags/it.png);
	}
		
#header #langs a.sk {
	background: url(img/flags/sk.png);
	}
		
#header #langs a.pl {
	background: url(img/flags/pl.png);
	}
	
a {
	text-decoration: underline;
	color: #444;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	background: url(img/content.png) left bottom no-repeat;
	}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
/* main structure */

/* sidebar */	
#side {
	width: 222px;
	float: left;
	padding: 0 0 70px 0;
	}
	
#side ul li {	
	list-style: none;
	}
	
#side ul li.widget_pages h4 {
	display: none;
	}
	
#side ul li.widget_pages {
	background: url(img/side-pages-bg.png) left top no-repeat;
	width: 100%;
	}
	
#side ul li.widget_pages ul {
	background: url(img/side-pages-bottom.png) left bottom no-repeat;
	padding: 7px 0 12px 0;
	}

#side ul li.widget_pages ul li ul {
	padding: 0;
	background: none;
	}
	
#side ul li.widget_pages ul li a {
	display: block;
	width: 173px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 3px;
	padding: 0 0 0 44px;
	background: url(img/side-pages-li.gif) left bottom no-repeat;
	min-height: 33px;
	height: auto !important;
	height: 33px;
	}
	
#side ul li.widget_pages ul li a:hover {
	color: #FFF200;
	text-decoration: underline;
	}
	
#side ul li.widget_pages ul li.current_page_item a {
	background: url(img/side-pages-li-active.gif) left bottom no-repeat;
	color: #FFF200;
	}
	
#side ul li.widget_pages ul li ul li a, #side ul li.widget_pages ul li.current_page_item ul li a {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 30px;
	background: url(img/side-pages-li-sub.gif) left bottom no-repeat;
	font-size: 10px;
	color: #fff;
	width: 151px;
	padding: 0 0 0 66px;
	}
	
#side ul li.widget_pages ul li ul li.current_page_item a, #side ul li.widget_pages ul li.current_page_item ul li.current_page_item a {
	background: url(img/side-pages-li-sub-active.gif) left bottom no-repeat;
	color: #FFF200;
	}
	
#side ul li.widget_pages ul li ul li a:hover {
	color: #FFF200;
	text-decoration: underline;
	}
	
#side ul li.widget_sideblog {
	background: url(img/side-news-bg.png) left top no-repeat;
	font-size: 11px;
	}
	
#side ul li.widget_sideblog ul {
	background: url(img/side-news-bottom.png) left bottom no-repeat;
	padding: 0 0 18px 3px;
	}
	
#side ul li.widget_sideblog ul li ul {
	background: none;
	padding: 0;
	}
	
#side ul li.widget_sideblog h4 {
	font-size: 11px;
	color: #008040;
	font-weight: bold;
	padding: 15px 0 10px 15px;
	margin: 0 2px 5px 0;
	background: url(img/side-news-h4.jpg) right bottom no-repeat;
	}
	
#side ul li.widget_sideblog ul li {
	background: url(img/side-news-arrow.png) left 2px no-repeat;
	margin: 10px 10px 0 16px;
	}
	
#side ul li.widget_sideblog ul li span.na {
	display: block;
	color: #008040;
	font-weight: bold;
	padding: 0 0 0 13px;
	margin: 0 0 5px 0;
	}
	
#side ul li.widget_sideblog ul li span.na a {
	text-decoration: none;
	color: #008040;
	}

#side ul li.widget_sideblog ul li span.na a:hover {
	text-decoration: underline;
	color: #008040;
	}
	
#side ul li.widget_sideblog ul li span.te {
	padding: 0 5px 0 30px;
	display: block;
	color: #333333;
	}
/* sidebar */

/* text */
#text {
	width: 724px;
	float: right;
	font-size: 90%;
	color: #666;
	}
	
#top-box {
	height: 228px;
	background: url(img/top-box-bg.png);
	}
	
#top-box #grafika {
	height: 168px;
	background: url(img/profesionalita-ekologie.jpg) 7px 4px no-repeat;
	}
	
#top-box #grafika span {
	display: none;
	}
	
#top-box .breadcrumb {
	float: left;
	padding: 23px 0 0 15px;
	color: #999;
	font-size: 11px;
	}
	
#top-box .breadcrumb a {
	color: #999;
	text-decoration: none;
	}
	
#top-box .breadcrumb a:hover {
	text-decoration: underline;
	}
	
#top-box .breadcrumb img {
	border: none;
	padding: 0;
	}
	
#searchform {
	float: right;
	margin: 12px 18px 0 0;
	display: inline;
	}
	
#searchform #searchsubmit {
	width: 70px;
	height: 33px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background: none;
	border: none;
	vertical-align: middle;
	font-weight: bold;
	}
	
#searchform #s {
	width: 184px;
	height: 25px;
	margin: 0 6px 0 0;
	padding: 8px 10px 0 10px;
	background: none;
	border: none;
	vertical-align: middle;
	color: #666;
	}
	
p {
	padding: 5px 0;
	}
	
.post {
	padding: 0 20px 0 30px;
	line-height: 1.2;
	}
	
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #00964B;
	border-bottom: 1px solid #00964B;
	padding: 0 0 7px 0;
	margin: 7px 0 10px 0;
	width: 483px;
	}
	
h2.title {
	margin: 7px 0 20px 20px;
	color: #444;
	font-size: 25px;
	border: none;
	}

h3 {
	font-family: 18px;
	font-weight: bold;
	color: #444;
	margin: 5px 0 2px 0;
	}
.post ul{
	margin: 1.33em 0;
margin-left:40px;
}
.post ul li {
	/*list-style: none;
	background: url(img/bullet_picture.png) left top no-repeat;
	padding: 1px 0 1px 23px;*/
	}
	
.post ol li {
	margin: 3px 0 3px 28px;
	}

blockquote {
	border-left: #999 5px solid;
	margin: 10px 15px;
	padding: 0 5px 0 15px;
	color: #666;
	}
	
#text .wp-smiley {
	padding: 0;
	background: none;
	border: none;
	}

#text img {
	border: 1px solid #c1c1c1;
	padding: 3px;
	}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	}
	
.pbox {
	float: right;
	width: 176px;
	background: url(img/pbox.png) left top no-repeat;
	display: inline;
	margin: -11px 0 50px 30px;
	font-size: 11px;
	color: #00934A;
	padding: 0 0 0 15px;
	}
	
.pbox ul {
	margin: 0;
	padding: 0;
	}
	
.pbox ul li {
	list-style: none;
	padding: 0 0 8px 0;
	background: none;
	}
	
.pbox h4 {
	font-weight: bold;
	color: #00934A;
	font-size: 11px;
	margin: 0 0 7px 0;
	}
/* text */

/* footer */
#box {
	height: 58px;
	font-size: 11px;
	color: #999;
	}
	
#box-left {
	float: left;
	width: 222px;
	text-align: center;
	font-size: 10px;
	}
	
#box-left a {
	display: block;
	margin: 8px 0;
	text-decoration: none;
	}
	
#box-right {
	float: right;
	width: 699px;
	padding: 28px 0 0 25px;
	}
	
#box a {
	color: #999;
	}
/* footer */

#tbl-kasko-number table tr td{
 padding:2px;
 font-size:11px;
}		
/* 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 */

.bbg{
 /*border-bottom:1px solid #00964B;*/
 } 