/*  
Theme Name: CestovniKancelare.biz
Theme URI: http://www.cestovnikancelare.biz
Description: Vzhled pro cestovnikancelare.biz
Version:
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
}
	
body {
	background: url(img/bg.png) top repeat-x #ccebff;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	margin: 0 0 0 35px;
}

#wrap {
	width: 843px;
}
 
#header {
	height: 131px;
	background:url(img/header.png);
}
	
h1 {
	font-size: 29px;
	font-weight: normal;
}
	
h1 a {
	display: block;
	width: 400px;
	height: 53px;
	background: url(img/logo.png) left no-repeat;
	color: #fff;
	padding: 20px 0 0 70px;
	text-decoration: none;
	float: left;
}

#desc {
	float: right;
	color: #fff;
	font-size: 10px;
	padding: 55px 20px 0 0;
}
	
a {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: none;
}
	
#content {
	background: url(img/content-bg.png) top repeat-y;
}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	margin: 9px 0 0 7px;
	float: left;
	display: inline;
}

#pagelist ul {
	list-style: none;
}
	
#pagelist ul li {
	display: block;
	float: left;
}
	
#pagelist ul li a {
	display: block;
	float: left;
	width: 108px;
	height: 32px;
	background: url(img/pages.png);
	margin: 0 2px 0 0;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #000;
	display: inline;
	padding: 12px 0 0 0;
}
	
#pagelist ul li a:hover {
	text-decoration: underline;
}
	
#pagelist ul li.current_page_item a {
	background: url(img/pages-h.png);
	color: #fff;
}

#pagelist ul li.current_page_item a:hover {
	text-decoration: none;
}

#searchform {
	float: right;
	margin: 12px 12px 0 0;
	display: inline;
}

#searchsubmit {
	width: 35px;
	height: 30px;
	cursor: pointer;
	background: url(img/search-button.png);
	border: none;
	vertical-align: middle;
}

#s {
	width: 204px;
	height: 23px;
	border: none;
	background: url(img/search-field.png);
	vertical-align: middle;
	padding: 7px 8px 0 8px;
	font-style: italic;
	color: #444;
}
/* pagelist and search */	

/* sidebar */	
#side {
	width: 266px;
	float: right;
	padding: 15px 0 0 12px;
	color: #666;
	font-size: 14px;
}
	
#side li, #side ul {
	list-style-type:none;
}
	
#side h2 {
	background: url(img/side-head.png);
	width: 241px;
	height: 24px;
	font-size: 15px;
	color: #333;
	font-weight: normal;
	padding: 4px 6px 0 6px;
	margin: 0 0 10px 0;
}

#side ul li {
	color: #666;
	margin: 0 0 10px 0;
}

#side ul li.widget_text .textwidget {
	padding: 0 15px 0 2px;
}

#side ul li.widget_text .textwidget h4 {
	padding: 0;
}

#side ul li ul li a {
	display: block;
	width: 226px;
	height: 23px;
	background: url(img/side-link.png) left no-repeat;
	text-decoration: none;
	padding: 3px 0 0 27px;
	margin: 0;
}

#side ul li ul li a:hover {
	text-decoration: underline;
}
	
#side ul li ul.children li a {
	padding-left: 40px;
}
	
#side a {
	color: #666;
}
	
#side a:hover {
	text-decoration: none;
}
	
#side img {
	padding: 0;
	border: none;
}
/* sidebar */

/* text */
#text {
	width: 507px;
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 1.3;
	padding: 20px 25px 0 30px;
	margin-top: -50px;
	background: White;
}
	
p {
	padding: 5px 0;
}

.post-top {
	background: url(img/text-head.png) bottom no-repeat;
	height: 30px;
	margin: 0 0 15px 0;
}

.post-date {
	float: right;
	font-size: 12px;
	color: #ccc;
	padding: 8px 0 0 0;
}

.mindex h2 {
	background: url(img/text-head.png) bottom no-repeat;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
}

