/* Copyright AurelienD http://themeforest.net/user/AurelienD?ref=AurelienD */

/*
1) html tags
	1.1) small reset
	1.2) headings
	1.3) lists
	1.4) form elements
	1.5) table
	1.6) miscellaneous
	
2) global layout
	2.1) header
	2.2) navigation
	2.3) slider
	2.4) main container
	2.5) rows
	2.6) columns
	2.7) footer

3) specific layout
	3.1) packages / news
	3.2) testimonials
	3.3) room slider
	3.4) contact form, reservation form, reservation sidebar form
	3.5) gallery
	3.6) news
	
4) elements
	4.1) buttons
	4.2) lists

5) background color

6) miscellaneous
*/

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 1) html tags ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* 1.1) small reset */
form, input, textarea {
	margin: 0;
	padding: 0;
}



body, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444;
	text-shadow: 1px 1px #fff;
}

input, textarea {
	text-shadow: none;
}
/* end 1.1) small reset */

/* 1.2) headings */



/* end 1.3) lists */

/* 1.4) form elements (input text, input submit, textarea, select) */
.input-text {
	height: 32px;
	padding: 0 10px;
	border: none;
}

.input-width-220 {
	width: 200px;
	background: url(img/input-220.png);
}

.input-width-260 {
	width: 240px;
	background: url(img/input-260.png);
}

.input-submit {
	border: 0;
	cursor: pointer;
}

textarea {
	padding: 10px;
	background: #f9f9f9 url(img/bg-textarea.png) repeat-x 0 0;
	border: 1px solid #b3b3b3;
	resize: none;
}

.textarea-small {
	width: 240px;
	height: 152px;
	border: none;
	background: url(img/textarea-small.png);
}

.textarea-big {
	width: 540px;
	height: 152px;
	border: none;
	background: url(img/textarea-big.png);
}

select {
	padding: 6px 10px 7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #444;
}

.select-width-90 select {
	width: 90px;
}

.select-width-110 select {
	width: 110px;
}

.select-width-220 select {
	width: 220px;
}

.select-width-260 select {
	width: 260px;
}
/* end 1.4) form elements */

/* 1.5) table */
table.table-palace-styled {
	width: 100%;
	border: 1px solid #aaa;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-collapse: collapse; 
	margin: 13px 0 18px;
}

.table-palace-styled .tr-even td {
	background: #eee;
}

.table-palace-styled th {
	padding: 9px;
	background: #fff;
	border-bottom: 1px solid #aaa;
}

.table-palace-styled td {
	padding: 10px;
	text-align: center;
}
/* end 1.5) table */

/* 1.6) miscellaneous */
p {
	margin-bottom: 10px;
}

a img {
	border: 0;
}

a {
	color: #5d93ae;
	text-decoration: none;
	outline: 0;
}


/* end 1.6) miscellaneous */

/* end 1) html tags */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 2) global layout --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* 2.1) header */

/* end 2.1) header */

/* 2.2) navigation */

/* end 2.2) navigation */

/* 2.3) slider */

/* end 2.3) slider */

/* 2.4) main container */

/* end 2.4) main container */

/* 2.5) rows */
.row {
	width: 860px;
	margin: 0 50px;
	padding-bottom: 10px;
}

.row-grid-pattern {
	margin: 20px 10px 15px;
	padding: 4px 40px 24px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: url(img/bg-grid-pattern.png);
}

