/*  
Theme Name: vita
Theme URI: http://wpgpl.com/themes/vita/
Version: 1.6
Author: Nurudin Jauhari
Edited by: Luigi Picazio
Tags: three-columns,fixed-width, red, green,custom-header

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

*/

/* Social Style 
********************* */

html {
	height: 100%;
	margin-bottom: 0.1em;
}
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
p, blockquote, ul, ol, pre, code {
	line-height: 1.6em;
	margin: 0 0 0.7em;
}
blockquote {
	margin-left: 30px;
	border-left: 2px solid #ddd;
	padding-left: 10px;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0.5em;
	padding: 0;
}
img.centered {
	text-align: center;
}
img.alignright {
	float: right;
	margin: 0 0 4px 4px;
}
img.alignleft {
	float: left;
	margin: 0 4px 4px 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
hr {
	display: none;
}
body {
	font: 12px Verdana, Helvetica, arial, tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #C00000;
}
a:hover, a:active {
        text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	/*	font-family: Verdana, Georgia, Arial, Serif; */
	font-family: Verdana, Arial, Serif;
}
/* Etc
******************** */
br.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Design 
******************** */
#page {
	text-align: left;
	width: 970px;
	margin: 0 auto;
}
#sub-page {
	margin-top: 25px;
}
#content-wrap {
	float: left;
	width: 100%;
}
#content {
	margin: 0 430px 0 0;/*	margin: 0 280px 0 190px;*/
}
.SearchBox {
	width: 400px;
	height: 250px;
	float: left;
	margin-left: -410px;
}
.side1 {
	width: 200px;
	float: left;
	margin-left: -200px;
	margin-top: 0px;
}
.side2 {
	width: 200px;
	float: left;
	margin-left: -410px;
	margin-top: 0px;
}
#footer-out {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	background: #fff;
}
#footer {
	margin: 10px auto 20px;
	padding: 0;
	text-align: center;
	color: #999;
	width: 970px;
	font-size: 90%;
	position: relative;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
.thetop {
	width: 970px;
	text-align: left;
	margin: 10px auto 0;
}
/*myHead */
#pager {
	height: 0px;
}
#headr {
	position: relative;
}
#headr .description {
	display: none;
}
#splash {
	height: 150px;
	position: relative;
	background: url(images/splash/tofu.jpg) 0 0 no-repeat;
}

#splash h2 a {
	font-size: 120%;
	padding: 6px 15px 10px;
	letter-spacing: 0pt;
	background: transparent url(images/ico/h1-bg.png);
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
}

#splash h1   {
		font-size: 120%;
	padding: 6px 15px 10px;
	letter-spacing: 0pt;
	background: transparent url(images/ico/h1-bg.png);
	color: #ff0000;
	position: absolute;
	top: 54px;
	left: 10px;

}

#fblikestyle   {
	background: rgb(255, 255, 255);
  	background: rgba(255, 255, 255, 0.9);
	filter:alpha(opacity=90); /* IE's opacity*/
}

#top {
	background: #ff9900;
}
#navr {
	height: 35px;
	padding-top: 5px;
	position: relative;
	margin: 0 auto 10px auto;
	text-align: left;
	width: 970px;
}
#navr ul {
	list-style: none;
	padding-top: 5px;
}
#navr ul li {
	display: inline;
}
#navr ul li a {
	padding: 4px 10px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
#navr ul li a:hover {
	color: #C00000;
}
#navr ul li.current_page_item a {
	background: #ff9900;
	color: #C00000;
}
.search {
	position: relative;
}
.search #s {
	width: 170px;
	padding: 4px;
	border: 1px solid #666;
}
#searchsubmit {
	padding: 3px 2px;
	background: #C00000;
	color: #fff;
	right: 0;
	position: absolute;
	top: 0;
	border: 1px solid #FF8F8D;
	border-bottom: 1px solid #6C0200;
	border-bottom: 1px solid #6C0200;
}
/*myPost */
.post {
	margin-bottom: 30px;
}
.timr {
	color: #098400;
	font-size: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;

}
.post h2.post-title {
	position: relative;
	width: 100%;

}
.post h2 {
	font-size: 150%;
	letter-spacing: -1pt;
	margin-bottom: 5px;
}
a.intitle {
	padding-right: 45px;
}
.post h2 a {
	color: #000;
}
.postmetadata {
	color: #999;
}
.postmetadata a {
	color: #666;
	text-decoration: underline;
}
.post ul, .post ol {
	margin-left: 30px;
}

