/*
Theme Name: Tenerife Holidays
Theme URI: http://wordpress.org/
Description: The default "Tenerife Holidays Theme".
Author: Codewise
Version: 1.0
Tags: orange, white, blue, two-columns, fixed-width, 
*


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
* {margin:0 auto; padding:0;}

html, body, #wrapper {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a { 
	color:#E75D21;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -314px 0 0;
	width: 100%;
}
#content {
	margin: 0 314px 0 0px;
}
#primary,
#secondary {
	float: right;
	
	width: 300px;
}
#secondary {
	clear: right;overflow: hidden;
	margin-top:20px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 962px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 962px;
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	color: #FFF;
	margin:22px 19px 8px 19px;
	height: 134px;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 216px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #F6F2E7 url(images/background.jpg) no-repeat center top;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a { outline:0;}

a:link {
	color: #0066cc;
	outline:0;
}
a:visited {
	color: #0066CC;
}
a:active,
a:hover {
	color: #ff4b33;
}

img a{ outline:0;}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
	background: #fff;
	height:100px;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding {
	clear: both;
	display: block;
	height: 100px;
}
#logo {
	height: 81px;
	width:300px;
	padding:19px 0 0 17px;
	float:left;
}
#banner {
	height: 64px;
	width: 472px;
	border: 1px #BCADA0 solid;
	float: right;
	margin: 15px 15px 0 0;
	padding: 4px 0 0 4px;
}


/* =Menu
-------------------------------------------------------------- */
#navbutton {
	
	height:30px;
	width: 138px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}
#navbutton-first {
	
	height:30px;
	width: 136px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}
#navbutton-second {
	background: url(images/navbutton-second.gif);
	height:30px;
	width: 138px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}
#navbutton-last {
	
	height:30px;
	width: 136px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}
#navbutton-first a, #navbutton-second a, #navbutton-last a, #navbutton a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navbutton-first a:hover, #navbutton-second a:hover, #navbutton-last a:hover, #navbutton a:hover {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}


#access {
	
	display: block;
	float: left;
	margin: 0 auto;
	width: 962px;
	background: url(images/buttonrow.png);
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =searchbar
-------------------------------------------------------------- */

#search-bar{ height:30px; background:url(images/bg-search-bar.png) repeat-x; width:300px;margin-left:7px; line-height:1;}

#search-bar .search-input{ 
	background:#fff; 
	border:0;
	margin-left:2px;
	margin-top:3px;
	padding:5px;
	position:absolute;
	float:left;
	width:190px;
	height:14px;
}

#search-bar .btn-search { background:url(images/btn-search.png) no-repeat center; text-indent:-999em; width:90px; height:30px; border:0; float:right; margin-right:10px;}


/* =newsletter box
-------------------------------------------------------------- */

#newsletter{
	background:url(images/bg-box-newsletter.png) no-repeat;
	width: 288px;
	height:69px;
	padding-top:70px;
	padding-left:20px;
	color:#fff;
	float:left;
}

body.home #newsletter{ margin-top:20px; }

#newsletter p{ font-size:12px; margin-bottom:10px !important;}

#newsletter .form-input{
	/*background:url(images/bg-newsletter-input.png) no-repeat;*/
	width:162px;
	border:none;
	font-size:11px;
	float:left;
	height:19px;
	line-height:1;
}

#newsletter .form-submit{
	background:url(images/btn-signmeup.png) no-repeat;
	width:91px;
	height:23px;
	text-indent:-999em;
	border:none;
	float:right;
	margin-right:20px;
}


/* =other resorts box
-------------------------------------------------------------- */

#other-resorts {
	background: url(images/deckchair.jpg) no-repeat right;
	padding:20px;
	padding-top:10px;
	width:594px;
	color:#fff;
	margin-left:20px;
	margin-top:24px;
	float:left;
	height:105px;
}


/* = home -excerpt
-------------------------------------------------------------- */
#twentypixels {
	clear: both;
	height: 20px;
	padding: 0 0 0 0;
}


#home-excerpt {
	
	background: #fff;
	padding:12px 20px 10px 20px;
	border:1px solid #CFC1B3;
	
}

#home-excerpt p {
	font-size:12px;
	line-height: 18px;
}