.row-last {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

h1.first-headings {
	margin: 0 0 4px;
}

h2.first-headings {
	margin: 0 0 12px;
	padding-top: 3px;
}

.sub-headings {
	margin: -5px 0 15px;
	font-size: 13px;
	font-style: italic;
	color: #999;
}

.sidebar-left .sub-headings, .sidebar-right .sub-headings {
	color: #555;
}
/* end 2.5) end rows */

/* 2.6) columns */
.sidebar-left, .column-sidebar-half-width, .main-column-right,
.column-half-width, .column-third-width, .column-fourth-width, .column-fifth-width, 
.column-sixth-width, .column-three-fourth-width, .column-two-third-width, .column-third-of-two-third-width {
	float: left;
	margin-right: 40px;
}

.sidebar-right {
	float: left;
}

.column-main-right {
	width: 560px;
}

.column-half-width {
	width: 410px;
}

.column-third-width {
	width: 550px;
}

.column-two-third-width {
	width: 560px;
}

.column-fourth-width {
	width: 185px;
}

.column-three-fourth-width {
	width: 635px;
}

.column-fifth-width {
	width: 140px;
}

.column-sixth-width {
	width: 110px;
}

.column-third-of-two-third-width {
	width: 160px;
	margin-right: 40px;
}

.column-third-of-two-third-width.column-no-margin {
	width: 186.5px;
	margin-right: 0;
}

.column-last {
	margin: 0;
}

.sidebar-left {
	position: relative;
	width: 550px;
	margin: 0 37px 0 -44px;
	padding: 0 43px 14px 25px;
	text-shadow: 1px 1px #eee;
	background: url(img/bg-sidebar-left2.png) repeat-y;
}

.sidebar-left-top {
	position: absolute;
	top: -24px;
	left: 0;
	width: 307px;
	height: 24px;
	background: url(img/bg-sidebar-left-top.png);
}

.sidebar-left-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 307px;
	height: 12px;
	background: url(img/bg-sidebar-left-bottom.png);
}

.sidebar-right {
	position: relative;
	width: 220px;
	margin: 0 -44px 0 -3px;
	padding: 0 44px 14px 43px;
	text-shadow: 1px 1px #eee;
	background: url(img/bg-sidebar-right.png) repeat-y;
}

.sidebar-right-top {
	position: absolute;
	top: -24px;
	left: 0;
	width: 307px;
	height: 24px;
	background: url(img/bg-sidebar-right-top.png);
}

.sidebar-right-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 307px;
	height: 12px;
	background: url(img/bg-sidebar-right-bottom.png);
}

.sidebar-widget h4{
	margin-top: 10px;
	color: #a33d48;
}

.sidebar-widget a{
	color: #a33d48;
}

.sidebar-widget a:hover{
	color: #d76144;
}

.column-sidebar-half-width {
	width: 90px;
}

.column-dashed-bottom {
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #aaa;
}
/* end 2.6) columns */

/* 2.7) footer */

/* end 2.7) footer */

/*end 2) global layout */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 3) specific layout ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* 3.1) package / news */

/* end 3.1) package / news */

/* 3.2) testimonials */

/* end 3.2) testimonials */

/* begin 3.3) room slider */

/* end 3.3) room slider */

/* begin 3.4) forms */
#form-reservation, #form-contact {
	margin-top: 20px;
}

#form-reservation p, #form-reservation-sidebar p, #form-contact p {
	position: relative;
}

#form-reservation p.ajax-loader, #form-contact p.ajax-loader {
	display: none;
	position: absolute;
	bottom: 9px;
	left: 190px;
	width: 16px;
	height: 16px;
	background: url(img/loader-2.gif);
}

#form-reservation-sidebar p.ajax-loader {
	display: none;
	position: absolute;
	bottom: 17px;
	left: 240px;
	width: 10px;
	height: 10px;
	background: url(img/loader-3.gif);
}

#form-contact input, #form-reservation input, #form-reservation-sidebar input{
	margin-bottom: 3px;
}

#form-reservation-sidebar .input-submit {
	margin-top: 12px;
	margin-bottom: -7px;
}

#form-contact label, #form-reservation label, #form-reservation-sidebar label, .form-palace label{
	display: block;
	margin-bottom: 5px;
}

label.error {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 23px;
	font-size: 10px;
	color: #d22;
	background: url(img/exclamation-red.png) no-repeat right center;
}

.result-error {
	font-weight: bold;
	color: #d22;
}

