/*  
Theme Name: QueenHotel
Theme URI: http://www.templatesquare.com/
Description: QueenHotel is a clean, classic and minialist wordpress theme suitable for corporate, business, hotel, travel, portfolio and any kind of websites.
Version: 1.0
Author: templatesquare
Author URI: http://www.templatesquare.com/
License: GNU General Public License
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, editor-style, theme-options, translation-ready
*/

	
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
@font-face {
  font-family: "Agenda";
  src: url("css/fonts/Agenda-Medium.ttf") format("truetype");
}

body {
	font-family:"Agenda";
	font-size:14px;
	margin:0 auto;
	padding:0;
	line-height:20px;
	background:#e1d9cc url(images/bgEme.jpg) repeat;
}

/* links */
a, a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}



/* heading */
h1, h2 {margin-bottom:20px;}
h3, h4, h5, h6{margin-bottom:15px;}
h1 {font-size:38px; line-height:30px;}
h2 {font-size:34px; line-height:28px;}
h3 {font-size:30px; line-height:23px;}
h4 {font-size:26px; line-height:20px;}
h5{font-size:18px; line-height:18px;}
h6 {font-size:13px; line-height:18px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-family: "Agenda"; }
.pagetitle{font-size:38px; margin-bottom:20px;}

/* Text elements */
hr {
	border-width:0;
	height:10px;
	line-height:0;
	margin:0px;
	margin-bottom:30px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}


p {
	margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
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 {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-style:italic;
	font-size:16px;
	line-height:22px;
}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
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;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Column Layouts */
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth						{margin-right: 3.5%; margin-left:0; position:relative; float:left;}

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth									{ width:22%; }
.one_fifth									{ width: 16.8%;}
.one_sixth 									{ width: 13.3333%;}

.two_third									{ width: 65.3332%;}
.two_fourth 								{ width: 48%;}
.two_fifth 									{ width: 37.6%;}
.two_sixth 									{ width: 30.6666%;}

.three_fourth								{ width:74%;}
.three_fifth 								{ width: 58.4%;}
.three_sixth 								{ width: 47.9998%;}

.four_fifth 								{ width: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols									{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear, .clr {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/* CONTAINER
-------------------------------------------------------------- */
#outer-container{width:100%; background:url(images/line-top.png) repeat-x top;}
.container{
	width:1050px;
	margin:0px auto;
	padding:0 0 0 0;
}

//#wrapper-header{position:relative; background:url(images/pattern1.png);}
//#wrapper-content{position:relative; background:url(images/pattern1.png);}
//#wrapper-footer{position:relative; background:#d5c6b1 url(images/pattern1.png); border-top: 1px solid #aca18e; border-bottom: 1px solid #aca18e;}
#footersidebarcontainer{ border:3px solid #fff; border-top:1px; border-bottom:0px; margin:0px 35px; margin-top:-1px; position:relative;}
#outerfooter{margin-top:-1px; position: relative;}
#footercontainer{font-size:12px;  padding:21px 17px 21px 17px; background:url(images/bg-copyright.png) repeat;  border-top:0px!important; margin:0px 35px;  margin-bottom:20px;}


/* HEADER & MENU
-------------------------------------------------------------- */
//#header{ background:url(images/light.png) center no-repeat;}

/* Logo */
#logo{padding:20px 0 0 250px; clear:both; width:506px; margin:0px auto; height:100px;}
#logo a img{ float:left;}
.logo-l{background:url(images/logo-icon-l.png) no-repeat; width:84px; height:29px; float:left; margin-right:25px; margin-top:21px;}
.logo-r{background:url(images/logo-icon-r.png) no-repeat; width:84px; height:29px; float:left; margin-left:20px; margin-top:21px;}


/* Menu */
#navigation{
	background:#fafaf9;
	border:3px solid #fff;
	padding:0px;
	margin:0px 35px;
	border-bottom:0px;
	}
#nav-main{border:1px solid #e3d6c0; padding:5px 16px 0px 16px;	border-bottom:0px;}
nav{ position:relative; z-index:200; margin:0; padding:0px 0 0 0; 
//background:url(images/bg-topnav.png) no-repeat; 
width:940px; height:40px; margin-left:0px;
background-color:#72cbc9;
}


#topnav{
	margin:3px 0px 0px 220px;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#topnav li a.current:hover{ background:transparent!important; }
#topnav > li{ margin:0px 23px;}
#topnav > li:first-child{ margin-left:0px;}

.sf-menu a {
	text-decoration:none!important;
	display:		block;
	position:		relative;
	padding: 		10px 20px 10px 10px !important;
}



/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
	text-transform:none;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:15px;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-10px;
	top:			2.8em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
	
}
.sf-menu ul li a{
	padding:8px 0px 8px 20px!important;
}

.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}



.sf-menu ul{border:0px;}
.sf-menu li li {background:url(images/sub-menu-line.gif) repeat-x left bottom;}
.sf-menu li li:last-child{ background:transparent}




/* SLIDER
-------------------------------------------------------------- */
#slider-container {
    clear: both;
    position: relative;
	margin:0px 35px;
	background:#fafaf9;
	border:3px solid #fff;
	border-bottom:0px;
	border-top:0px;	
}
#slider-main{
	padding:16px 16px 0px;
	border:1px solid #e3d6c0;
	border-bottom:0px;
	border-top:0px;
}