/* = the travel companies
-------------------------------------------------------------- */

#travel-companies {
	background: #fff;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	border:1px solid #CFC1B3;
	margin-top:20px;
	width:613px;
	float:left;
	min-height:396px;
}

#travel-companies p {
	font-size:12px;
	margin-bottom:0px !important;
}


/* = tweets
-------------------------------------------------------------- */

#tweets {
	margin-top:20px;
	width:308px;
	float:right;
}




/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 15px 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 10px 0;	
	
}
#content h1 {
	font-size: 21px;
	color: #E85F23;
}
#content h2 {
	font-size: 22px;
}
#content h3 {
	font-size: 12px;
	color: #E85F23;
	font-weight: bold;
	width: 593px;
	height: 26px;
	background: #EEF3F7;
	border: 1px solid #C3DCDD;
	line-height: 26px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 12px;
	color: #E85F23;
	font-weight: bold;
	width: 593px;
	height: 26px;
	background: #EEF3F7;
	border: 1px solid #C3DCDD;
	line-height: 26px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	padding: 0 10px 0 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 10px 0 10px;
	
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px 0 10px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

#post {
	background: #fff;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	line-height: 18px;
	margin-top:20px;
	min-height:790px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.wp-post-image {
	float: left;
	/*border: 1px solid #C9BAAE;
	padding: 4px;
	background: white;*/
}

#bordercase {
	float: left;
	width: 260px;
	height: 169px;
	border: 1px solid #C9BAAE;
	padding-left: 4px;
	padding-top: 4px;
	margin-right: 10px;
}
#bordercase2 {
	float: left;
	width: 290px;
	height: 190px;
	border: 1px solid #C9BAAE;
	padding-left: 4px;
	padding-top: 4px;
	margin-right: 10px;
}
#bordercase3 {
	float: left;
	width: 189px;
	height: 124px;
	border: 1px solid #C9BAAE;
	padding-left: 4px;
	padding-top: 4px;
	margin-right: 20px;

}
#bordercase4 {
	float: left;
	width: 109px;
	height: 109px;
	border: 1px solid #C9BAAE;
	padding-left: 4px;
	padding-top: 4px;
	margin-right: 15px;
}
.image-resort {
	float: left;

}

.image-hotel-thumb {
	border: 1px solid #C9BAAE;
	padding: 4px;
	background: white;
}

.image-resorts {
	float: left;
	padding: 4px;

}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin-top:20px;
	background:#fff;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {

}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #f0f0f0;
	padding:19px;
}
.commentlist li.comment {
	border-bottom: 1px solid #f0f0f0;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

#comments .comment-body p {
	font-size:12px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	/*color: #fff !important;*/
	color: #fff;
	background: #F69B33 url(images/orange-gradient.jpg) repeat-x bottom;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	padding:3px;
	border:0px;
	
}
#respond {
	margin: 0 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
	padding: 0 20px 0 20px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	font-weight:bold;
	width: auto;
	background:#F90;
	color:#fff;
	padding:5px;
	border:0;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
	
}
.widget-title {
	color: #fff;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary .xoxo {
	background:#FFFFFF;
	border:1px solid #C9BAAE;
	padding:19px !important;
}

#secondary h3 {
	font-size:18px;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: url(images/footer.jpg);
	height: 209px;
}
#footer-links {
	float:right;
	width: 500px;
	text-align: right;
	margin-right: 20px;
	font-size: 10px;
	color: #fff;
}
#footer-links a {
	color: #fff;
	text-decoration: none;
}
#footer-links a:hover {
	color: #fff;
	text-decoration: underline;
}
#colophon {

	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	float: left;
	margin-left: 20px;
	width: 200px;
	font-size: 10px;
	color: #fff;
}
#site-info a {
	color: #fff;
	text-decoration: none;
}
#site-info a:hover {
	color: #fff;
	text-decoration: underline;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}



