/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body {
	background-color: #e9eaec;
	margin: 0;
	padding: 0;
	font-family:Arial,Verdana,sans-serif;
	}

#page {
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	width:1000px;
	}


#headerimg {
	padding:15px 0 15px 0;
	margin: 0 0 22px 0;
	height: 95px;
	background-color:#ffffff;
	width: 100%;
}

.round-bottom{
	background-color:transparent;
	background-image:url('http://www.taxionline.cz/wp-content/themes/default/img/bg-round-bottom.png');
 	background-repeat:no-repeat;
	background-position:bottom left;
	width: 1000px;
	height:14px;
	margin:18px 0 15px 0;
	display:block;
}

.round-top{
	background-color:transparent;
	background-image:url('http://www.taxionline.cz/wp-content/themes/default/img/bg-round-top.png');
 	background-repeat:no-repeat;
	background-position:top left;
	width: 1000px;
	height:14px;
	margin:0 0 0 0;
	display:block;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 5px;
	margin: 0px 0 0;
	width: 290px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 10px;
	width: 290px;
	}

.template {
	background-color:#ffffff;
	display:block;
	height:100%;
	margin:-1px 0 0 0;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 15px 0 15px 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
         border-top:1px dotted #d1e4f3;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
         margin-top:15px;
	}

h1, h1 a {
	font-size: 36px;
	text-align: left;
	color:#000000;
	font-weight:bold;
	font-family:Arial,sans-serif;
	letter-spacing:-2px;
	padding:3px 0 0 9px;
	margin:0 0 0 0;
}
h1 a:hover {
	text-decoration:underline;
}

#headerimg .description {
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.5em;
	}

#sidebar h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#headerimg .description {
	text-decoration: none;
	color: white;
	}

h3 {
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #666666;
	border-top:1px solid #ededed;
	margin:30px 30px 4px 10px;
	padding:7px 5px 0 5px;
	width:340px;
	background-image: url(http://www.taxionline.cz/wp-content/themes/default/images/h3-shadow.png);
	background-repeat:repeat-x;
}

h3 a:hover,#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited{
	font-weight:normal;
	font-family:Arial,sans-serif;
}

h2 a:hover{
	text-decoration: underline;
         color:#00102E;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-sizeX: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.sidebar {
	float:right;
	margin:5px;
	padding:5px;
	width:275px;
	background-color:transparent;
	font-size:14px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-sizeX: 0.9em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#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 Headers */
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
         color:#333333;
         font-size:18px;
         font-weight:normal;
	}

/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	text-indent: 10px;
	list-style-type:none;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-type:none;
	}

.entry ul li:before, #sidebar ul ul li:before {
	list-style-type:none;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	list-style-type:none;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}


#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
.sidelink a {
	padding:8px 5px 8px 5px;
	border:1px solid #ffffff;
	margin:8px 0 0 0;
	width:263px;
	display:block;
	}
.sidelink a:hover {
	padding:8px 5px 8px 5px;
	border:1px solid #ECF5FB;
         background-color:#ECF5FB;
	margin:8px 0 0 0;
	width:263px;
	display:block;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
         font-size:26px;
	}
/* End Various Tags & Classes*/



