@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #f2f2f2; 
}
.page {
	font-size: 1em;
}

h1 { font-size: 2em; color: #000; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 {
	font-size: 1.4em;
	color: #000;
	margin: 0px 0px .5em 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	color: #000;
	margin: 0em 0px .25em 0px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
p { margin: 0px 0px 1em 0px; font-size: 1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a {
	color:#0F198C;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { text-decoration:underline; }

.content_sidebar h3 { color: #000; margin-bottom: 10px; }
.content_sidebar p, .content_sidebar li {
	color: #fff;
	text-align: left;
}
.content_sidebar a { color: #0F198C; }
.content_sidebar a:hover { color: #f52d1b; }
#onlinebooking {
		font-size: .8em;
		text-align: right;
	}

/* Layout */

.page { 
	position: relative;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	max-width: 980px;
	background-color: #fff;	
	padding: 0px 0px 0px 0px;
	-webkit-box-shadow: 0 0px 15px 8px #666;
	   -moz-box-shadow: 0 0px 15px 8px #666;
	        box-shadow: 0 0px 15px 8px #666;
}
.page header {
	border-bottom: 2px solid #333;
	padding: 15px 0px 15px 0px;
	font-size: .9em;
	color: #000;
	background-color: #fff;
	line-height: 1em;
}

.page .page_content { background-color: #fff; padding: 0px; border-top: 2px solid #000; }
.page .page_content .page_content_container_left {
	width: 70%;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
}
.page .page_content .page_content_container_right { width: 30%; float: left; margin: 0px; padding-right: 0px; }
.page .page_content .content {
	margin: 20px 20px 20px 20px;
	padding: 0px;
}
.page .page_content .content_sidebar {
	margin: 15px 10px 20px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	background: #333;
	color: #fff;
	font-weight: bold;
}
.page .page_content .content_sidebar #badge {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-color: #fff;
	border: double;
	border-color: #060;
	width: 80%;
	padding: 5px;
}
.page .page_content #room_nav {
	margin: 10px 0px 10px 0px;
	padding: 15px 10px 15px 10px;
	border: 1px solid #999;
	background: #fff;
	color: #000;
	text-align: center;
	background-color: #fff;
	background: -moz-linear-gradient(top, #ffffff 60%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fff), color-stop(90%,#e6e6e6));
	border: 1px solid #e6e6e6;
	position: relative;
	display: block;
}
.page .page_content #room_nav:hover { text-decoration: none; color: #333; }
.page .page_content #room_nav_current {
	margin: 10px 0px 10px 0px;
	padding: 15px 10px 15px 10px;
	border: 1px solid #999;
	background: #fff;
	color: #000;
	text-align: center;
	background-color: #fff;
	background: -moz-linear-gradient(top, #999 10%, #ddd 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#999), color-stop(60%,#F4F4F4));
	border: 1px solid #333;
	position: relative;
	display: block;
}
.page .page_content #room_nav_current:hover { text-decoration: none; color: #333; }
.page #guestrooms {
	position: absolute; top: 10px; right: 10px; text-align: right;
	width: 55%;
}
.page #book1 {
	display: block;
	font-size: .9em;
	background-color: #fff;
	background: -moz-linear-gradient(top, #ffffff 60%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fff), color-stop(90%,#e6e6e6));
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #999;
	padding: 20px 20px 20px 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	margin: 5px 2px 4px 2px;
}
.page #current {
	display: block;
	font-size: .9em;
	background-color: #fff;
	background: -moz-linear-gradient(top, #999 10%, #ddd 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#999), color-stop(60%,#F4F4F4));
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #666;
	padding: 20px 20px 20px 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	margin: 5px 2px 4px 2px;
}
.page #book1:hover { color: #333; }
.page #book2 {
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: .9em;
	text-align: center;
	background-color: #9CF;
	background: -moz-linear-gradient(top, #9CF 60%, #09F 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#9CF), color-stop(90%,#09F));
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	color: #fff;
	padding: 20px 20px 20px 20px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 0px 4px 2px;

}
.page #book2:hover { color: #005B93; }
.page nav { 
margin-left: 10px;
z-index: 100000;
}
.page nav a {
	padding: 15px 20px 15px 20px;
	font-size: .9em;
	background-color: #fff;
	background: -moz-linear-gradient(top, #ffffff 60%, #f5f5f5 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(90%,#f5f5f5));
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	margin: 0px 0px 0px 0px;
	font-size: 1.15em;
}
.page nav a:hover { color: #333 }
.page footer {
	display: block;
	border-top: 2px solid #999;
	margin-top: 15px;
	padding: 100px 0px 10px 0px;
	font-size: .7em;
	color: #000;
	background-color: #FFFFFF;
	line-height: 125%;
}
.page footer #decor {
	position: absolute; bottom: 135px; right: -6px;
}
.page footer #contact_icons {
	position: absolute; bottom: 10px; right: 10px;
	width: auto;
}
.page footer #contact_icons img{
	height: 35px;
	width: 35px;
	padding: 3px;
}
.page footer #social_media {
	position: absolute; bottom: 3px; right: 0px;
	width: auto;
}
.page footer #social_media img{
	height: 35px;
	width: 35px;
	padding: 3px;
}
.page footer #copyright{
	position: absolute; bottom: 5px; left: 10px;
	padding-top: 15px;
}
.clear_both { clear: both; line-height: 1px; }
.gallery_pic {
	height: 100%;
	width: auto;
	overflow: hidden
}
.page #galleria{
	width: 100%;
	height: 300px;
}
#logo {
		width: 250px;
		height: auto;
	}