/* jQuery Tabs
-------------------------------------------------------------- */
UL.tabNavigation {
                    list-style: none;
                    margin: 0;
                    padding: 0;
		    		width: 962px;
					height:30px;
                }

                UL.tabNavigation LI {
                    display: block;
					float:left;
					margin-right:2px;
		    		/*width: 126px !important;*/
                }

                UL.tabNavigation LI A {
                    padding: 4px 10px;
					/*display:block;*/
					display:inline-block;
                    /*background: url(images/tab-down.png) no-repeat;*/
                    color: #fff;
                    text-decoration: none;
		    		min-width: 111px !important;
					text-align:center;
					font-size:13px;
					font-weight:bold;
					
                }

                UL.tabNavigation LI A.selected,
                UL.tabNavigation LI A:hover {
                    
                    color: #fff;
                    padding-top: 7px;
					margin-top:-5px;
					
                }
                
                UL.tabNavigation LI A:focus {
                        outline: 0;
                }
		
/*-----------------------------------------------------------------------------*/
UL.tabNavigation_inner {
	list-style: none;
	margin: 0px 0 0;
	padding: 0;
	width: 962px;
	height:31px;
                }

                UL.tabNavigation_inner LI {
                    display: block;
					float:left;
					
		    		/*width: 126px !important;*/
                }

                UL.tabNavigation_inner LI A {
                    padding: 4px 10px;
					/*display:block;*/
					display:inline-block;
                    background: #EEF3F7;
                    color: #E75E22;
                    text-decoration: none;
		    		min-width: 111px !important;
					text-align:center;
					font-size:13px;
					font-weight:bold;
					border-right: #C3DCDD 1px solid;
					border-bottom: #C3DCDD 1px solid;
					border-top: #C3DCDD 1px solid;
					padding-top: 8px;
                }

                UL.tabNavigation_inner LI A.selected,
                UL.tabNavigation_inner LI A:hover {
                    background: #fff;
                    color: #E75E22;
                    padding-top: 8px;
		    border-bottom:none;
			
                }
                 UL.tabNavigation_inner LI A:focus {
                        outline: 0;
                }
				
				UL.tabNavigation_inner LI:first-child
               {
                 border-left-width: 1px;
	           border-left-style: solid;
	            border-left-color: #C3DCDD;
              }
			  

			  
/*-----------------------------------------------------------------------------*/
		li.regular A {
			width: 111px;
			background: url(images/tab-down.png) no-repeat;
		}
		
		li.regular A.selected,
                li.regular A:hover {
                    background: url(images/inner-tab1.png);
                    padding-top: 7px;
		}

		li.galletas A {
			width: 114px;
			margin-right: -2px;
			background: url(images/tab-down-end.png) no-repeat;
		}
		
		li.galletas A.selected,
                li.galletas A:hover {
                    background: url(images/inner-tab-end.png);
                    padding-top: 7px;
		}
		li.playa-de-las-americas A {
			width: 141px;
		
			background: url(images/tab-down-playa.png) no-repeat;
		}
		
		li.playa-de-las-americas A.selected,
                li.playa-de-las-americas A:hover {
                    background: url(images/inner-tab-playa.png);
                    padding-top: 7px;
		}

                div.tabs > div {
                        padding: 19px;
                        margin-top: -24px;
                        border-left: 1px solid #E1D1C1;
			border-right: 1px solid #E1D1C1;
			border-bottom: 1px solid #E1D1C1;
			border-top: 1px solid #E1D1C1;
			background: #fff;
			font-size: 12px;
			line-height: 18px;
                }
                
                div.tabs > div h2 {
                        margin-top: 0;
                }
                
                .waste {
                        min-height: 1000px;
                }


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.post-meta {
list-style-type: none;
}
.post-meta-key {
display: none;
}


#break {
	clear:both;
}
#break24 {
	clear:both;
	height: 24px;
}
#excerpt {
	margin-left: 115px;
	padding-right: 10px;
}

#excerpt h2 {	
	clear: none;
	margin-bottom: 10px;
	font-size: 21px;
}
#hotel-title {
	float: left;
	/*width: 398px;*/
	font-size:12px;
	color:#4A4A4A;
}
#hotel-stars {
	float: left;
	height: 17px;
	
	/*margin-top:3px;*/
}
#excerpt-text {

}
#title-stars {
	height: 24px;
}
#our-rating {
	width: 260px;	
}
.resort-image {
	border: 1px solid #C9BAAE;
	padding: 1px;
	float: left;
}
#resort-div {
	float: left;
	padding: 18px 11px 0 11px;
	width: 583px;
}