#submit-result {
	margin-top: 20px;
	display: none;
}
/* end 3.4) forms */

/* begin 3.5) gallery */

/* end 3.5) gallery */

/* begin 3.6) news */

/* end 3.6) news */

/* end 3) specific layout */

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 4) elements ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 4.1) buttons */
.button-red, .button-blue, .button-orange, .button-green, .button-purple, .button-cyan, .button-grey, .button-sign-in {
	display: block;
	width: 128px;
	height: 27px;
	margin: 11px 0 0 -3px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.input-submit.button-red {
	height: 33px;
	padding-bottom: 8px;
	margin-top: 22px;
}

.button-red {
	background: url(img/button-red.png);
	text-shadow: 1px 1px #48070e;
}

.button-blue {
	background: url(img/button-blue.png);
	text-shadow: 1px 1px #2f4752;
}

.button-orange {
	background: url(img/button-orange.png);
	text-shadow: 1px 1px #c06217;
}

.button-green {
	background: url(img/button-green.png);
	text-shadow: 1px 1px #3f6e1f;
}

.button-purple {
	background: url(img/button-purple.png);
	text-shadow: 1px 1px #462f52;
}

.button-cyan{
	background: url(img/button-cyan.png);
	text-shadow: 1px 1px #21868c;
}

.button-grey {
	background: url(img/button-grey.png);
	text-shadow: 1px 1px #4f4f4f;
}

.button-sign-in {
	background: url(img/button-sign-in.png);
	text-shadow: 1px 1px #333;
}

.button-red:hover, .button-blue:hover, .button-orange:hover, .button-green:hover, .button-purple:hover, .button-cyan:hover, .button-grey:hover, .button-sign-in:hover {
	color: #fff;
	background-position: 0 -33px;
}

.button-left-red, .button-right-red, .button-left-blue, .button-right-blue, .button-left-orange, .button-right-orange, 
.button-left-green, .button-right-green, .button-left-purple, .button-right-purple, .button-left-cyan, .button-right-cyan, 
.button-left-grey, .button-right-grey, .button-left-disabled, .button-right-disabled {
	display: block;
	width: 33px;
	height: 33px;
}

.button-left-red {
	background: url(img/button-left-red.png);
}

.button-left-blue {
	background: url(img/button-left-blue.png);
}

.button-left-orange {
	background: url(img/button-left-orange.png);
}

.button-left-green {
	background: url(img/button-left-green.png);
}

.button-left-purple {
	background: url(img/button-left-purple.png);
}

.button-left-cyan {
	background: url(img/button-left-cyan.png);
}

.button-left-grey {
	background: url(img/button-left-grey.png);
}

.button-right-red {
	background: url(img/button-right-red.png);
}

.button-right-blue {
	background: url(img/button-right-blue.png);
}

.button-right-orange {
	background: url(img/button-right-orange.png);
}

.button-right-green {
	background: url(img/button-right-green.png);
}

.button-right-purple {
	background: url(img/button-right-purple.png);
}

.button-right-cyan {
	background: url(img/button-right-cyan.png);
}

.button-right-grey {
	background: url(img/button-right-grey.png);
}

.button-left-red:hover, .button-left-blue:hover, .button-left-orange:hover, .button-left-green:hover, 
.button-left-purple:hover, .button-left-cyan:hover, .button-left-grey:hover,
.button-right-red:hover, .button-right-blue:hover, .button-right-orange:hover, .button-right-green:hover, 
.button-right-purple:hover, .button-right-cyan:hover, .button-right-grey:hover {
	background-position: 0 -33px;
}

.button-left-disabled {
	background: url(img/button-left-disabled.png);
}

.button-right-disabled {
	background: url(img/button-right-disabled.png);
}
/* end 4.1) buttons */

/* 4.2 lists */

/* end 4.2) lists */
/* end 4) elements */

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 5) background color --------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* end 5) background color */

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 6) miscellaneous ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -- below is for demo --*/

