/*
Theme Name: WordPress Prancing Horse
Author: the Guaranteed SEO team
Author URI: http://www.guaranteedseo.com/
Version: 1.0
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
	margin:0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    vertical-align: bottom;
    border: 0;
    outline: none;
}

.clear {
    *zoom:1;
}

/* For modern browsers */
.clear:before,
.clear:after {
    content:"";
    display:table;
}

.clear:after {
    clear:both;
}
.clear-right{
	clear:right;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*  Core
===============================================================*/

body{
	background: url(images/Bg_Pattern.jpg) repeat-y center #21140c;
	color:#C1806C;
	font-size:18px;
}

#wrapper{
	width:960px;
	margin:0 auto;
}

#header{
	position:relative;
}
#logo{
	background: url(images/logo.png) no-repeat;
	width:415px;
	height:90px;
}
#logo a{
	display:block;
	height:100%;
}
#header-reservation{
	position:absolute;
	right:0;
	top:-50px;
	z-index:100;
}
#h-r-button{
	background: url(images/reservation.png) no-repeat;
	width:286px;
	height:72px;
	cursor:pointer;
}
#h-r-body{
	background: url(images/reservation-top.png) repeat-y;
	height:50px;
	width:286px;
}
.btn {	
	background:url(images/bg-btn.png) repeat-x;
	margin-left:62px;
	text-decoration: none;
	border:none;
	color:#21140C;
	font-weight:bold;
	cursor:pointer;
	font-size:15px;
}
.btn-sidebar {	
	background:url(images/bg-btn.png) repeat-x;
	margin-left:35px;
	text-decoration: none;
	border:none;
	color:#21140C;
	font-weight:bold;
	cursor:pointer;
	font-size:15px;
}
#social{
	position:absolute;
	right:0px;
	bottom: 35px;
}

a.btn-link:hover img {
	zoom: 1;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.social_buttons img {
	height: 30;
	width: 30;
	padding-right:15px;
}


/*********************** Navigation ********************/
#header-nav{
	color:#C1806C;
	float:right;
	position:relative;
	margin-top: 15px;
}
#header-nav ul{
	margin:0;
}
#header-nav li{
	float:left;
	list-style:none;
}
#header-nav li a{
	color:#C1806C;
	display:block;
	font-size:15px;	
	padding:5px;
	margin:2px;
	text-decoration:none;
}
#header-nav li a:hover, #header-nav .current_page_item a {
	color:#E1C3BA;	
}
#header-nav li ul{
	position:absolute;
	z-index:100;
	display:none;
	background: url(images/bg-content.png) repeat;
	padding:0;
}
#header-nav li:hover ul{
	display:block;
}
#header-nav li li{
	clear:left;
	width:100%;	
}
#header-nav li li:hover a{
	color:#fff;
}


/**************************   ********************/
#header-specials{
	position:absolute;
	left:0px;
	top:80px;
	z-index:200;
}
#h-s-button{
	background: url(images/specials.png) no-repeat;
	width:208px;
	height:69px;
	cursor:pointer;
}
#h-s-button:hover{
	background-position:0 -71px;	
}
#h-s-body{
	background: url(images/specials.png) 0 -148px no-repeat;
	width: 155px;
    height: 370px;
    display: none;
    padding: 10px 25px 20px 28px;
}
#reserv_form_header{
	width:177px;
	margin-left:55px;
}
#reserv_form_header .date{
	width:90px;
}
#reserv_form_header label {
	float:left;
	margin: 10px 0;
	width: 72px;
	text-align:left;
}
#reserv_form_header  select {	
	float:left;
	margin:10px;
	background-color:#C69E8D;
}
#reserv_form_header input[type="submit"] {	
	background:url(images/bg-btn.png) repeat-x;
	height:22px;
	border:none;
	color:#21140C;
	font-weight:bold;
	cursor:pointer;
	font-size:12px;
}
#reserv_form_header{
	text-align:center;
}
/***********************  Slider ***********************/
#slider-wrapper{
	position:relative;
	height:400px;
}
#slider-sh{
	background: url(images/slider-over-sh.png) repeat-y;
	width:102px;
	height:100%;
	z-index:100;
	position:absolute;
}
#slider{
	top:0;
	overflow: hidden;
	height: 400px;
}

/***********************  Content ***********************/