.Side_Bar_Quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #cc9966;
}

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body {
	padding: 0px;
	-webkit-text-size-adjust: none;
}
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	.page header { text-align:left; padding: 10px; font-size: 1.15em;}
	.page .page_content { margin-top: 0px; }
	.page .page_content .page_content_container_left { width: inherit; float: none; margin: 0px; padding-top: 0px;}
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page .page_content .content { margin: 20px 10px 20px 10px; }
	.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	.page .page_content .content_sidebar figure { width: 30%; float: right; margin-left: 15px; }
	.page #guestrooms {
		position: static; /*top: 155px; left: 0px; text-align: left;*/
		width: 100%
	}
	.page #book1 {
		color: #999;
		border: 1px solid #ddd;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: inline-block;
		margin: 0px 10px 15px 10px;
		display: block;
		background-color: #fff;
		background: -moz-linear-gradient(top, #ffffff 60%, #cccccc 90%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(90%,#cccccc));
		border-radius: 5px;
	}
	.page #current {
		color: #666;
		border: 1px solid #ddd;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: inline-block;
		margin: 0px 10px 15px 10px;
		display: block;
		background-color: #fff;
		background: -moz-linear-gradient(top, #999 10%, #ddd 60%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#999), color-stop(60%,#F4F4F4));
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	.page #book2 {
		color: #fff;
		border: 1px solid #68230b;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: block;
		margin: 0px 10px 0px 10px;
		display: block;
		background-color: #9CF;
		background: -moz-linear-gradient(top, #9CF 60%, #09F 90%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#9CF), color-stop(90%,#09F));
		border: 1px solid #e6e6e6;
		border-radius: 5px;
	}
	.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: center;
	}
	.page nav a {
		color: #999;
		border: 1px solid #ddd;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		margin: 15px 10px 15px 10px;
		display: block;
		background-color: #fff;
		background: -moz-linear-gradient(top, #ffffff 60%, #cccccc 90%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(90%,#cccccc));
		border-radius: 5px;
	}
	.page nav a:hover { color: #999; }
	.page footer {
		font-size: .8em;
		border-top: none;
		border-left: none;
		border-right: none;
		line-height: 200%;
		text-align:center;
		margin-top: 0px;
		padding: 0px 0px 20px 0px;
	}
	.page footer #copyright{
		position: inherit;
		padding-top: 5px;
	}
	#onlinebooking {
		display: none;
	}
	.page .page_content .page_content_container_left #video {
		width: 100%;
		height: 200px;
	}
	.page footer #decor {
		position: static;
		margin-bottom: 10px;
		width: 100%;
		height: auto;
	}
	.page footer #contact_icons {
		position: static;
		margin: 5px;
	}
	.page footer #contact_icons img{
		height: 50px;
		width: 50px;
	}
	.page footer #social_media {
		position: static;
		margin: 5px;
	}
	.page footer #social_media img{
		height: 50px;
		width: 50px;
	}
	.page footer #footer_address{
		position: static;
		padding: 5px;
	}
	.page #galleria {
		position: static;
	}
	#logo {
		width: 250px;
		height: auto;
	}
}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {
	body { padding: 0px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	.page header {
		width: 100%;
		font-size: 1.15em;
		padding-left: 10px;
	}
	.page nav a {
		margin-right: 5px;
		padding: 5px 9px 5px 9px;
		font-size: .8em;
		text-align: center;
	}
	.page .page_content {
		padding-top: 0px;
		font-size: .9em;
	}
	.page .page_content .page_content_container_left { padding-top: 20px;}
	.page .page_content #room_nav {
		margin: 10px 0px 10px 0px;
		padding: 15px 10px 15px 10px;
		font-size: .9em;
	}	
	.page #guestrooms {
		padding-top: -5px;
		width: 55%;
	}
	.page #book1 {
		border-color: #ddd;
		margin-left: 5px;
		padding: 12px 10px 12px 10px;
		font-size: 0.9em;
	}
	.page #current {
		border-color: #999;
		margin-left: 5px;
		padding: 12px 10px 12px 10px;
		font-size: 0.9em;
	}
	.page #book2 {
		border-color: #ddd;
		margin-left: 5px;
		padding: 12px 10px 12px 10px;
		font-size: .9em;
	}
	.page #galleria{
		position: static;
	}
	.page .page_content .page_content_container_left #video {
	width: 45%;
	height: auto;
	margin: 5px;
	padding: 0px;
	float: left;
	}
	#logo {
		width: 250px;
		height: auto;
	}
}
	

/* Large Screen Rules */
@media screen and (min-width: 801px) and (max-width: 10000px) {
	body { padding: 0px;
		background: url(../images/background.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	 }	
	.page {
		margin: 0, auto;
		padding: 0px;
		font-size: 1.15em;
	}
	.page header {
		height: auto;
		padding-top: 10px;
		padding-left: 10px;
		font-size: 14pt
	}
	.page #guestrooms {
		width: 70%;
	}
	.page #galleria{
		width: 100%;
		height: 350px;
		padding-bottom: 0px;
	}
	.page nav a {
		text-align: center;
		vertical-align: middle;
		font-size: 1em;
	}
	.page .page_content .content {
		margin-top: 30px;
		
	}
	.page .page_content .page_content_container_left #video {
		width: 49%;
		height: 315px;
	}

	.price {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.2em;
		font-style: normal;
		font-weight: normal;
	}
	.price_options {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.1em;
		font-style: italic;
		line-height: 1.4em;
		color: #999;
	}
}

