/*  
Theme Name: eTravel.cz
Theme URI: 
Description: Sablona na travel weby...
Version: 1.0
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(img/bg-bottom.png) left bottom repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#wrap {
	background: url(img/bg-top.png) left top repeat-x;
	}
	
#inwrap {
	width: 911px;
	margin: 0 auto;
	}
	
#header {
	height: 99px;
	}
	
#header h1 a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 99px;
	padding: 0 0 0 30px;
	height: 99px;
	float: left;
	font-size: 48px;
	color: #3b3b3a;
	font-weight: normal;
	text-decoration: none;
	float: left;
	}
	
#header h1 a span {
	color: #1e89ac;
	font-style: italic;
	}
	
#header h1 a span.cl {
	font-style: normal;
	font-size: 30px;
	color: #3b3b3a;
	}
	
#header h1 a:hover {
	color: #576554;
	}
	
#desc {
	display: block;
	height: 30px;
	padding: 43px 0 0 30px;
	float: right;
	background: url(img/desc-left.png) left bottom no-repeat;
	font-size: 14px;
	color: #1e89ac;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 32px 0 0;
	display: inline;
	}
	
#desc p {
	background: url(img/desc-right.png) right top no-repeat;
	padding: 0 30px 0 0;
	line-height: 30px;
	}
	
#pic {
	clear: both;
	height: 237px;
	background: url(img/pic.png);
	padding: 17px 0 0 34px;
	}
	
#pic #image {
	background: url(../../../header.jpg) left top no-repeat;
	width: 661px;
	height: 88px;
	padding: 140px 150px 0 33px;
	}
	
#pic #image h2 {
	font-size: 16px;
	color: #e7f6fd;
	font-weight: normal;
	margin: 0 0 5px 0;
	}
	
#pic #image p {
	font-size: 12px;
	color: #fbfbfb;
	line-height: 1.5;
	}
	
#gline-top {
	background: url(img/gline-top.png);
	height: 24px;
	text-align: center;
	padding: 8px 0 0 0;
	}

a {
	text-decoration: underline;
	color: #444;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	margin: 0 14px 0 15px;
	background-color: #fff;
	}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
/* main structure */

/* sidebar */	
#side {
	width: 278px;
	float: right;
	margin: 33px 28px 0 0;
	background: url(img/side-bg.png) left top repeat-y;
	padding: 0 0 12px 0;
	display: inline;
	}
	
#side ul li {	
	list-style: none;
	}
	
#side h4 {
	height: 47px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(img/side-h4.png);
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding: 26px 0 0 12px;
	margin: 0 0 -5px 0;
	}
	
#side ul li.widget_pages ul li a {
	font-size: 13px;
	color: #1e89ac;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 9px;
	display: block;
	margin: 0 9px;
	}
	
#side ul li.widget_pages ul li a:hover {
	text-decoration: underline;
	}
	
#side ul li.widget_pages ul li.current_page_item a {
	border: 2px solid #eff4f5;
	}
	
#side ul li.widget_pages ul li.current_page_item a:hover {
	text-decoration: none;
	}
	
#side ul li ul, #side ul li div {
	margin: 0 24px 0 23px;
	background-color: #fcfdfd;
	padding: 0 0 10px 0;
	}
	
#side ul li.widget_weather ul {
	background-color: #eff4f5;
	}
	
#side ul li.widget_weather div {
	margin: 0;
	padding: 0;
	background-color: #eff4f5;
	color: #444;
	}
	
#side ul li.widget_weather h4 {
	background: none;
	padding: 0;
	margin: 20px 0 0 25px;
	height: auto;
	color: #1e89ac;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
#side ul li.widget_weather img {
	float: left;
	margin: 0 5px 0 0;
	}
	
#side ul li.widget_weather span.temp {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 8px 0 5px 0;
	}
	
#side ul li.widget_weather p.weather_info {
	font-size: 11px;
	}

#side ul li.widget_execphp ul li {
	clear: both;
	padding: 15px 0 0 0;
	line-height: 16px;
	color: #545454;
	width: 100%;
	}
	