#resort-div img{
	float: left;
	padding: 0 11px 0 0;
}
#editors-thoughts {
	float: right;
	width: 245px;
	padding-top: 30px;
	padding-right: 15px;
	line-height: 20px;
	font-style: italic;
	height: 155px;
}
#editors-suns {
	float: right;
	width: 260px;
}
#postcard {
	 background: url(images/postcard-bg.png) no-repeat;
	 height: 334px;
	 padding: 34px 0 0 17px;
	 margin-top:-10px;
	 width:650px;
	 float:left;
}

#main {
	margin-left: -6px;
	width: 968px;
}
#container {
	margin-left: 6px;
	width: 962px;
}
#home-hotels {
	float: left;
	width: 270px;
	font-size: 12px;
	padding: 20px 0 0 0;
	height: 130px;
}

#home-hotels h3 {	
	clear: none;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	
}
#home-hotels a {
	text-decoration: none;
	color: #FF6600;
}
#home-hotels-image {
	float: left;
	width: 119px;
}
#home-hotels-copy {
	float: left;
	width: 135px;
	padding-left: 15px;
}
#home-blog-news {
	width: 308px;
	height: 133px;
	float: left;
	margin: 20px 19px 10px 0;
}
#home-tenerife-pics {
	width: 308px;
	height: 133px;
	float: left;
	margin: 20px 0 10px 0;
}

#home-thumb {
	width: 215px;
	float: left;
}
#resorts-thumb {
	padding-left: 10px;
	width: 215px;
	height: 150px;
	float: left;
}
#home-copy {
	width: 470px;
	float: left;
}
#home-weather {
	padding-top: 8px;
	width: 215px;
	float: right;
}
#home-copy h2 {
	color: #E36825;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#home-copy a {
	color: #E36825;

}
#single-hotel {	
	background: #fff url(images/icons/shopping.gif) no-repeat;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}

#plain {
	background: #fff;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}

#resort-shopping {	
	background: #fff url(images/icons/shopping.gif) no-repeat;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}
#resort-accommodation {	
	background: #fff url(images/icons/accommodation.gif) no-repeat;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}
#resort-beaches {	
	background: #fff url(images/palm.png) no-repeat;
	padding: 19px 20px 19px 20px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}
#resort-desc {	
	background: #fff url(images/icons/description.gif) no-repeat;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}
#resort-eating-out {	
	background: #fff url(images/icons/eating-out.gif) no-repeat;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}
#resort-nightlife {	
	background: #fff url(images/icons/nightlife.gif) no-repeat;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}
#resort-things-to-do {	
	background: #fff url(images/icons/things-to-do.gif) no-repeat;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}
#resort-transport {	
	background: #fff url(images/icons/transport.gif) no-repeat;
	padding: 19px 19px 19px 19px;
	border: 1px #C9BAAE solid;
	font-size: 12px;
	margin-top:10px;
	line-height: 18px;
}

#page-header {
	height: 57px;
	padding: 0 0 0 50px;
}

/*
 === MISC ===
*/



#breadcrumb {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	width: 593px;
	height: 26px;
	background: #EEF3F7;
	border: 1px solid #C3DCDD;
	line-height: 26px;
	padding-left: 10px;
}

.orange, .read-more a {color:#E75D21 !important; text-decoration:none;}
.bold { font-weight:bold;}
.italic { font-style:italic;}



.tabs hr, .expandable hr{
	margin-top:20px;
	background:#D2C8BF;
	border:0px;}
	
.clear { clear: both; }
div.clear { height: 0px; }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
padding: 0;
margin: 0;}
* html .clearfix { zoom: 1 /* IE6 */; }
*:first-child+html .clearfix { zoom: 1 /* IE7 */; }
	
	
/* === home hotels === */
ul#home-hotels-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul#home-hotels-list li {
	padding-left: 0;
	margin-left: 0;
}
ul#home-hotels-list { width: 100%; }
ul#home-hotels-list img { }
/* three Column List */
ul#home-hotels-list li {
	width: 287px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	border-top:1px solid #BCADA0;
}
ul#home-hotels-list > li:first-child,
ul#home-hotels-list > li:first-child + li,
ul#home-hotels-list > li:first-child + li + li { margin-top: 0; padding-top:0px; border-top:0px; } /* Clears the top margin for the first three list items */
ul#home-hotels-list li:nth-child(3n) { margin-right: 0px; } /* Removes the right margin from every third list item */
ul#home-hotels-list li:nth-child(3n+1) { clear: left; } /* Clears the first list item after every third */
ul#home-hotels-list h5 { 
clear:none;
font-size:13px;
font-weight:bold;
margin-bottom:0;}