.commr {
	position: absolute;
	right: 0;
	top: 0;
        font-weight: normal;
	font-size: 70%;
	text-align: center;
}
.commr a:link, .commr a:visited {
	color: #fff;
	background: url(images/ico/commr.gif) 0 0 no-repeat;
	height: 20px;
	font-weight: normal;
	font-size: 70%;
	width: 30px;
	padding-top: 8px;
	display: block;
}
.commr a:hover {
	background: url(images/ico/commr.gif) 0 -30px no-repeat;
	color: #fff;
}

.linkspage {
}
.thelist h2 {
	font-size: 100%;
}
.thelist ul {
	list-style: none;
}
.thelist ul ul {
	list-style: square;
}
.thelist ul ul li {
	margin-left: 30px;
}

.arlist {
	margin-bottom: 30px;
}
.arlist h3, #archivebox h3 {
	font-size: 110%;
}
.arlist li {
	float: left;
	width: 120px;
}
.navigation {
	margin-bottom: 20px;
	min-height: 20px;
}
.navigation a {
	color: #098400;
}
.navigation .alignleft {
	float: left;
	width: 50%;
}
.navigation .alignright {
	float: right;
	text-align: right;
	width: 50%;
}

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

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #999 !important;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 15px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* WP */
img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

img.centered,.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
code, pre {
	width: 480px;
	overflow: auto;
}


/*myday */
.side1 ul, .side2 ul {
	list-style: none;
	line-height: 20px;
}
.side1 h2, .side1 h3 {
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	margin-bottom: 10px;
}
.side2 h2, .side2 h3 {
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	margin-bottom: 10px;
}
.widget, .boxr, .categories, .linkcat {
	margin-bottom: 20px;
}
.caty li {
	float: left;
	width: 120px;
}
.stats {
	background: #efefef;
	padding: 2px 2px 2px 10px;
	font-size: 80%;
}
.lasties span {
	float: left;
	width: 45px;
}
.inin {
	padding-left: 50px;
}
.side1 a:hover {
	background: #C00000;
	color: #fff;
}

.side2 a:hover {
	background: #C00000;
	color: #fff;
}


/*mycomment */
#respond h3, h3#trackbacks,h3#pings, h3#comments {
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
h3#trackbacks, h3#pings {
	position: relative;
}
img.iright {
	position: absolute;
	right: 0;
	top: 5px;
}

.trackbacklist, .commentlist {
	list-style: none;
}
.trackbacklist li, .commentlist li {
	position: relative;
	border-bottom: 1px solid #ddd;
}
.commentlist ul {
	list-style: none;
	padding-left: 30px;
}
.track {
	margin-bottom: 20px;
}
.timer a {
	color: #076C00;
}
.numero a {
	float: right;
	color: #ccc;
	font-size: 150%;
}
.commentmetadata {
	position: absolute;
	bottom: 0px;
	left: 100px;
	color: #999;
}
.commentmetadata a {
	color: #999;
	text-decoration: underline;
}
.comment {
	padding: 10px 0;
}
.c-entry {
	margin-bottom: 20px;
}
.reply {
	position: absolute;
	bottom: 0;
	right: 0;
}
.alt {
	margin-bottom: 10px;
}
.leftarea {
	float: left;
	width: 100px;
}
.rightarea {
	margin-left: 100px;
}
.formin textarea {
	width: 490px;
	padding: 4px;
	border: 1px solid #999;
	}
	.formin textarea:hover,.formin textarea:focus {
		border: 1px solid #555;
		}
.formin input {
	padding: 4px;
	border: 1px solid #999;
}
.formin input:hover,.formin input:focus {
	border: 1px solid #555;
}
.formin #submit {
	background: #098400;
	border: 2px solid #098400;
	color: #fff;
	padding: 4px 10px;
	border-right: 2px solid #076C00;
	border-bottom: 2px solid #076C00;
}
.formin #submit {
	background: #098400;
	border: 2px solid #098400;
	color: #fff;
	padding: 4px 10px;
	border-right: 2px solid #076C00;
	border-bottom: 2px solid #076C00;
}
.formin #submit:hover,.formin #submit:focus {
	background: #222;
	border: 2px solid #666;
	color: #fff;
	padding: 4px 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