/* == Slider Gallery== */
#slider{position:relative; padding:16px;}
.jcarousel-container {
	overflow:hidden;
	width:742px;
	height:65px;
	margin:20px auto 0 auto;
	position: relative;
	clear:both;
	padding:0;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width:115px;
	margin-right:10px;
}


#feature_gallery {
	width:908px;
	padding:0;
	margin:0;
	overflow:hidden;
}
ul#feature_gallery_pager {
	display:block;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
}
#feature_gallery ul.menu li a:hover {}
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:107px;
	height:53px;
	float:left;
	display:block;
	padding:5px; 
}
ul#feature_gallery_pager li {}

#feature_gallery .bigimgs {
	width:908px;
	height:600px;
	margin:0;	
}
#feature_gallery .bigimg {
	width:908px;
	height:600px;
	display:none;
}

#feature_gallery img.change {
	width:908px;
	height:600px;
}
#feature_gallery img.thumb {
	width:107px;
	height:53px;
}
.slidedesc{
	background: url(images/bg-opacityblack.png);
	padding: 10px;
	width:888px;
	z-index:100;
	bottom:0px;
	position:absolute;
	margin:0 0 0 0;
}

/* slide navi*/
#pager-container{text-align:right; font-size:11px; position:relative}
#pager-container a, #pager-container a:visited{padding:0; cursor:pointer; float: left; width: 35px; height:35px; display: block;  
text-indent:-9999px;}
#pager-container a:hover{text-decoration:none;}
#pager-container a#mycarousel-prev:hover{}
#pager-container a#mycarousel-next:hover{}
#pager-container a#mycarousel-prev{ background:url(images/button-prevnext.png) no-repeat 0 0; position:absolute; left:19px; top:-53px; }
#pager-container a#mycarousel-next{  background:url(images/button-prevnext.png) no-repeat -35px 0;  right:19px; top:-53px; position:absolute}



/* CONTENT
-------------------------------------------------------------- */
.intro{ font-family:"Agenda"; font-style:italic; font-size:25px; color:#8A8A8A; text-align:center; line-height:28px; }

#maincontent{clear:both; padding:0; margin:0px 35px; border:3px solid #fff; border-top:0px; background:#fff; }
#main{padding:25px 16px 45px 16px; clear:both; border:1px solid #e3d6c0; border-top:0px; background:#fafaf9; margin-bottom:5px;}

#maincontent.innerpage{margin:4px 0 0 0}
#maincontent.innerpage #main{padding:30px 40px 40px 40px;}

#content.full{ width:940px;}

#content{width:690px; float:left}
#content.positionright{float:right; padding:0 0 0 30px}
#content.positionleft{ float:left; padding:0 30px 0 0;}


.smalltext{font-size:11px}

/* Images Responsive */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}


/* Separator */
.separator {
	display:block;
	height:20px;
	padding:5px 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:0;
	height:auto;
	margin-bottom:20px
}

.separator.line div{
	border-width:0;
	height:1px;
	line-height:0;
	margin:40px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	background:url(images/pattern_title.gif) repeat-x left center;
}


/* Bullet List */
.bullet{
	margin:0 0 6px 0;
	padding:0;
	list-style-type:none;
}	
.bullet li{
	background: url(images/arrow.png) no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 8px 20px;
	list-style-type:none;
}