ul#home-hotels-list div.btn-more { 
	position:relative;
	display:block;
	float:left;
	clear:both;
	font-weight:bold;
	font-size:12px;
	width:150px;
}

ul#home-hotels-list a.more { 
	background:url(images/btn-more.png) no-repeat left top;
	width:57px; 
	text-indent:-999em; 
	position:relative;
	float:left;
	clear:both;
	margin-top: 4px;
	height: 20px;
	outline:0;
}

ul#home-hotels-list div.offer { 
	position:relative;
	display:block;
	float:left;
	clear:both;
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
	min-height:18px;
	width:150px;
}

ul#home-hotels-list div.catering {
	position:relative;
	display:block;
	float:left;
	clear:both;
	font-size:12px;
	min-height:18px;
	width:150px;
}


/* === home hotels === */
ul#reviews {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul#reviews li {
	padding-left: 0;
	margin-left: 0;
}
ul#reviews { width: 100%; }
ul#reviews img { }
/* three Column List */
ul#reviews li {
	margin-top: 20px;
	border-top:1px solid #BCADA0;
	padding-top:20px;
}
ul#reviews > li:first-child { margin-top: 0; padding-top:0px; border-top:0px; } /* Clears the top margin for the first three list items */

ul#reviews span.title { 
	font-family:Georgia, 'Times New Roman', Times, serif; color:#E36417; font-size:20px;
}


/* === travel companies === */
ul#travel-companies-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}
ul#travel-companies-list li {
	padding-left: 0;
	margin-left: 0;
}
ul#travel-companies-list { width: 100%; }
ul#travel-companies-list img { }
/* three Column List */
ul#travel-companies-list li {
	float: left;
	margin-right:13px;
	margin-top:10px;
	width:108px;
}
ul#travel-companies-list > li:first-child,
ul#travel-companies-list > li:first-child + li,
ul#travel-companies-list > li:first-child + li + li,
ul#travel-companies-list > li:first-child + li + li + li,
ul#travel-companies-list > li:first-child + li + li + li + li,
ul#travel-companies-list > li:first-child + li + li + li + li + li,{ margin-top: 0; padding-top:0px; border-top:0px; } /* Clears the top margin for the first six list items */
ul#travel-companies-list li:nth-child(5n) { margin-right: 0px; } /* Removes the right margin from every sixth list item */
ul#travel-companies-list li:nth-child(5n+1) { clear: left; } /* Clears the first list item after every sixth*/
ul#travel-companies-list { font-size:10px; font-weight: normal; color:#E75D21; text-align:center }

ul#travel-companies-list img { padding: 0;}

ul#travel-companies-list a.more { 
}


/* === home resorts === */
ul#home-resorts {
	color:#F1882D;
	list-style: disc;;
	padding-left: 0;
	margin-left: 0;
}
ul#home-resorts li {
	padding-left: 0px;
	height:20px;
	margin-left: 0;
}
ul#home-resorts { width: 100%; margin-left:15px; }
/* three Column List */
ul#home-resorts li {
	float: left;
	margin-right:8px;
	width:140px;
}
ul#home-resorts > li:first-child,
ul#home-resorts > li:first-child + li{ margin-top: 0; padding-top:0px; border-top:0px; } /* Clears the top margin for the first two list items */
ul#home-resorts li:nth-child(2n) { margin-right: 0px; } 
ul#home-resorts li:nth-child(2n+1) { clear: left; } 

ul#home-resorts a { font-weight: normal; color:#333333; text-decoration:none; font-size:12px;}