#footer .right {
	position: absolute;
	text-align: right;
	right: 0;
	top: 0;
}

img.wp-smiley { 
   vertical-align: -25%; 
	border: none;
}
img#wpstats{width:0px;height:0px;overflow:hidden}


/*ETB HOTELS */

.WidgetWrapper { 	
	background-color:#FFFFFF; 
	padding:0; width:540px; 
	height:auto; 
	border: 0px solid black; 
	margin:2px; 
	position:relative; 
	top: -40px;
}

.EtbLogo { 	
	border:0px solid #000000; 
	position:absolute; 
	right:20px; 
	top:50px; 
	background:none !important; 
}

.EasyToBook_sb_container, .EasyToBook_sb_container * { 	
	margin: 0; 	
	padding: 0; 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 11px; 	
	font-weight: bold; 	
	line-height: 14px; 	
	text-align: left; 
	color:#000; /* change the value (#000000) to change the overall text-color */ 
}

.EasyToBook_sb_container {  	
	padding:0; 	
	width: auto; 	
	border: 0px solid #FFFFFF; /* change the value (#F8911B) to change the border-color of the container */	 	
	background: #FFFFFF; /* change the value (#FFFFFF) to change the background-color of the container */ 
}

#EasyToBook_sb_container { 	
	min-height: 120px; 	
	background: #FF9900; /* change the value (#FAFAFA) to change the background-color of the inside container */ 
}

/* header */ 

.searchboxheader { 	
	height: 22px; 	
	margin: 0; 	
	padding: 0 0 0 0; 	
	background: #F8911B; /* change the value (#F8911B) to change the background-color of the header */ 	
	overflow: hidden; 
}

.searchboxheader a, .searchboxheader a:visited,  .searchboxheader a:hover {  	
	font-size: 13px;  	
	font-weight: bold; 	
	text-decoration: none; 	
	color: #FFFFFF; /* change the value (#FFFFFF) to change the text-color of the header */ 	
	line-height: 21px; }

/* fields */ 

.EasyToBook_sb_searchboxRoundedfg input { 	
	height: auto; 	
	width:134px; 
}

.EasyToBook_sb_searchboxRoundedfg select { 	
	height: 19px; 
}

.EasyToBook_sb_searchboxRoundedfg input, .EasyToBook_sb_searchboxRoundedfg select { 	
	font-size: 11px !important; 	
	color: #000000; 	
	padding: 2px; }

/* destination field */ 

#EasyToBook_sb_destination_line { 	
	margin: 0 0 5px 0; 	
	position:absolute; 	
	left: 30px; 	
	top: 45px; 
}

.EasyToBook_sb_destinationField_deac, .EasyToBook_sb_destinationField_Popular {  	
	color: #CCCCCC; 
}

.EasyToBook_sb_destinationField_act {  	
	color: #000000; 	
	height:auto; 
}

.EasyToBook_sb_destinationField_deac, .EasyToBook_sb_destinationField_act {  	
	width: 190px; 
}

/* date fields */ 

#EasyToBook_sb_dates_line {  	
	margin: 0 10px 10px 0; 	
	padding:0; 	
	position:absolute; 	
	left: 180px; 	
	top: 45px; 
}

#EasyToBook_sb_dates_line img {  	
	margin: -1px 0 0 0; 	
	vertical-align: top !important; 	
	background: none !important; 
}

#EasyToBook_sb_dates_line select { 	
	width: 87px; 
}

#fd-but-EasyToBook_sb_arrival { 	
	display:inline; 
}

#fd-but-EasyToBook_sb_departure	{ 	
	display:inline; 
}

/* currency field */ 

.EasyToBook_sb_currency {  	
	margin: 0 0 10px 0; 	
	position:absolute; 	
	left: 30px; 	
	top: 110px; 	
	width:135px; 
}

#currency	{ 	
	width:142px; 
}

/* room fields */ 

#EasyToBook_sb_rooms_line {   	
	padding: 0 0 10px 0; 	
	position:absolute; 	
	left: 180px; 	
	top: 125px;	 
}

#EasyToBook_sb_rooms_line select { 	
	width: 100px; 
}