#box_features{ float:left; width:205px; margin-right:32px;}
#box_features.nomargin{ margin:0px;}

/* form & button */
form{margin:0; padding:0;}
input[type="text"],
textarea, input[type="password"], select{
	font-size:11px;
	padding:8px 5px;
}

select {
	font-size:11px;
	padding:4px 5px;
}

.button,
.button:visited,
#content input[type="submit"],
#content input[type="reset"],
#content button{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	padding:5px 15px;
	cursor:pointer;
}
.button:hover,
#content input[type="submit"]:hover,
#content input[type="reset"]:hover,
#content button:hover{text-decoration:none; cursor:pointer}

a.more, a.more-link{ background:url(images/bg-more.png) no-repeat; width:109px;  padding:3px 0px 5px 10px;
display:block; color:#fff!important; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;}
a.more:hover, a.more2:hover, a.more-link:hover{ text-decoration:none;}

a.more2{ background:url(images/bg-more2.png) no-repeat; width:196px;  padding:3px 0px 5px 10px;
display:block; color:#fff!important; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;}


.price{ font-size:24px; color:#403D3A; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}




/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	border-bottom:0px!important;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {
}

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{}
.post{margin-bottom:50px}
.post .entry-content{background:url(images/pattern_title.gif) repeat-x left bottom;}
.posttitle, .posttitle a{font-size:38px; line-height:35px; margin-bottom:15px; }

.postimg img{ margin-bottom: 5px;  padding: 3px;}

.entry-utility{overflow:hidden; padding:15px 0px 15px 0px;}
.entry-utility .user, .entry-utility .date, .entry-utility .category, .entry-utility .comment{ float:left;  margin-right:20px; } 
.entry-utility .user{ background:url(images/icons/user.png) no-repeat 0px 1px; padding-left:20px;}
.entry-utility .date{ background:url(images/icons/date.png) no-repeat 0px 1px; padding-left:25px;}
.entry-utility .category{ background:url(images/icons/category.png) no-repeat 0px 2px; padding-left:15px;}
.entry-utility .comment{ background:url(images/icons/comment.png) no-repeat 0px 2px; padding-left:25px;}


#singlepost .post{margin-bottom:30px;}
#singlepost .entry-content{padding-bottom:20px;}

#searchresult .hentry{padding-bottom:10px; margin-bottom:0px; background:transparent}
#searchresult .entry-content{padding:0; background:transparent}
#searchresult .posttitle{font-size:14px; margin-bottom:8px}
#searchresult .posttitle a, #searchresult .posttitle a:visited{background:transparent; padding:0}

#postattachment .entry-utility{width:100%; float:none; padding:0}
.entry-attachment{margin-bottom:20px;}


/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	margin-bottom:30px;
	position:relative;
	padding:20px;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:40px;
	right:20px
}
.avatar{display:block}
#entry-author-info #author-description {
	margin: 0 85px 10px 0; vertical-align:top;
}
#entry-author-info #author-description  h2{ font-size:26px; margin-bottom:0px;}
#author-description span.author{display:block}

/* attachment pages wordpress */

.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 */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	margin-bottom:15px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}

.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {
	line-height: 20px;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.nav-previous a, .nav-next a{
	font-size:12px;
	font-family:'UbuntuRegular', Arial;
	text-transform:uppercase;
	padding:8px 15px;
	font-style:italic;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	padding:0; font-size:12px; margin:30px 0 0 0; clear:both; text-align:right
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	padding:0px 0px;
	margin:0 0 20px 0;
	font-size:34px;

}

h3#reply-title {
	line-height:24px;
	margin:0 0 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:13%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:0px;
	background-color:transparent;
}
.comment-body cite {
	font-size:14px;
	line-height:14px;
	font-style:normal;
}

.comment-body cite  a, .comment-body cite  a:visited{}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	margin: 0 0 18px 0;}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	
}
.commentlist .even {}
.commentlist .bypostauthor {}

.reply a.comment-reply-link{ }

.edit-link{float:none; clear:both;}
a.comment-edit-link {
	
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.nopassword, .nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:0px;}
.commentlist .comment-body{width:auto; margin-bottom:30px !important; margin-left:90px; padding:20px;}
.commenttext{margin:0 0 0 0; padding:10px 0 0 0;}
.commentlist .comment-body p{margin-bottom:10px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:0}