/* === furhter info === */
ul#further-info {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul#further-info li {
	padding-left: 30px;
	height:25px;
	margin-left: 0;
}
ul#further-info { width: 100%; }
ul#further-info img { }
/* three Column List */
ul#further-info li {
	float: left;
	margin-right:8px;
	margin-top:10px;
	width:140px;
	line-height:28px;
}
ul#further-info > li:first-child,
ul#further-info > li:first-child + li,
ul#further-info > li:first-child + li + li{ margin-top: 0; padding-top:0px; border-top:0px; } /* Clears the top margin for the first three list items */
ul#further-info li:nth-child(3n) { margin-right: 0px; } 
ul#further-info li:nth-child(3n+1) { clear: left; } 

ul#further-info a { font-weight:bold; color:#343263; text-decoration:none;}

li#resort-description {
	background:url(images/further-teaser.png) no-repeat;
	background-position:0 0;
}

li#things-to-do {
	background:url(images/further-teaser.png) no-repeat;
	background-position:0 -25px;
}

li#shopping {
	background:url(images/further-teaser.png) no-repeat;
	background-position:0 -50px;
}

li#eating-out {
	background:url(images/further-teaser.png) no-repeat;
	background-position:0 -75px;
}

li#beaches {
	background:url(images/further-teaser.png) no-repeat;
	background-position:0 -100px;
}

li#getting-to-transport {
	background:url(images/further-teaser.png) no-repeat;
	background-position:0 -125px;
}

li#nightlife {
	background:url(images/further-teaser.png) no-repeat;
	background-position:0 -150px;
}

li#accomodation {
	background:url(images/further-teaser.png) no-repeat;
	background-position:0 -175px;
}

#filter-form {
	background: #F69B33 url(images/orange-gradient.jpg) repeat-x bottom;
	color:#fff;
	padding:10px;
}
#filter-form-pagination {
	float:right;
	text-align: right;
	width:100%;
	border-top: #C9BAAE solid 1px;
	padding-top: 10px;
}
#filter-form-instructions {
	float:right;
	margin-top:10px;
	width:225px;
	text-align: right;
	padding-right: 10px;
}
#filter-form-submit {
	float:right;
	margin-top:7px;
	width:75px;
}


.entry-content .hotel-data{
	float:left;
	width:414px;
	margin-left:15px;
}

.entry-content .hotel-data a.more { 
	background:url(images/btn-more.png) no-repeat left top;
	width:57px; 
	height:20px; 
	text-indent:-999em; 
	position:relative;
	float:left;
	clear:both;
	margin-top:5px;
}

.entry-content .hotel-data span.offer { 
	position:relative;
	display:block;
	float:left;
	clear:both;
	color:#FF0000;
	font-weight:bold;
	margin-top:3px;
}

.entry-content .hotel-data span.catering {
	position:relative;
	display:block;
	float:left;
	clear:both;
	margin-top:3px;
}


.entry-content .hotel-desc{
	float:left;
	width:320px;
	margin-left:10px;
}

#get-started{
	background:url(images/bg-get-started-alpha.png) no-repeat;
	float:left;
	margin-top:-26px;
	min-height:350px;
	padding-top:50px;

	width:300px;
}

#get-started2{
	background:url(images/bg-get-started-sunshine.png) no-repeat;
	float:left;
	margin-top:-26px;
	min-height:350px;
	padding-top:50px;
	width:300px;
}

#get-started3{
	background:url(images/bg-get-started-low.png) no-repeat;
	float:left;
	margin-top:-36px;
	min-height:350px;
	padding-top:70px;
	width:300px;
}

#get-started4{
	background:url() no-repeat;
	float:left;
	margin-top:-36px;
	min-height:350px;
	padding-top:50px;
	width:300px;
}

#get-started5{
	background:url(images/bg-get-started-low-white.png) no-repeat;
	float:left;
	margin-top:-36px;
	min-height:350px;
	padding-top:70px;
	width:300px;
}
#get-started6{
	background:url(images/bg-get-started-low-white.png) no-repeat;
	float:left;
	margin-top:-36px;
	min-height:350px;
	padding-top:10px;
	width:300px;
}



body.home #get-started{ margin-top:-35px; }

input.search {
	background: url(images/btn-search.jpg);
	height:25px;
	width:75px;
	border:0 none;
	text-indent:-999em;
}

/* IFRAME */


