/*
Theme Name: DarkTaiwan
Theme URI: http://www.sunroots.net/
Description:  clean theme with 3 columns and 3 widgets. Random header.
Author: Sunroots
Author URI:  http://www.sunroots.net
Version: 1.2
Tags: white, gray, 3 columns, widgets, clean, minimalistic, rotating header.


*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Georgia, Trebuchet, Verdana;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #333;
	color: #2a423c;
}

h1,h2,h3,h4,h5,h6{
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #2a423c;
}

a:hover { text-decoration: none; }

a img { border: 0; }

p { padding: 10px 0 5px; }

blockquote {
	margin: 10px 0 0;
	border-left: 2px solid #81A2AE;
}

blockquote p { padding: 10px; }

blockquote blockquote {
	float: none;
	width: auto;
	margin: 0 10px;
}

dd { padding: 0 0 0 20px; }

form, input, textarea {
	font-size: 12px;
}

p img { max-width: 100%; }

img.aligncenter {
	padding: 4px;
	border: 1px solid #ccc;
}

img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

img.alignleft {
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

.alignleft { float: left; }

.alignright { float: right }

.aligncenter { 	display: block;	margin-left: auto;	margin-right: auto; }

.clear { margin: 0; padding: 0; clear: both; }

small { font-size: 11px; }

code {
	background: #fff;
}

ul {
	list-style-type: disc;	
}


#wrapper{
	width: 960px;
	margin: 10px auto;
	text-align: left;
	background:#F7F5EF;
	padding:0;
	border:10px solid #666;	
}

#header{
	width: 960px;
	height: 180px;
	margin: 0;
	padding: 0;
}

#header h1 {
	margin: 0 0 0 30px;
	padding: 44px 0 0 0;
}

#header h1 a{
	margin: 20px 0 10px 0;
	color: #ffe9b7;
	font-size: 40px;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
}

#header h2 {
	font-size: 22px;
	color: #ffe9b7;
	margin: 0 0 0 30px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: -2px;
}

#menu_bar {
	width: 960px;
	height: 37px;
	background:  #333;
}

#menu {
	float:left;
	width: 602px;
	height: 37px;
	background:  #333;
	position:relative;
}

#menu ul{
	margin: 0;	
	padding:0;
	list-style: none;
	list-style-type: none;
	font-size: 14px;
}

#menu ul li{
	float:left;	
	font-size: 14px;
}

#menu ul li a{
	text-transform:lowercase;
	font-family:arial;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #cdcdcd;
	font-weight:bold;
}

#menu ul li a:hover{
	background: #666;
}


#menu ul li.current_page_item{
	float:left;
	font-size: 14px;
	
}
#menu ul li.current_page_item a{
	color: #81A2AE;
}
#menu_cat{
	width:960px;
	height:26px;
	background:#666666;
	margin:0 0 2px 0;
	margin-bottom:10px;
}

#menu_cat ul {
	margin: 0;	
	padding:0;
	list-style: none;
	list-style-type: none;
	font-size: 12px;
}

#menu_cat .children {
	display:none;
	}

#menu_cat .cat-item {
	float:left;
}

#menu_cat ul .cat-item a {
	text-transform:lowercase;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:6px 20px 6px 20px;
	background:url('images/menu_cat_item_bg.jpg') top left repeat-x;
}

#menu_cat ul .cat-item a:hover {
	color:#fff;
	background:url('images/menu_cat_item_hover_bg.jpg') top left repeat-x;
}

#container {
	float: left;
	width: 960px;
	background:#F7F5EF;
}

#content {
	background:url('images/content_bg.png') top left no-repeat #fff;
	float: left;
	width: 567px;
	margin: 0 1px 0 10px ;
	border:1px solid #ccc;	
	display:inline;	/*IE6 fix */
}

#side_pane{
	width:380px;
	float:left;
	display:inline; /*IE6 fix */
	padding:0;
}

.sidebar {
	background:url('images/sidebar_bg.png') top left no-repeat #fff;
	border:1px solid #ccc;
	float: left;
	display:inline; /*IE6 fix */
	width: 170px;
	margin: 5px 0 0 12px;

}

.sidebar .cat-item {
	display:list-item;
}

.sidebar_double {
	background:url('images/sidebar_double_bg.png') top left no-repeat #fff;
	width: 354px;
	border:1px solid #ccc;
	margin-left: 12px;
	background:#fff;
}

.sidebar_double h2 {
	display:none;
}

.post {
	padding: 10px 10px;
}

.post a{
	font-weight: bold;
	text-decoration: underline;
	color: #2a423c;
}

.post a:hover{
	text-decoration: none;
}

.post h2 {
	font-size: 22px;
	font-weight: normal;
	padding: 5px;
	border-bottom:1px solid #ccc;
}