.comment-body .fn{ font-size:12px;}
.comment-body .time{font-size:10px; padding:0 5px 0 20px}
.commentlist .comment-body .reply{font-size:10px;}
.comment-body .boldtext{font-weight:bold; }

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; padding:5px 0; display:inline-block;}
#commentform .required{}
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text]{ 
	margin-bottom:3px;
	padding:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	font-family:arial;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	width:95%;
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
	
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{font-size:12px;}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
	clear:both;
}
#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{}
.comment-form-comment{ width:100%;}
.form-submit{ clear:both;}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 98%;
	text-align:left;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px !important;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
	padding:3px !important
}
.widget_calendar #wp-calendar tfoot td {
}
#today{font-weight:bold}



/*** SIDEBAR ***/
#sidebar{width:220px; padding-left:0px; margin-top:5px; float:left;}
#sidebar.positionleft{float:left;}
#sidebar.positionright{float:right;}

.widget-title{
	font-size:30px;
	padding:0;
	margin-bottom:15px;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
#sidebar .widget-container{margin-bottom:40px; padding:0 0 0 0;}

#sidebar li li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:3px 0px 5px 20px; background:url(images/arrow-sidebar.gif) no-repeat 0px 12px;
}


#sidebar li li a{}
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}

#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:8px 0 0 0px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:4px; padding-bottom:4px; background:transparent; border:0px;}


/* recent post sidebar */
#sidebar .ts-recent-post-widget li{padding-bottom:0; padding-left:0px; margin-bottom:10px; clear:both; background:transparent}
#sidebar .ts-recent-post-widget li a{background:transparent !important; padding:0 !important;  display:inherit}
#sidebar .ts-recent-post-widget li h6{font-size:20px; line-height:16px; margin-bottom:5px;}
#sidebar .ts-recent-post-widget li .smalldate{font-size:11px; display:block; font-style:italic}

/* recent comment sidebar */
#sidebar .ts-recent-comment-widget li{padding-bottom:4px; margin-bottom:10px; clear:both; background:transparent; padding-left:0px;}
#sidebar .ts-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}


/* search widget */
#searchform{position:relative;}
#searchform .bgsearch{}
#searchform #s{width:40%;}
.widget-container #searchform #s{width:90%; padding-left:15px;}

/* tag widget */
#tag-cloud .tag{padding:3px 6px; margin:0 8px 8px 0; display:inline-block}



/* PLUGIN
-------------------------------------------------------------- */

.nav-previous a, .nav-previous a:visited, .nav-next a, .nav-next a:visited{ background:url(images/bg-pagenav.gif) repeat;}
.nav-previous a:hover, .nav-next a:hover{background:url(images/bg-pagenav.gif) repeat; }

/* WP-PageNavi  Plugin  */
.wp-pagenavi {clear:both; padding:0px 0 0 0; text-align:right}
.wp-pagenavi a, .wp-pagenavi a:visited{
	padding:0px 8px !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	border:0px !important;
	background:url(images/bg-pagenav.gif) no-repeat;
}

.wp-pagenavi a:hover{
	padding:0px 8px !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	border:0px !important;
	background:url(images/bg-pagenav.gif) no-repeat;

}
.wp-pagenavi span.current{
	padding:0px 8px !important;
	margin:0 10px 0 0 !important;
	font-weight:normal !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	border:0px !important;
	background:url(images/bg-pagenav.gif) no-repeat;
	

}
.wp-pagenavi .pages{
	padding:0px 10px 0 0 !important;
	margin:0 5px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	background:transparent;
	border:0px !important;

}

/* Flickr Plugin  */
#flickr {text-align:left !important; padding:0}
#flickr img {
	margin:0!important;
	padding:0!important;
	width:47px;
	height:47px;
	border:0 !important;
	display:block;
}
.flickr_badge_image{ display:inline-block !important;
	padding:0;
	margin:0 8px 8px 0;
	height:47px
}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}
.flickr_badge_image:hover{}

/* Contact Form  */
.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block; width:80px; float:left;}
.wpcf7 input[type="text"]{
	margin-bottom:6px;
	font-size:11px;
}
.wpcf7 textarea{
	margin-bottom:7px;
	padding:8px 5px;
	font-size:11px;
	width:80%
}
.wpcf7 .label{float:left; width:70px}
.wpcf7-submit{
	margin:10px 0px 0px 70px;
	padding:4px 0px 4px 15px!important;
	cursor:pointer;
	display:block;
	background:url(images/bg-but-contact.png) no-repeat!important; width:137px; 
	color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;
	border:0px!important; border-radius: 0px!important;
	text-align:left;
	}