#EasyToBook_sb_persons {  	
	display: inline; 	
	width: 86px; 
}

#EasyToBook_sb_rooms_text_in { 	
	display: none; 	
	padding: 0 3px; 
}

/* searchbutton */ 

.EasyToBook_sb_searchbutton { 	
	text-align: right; 	
	clear: both; 	
	position:absolute; 	
	right:30px; 	
	top:100px; 
}

.EasyToBook_sb_searchbutton input { 	
	height: auto; 	
	width: 100px; 	
	padding: 2px 5px; 	
	overflow: visible; 	
	border: 0px solid #FFFFFF; /* change the value (#5E8E00) to change the border-color of the button */ 	
	background: #263145;/* change the value (#89CB0A) to change the background-color of the button */ 	
	font-size: 20px; 	
	line-height: 19px; 	
	font-weight: bold; 	
	text-align:center; 	
	color: #FFFFFF; /* change the value (#FFFFFF) to change the text-color of the button */ 	
	cursor: pointer; 
}

/*** error messages ***/

#EasyToBook_sb_destination_err_msg, #EasyToBook_sb_dates_err_msg, #EasyToBook_sb_rooms_err_msg {  	
	margin: 1px -3px; 	
	padding: 2px 3px; 	
	width: 100%; 	
	background: #E0E0E0; /* change the value (#E0E0E0) to change the background-color of the error-messages */ 
}

* html #EasyToBook_sb_destination_err_msg, * html #EasyToBook_sb_dates_err_msg, * html #EasyToBook_sb_rooms_err_msg {  	
	margin: 1px 0; 	
	width: auto; 
}

#EasyToBook_sb_destination_err_str_msg, #EasyToBook_sb_dates_text_checkDates, #EasyToBook_sb_rooms_text_checkRooms { 	
	color: #FF0000; 
}

#EasyToBook_sb_dates_err_msg img, #EasyToBook_sb_rooms_err_msg img { 	
	margin: -1px 0; 	
	vertical-align: top !important; 
}

#EasyToBook_sb_destination_notFound_err_msg {  	
	color: #FF0000; /* change the value (#FF0000) to change the text-color of the error-messages */ 
}

#cclink0,  #cclink1,  #cclink2 {  	
	display: block; 	
	position: relative; 	
	padding: 0 5px; 	
	border: 1px solid #999999; 	
	background: #FFFFFF; 	
	font-size: 11px; 	
	line-height: 16px; 	
	text-decoration: none; 	
	color: #000000; 
}

#cclink1,  #cclink2 {  	
	margin: -1px 0 0 0; 	
	border-top: 0px solid #000000;  
}

#cclink0:hover, #cclink1:hover, #cclink2:hover { 	
	background: #DFEDFF; 	
	text-decoration: none; 
}

/**** Autocompleter ***/

.autocompleter-loading { 	
	background: url(i/sindicators/load_indicator.gif) #FFFFFF no-repeat; 
}

ul.EasyToBook_sb_autocompleter-choices,  ul.EasyToBook_sb_autocompleter-choices * { 	
	margin: 0; 	
	padding: 0; 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 10px; 	
	font-weight: normal; 	
	line-height: normal; 	
	text-align: left; 	
	color: #000000; 
}

ul.EasyToBook_sb_autocompleter-choices { 	
	top: 0; 	
	left: 0; 	
	width: auto; 	
	background: #FFFFFF; 	
	border: 1px solid #999999; 	
	overflow: hidden; 
}

ul.EasyToBook_sb_autocompleter-choices li { 	
	margin: 0; 	
	padding: 0 5px; 	
	height: auto; 	
	width: auto; 	
	min-width: 200px; 	
	background: transparent; 	
	line-height: 16px; 	
	font-size: 11px; 	
	white-space: nowrap; 
}

ul.EasyToBook_sb_autocompleter-choices li.autocompleter-selected { 	
	width: auto; 	
	background: #DFEDFF; 
}

* html ul.EasyToBook_sb_autocompleter-choices li, * html ul.EasyToBook_sb_autocompleter-choices li.autocompleter-selected { 	
	width: 200px; 
}

/**** Hotels ***/