.post h2 a {
	padding: 0;
	margin: 0;
	color:#AF2020;
	font-family:arial;
	text-decoration: none;;
	font-weight: normal;
}

.post h2 a:hover{
	padding: 0;
	margin: 0;	
	color: #2a423c;
	background: none;
}

.meta {
	color: #29515F;
	line-height: 22px;
}

.meta p {
	margin: 0;
	padding: 0;
}

a.comments-link {
	font-weight: normal;
}

.entry {
	line-height: 20px;
}


.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	padding: 10px 0 5px;
}

.entry h2 {
	font-size: 18px;
	border:none;
}
.entry h2 a {
	color: #8f3939;
}

.entry h3 {
	font-size: 22px;
	font-weight: normal;
}

.entry h4 {
	font-size: 20px;
	font-weight: normal;
}

.entry h5 {
	font-size: 18px;
	font-weight: normal;
}

.entry h6 {
	font-size: 16px;
	font-weight: normal;
}

.post a img {
	overflow:hidden;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
}

.post a img.ngg-left {
	margin: 0 5px 5px 0;
}

.post a:hover img{
	border: 1px solid #81A2AE;
}


.related {
	margin: 10px;
	padding: 10px;
	border-top: 5px solid #81A2AE;
}

.related h2 {
	font-size: 22px;
	font-weight: normal;
}

.related ul li {
	font-size: 16px;
	margin: 5px 0 5px 0;
}

.related ul li a{
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

.related ul li a:hover{
	padding: 2px 4px 2px 4px;
	background: #81A2AE;
	color: #ffe9b7;
}

.comm {
	margin: 10px 0;
}

.comm a {
	padding: 3px 20px 3px 5px;
	margin: 1px 3px 1px 3px;	
	border-top: 1px #81A2AE dotted;
	font-weight: bold;
}

.comm a:hover{
	padding: 3px 20px 3px 5px;
	margin: 1px 3px 1px 3px;	
	border-top: 1px #81A2AE dotted;
}

.sidebar a, .sidebar_double a  {
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.sidebar a:hover, .sidebar_double a:hover{
	padding: 3px 5px 3px 5px;
	border: 1px solid #81A2AE;
/* 	background: #81A2AE; */
	color: #81A2AE;
}

.sidebar ul, .sidebar_double ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul, .sidebar_double ul {
	margin: 0 0 10px;
}

.sidebar ul li, .sidebar_double ul li{
	padding: 10px 10px 0;
}

.sidebar ul li h2, .sidebar_double ul li h2 {
	border-bottom: 1px solid #ccc;
	padding: 8px 10px 9px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}

.sidebar ul ul, .sidebar_double ul ul {
	margin: 0;
	padding: 6px 5px 0;
	margin: 0 5px 10px;
	line-height: 24px;
	list-style-type: none;
}

.sidebar ul ul li, .sidebar_doulbe ul ul li {
	padding: 0;
}

.sidebar ul ul ul, .sidebar_double ul ul ul {
	padding: 0 0 0 10px;
}

.sidebar_double ul {
list-style:none;
margin:5px;
padding:0;
}

li.rss a {
	text-decoration: none;
	padding: 0;
}

li.rss a:hover{
	background: none;
	padding: 0;
}

#search_bar {
	float:left;
	width: 358px;
	height: 37px;
	background:  #333;
}

#search {
	margin-top:6px;
	height:34px;
	float:left;
}

#search .text {
	border:1px solid #ccc;
	background:#666;
	color:#81A2AE;
	width: 240px;
	height:20px;
	font-size: 16px;
	font-weight:bold;
	vertical-align:middle;
	float:left;
}

#search .button {
	border:1px solid #ccc;
	height:24px;
	margin-left:10px;
	padding:0 10px 4px 10px;
	font-size:16px;
	font-weight:bold;
	color:#81A2AE;
	vertical-align:middle;
 	float:left;
}


#calendar a{
	margin: 0;
	padding: 0;
	color: #81A2AE;
	text-decoration: underline;
}

#calendar a:hover{
	margin: 0;
	padding: 0;
	background: #81A2AE;
	color: #ffe9b7;
}

#wp-calendar > caption{
	margin: 5px;
	font-weight: bold;
}

#wp-calendar th, #wp-calendar td {
	margin: 3px;
}

.navigation {
	margin: 10px;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: Verdana, Arial;
	text-align: center;
}


.navigation a{
	padding: 3px 5px 3px 5px;
	margin: 1px 3px 1px 3px;
	font-weight: bold;
	text-decoration: none;
	color: #2a423c;
	font-weight: bold;
}

.navigation a:hover{
	padding: 3px 5px 3px 5px;
	margin: 1px 3px 1px 3px;
	background: #81A2AE;
	color: #ffe9b7;
	text-decoration: none;
}

.navigation_single {
	padding: 10px;
	font-size: 12px;
	font-family: Verdana, Arial;
	text-align: center;
	margin: 0 0 10px 0;
}