#side ul li.widget_execphp span {
	color: #1e89ac;
	}

#side ul li.widget_execphp h5 a {
	font-size: 12px;
	color: #1e89ac;
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
	}
		
#side ul li.widget_execphp a img {
	float: left;
	padding: 3px;
	border: 1px solid #c3d9de;
	margin: 0 7px 0 0;
	}
/* sidebar */

/* text */
#text {
	width: 516px;
	float: left;
	margin: 33px 0 0 20px;
	font-size: 12px;
	color: #606060;
	display: inline;
	text-align: justify;
	}
	
p {
	padding: 5px 0;
	}
	
.post {
	line-height: 1.5;
	}
	
#text a {
	color: #1e89ac;
	}
	
.post h2 {
	font-size: 17px;
	color: #606060;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
	
h3 {
	color: #666;
	font-weight: bold;
	padding: 5px 0 5px 0;
	font-size: 15px;
	border-bottom: 1px solid #eee;
	margin: 0 0 5px 0;
	}

.post ul li {
	list-style: none;
	background: url(img/bullet_add.png) left 2px no-repeat;
	padding: 0 0 0 23px;
	margin: 3px 0 3px 5px;
	}
	
.post ol li {
	margin: 3px 0 3px 28px;
	}

blockquote {
	border-left: #999 5px solid;
	margin: 10px 15px;
	font-style: italic;
	padding: 0 5px 0 15px;
	color: #666;
	}
	
#text .wp-smiley {
	padding: 0;
	background: none;
	border: none;
	}

#text img {
	border: 1px solid #bfd6dc;
	padding: 4px;
	background-color: #f3f7f8;
	}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	}
	
.info {
	border: 1px solid #dceaed;
	background-color: #f7fafb;
	width: 484px;
	padding: 15px;
	margin: 10px 0;
	}
	
.info h3 {
	color: #1e89ac;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px 0;
	border: none;
	}
	
.info table {
	width: 481px;
	border: 1px solid #d3e4e8;
	}
	
.info table td {
	background-color: #fafcfc;
	color: #424242;
	padding: 4px 10px 4px 20px;
	}	

.info table td.td1 {
	font-size: 12px;
	color: #1e89ac;
	font-weight: bold;
	background-color: #eff4f5;
	padding: 4px 10px 4px 24px;
	}
	
#text .nabidka a {
	background-color: #f7fafb;
	display: block;
	border-left: 1px solid #1e89ac;
	border-right: 1px solid #1e89ac;
	text-align: center;
	padding: 7px;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
	}

#text .nabidka a:hover {
	color: #444;
	}
	
#text span.meda {
	display: block;
	margin: 10px 0;
	}
/* text */

/* footer */
#box {
	width: 911px;
	height: 32px;
	background: url(img/gline-bottom.png) left top no-repeat;
	color: #fff;
	line-height: 32px;
	padding: 18px 0 0 0;
	}
	
#box-left {
	margin: 0 0 0 14px;
	float: left;
	display: inline;
	}
	
#box-left a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
#box-right {
	float: right;
	margin: 5px 29px 0 0;
	display: inline;
	}
	
#box-right a img {
	border: none;
	}
	
#box-right a span {
	display: none;
	}
	
#created {
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	}
	
a.machi {
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	background: url(img/machi.png);
	}
	
a.machi:hover {
	background: url(img/machi-h.png);
	}
	
#amp {
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	}
	
a.menyhart {
	float: left;
	display: block;
	width: 34px;
	height: 23px;
	background: url(img/menyhart.png);
	}
	
a.menyhart:hover {
	background: url(http://www.eindie.cz/wp-content/themes/etravel-cz/img/menyhart-h.png);
	}
	
#ubox {
	color: #1e89ac;
	padding: 15px 0 20px 14px;
	text-align: center;
	}
	
#ubox a {
	font-weight: bold;
	color: #1e89ac;
	}
/* footer */

.textwidget p {
    padding: 5px 15px 15px 15px;
    line-height: 16px;
    color: #606060;
}

.textwidget a {
    color: #1e89ac;
    font-weight: bold;
}