/*  
Theme Name: Travel Theme
Theme URI: http://www.travelimperium.com
Description: Travel theme v2 for various travel related websites powered by WordPress...
Version: 2.0
Author: Machi
Author URI: http://www.machi.biz
*/

* { 
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f1f1f1;
	}
	
#wrap {
	width: 900px;
	margin: 10px auto 0 auto;
	background-color: #fff;
	}
	
#boxtop {
	background-color: #444;
	text-align: center;
	padding: 8px;
	margin: 0 0 2px 0;
	color: #ccc;
	font-size: 0.75em;
	}
	
#boxtop a {
	color: #ccc;
	}
 
#header {
	height: 249px;
	background: url(img/header.jpg);
	}
	
h1 {
	padding: 179px 0 0 0;
	font-size: 2em;
	}
	
h1 a {
	display: block;
	width: 360px;
	height: 57px;
	background: url(img/h1.png);
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	padding: 13px 0 0 40px;
	}
	
h1 a:hover {
	color: #555;
	}
	
#boxheader {
	background-color: #990000;
	text-align: center;
	padding: 2px;
	color: #fff;
	font-size: 0.75em;
	}
	
a {
	text-decoration: underline;
	color: #444;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0 0 1px 0;
	background: url(img/sidebar.png) right top repeat-y;
	}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
	
#side {
	width: 214px;
	float: right;
	font-size: 0.75em;
	color: #444;
	padding: 15px 0 10px 0;
	}
	
#side ul li {
	list-style: none;
	}
	
#side ul li.widget_pages h4 {
	display: none;
	}
	
#side h4 {
	color: #fff;
	text-decoration: underline;
	background-color: #333;
	margin: 15px 0 2px 7px;
	width: 197px;
	padding: 4px 0 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
#side ul li ul li {
	height: 30px;
	}
	
#side ul li ul li a {
	display: block;
	background-color: #ccc;
	padding: 7px 0 4px 15px;
	width: 192px;
	height: 18px;
	color: #333;
	text-decoration: none;
	margin: 0 0 1px 7px;
	}
	
#side ul li ul li a:hover {
	background-color: #e1e1e1;
	}
	
#side ul li.widget_pages ul li a {
	background: url(img/au.png) 185px center no-repeat #ccc;
	}
	
#side ul li.widget_pages ul li a:hover {
	background: url(img/au.png) 185px center no-repeat #e1e1e1;
	}
	
#side ul li.adsensem_widget {
	margin: 7px 0 0 7px;
	padding: 0;
	background-color: #fff;
	}
	
#side ul li.widget_text .textwidget {
	margin: 0 0 0 7px;
	background-color: #ccc;
	padding: 10px;
	}
	
#side ul li.widget_text .textwidget img {
	border: none;
	}	

#side ul li.widget_weather div {
	background-color: #ccc;
	width: 197px;
	padding: 5px;
	margin: 0 0 0 7px;
	}
	
#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 {
	width: 679px;
	float: left;
	font-size: 0.75em;
	line-height: 1.5;
	color: #555;
	padding: 0 0 0 5px;
	}
	
.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.5em;
	color: #333;
	font-weight: bold;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 3px 0;
	}

h3 {
	color: #990000;
	font-weight: normal;
	font-weight: bold;
	padding: 5px 0 0 0;
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	}
	
h4 {
	font-size: 1.125em;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.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;
	}

#boxbottom1 {
	background-color: #ccc;
	text-align: center;
	padding: 3px;
	margin: 10px 1px 0 1px;
	font-size: 0.75em;
	color: #333;
	}

#boxbottom2 {
	background-color: #ccc;
	text-align: center;
	padding: 5px;
	margin: 1px 1px 0 1px;
	font-size: 0.75em;
	color: #333;
	border-bottom: 7px solid #990000;
	}

#box {
	background-color: #999;
	font-size: 0.75em;
	color: #333;
	padding: 3px;
	text-align: center;
	}
	
#box a {
	color: #000;
	}	