#get-started a.holidays { 
	background:url(images/btn-iframe-teaser.png) no-repeat left top;
	width:60px; 
	height:75px; 
	text-indent:-999em; 
	position:relative;
	float:left;
	margin-left:30px;
	outline:0;
}


#get-started a.flights { 
	background:url(images/btn-iframe-teaser.png) no-repeat left top;
	background-position:-80px 0;
	width:80px; 
	height:75px; 
	text-indent:-999em; 
	position:relative;
	float:left;
	margin-left:10px;
	outline:0;
}

#get-started a.hotels { 
	background:url(images/btn-iframe-teaser.png) no-repeat left top;
	background-position:-180px 0;
	width:60px; 
	height:75px; 
	text-indent:-999em; 
	position:relative;
	float:left;
	clear: right;
	margin-left:10px;
	outline:0;
}

#twitter{ 
	background:url(images/twitter-bg.jpg) no-repeat;
	padding-top:60px;
	height:350px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:15px;
	font-size:12px;
	color:#555555;
	overflow:hidden;
}

#twitter ul{
	list-style-type:none;
}

#twitter li{
	border-bottom:1px solid #999;
}

#twitter a{
	color:#575757;
}

#twitter h3, #twitter img, .xavisys-link{
	display:none;
}

#twitter .entry-meta{
	font-size:10px;
}

.hotel-meta{ display:block; padding-top:5px; border-top:1px solid #ddd; vertical-align:middle; margin-top:5px;}

.catering { float:left}

.offer{color:#F00; float:left; clear:right;}



#hotel-pic {
	width: 300px;
	height: 230px;
	float: left;
}

#searchradio
{
	float:left;
	width: 18px;
	padding-left: 5px;
	padding-top: 53px;
}
#searchimage
{
	float:left;
	width: 57px;
	padding-left: 15px;
}
#top-half
{
	height: 230px;
}

#scrolling-gallery {
float:left;
margin-left: 0px;
width:584px;
height:177px;
overflow:auto;
}


#newboxes1, #newboxes2, #newboxes3 {
	clear: both;
	/*padding-top: 0px;*/
	padding-left: 6px;
      position: absolute; 
				 top: 240px;
	}
#newboxes2 {
display: none;
top: 250px;

} 
#newboxes3 {
				 top: 250px;
display: none;} 
/*
<!-- New newboxcss #newboxes2 {
	clear: both;
	padding-left: 0px;
	position: absolute; top: 245px;
}
#newboxes3 {
	clear: both;
	padding-left: 5px;
	position: absolute; top: 245px;
} -->
*/
.variable_travels td {
	padding:3px;
}

.resort-inner-data {
float:left;
margin-left:15px;
width:435px;
}

#bordercase3 span {


  left:40px;
  top:-50px;
  margin-bottom: 50px;
  z-index: -1;
  width: 200px;
  height: 20px;

}

#hr {
	border-top: 1px #ccc solid;
	margin-top: 8px;
}
#travel-logos {
	width: 108px;
	height: 63px;
	background: #ccc;
	padding: 1px;
	margin-top: 2px;
}
#all-travel-cos {
	text-align: right;
	padding-right: 20px;
}
#all-travel-cos a {
	size: 10px;
	color: #E75F25;
}
#hotel-border {
	padding: 20px 20px 10px 20px;
	border: 1px #C9BAAE solid;
}
#hotel-border hr {
border-top: #C9BAAE solid 1px;
margin-bottom: 10px;
}
#resort-inner-data hr {
border-top: #C9BAAE solid 1px;
margin-bottom: 10px;
margin-top: 0;
padding-top: 0;
}
#hotel-tab {
	border-right: #C3DCDD 1px solid;
	border-left: #C9BAAE 1px solid;
	border-top: #C3DCDD 1px solid;
	border-bottom: #fff 1px solid;
	width: 131px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	background: white;
	margin-bottom: -1px;
	position: relative;
	z-index: 5;
	font-weight: bold;
	color: #E85F23;
	
}


.bluelink a:link,
.bluelink a:visited {
	color: #0066CC;
	text-decoration: none;
}
.bluelink a:active,
.bluelink a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#tab h1 {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	
}


#simplepagination {
	text-align: right;
	float: right;
}