.navigation_single a{
	padding: 3px 5px 3px 5px;
	margin: 1px 3px 1px 3px;
	font-weight: bold;
	text-decoration: none;
	color: #2a423c;
	font-weight: bold;
}

.navigation_single a:hover{
	padding: 3px 5px 3px 5px;
	margin: 1px 3px 1px 3px;
	border:1px solid #81A2AE;
	color: #81A2AE;
	text-decoration: none;
}


#comments{
	margin: 20px 10px 10px 10px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

#trackbacks{
	margin: 20px 10px 10px 10px;
	padding: 10px 0;
	border-top: 5px solid #81A2AE;
}

.comment-text {
	background: #fff;
	padding: 10px;
}

.comment-text p {
	margin: 0;
	padding: 0;
}

.comment-text ul {
	list-style-type: square;
}

.comment-text ul li{
	margin:0;
	padding:0;
	border:0;
}

#comments-count {
	font-size: 22px;
	font-weight: normal;
	padding: 0 10px 10px 10px;
	border-bottom: 1px dotted #81A2AE;
}

#comments ol {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#comments ol li{
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
	border-top: 1px solid #ccc;
	line-height: 24px;
}

#comments p.comment-author{
	font-size: 18px;
	padding: 0 0 5px 0;
	font-weight: normal;
	margin: 10px 0 0 0;
}

p.comment-author a{
	text-decoration: none;
	padding: 0;
	margin: 0;
}

p.commentmetadata {
	margin: 0;
	padding: 0;
	font-size: 10px;
	border-bottom: 1px dotted #81A2AE;
}

#respond{
	border: 1px solid #ccc;
	padding: 10px;
}

#respond input, #respond textarea{
	border: 1px solid #ccc;
}

#comment-form-title {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#submit {
	background: #ccc;
	color: #81A2AE;
	font-size: 22px;
}

img.avatar {
	float: left;
	margin: 5px;
} 

.commentnr{
	float: right;
	font-size: 18px;
}

ol.commentlist li {
	background: #efefef;
}

ol.commentlist li.author {
	background: #ffe9b7;
}

#footer{
	float: left;
	width: 960px;
	padding: 10px 0 10px 0;
	background:#81A2AE;
	color:#fff;
	text-align: center;
	line-height: 24px;
	border-top:2px solid #ccc;
	margin-top:10px;
}

.tagcloud {
	background: #81A2AE;
	padding: 10px;
	
}

.tagcloud_up {
	background: url(images/tagcloud_up.png) top center no-repeat;
	width: 960px;
	height: 10px;

}

.tagcloud_bottom {
	background: url(images/tagcloud_bottom.png) bottom center no-repeat;
	width: 960px;
	height: 10px;
}

.tagcloud  a{
	color: #ffe9b7;
	margin: 3px ;
	font-weight: bold;
	text-decoration: none;
}

.tagcloud a:hover{
	margin: 3px;
	color: #e3d185;
	text-decoration: none;
}

#footer p{
	margin: 0 10px 0 10px;
}

#footer p a {
	font-weight: bold;
}

#footer p a:hover{
	text-decoration: none;
}
.categories {

}
.cat-item {
display:inline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*Annunci
=================================== */
.annunci {
	list-style:none;
	margin:0;
	padding:0;
}
.annunci li {
	padding:10px;
	background:#F8F6F0;
	display:block;
	margin:5px;
	border-bottom:1px solid #ccc;
}
.annunci a {
	color:#81A2AE;
}
/*TDO Mini Forms
=================================== */
#content_content {
width:520px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* HOTEL Page
=============================*/

.hotel_info_table {
	margin-bottom:10px;
}

.hotel_info_tr {
	width: 520px; 
	padding:5px;
	margin-bottom:5px; 
}

.hotel_info_td_left {
	width: 150px; 
	padding-left:5px;
	font-size:14px;
	vertical-align:top;
	float: left;
}
.hotel_info_td_right {
	width: 350px; 
	float: left;
	clear:right;
}
.info_td_spacer {
	border-bottom:1px solid #ccc;
}
.hotel_info_td_price_left, .hotel_info_td_price_right { 
	padding-left:5px;
	font-size:16px;
	vertical-align:middle;
	float: left;
}
.hotel_info_td_price_left {
	width: 350px; 
}
.hotel_info_td_price_right {
	width: 150px; 
}
.hotel_info_td_price span {
	color:#B50808;
	font-weight:bold;
	}

.list_hotels_td_left {
	width:75px;
}

.list_hotels_td_center {
	width:300px;
}
.list_hotels_td_right {
	width:120px;
}
.list_hotels_td_center span {
	color:#B50808;
	font-weight:bold;
	}
.info_ul {
	text-align:center;
	list-style-type:none;
}
.info_ul li {
	display:inline;
}

.info_ul a {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