/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
}
.dropcap2{
	display: block;
	width: 40px;
	height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	float:left;
	font-size:25px;
	line-height:40px;
	text-align: center;
	margin:0px 8px 0 0;
}
.dropcap3{
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/* Highlight */
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}		

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-family:'Ubuntu', Georgia, Arial;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/* Tabs */
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
	height: 25px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:25px;
	height:26px;
	overflow: hidden;
	position: relative;
	font-size:12px;
	border-width:1px 1px 0px 1px;
	
}
ul.tabs li:hover{}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
}
ul.tabs li a:hover {
	text-decoration:none;
}
ul.tabs	 li.active{}
html ul.tabs li.active, html ul.tabs li.active a:hover  {}
html ul.tabs li.active a{}
#tab-body{padding:0 20px;}
.tab-content {padding: 20px 0;}


/* jQuery Toggle */
h2.trigger {
	padding: 3px 20px;
	margin: 0 0 10px 0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	height:61px;
	cursor:pointer;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	background: url(images/arrow-left.gif) no-repeat 0 21px;
	height:15px;
	padding:22px 0px 0px 28px;
	line-height:12px;
}
h2.active{margin-bottom:0px;}
h2.active span{background:url(images/arrow-down.gif) no-repeat 0 20px;}
h2.trigger a:hover {}
h2.active {background:transparent;}
.toggle_container {
	margin: 0 0 10px 0;
	padding: 15px 25px;
	overflow: hidden;
	clear: both;

}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

/* Content Title */
.contenttitle{font-family: 'UbuntuRegular', sans-serif; font-size:18px; line-height:normal; margin-bottom:20px; background:url(images/pattern_title.gif) repeat-x right center}
.contenttitle span{padding-right:30px;}


/*  Testimonial  */
.ts-testimonial{padding:0; margin-bottom:20px; clear:both }
.ts-testimonial img{margin-right:20px; float:left}
.testi-desc{margin:0 0 10px 0; font-size:14px; font-family: 'Cuprum', Arial,sans-serif;}
.testi-text{font-size:12px; font-style:italic; overflow:hidden}
.testi-text:before{content:open-quote;}
.testi-text:after{content:close-quote;}



/*  Recent Post Shortcode  */
.rp-shortcode{margin:0; padding:0; float:left}
.rp-shortcode h3{font-size:14px; line-height:20px; margin-bottom:8px ;}
.rp-shortcode .smalldate{font-size:11px; font-style:italic; display:block; padding-bottom:10px;}