#main-content{
	margin-top:10px;
}
#content{
	background: url(images/bg-content.png) repeat;
	width:640px;
	border:1px solid #66362D;
	padding:20px;
	line-height:1.3;
}
#content h1{
	margin: 0;
	font-size:27px;
	font-weight:bold;
	padding: 15px 0;
}
#content h2{
	margin: 0;
	font-size:23px;
	font-weight:bold;
	padding: 5px 0 10px;
}
#content h3{
	margin: 0;
	font-size:20px;
	font-weight:bold;
	padding: 10px 0;
}
#content p{
}
#content a{
	color:#E1C3BA;
	text-decoration:none;
}
#content img , #content iframe{
	padding: 2px;
	margin: 2px;
	border: 1px solid #C1806C;
}
#content img.alignleft {
	margin: 0 10px 10px 2px;
}
#content img.alignright {
	margin: 0 2px 10px 10px;
	float:right;
}
.c-left{
	float:left;
	margin-right: 12px;
}
.c-right{
	float:right;	
}
/********************* sidebar ****************/
#sidebar{
	width:265px;	
	line-height:1.3;
	float:left;
}
aside{
	border:1px solid #66362D;
	padding:15px;
	background: url(images/bg-content.png) repeat;
	margin-bottom:15px;
}
aside a{
	color:#F3DDD6;
}
aside h3{
	text-align:center;
	margin:5px 0 3px;
	color:#F8DCD6;
	font-style:italic;
}
aside h3:before{
	content:url(images/title-left.png);
	padding-right:5px;
	margin-top:5px;
}
aside h3:after{
	content:url(images/title-right.png);
	padding-left:5px;
}
.date{
	width:100px;
	float:right;
	background-color:#C69E8D;
	margin: 10px 0;
}
#reservation label {
	float:left;
	margin: 10px 0;
}
#reservation  select {	
	float:left;
	margin:10px;
	background-color:#C69E8D;
}
#reservation input[type="submit"] {	
	background:url(images/bg-btn-big.png) repeat-x;
	height:30px;
	border:none;
	color:#21140C;
	font-weight:bold;
	cursor:pointer;
}
#reserv-form{
	text-align:center;
}
#activities img{
	border: 1px solid #C1806C;
    width:97%;
    padding:1%;
}

/**************************  Footer  ********************/
#footer{
	margin-top:20px;
	text-align:center;
}
#footer li{
	display:inline-block;
	*display:inline;
	zoom:1;
	
	list-style:none;
}
#footer li a{
	color:#C1806C;
	display:block;
	font-size:12px;	
	padding:5px;
	margin:2px;
}
#footer li a:hover{	
	text-decoration:none;
}



#ui-datepicker-div {
    z-index: 9999!important;
    font-size: 80%;
}

#address
{
text-align: center; 
padding-top: 15px;
}


/**************************  Rates Thumbnails********************/
#content img.wp-image-162
{
	border-width: 0px;
}

.size-thumbnail
{
width: 75px;
height: 75px;
}

/*****************Blog *************************/
.post {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px dashed;
}
#nav-below {
margin-bottom: 10px;
}
.nav-next {
float: right;
}
.nav-previous {
float: left;
}

/*****************Comments *************************/

.commentlist {
	list-style: none;
	margin: 0;
	width: 80%;
}
.commentlist > li.comment {
	background: #3D3221;
	border: 1px solid #66362D;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #3D3221;
	border-top: 1px solid;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 1.625em;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
a.comment-reply-link {
	background: #7A695E;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 3px 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #574437;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
.comment p {
margin: 5px 0 0 10px;
}
/* Comment Form */
#respond {
	background: #3D3221;
	border: 1px solid #66362D;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #694949;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #7A695E;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:hover {
	background: #574437;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/************************Reviews***************/
.review {
margin-bottom: 30px;
}
.review img{
    border:0!important;
    float:left;
    width:50px;
}
.review h3, .review h2, .review h1 {
    padding: 0px!important;
}
.review h2{
    font-size:20px!important;
}
.review h1{
    font-size:23px!important;
}
.review-date {
    margin: 0;
    padding: 0;
}
.review .content p{
    margin-top:0;
}


/************************Packages**************/
.package{
    margin:10px 0 20px;
}
.package p{
    margin:5px 5px;
}
.package a {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-size: 14px
}
.package img {
    border: 1px solid #000;
    width:97%;
    padding:1%;
}

.line-break
{
background-color: #BB7D69;
height: 1px;

}

#line-break-start
{
background-color: #BB7D69;
height: 1px;
margin-top: 115px;
margin-bottom: 0px;
}