.ETB_HotelWrapperDiv { 	
	background-color:#FFFFFF !important;  	
	padding:10px 30px 10px 130px !important;  	
	width:auto !important; 	
	min-height:102px !important;  	
	height:auto !important; 	
	border:0px solid #FFFFFF !important;  	
	margin:0 !important; 	
	position:relative !important;  	
	font-family:Verdana, Arial, Helvetica, sans-serif !important;  	
	line-height: 1.7 !important; 
}

.ETB_HotelWrapperDivEven { 	
	background-color: #EEEEEE !important;  	
	padding:10px 30px 10px 130px !important;  	
	width:auto !important; 	
	min-height:102px !important;  	
	height:auto !important; 	
	border:0px solid #FFFFFF !important;  	
	margin:0 !important; 	
	position:relative !important;  	
	font-family:Verdana, Arial, Helvetica, sans-serif !important;  	
	line-height:1.7 !important; 
}

.ETB_HotelExplanation { 	
	background-color: #263145 !important;  	
	padding:5px 30px 5px 30px !important;  	
	width:auto !important; 	
	height:auto !important; 	
	border:0px solid #FFFFFF !important;  	
	margin:0 !important; 	
	position:relative !important;  	
	font-family:Verdana, Arial, Helvetica, sans-serif !important;  	
	line-height:1.7 !important; 	
	text-align:center !important; 	
	font-weight:bold !important; 	
	font-size:12px !important; 	
	color:#FFFFFF !important; 
}

.ETB_HotelImageP { 	
	position:absolute !important;  	
	left:30px !important;  	
	top:31px !important; 	
	margin:0 !important;  	
	padding:0 !important; 
}

.ETB_HotelImageSRC { 	
	height:90px !important;  	
	width:90px !important;  	
	border:1px solid black !important;  	
	display:inline !important;  	
	margin:0 !important; 
}

.ETB_HotelNameHeader { 	
	margin:0 !important;  	
	padding:0 !important;  	
	font-size:13px !important;  	
	font-weight:normal !important;  	
	line-height:1.7!important; 	
	color: #323133 !important; 
}

.ETB_HotelNameHeaderText { 	
	margin:0 !important;  	
	padding:0 !important;  	
	font-size:13px !important;  	
	font-weight:normal !important;  	
	line-height:1.7!important; 	
	color: #3798E8 !important; 	
	text-decoration: underline !important; }

.ETB_HotelStars { 	
	height:12px !important;  	
	margin:0 !important;  	
	position:absolute !important;  	
	top:15px !important;  	
	left:45px !important;  
}

.ETB_distance { 	
	margin:0 !important;  	
	font-size:11px !important;  	
	display:block !important;  	
	background:#FEFCA7 !important;  	
	padding:0 !important;  	
	color:#323133 !important; 
}

.ETB_hotelmap { 	
	margin:3px 3px -2px 3px !important;
	padding:0 !important;  	
	display:inline !important; 
}

.ETB_price { 	
	position:absolute !important;  	
	margin:0 !important;  	
	padding:0 !important;  	
	top:10px !important;  	
	right:30px !important;  	
	color: #323133 !important;  	
	font-size:12px !important;  	
	text-decoration:none !important; 	
	font-weight:bold !important; 
}

.ETB_HotelText { 	
	font-size:11px !important;  	
	margin:0 0 20px 0 !important;  	
	padding:0 !important;  	
	line-height:1.7!important;  	
	color:#323133 !important; 	
	letter-spacing:normal !important; 
}

.ETB_HotelBookText { 	
	text-align:right !important;  	
	margin:0 !important;  	
	padding:0 !important;  	
	position:absolute !important;  	
	right:30px !important;  	
	bottom:15px !important; 
}

.ETB_HotelBookAnchor { 	
	background:#F2BB00 !important;  	
	padding:4px !important;  	
	color:#000000 !important;  	
	text-decoration:none !important;  	
	font-size:10px !important; 
}

.ETB_ReadMoreAnchor { 	
	color: #3798E8 !important;  	
	text-decoration:underline !important; 
}

/* Change Log ****
1.0	: First Public Released
1.1	: Fix Custom Image Header
1.2	: Add Trackback / Pingback URL
1.3	: Fix Comment Problem and Image Smiley
1.4 : Fix Tag Layout, and Enable Threaded Comment (WordPress 2.7)
1.5 : Move Hosting Themes Server and fix some issues
1.6 : Fix Page comment problem and WP Caption
*** */