.mindex h3 {
	padding: 0 0 10px 0;
	font-weight: normal;
	color: #666;
	font-size: 16px;
	margin: 0;
}

.post-index h2 {
	color: #383838;
	font-size: 12px;
	font-weight: bold;
	background: url(img/bullet_green.png) left center no-repeat;
	padding: 0 0 0 20px;
	margin: 3px 0;
	float: left;
	width: 146px;
	}
	
.post-index h2 a {
	color: #383838;
}

.post-index {
	margin: 0 0 15px 0;
}

h2 {
	font-size: 22px;
	color: #666;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	float: none;
}

h3 {
	padding: 15px 0 10px 0;
	font-weight: normal;
	color: #666;
	font-size: 16px;
	margin: 0;
}

h4 {
	padding: 10px 0 5px 0;
	font-weight: normal;
	color: #666;
	font-size: 14px;
	margin: 0;
}

#text h2.nofloat {
	float: none;
}

.post h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	float: left;
	padding: 0 10px 0 0;
}
	
.post h2 a {
	color: #333;
	text-decoration: none;
}
	
.post h2 a:hover {
	text-decoration:underline;
}
	
.post ul li {
	list-style: none;
	background: url(img/bullet_green.png) left no-repeat;
	padding: 0 0 0 25px;
	margin: 3px 0;
	}
	
.post ol li {
	margin: 3px 0 3px 22px;
	}
	
blockquote {
	border-left: 5px solid #9ACD32;
	margin: 10px 15px;
	padding: 0 5px 0 15px;
}
		
.post {
	margin-bottom:40px;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
	
img.alignleft {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px #ccc solid;
}

.ddsg-wrapper ul li {
	padding: 3px 0;
	background: none;
}

ul li#text-89606031 {
	font-size: 11px;
}

ul li#text-89606031 img {
	float: left;
	margin: 0 7px 7px 0;
}

ul li#text-89606031 div div {
	padding:5px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

ul li#text-89606031 h4 {
	font-size: 12px;
	font-weight: bold;
}
/* text */

/* zajezdy */
#zajezdy {
	margin: 15px 0 0 0;
}

.zajezd {
	border: 1px solid #BDDFFF;
	margin: 0 0 10px 0;
	background-color: #E8F4FF;
	padding: 10px;
	line-height: 1.5;
	color: #444;
}

.zajezd img {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background-color: #C8E4FF;
	border: none;
}

.zajezd h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 0;
}

.zajezd a {
	color: #000;
}

.zajezd span {
	display: block;
}

.zajezd span.lokalita {
	font-weight: bold;
}

.zajezd span.cena {
	color: #006400;
}
/* zajezdy */

/* footer */
#box {
	height: 24px;
	background: url(img/box.png);
	color: #72c7e8;
	font-size: 11px;
	padding: 21px 30px 0 30px;
	margin: 0 0 30px 0;
}
	
#box a {
	color: #72c7e8;
}
/* footer */		

/* other */	
#nav {
	height: 20px;
	font-size: 14px;
}
	
#nav a {
	color: #444;
}
	
.alignleft {
	float:left;
}
	
.alignright {
	float:right;
}
/* other */	
#adfox-l2{
	background: #eee;
	color: Black;
	padding: 8px;
	margin-bottom: 10px;
}

#adfox-l2 h2{
	font-size: 10px;
	float: right;
	margin: 0;
	padding: 0;
	color: Gray;
}
#adfox-l2 h3{
	margin: 0;
	padding: 0;
}

#adfox-l2 h2 a{
	text-decoration: none;
}
.adfox-box{
	padding: 4px;
}
#adfox-l2 h3 a{
	color: #c00;
	font-weight: bolder;
}
#ad-invia{padding: 10px; background: #eee; clear: both; margin: 10px 0; color: black;}
#ad-invia h3{margin: 0; padding: 0; font-weight: bolder;}
#ad-invia p{margin:0; padding: 4px 0;}
#ad-invia h3 a{color: #c00;}