/* 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;
	padding: 0 4px 5px;
	margin: 0;
}


/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



.footer-description {
	font-size:125%;
	font-style:italic;
}
.padding10{
	padding:10px;
}
.footer-position{
	font-size:12px;
	color:#555555;
	margin-top:7px;
}
.logo-small-position{
	float:left;
	padding:0 20px 4px 0;
	border:0;
}

.logo{
	float:left;
	padding:0;
	margin:20px 0 0 35px;
}
.google-top{
	float:right;
	padding:10px 30px 0 0;
}
.searchbox{
	background-color:#f8f8f8;
	padding:5px;
	border:1px solid #e0e0e0;
}
.searchbox-hint{
	font-family:arial;
	font-size:14px;
	padding:6px;
}
.searchstyle{
	color:#000000;
}
.input1{
	width:210px;
	font-size:14px;
	font-family:Arial;
	padding:4px;
	margin:0 4px 4px 4px;
}
.input2{
	font-size:16px;
	font-family:Arial;
	display:block;
	text-align:center;
	align:center;
	margin:3px 0 2px 145px;
}
.google-sidebar{
	padding:20px 8px 20px 8px;
}
.PaddingBottom8{
	padding-bottom:8px;
}
.odkazy{
	list-style-type:none;
	font-size:12px;
}
.page1{
	border-right:1px solid #82acd4;
	display:block;
	width:700px;
	height:100%;
	float:left;
}
.page2{
	background-color:transparent;
	float:left;
}
.FloatRight{
	float:right;
}
.TitleSearchBackground{
	background-color:#e0b40b;
}
.TitleSearchInput{
	background-image: url(http://www.taxionline.cz/wp-content/themes/default/images/search_bg.png);
	margin: 8px;
	width: 480px;
	font-family: Arial;
	font-size: 22px;
	border: #d3aa1c 1px solid;
	padding: 5px;
}
.TitleButtonInput{
	font-size:16px;
	font-family:Arial;
	text-align:center;
	align:center;
}
.intro{
	font-size:14px;
	padding:10px;
}
.TitleListContainer{
	list-style-type:none;
	line-height:100%;
	text-align:left;
}
.TitleList{
	width: 160px;
	float: left;
	text-align:left;
}
.TitleListItem a{
	margin:0 0 0 -26px;
         width:150px;
         padding:8px 3px 8px 3px;
         border:1px solid transparent;
         display:block;
}
.TitleListItem a:hover{
	margin:0 0 0 -26px;
         width:150px;
         padding:8px 3px 8px 3px;
         border:1px solid #d1e4f3;
         display:block;
}
.County1{
	width:227px;
	padding:10px 7px 10px 40px;
	border:1px solid #cc9e23;
	margin:0 0 8px 0;
	background-color:#dfbf55;
	background-image:url('http://www.taxionline.cz/wp-content/themes/default/img/icon-dropdown.png');
 	background-repeat:no-repeat;
	background-position:center left;
	font-size:16px;
	font-family:Arial;
	cursor:hand;
	font-weight:normal;
}
.County2{
	width:250px;
	border:0;
	padding-top:4px;
	margin:4px;
	font-family:Arial;
	font-size:14px;
}
.narrowcolumn{
	width:680px;
	}

.more-taxis{
	font-size: 12px;
	margin:3px 0 3px 9px;
}
.more-taxis a, .more-taxis a:hover{
	font-size: 12px;
}
.last-edited{
	font-size: 12px;
	margin:0 0 0 20px;
}
.lowercase{
	text-transform:lowercase;
}
.display-post{
	float:left;
	width:670px;
	padding:5px 10px 10px 10px;
	background-color:#ffffff;
}
.recommend{
	float:left;
	margin:0 0 15px 20px;
}
.skryvany{
	display:none;
}
.NavList{
	position:absolute;
	top:40px;
	left:20%;
	z-index:100;
	background-color:transparent;
	background-image:url('http://www.taxionline.cz/wp-content/themes/default/img/bg-container.png');
 	background-repeat:no-repeat;
	background-position:top left;
	width:760px;
	min-height:425px;
	padding:20px;
	margin:0 auto;
}
.NavListContainer{
	list-style-type:none;
	text-align:left;
	float:left;
	width:150px;
	line-height:145%;
	margin:0 0 0 0;
}
.NavTitle{
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #666666;
	border-bottom:1px solid #e9eaec;
	margin:10px 0 7px 35px;
	padding:7px 0 3px 0;
	width:670px;
	float:left;
}
.NavClose{
	float:right;
	background-color:transparent;
	background-image:url('http://www.taxionline.cz/wp-content/themes/default/img/bg-close.png');
 	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:20px;
	cursor:hand;
	margin:10px;
}
.h2counties{
	padding:10px 0 0 35px;
	margin:0 0 -10px 0;
	line-height:100%;
}
.h1archive{
	padding:0 0 30px 0;
}
.h2footer{
	font-style:italic;
	font-size:18px;
	text-align:center;
	border-top:1px solid #d9dadd;
	padding:8px 0 0 0;
	margin:20px 0 8px 0;
}
.broken_link, a.broken_link {
	text-decoration: line-through;
}





.edit{
	font-size:18px;
}
.edit a{
	font-size:24px;
	margin:10px;
	padding:10px 20px 10px 20px;
	background-color:#F0FF00;
	display:block;
	border:1px solid #AEB80A;
	text-align:center;
}
.taxi-logo{
	float:left;
	margin:0 0 -4px 0;
}
.vip-rec{
	padding:15px;
	margin:20px;
	background-color:#F8EDC9;
	border:1px solid #E6D6A1;
}
.vip-doporucuje{
	margin:0 0 4px 4px;
	padding:0 0 3px 0;
	color:#333333;
	font-size:80%;
}
.vip-logo{
	margin:0 0 -3px 0;
	padding:3px 0 0 0;
}
.vip-text{
	padding:6px 0 0 0;
	margin:8px 0 0 0;
	border-top:1px solid #E6D6A1;
}
.vip-text a{
	color:#000000;
	font-size:18px;
}
.vip-name{
	color:#000000;
	font-size:20px;
	font-weight:bold;
}
.premium-more{
	float:right;
	padding:3px;
	text-align:center;
	display:block;
	background-color:#E90737;
	color:#ffffff;
}
.premium-more a:hover{
	float:right;
	padding:3px;
	text-align:center;
	display:block;
	width:110px;
	background-color:#e90737;
}
.premium-box{
	display:block;
}
.premium-box a{
	background-color:#FFF9C6;
	float:left;
	width:193px;
	padding:4px 12px 8px 12px;
	margin:2px;
	color:#000000;
	font-size:90%;
	border:1px solid #F5EEA0;
	display:block;
}
.premium-box a:hover{
	background-color:#FDFBE3;
	color:#000000;
	font-size:90%;
	text-decoration:none;
	border:1px solid #EDE696;
	display:block;
}
.premium-ul{
	list-style-type:none;
}
.premium-ul p{
	border-top:1px solid #F5EEA0;
	padding-top:8px;
}
.premium-h2{
	font-size:18px;
	color:#E90737;
}
.premium-h2-span{
	font-size:34px;
	color:#444444;
	float:left;
	padding:2px 10px 3px 3px;
}
.premium-why p{
	border-top:1px solid #e1ecb9;
	border-bottom:1px solid #e1ecb9;
	padding:8px 0 8px 46px;
	margin:2px 0 2px 0;
	font-size:90%;
	background-image:url('http://www.taxionline.cz/wp-content/themes/default/img/premium-plus.png');
	background-repeat:no-repeat;
	background-position:2% center;
	background-color:#F6FBE2;
}
.premium-why p:hover{
	background-color:#e1ecb9;
}

.required{
	color:#D50404;
	font-weight:bold;
}

input, textarea, checkbox{
	padding:3px;
	font-size:14px;
	text-align:left;
	border:0;
	margin:2px 0 4px 0;
	border:1px solid #cfcfcf;
}
.orderbox1, .orderbox2, .orderbox3{
	padding:5px 20px 20px 20px;
	font-size:14px;
	text-align:left;
	background-image:url('http://www.taxionline.cz/wp-content/themes/default/img/form-bg.png');
	background-position:left top;
	background-repeat:repeat-x;
}
.orderbox1{
	background-color:#f9f9f9;
	border:1px solid #f0f0f0;
	margin:15px 0 0 0;
}
.orderbox2{
	background-color:#f9f9f9;
	border:1px solid #f0f0f0;
}
.orderbox3{
	background-color:#f9f9f9;
	border:1px solid #f0f0f0;
}

.PlaceAnOrder{
	text-align:center;
	margin:20px auto 20px auto;
}
.PlaceAnOrder a{
	font-size:28px;
	border:1px solid #e0bc2b;
	padding:7px 15px 7px 15px;
	color:#000000;
	background-color:#e6cb6d;
}
.help{
	font-style:italic;
	color:#555555;
}
select{
	padding:3px;
	font-size:14px;
	text-align:left;
	border:0;
	margin:2px 0 4px 0;
	border:1px solid #f0f0f0;
	height:200px;
	width:400px;
}
.select-county {
	font-size:20px;
	float:right;
	margin:36px 60px 0 0;
	padding:3px;	
	border:1px solid #e5be08;
	background-color:#FFFCEF;
	color:#333333;
	width:222px;
	height:32px;
	}









.reklama-prispevek{
	float:left;
	margin:10px 10px 10px 0;
	margin:10px 10px 10px 0;
	border-right:1px solid #ededed;
	}


.sloupec{
	float:left;
	width:345px;
	padding:10px 0 10px 10px;
	font-size:14px;
	}

