/*  
Theme Name: SamLue Travel
Theme URI: http://www.mfacko.cz
Description: Travel theme for travel websites :)
Version: 2.0
Author: MFÁčko
Author URI: http://www.mfacko.cz
*/

* { 
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #202e38;
	}
	
#wrap {
	width: 900px;
	margin: 7px auto 0 auto;
	}
	
#boxtop {
	background: url(img/boxtop.png);
	height: 28px;
	padding: 6px 0 0 0;
	font-size: 0.675em;
	text-align: center;
	color: #fff;
	}
	
#boxtop a {
	color: #fff;
	}
 
#header {
	height: 241px;
	background: url(img/header.jpg);
	padding: 7px 0 0 6px;
	}
	
h1 {
	font-size: 1.6em;
	}
	
h1 a {
	display: block;
	width: 876px;
	padding: 202px 0 0 10px;
	height: 33px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	}
	
h1 a:hover {
	color: #ccc;
	}
	
#boxheader {
	background: url(img/boxheader.png);
	text-align: center;
	padding: 3px 0 0 0;
	color: #fff;
	height: 18px;
	font-size: 0.75em;
	}
	
a {
	text-decoration: underline;
	color: #444;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	background: url(img/content.png) left top repeat-y;
	}
	
#contentbottom {
	background: url(img/content-bottom.png) left bottom no-repeat;
	}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
	
#side {
	width: 208px;
	float: right;
	background: url(img/side-top.png) right top no-repeat;
	font-size: 0.75em;
	color: #444;
	padding: 13px 8px 10px 0;
	display: inline;
	}
	
#side ul li {
	list-style: none;
	}
	
#side ul li.widget_pages h4 {
	background: url(img/h4pages.png);
	height: 17px;
	padding: 0 0 0 10px;
	}
	
#side h4 {
	font-size: 1em;
	color: #fff;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0 0 10px;
	height: 19px;
	background: url(img/h4.png);
	}
	
#side ul li ul li {
	display: block;
	}
	
#side ul li ul li a {
	display: block;
	height: 17px;
	padding: 7px 0 0 10px;
	font-size: 0.875em;
	color: #000;
	text-decoration: none;
	}
	
#side ul li ul li a:hover {
	
	}
	
#side ul li.widget_pages ul li a {
	background: url(img/li.png);
	color: #fff;
	}
	
#side ul li.widget_pages ul li a:hover, #side ul li.widget_pages ul li.current_page_item a {
	background: url(img/lih.png);
	padding: 7px 0 0 34px;
	}
	
#side ul li.adsensem_widget {
	padding: 0 3px 3px;
	background-color: #fff;
	}
	
#side ul li.widget_text .textwidget {
	padding: 10px 5px 10px 8px;
	}
	
#side ul li.widget_text .textwidget img {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0;
	}	

#side ul li.widget_weather div {
	width: 197px;
	padding: 5px;
	color: #000;
	}
	
#side ul li.widget_weather div img {
	float: left;
	margin: 0 7px 3px 0;
	}
	
#side ul li.widget_weather .loc {
	display: block;
	margin: 0 0 5px 0;
	}
	
#side ul li.widget_weather .temp {
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 5px 0;
	}
	
#side ul li.widget_weather .feels {
	display: block;
	margin: 0 0 5px 39px;
	}
	
#side ul li.widget_weather .attr {
	color: #666;
	font-size: 0.75em;
	}

#text {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	width: 679px;
	float: left;
	font-size: 0.75em;
	line-height: 1.5;
	color: #000;
	padding: 0 0 10px 5px;
	background: url(img/text-top.png) left top no-repeat;
	}
	
.post {
	padding: 12px 20px 0 10px;
	}
	
.boxcontentright {
	display: block;
	width: 300px;
	float: right;
	}
	
.boxcontentleft {
	display: block;
	width: 300px;
	float: left;
	}
	
p {
	padding: 5px 0;
	}
	
h2 {
	font-size: 1.25em;
	color: #000;
	font-weight: bold;
	padding: 1px 0 0 10px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	line-height: 1.2;
	height: 20px;
	background: url(img/h2.png) right top no-repeat #e4e4e4;
	}

h3 {
	color: #336699;
	font-weight: normal;
	font-weight: bold;
	padding: 5px 0 0 0;
	font-size: 1.25em;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	margin: 0;
	}

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

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

#text img {
	border: 1px solid #e1e1e1;
	padding: 3px;
	}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	}

#boxbottom {
	background: url(img/boxbottom.png);
	text-align: center;
	padding: 3px 0 0 0;
	font-size: 0.75em;
	color: #333;
	height: 18px;
	}

#box {
	font-size: 0.75em;
	color: #fff;
	padding: 10px 3px;
	text-align: center;
	}
	
#box a {
	color: #ccc;
	}	