/* PORTFOLIO */
.ts-display-pf-img{position:relative;}
.ts-display-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-display-pf-text{ line-height:20px;}
.ts-display-pf-text p{ margin-bottom:15px;}
.ts-display-pf-text .more{ color:#fff;}
.ts-display-pf-text .more:hover{}
.ts-display-pf-text .nomargin{margin:0;}
.ts-display-pf-text h2{font-size:32px; color:#666; margin-bottom:0px;}

.ts-display-pf-img{
	overflow:hidden;
}
.ts-display-pf-img a.image{
	display:block;
	position:relative;
	overflow:hidden;
}
.ts-display-pf-img a .rollover{
	background:url(images/hover-zoom.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}
.ts-display-pf-img a .rollover.gotolink{
	background:url(images/hover-link.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}
.ts-display-pf-img a .rollover.gotopost{
	background:url(images/hover-doc.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}

.ts-display-pf-img a.image{
	width:100%;
	height:100%;
}

.ts-display-pf-img a .rollover{
	width:100%;
	height:100%;
}

/*======= Facilities 1 Column =======*/
.ts-display-pf-col-1{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-1 li{list-style-type:none; padding:0 0 25px 0; margin:0 0 25px 0; !important;}
.ts-display-pf-col-1 li.nomargin{margin-right:0;}
.ts-display-pf-col-1 h2{margin:0 0 15px 0; font-size:32px;}

.ts-display-pf-col-1 .ts-display-pf-img{
	width:616px;
	height:279px;
	background-color:#e3d6c0;
	padding:3px;
	float:left;
}

.ts-display-pf-col-1 .ts-display-pf-img a.image{
	width:616px;
	height:279px;
	display:block;
	position:relative;
}

.ts-display-pf-col-1 .ts-display-pf-text{ padding:0 0 0 18px; float:left; width:300px}

/*======= Accommodation 3 Column =======*/
.ts-display-pf-col-3{list-style-type:none; padding:0; margin:0; display:block; float:left;}
.ts-display-pf-col-3 li{list-style-type:none; padding:0 0 0 0; margin:0 20px 40px 0px; width:294px;  float:left;}
.ts-display-pf-col-3 li.nomargin{margin-right:0;}
.ts-display-pf-col-3 h2{margin:0 0 15px 0}

.ts-display-pf-col-3 .ts-display-pf-img{
	width:294px;
	height:192px;
}

.ts-display-pf-col-3 .ts-display-pf-img a.image{
	width:294px;
	height:192px;
	display:block;
	position:relative;

}
.ts-display-pf-col-3 .ts-display-pf-text{padding:20px 0 0 0;}



/* Default Gallery
----------------------------------------------- */
#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width:auto;
}

#gallery-1 .gallery-caption {
	margin-left: 0;
}
	
.gallery-columns-1 .gallery-item {
	width:98%!important;
	padding-right: 2%;
}

.gallery-columns-2 .gallery-item {
	width:48%!important;
	padding-right: 2%;
}

.gallery-columns-3 .gallery-item {
	width:31%!important;
	padding-right: 2%;
}

.gallery-columns-4 .gallery-item {
	width:23%!important;
	padding-right: 2%;
}

.gallery-columns-5 .gallery-item {
	width: 18%!important;
	padding-right: 2%;
}

.gallery-columns-6 .gallery-item {
	width: 14%!important;
	padding-right: 2%;
}

.gallery-columns-7 .gallery-item {
	width: 12%!important;
	padding-right: 2%;
}

.gallery-columns-8 .gallery-item {
	width: 10%!important;
	padding-right: 2%;
}

.gallery-columns-9 .gallery-item {
	width: 9%!important;
	padding-right: 2%;
}



.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img,
.gallery-columns-7 .gallery-item img,
.gallery-columns-8 .gallery-item img,
.gallery-columns-9 .gallery-item img {
	width: 100%;
	height: auto;
}
	
	
	
	



/* TS GALLERY 
-------------------------------------------------------------------------------------------------------*/
.ts-gallery img{
	max-width: 100%;
	padding:0;
	margin: 0 auto;
}
.ts-gallery-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-gallery ul{ list-style-type:none; margin:0 0 20px 0; padding:0;}
.ts-gallery ul li.nomargin{margin-right:0;}
.ts-gallery-text{padding:13px 10px; text-align:center}
.ts-gallery-text h2{font-weight:bold; font-family:Helvetica, Arial; line-height:20px; margin:0 0 8px 0;}
.no-gallery-text{display:none;}

.ts-gallery-img{
	overflow:hidden;
}
.ts-gallery-img a.image{
	display:block;
	position:relative;
	overflow:hidden;
}
.ts-gallery-img a .rollover{
	background:url(images/hover-zoom.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}

.ts-gallery-img a .rollover.gotopost{
	background:url(images/hover-doc.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}

/*======= TS Gallery 1 Column =======*/
.ts-gallery-col1{list-style-type:none; padding:0; margin:0;}
.ts-gallery-col1 li{
	list-style-type:none; 
	padding:0; 
	margin:0; 
	width:940px;
}
.ts-gallery-col1 .ts-gallery-text h2{font-size:20px;}
.ts-gallery-col1 .ts-gallery-img img{display:block;}

.ts-gallery-col1 li.nomargin{margin-right:0;}

.ts-gallery-col1 .ts-gallery-img{
	width:920px;
	height:100%;
}

.ts-gallery-col1 .ts-gallery-img a.image{
	width:920px;
	height:100%;
	display:block;
	position:relative;
}
.ts-gallery-col1 .ts-gallery-img a .rollover{
	width:920px;
	height:100%;
}



/*======= TS Gallery 2 Column =======*/
.ts-gallery-col2{list-style-type:none; padding:0; margin:0;}
.ts-gallery-col2 li{
	list-style-type:none; 
	padding:0; 
	margin:0 20px 0 0; 
	width:460px; 
	float:left;
}
.ts-gallery-col2 .ts-gallery-text h2{font-size:18px;}
.ts-gallery-col2 .ts-gallery-img img{display:block;}

.ts-gallery-col2 li.nomargin{margin-right:0;}

.ts-gallery-col2 .ts-gallery-img{
	width:440px;
	height:100%;
}

.ts-gallery-col2 .ts-gallery-img a.image{
	width:440px;
	height:100%;
	display:block;
	position:relative;
}
.ts-gallery-col2 .ts-gallery-img a .rollover{
	width:440px;
	height:100%;
}



/*======= TS Gallery 3 Column =======*/
.ts-gallery-col3{list-style-type:none; padding:0; margin:0;}
.ts-gallery-col3 li{
	list-style-type:none; 
	padding:0; 
	margin:0 20px 0 0; 
	width:300px; 
	float:left;
}
.ts-gallery-col3 .ts-gallery-text h2{font-size:16px;}
.ts-gallery-col3 .ts-gallery-img img{display:block;}

.ts-gallery-col3 li.nomargin{margin-right:0;}

.ts-gallery-col3 .ts-gallery-img{
	width:280px;
	height:100%;
}

.ts-gallery-col3 .ts-gallery-img a.image{
	width:280px;
	height:100%;
	display:block;
	position:relative;
}
.ts-gallery-col3 .ts-gallery-img a .rollover{
	width:280px;
	height:100%;
}




/*======= TS Gallery 4 Column =======*/
.ts-gallery-col4{list-style-type:none; padding:0; margin:0;}
.ts-gallery-col4 li{
	list-style-type:none; 
	padding:0; 
	margin:0 25px 0 0; 
	width:214px;
	float:left;
	height: 143px;
}
.ts-gallery-col4 .ts-gallery-text h2{font-size:14px;}
.ts-gallery-col4 .ts-gallery-img img{display:block;}

.ts-gallery-col4 li.nomargin{margin-right:0;}

.ts-gallery-col4 .ts-gallery-img{
	width:214px;
	height:100%;
}

.ts-gallery-col4 .ts-gallery-img a.image{
	width:214px;
	height:100%;
	display:block;
	position:relative;
}
.ts-gallery-col4 .ts-gallery-img a .rollover{
	width:214px;
	height:100%;
}


/*======= TS Gallery Pagination =======*/
.gallery_pages_list{text-align:right; padding:20px 0 0 0}
.gallery_pages_list .current_gallery_page_num{
	padding:0px 8px !important;
	margin:0 10px 0 0 !important;
	font-weight:normal !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	border:0px !important;
	background:url(images/bg-pagenav.gif) no-repeat;
	}
.gallery_pages_list a{
	padding:0px 8px !important;
	margin:0 10px 0 0 !important;
	display:inline-block;
	height:23px;
	line-height:23px;
	border:0px !important;
	background:url(images/bg-pagenav.gif) no-repeat;
	}



/*** FOOTER SIDEBAR ***/

#footersidebar{padding:30px 17px 0px 17px;}
#footersidebar #footcol1, #footersidebar #footcol2, #footersidebar #footcol3, #footersidebar #footcol4{float:left; width:220px; margin-right:20px}
#footersidebar #footcol4{margin-right:0px;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{list-style-type:none; margin:0 0 40px 0; padding:0; border:0px;}
#footersidebar .widget-title{font-size:32px; padding:0;  margin-bottom:20px; text-align:left; background:none; }
#footersidebar li li{ padding:0 0 5px 20px; margin:0 0 5px 0; background:url(images/arrow.png) no-repeat 0px 8px;}

#footersidebar li a{ padding:0px; margin:0px;}
#footersidebar li a:hover{ text-decoration:none;}

#footersidebar ul.sub-menu, #footersidebar ul.children, #footersidebar ul ul ul{margin:0 0 0 10px; }
#footersidebar ul.sub-menu li, #footersidebar ul.children li, #footersidebar ul ul ul li{margin-bottom:2px; padding-bottom:2px; background:transparent;}


/***  FOOTER ***/
.copyright{ float:left; padding-top:5px;}

.sn{margin:0; padding:0; float:right;}
.sn li{list-style-type:none; height:25px; width:25px; list-style-type:none; margin:0; padding:0 10px 0 0; float:left} 
.sn span{height:25px; width:25px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 -25px;}



