/*
Theme Name: deLight
Theme URI: http://webdemar.com/demo/?wptheme=deLight
Description: Nice and simple WordPress Theme by <a href="http://webdemar.com">webdemar</a>.
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
Version: 1.0.3
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#fff url(img/bg-body.gif) repeat-x left top;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#606060;
}

a {
	color:#662625;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	position:relative;
	width:900px;
	height:140px;
	margin: 0 0 0 100px;
	background:url(img/bg-header.gif) no-repeat bottom right;
}

#menu {
	position:relative;
	width:900px;
	height: 30px;
	margin: 0 0 0 100px;
	padding: 10px 0 0 0;
	list-style:none;
}

#content {
	width:900px;
	height:auto;
	margin:0 0 0 100px;
	padding:0 0 40px 0;
}

#content-left {
	float:left;
	width:500px;
	height:auto;
}

#content-right {
	float:right;
	width:340px;
	height:auto;
}

#footer {
	height:20px;
	padding: 20px 0;
	background:#353535;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	position:absolute;
	bottom:40px;
	left:0px;
	margin: 0px;
	color: #fff;
	font:bold 28px/28px Helvetica, Arial, sans-serif;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 30px;
	left: 5px;
	margin: 0px;
	color: #C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

h2, h3, h4 {
	margin:0 0 20px 0;
}

h3.archive-title {
	margin: 20px 0 0 0;
}

.box-left h2 {
	color:#662625;
	font:bold 24px/34px Georgia, "Times New Roman", Times, serif;
}

.box-left h2 a {
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color:#662625;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
}

.box-left h4 {
	color:#C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

.box-right h3 {
	color:#662625;
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}

/*	##################################
   	HEADER
	################################## */

#menu li {
	float:left;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font:normal 12px/12px Verdana, Tahoma, sans-serif;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin:40px 0;
}

.box-left img {
        float:left;
        margin:0 10px 10px 0;
}

p.tags {
		clear: both;
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	margin:20px 0;
	font:11px/11px Verdana, Tahoma, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h3 {
	padding: 20px 20px 0 20px;
	background: url(img/bg-box-right-top.gif) no-repeat left top;
}

.box-right-content {
	margin: 0 20px;
}

.box-right-bottom {
	height: 20px;
	background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/*	##################################
   	FORMS
	################################## */

label {
    display:block;
    margin:0 0 5px 0;
}

.text {
    width:350px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
}

.verify {
    width:290px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
    float:left;
}

.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}

textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
    border:1px solid #ccc;
}

.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 5px;
	border: 1px solid #ccc;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}

/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

/*	##################################
   	FOOTER
	################################## */

#footer p {
	width:900px;
	margin:0 0 0 100px;
	padding:0;
	color:#fff;
	text-align:center;
}

#footer p a {
	color: #fff;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}



/* Advert Style */

#dasize_14{position:relative;width:150px;height:600px;
		background:#FFFFFF url(http://www.hotelopia.com/creatives/images/150x600_01.gif) no-repeat;				
		font-family:Verdana,Tahoma;font-size:10px;}
				
		a.buttonon_14{color:#FFFFFF;background-color:#CC0000;
		font-weight:bold;padding:2px;font-size:10px;
		text-decoration:none;border:1px solid #CC0000;cursor:pointer;}
		a:hover.buttonon_14{color:#CC0000;background-color:#FFFFFF;border:1px solid #CC0000;cursor:pointer;}
		a.gvhh_14{color:#006A94;background-color:#FFFFFF;
		font-weight:bold;padding:2px;font-size:10px;
		text-decoration:none;border:1px solid #006A94;cursor:pointer;}
		a:hover.gvhh_14{color:#FFFFFF;background-color:#00B5D9;border:1px solid #006A94;cursor:pointer;}

#loading{position:absolute;top:0px;left:0px;width:100%;height:100%;
background-image:url(http://www.hotelopia.com/creatives/images/logo.gif); background-color:#00A2B1;
background-repeat:no-repeat; background-position:20px 15px;}
.select_14{width:220px; overflow:hidden; font-size:11px;font-family:Verdana, Tahoma;}

#txt_140{color:#FFFFFF;text-transform:uppercase;font-size:10px;position:relative;
	filter: alpha(opacity=60); opacity: .6;font-family:Arial Narrow, Tahoma, Verdana;display:none;}
#txt_141, #txt_142, #txt_143, #txt_144, #txt_145{margin-right:3px; font-size:9px; letter-spacing:-1px}
#txt_146{position:absolute;top:420px;left:10px;width:120px;
		text-align:center;margin-left:3px;font-family:Arial, Helvetica, sans-serif; font-size:11px; letter-spacing:0px}

#nhab_14, #nad_14, #nnins_14{width:35px;}
 #mesE_14, #mesS_14 {width:75px;}
 #diaE_14, #diaS_14 {width:45px;}
#habt_14, #nins_14, #adults_14, #datein_14, #dateout_14, #destt_14{position:absolute;padding:5px;}

#destt_14{position:absolute;top:112px;left:5px;}
#destino_14{width:130px;font-size:9px;}
#datein_14{top:150px;left:5px;}
#diaE_14{position:absolute;top:20px;left:5px;}
#mesE_14{position:absolute;top:45px;left:5px;}
#dateout_14{top:220px;left:5px;}
#diaS_14{position:absolute;top:20px;left:5px;}
#mesS_14{position:absolute;top:45px;left:5px;}
#habt_14{top:290px;left:5px;} #habt_14 select{width:45px;}
#nhab_14{position:absolute;top:20px;left:5px;}
#adults_14{top:330px;left:5px;text-align:left;}#adults_14 select{width:45px;}
#nins_14{top:370px;left:5px;text-align:left;} #nins_14 select{width:45px;}

/* End Advert Style */

.ad-right { margin-left: 100px; }


address { display: inline; }

.adb1 { margin: 0 auto; padding-top: 10px; text-align: center; }