@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "League Gothic Regular";
	src: url('/skin/fonts/leaguegothic-webfont.eot');
	src: local('☺'), url('/skin/fonts/leaguegothic-webfont.woff') format('woff'), url('/skin/fonts/leaguegothic-webfont.ttf') format('truetype')/*, url('/skin/fonts/leaguegothic-webfont.svg#webfont8YgemvYy') format('svg')*/;
}

body {
	margin: 0;
	background: #f2edc9 top repeat-x url(/skin/images/body-bg.gif);
}
body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	border: 1px solid #acacac;
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}
select {
	padding: 1px 4px;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #00437b;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	color: #00437b;
	margin: 20px 0 0 0;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #00437b;
}
h3 {
	font-weight: normal;
	font-size: 18px;
	color: #f4b31b;
	margin: 20px 0 0 0;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #f4b31b;
}
h4 {
}
p {
	margin-top: 5px;
}

a:link, a:active, a:visited {
	color: #00437b;
	text-decoration: underline;
}
a:hover {
	color: #00437b;
	text-decoration: none;
}
a.link:link, a.link:active, a.link:visited {
	color: #333333;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #333333;
	text-decoration: none;
	cursor: text;
}

blockquote {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 10px 0;
	padding: 5px 0 5px 55px;
	border-bottom: 1px dotted #dddddd;
	color: #7e7e7e;
}
blockquote p {
	color: #7e7e7e;
}
blockquote .highlight {
	color: #f4b31b;
}
blockquote .details {
	font-size: 11px;
	color: #999999;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}


.notification {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-notification.png);
	border: 2px solid #6DC361;
	color: #6b6b6b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.warning {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-warning.png);
	border: 2px solid #bcbcbc;
	color: #6b6b6b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.error {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-error.png);
	border: 2px solid #EA6B58;
	color: #6b6b6b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* Divider */
.div {
	overflow: hidden;
	height: 0;
	border-bottom: 1px dotted #dddddd;
}


/* Container */
#container {
	width: 956px;
	margin: 0 auto;
}

/* Header - Inc menu and logo */
#header {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 30px 0 36px 0;
}

/* Feature image */
.featureimage {
	background: top center no-repeat url(/skin/images/feature-bg.gif);
	width: 926px;
	margin: 0 auto;
	padding: 15px 15px 7px 10px;
}
.featureimage img {
	display: block;
}
.featureflash {
	background: top center no-repeat url(/skin/images/feature-bg.gif);
	margin: 0 auto;
	padding: 15px 15px 7px 10px;
	width: 926px;
	height: 400px;
}
.feature-bottom {
	background: top center no-repeat url(/skin/images/feature-bg-bottom.gif);
	margin: 0 auto;
	width: 956px;
	height: 8px;
	overflow: hidden;
}

/* Logo */
.logo {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 183px;
}
/* Main Menu */
#menu {
	background: #ef9c11 top repeat-x url(/skin/images/menu-bg.gif);
	margin: 0;
	padding: 0 0 0 200px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 13px 4px 14px 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: #FFFFFF;
}
/* Sub menu */
#menu li ul {
	display: none;
	width: 200px;
	height: auto;
	border: 0;
	position: absolute;
	padding: 10px 0 5px 0;
	margin: 0;
	background: #032e55;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited {
	color: #FFFFFF;
	background: top repeat-x url(/skin/images/menu-bg-hover.gif);
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover,
#menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited, #menu li.sfhover a:hover {
	color: #f0a113;
	background: top repeat-x url(/skin/images/menu-bg-hover.gif);
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	text-transform: none;
	font-weight: normal;
	border: 0;
	background: none;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 5px 15px;
	margin: 0;
}
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited{
	background: none;
	color: #FFFFFF;
}
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	color: #e88c8c;
}
/* Alternate menu option */
#menu li.alt {
	float: right;
	padding: 0;
	background: top right no-repeat url(/skin/images/menu-bg-alt.gif);
}
#menu li.alt a {
	padding: 13px 14px 14px 4px;
}
#menu li.alt a:hover {
	background: none;
	color: #05426f;
}

#booking {
	background: top center no-repeat url(/skin/images/booking-bg.jpg);
	width: 940px;
	height: 156px;
	margin: 0 auto;
	font-size: 13px;
	padding: 4px;
	color: #FFFFFF;
}
#booking h3 {
	margin: 0 0 10px 0;
}
#booking p {
	color: #FFFFFF;
}
#booking input, #booking select {
	color: #666666;
	border: 0;
}

/* Book Online - booking panel */
#booking .panel-booking {
	float: left;
	background: 0 8px no-repeat url(/skin/images/heading-bookonline.gif);
	width: 290px;
	padding: 48px 10px 0 10px;
}
#booking .panel-booking th {
	width: 100px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding: 0 0 5px 0;
}
#booking .panel-booking td {
	color: #FFFFFF;
	padding: 0 0 10px 0;
}

/* Specials panel */
#booking .panel-special {
	float: left;
	width: 380px;
	padding: 10px 0 0 10px;
	font-size: 12px;
}
#booking .panel-special img {
	float: left;
	border: 5px solid #195f97;
	margin-right: 13px;
}
#booking .panel-special a {
	color: #f4b31b;
}
#booking .panel-special p {
	font-size: 12px;
	margin: 0 0 5px 0;
}

/* Newsletter Subscription - newsletter panel */
#booking .panel-newsletter {
	float: right;
	width: 210px;
	padding: 10px 10px 0 0;
	min-height: 36px;
	height: auto !important;
	height: 36px;
}
#booking .panel-newsletter .buttons {
	margin-top: 10px;
}

/* Social media icons */
.socialmedia {
	border-top: 1px solid #335b7d;
	font-size: 16px;
	margin-top: 8px;
	padding-top: 8px;
}
.socialmedia img {
	vertical-align: middle;
	margin: 0 0 0 6px;
}


/* Content */
#content {
	background: #FFFFFF center repeat-y url(/skin/images/content-bg.gif);
	width: 940px;
	padding: 0 8px;
	margin: 0 auto;
	line-height: 22px;
}
/* Highlight - used for highlighting keywords in search results */
#content em.highlight {
	padding: 1px 5px;
	background-color: #db5114;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}


/* Main content - text area */
.content {
	padding: 10px 20px;
}

#content .left {
	float: left;
	width: 600px;
	padding: 10px 20px;
}
#content .right {
	float: right;
	background: #EDEDED;
	width: 280px;
	padding: 10px;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 15px;
	color: #999999;
	font-size: 11px;
}
.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #999999;
	text-decoration: underline;
}


/* PANEL */
.panel {
	background: #ededed;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
}
.panel h3 {
	margin: 0 0 15px 0;
	color: #00437b;
}
.panel input, .panel select {
	width: 170px;
}
.panel .button {
	margin-top: 5px;
	text-align: center;
}
.panel .button input {
	width: auto;
}


/* Panel - Search */
.panel-search {
}
.panel-search input {
	border: 0;
	padding: 3px 5px;
}
.panel-search input.button {
	width: auto;
	border: 0;
	padding: 0;
	vertical-align: middle;
	margin-bottom: 1px;
}



/* Panel - Blog */
.panel.blog {
	color: #555555;
	margin-bottom: 20px;
}
.panel.blog a:link, .panel.blog a:active, .panel.blog a:visited {
	text-decoration: none;
}
.panel.blog a:hover {
	text-decoration: underline;
}
.panel.blog .text-light {
	color: #888888;
	font-size: 11px;
}
.panel.blog ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
.panel.blog li {
	float: left;
	width: 210px;
	margin: 0 0 8px 8px;
	padding: 0 0 12px 0;
	line-height: 16px;
}
.panel.blog li.date {
	width: 38px;
	margin: 0;
	padding: 2px 0;
	border: 0;
	text-align: center;
	background: #00437b;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.panel.blog li.date em {
	font-size: 22px;
	font-style: normal;
	color: #FFFFFF;
}


.panel.blog li.category {
	width: 38px;
	margin: 0;
	padding: 10px 0;
	border: 0;
	text-align: center;
	background: #00437b center center no-repeat url(/skin/images/icon-blog.png);
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.panel.blog .archive li {
	float: none;
	width: auto;
}

.panel.blog a.more {
	display: block;
	margin-top: 10px;
}
.panel.blog .more-link {
	clear: left;
	text-align: right;
	margin: 0 10px;
}
.panel.blog p {
	margin: 0 20px;
}

.panel.blog .rss {
	text-align: center;
}

.panel.blog .tagcloud {
	margin: 0 10px 0 20px;
	padding-bottom: 10px;
	background: bottom repeat-x url(/skin/images/content-right-div.gif);
}

/* Panel - FAQs */
.panel.faqs {
	color: #555555;
	margin-bottom: 20px;
}
.panel.faqs a:link, .panel.faqs a:active, .panel.faqs a:visited {
	font-size: 14px;
	color: #005a99;
	text-decoration: none;
}
.panel.faqs a:hover {
	text-decoration: underline;
}
.panel.faqs ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
.panel.faqs li {
	margin: 0 0 10px 10px;
	padding: 0 0 12px 0;
	line-height: 16px;
	background: bottom repeat-x url(/skin/images/content-right-div.gif);
}

/* Panel - Contact */
.panel.contact {
	color: #444444;
}
.panel.contact p {
	margin: 0 16px;
}
.panel.contact strong {
	color: #005593;
}
.panel.contact img {
	margin-top: 15px;
}
.panel.contact ul {
	list-style: none;
	margin: 0 25px;
	padding: 0;
	line-height: 18px;
}
.panel.contact li {
	margin-bottom: 5px;	
}

/* Photo Gallery / Album Panel */
.gallery {
	margin: 5px auto;
}
.gallery td {
	width: 260px;
	padding: 0 8px 20px 8px;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
	vertical-align: top;
}
.gallery strong {
	font-size: 12px;
	color: #00437b;
}
.gallery img {
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}
.gallery .thumb {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}

/* Google Map Panel */
.map {
}
.map iframe {
}

/* FORM - Standard forms, eg. Enquiry */
.form {
	margin: 15px auto;
}
.form th {
	width: 140px;
	padding: 5px 10px 5px 5px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #dddddd;
}
.form td {
	width: 430px;
	padding: 5px 50px 5px 5px;
	border-bottom: 1px dotted #dddddd;
	color: #999999;
}
.form td em {
	font-size: 11px;
	font-style: normal;
}
.form td.required {
	background: 450px 7px no-repeat url(/skin/images/icon-required.png);
}
.form input, .form textarea {
	width: 415px;
	border: 1px solid #bbbbbb;
	color: #666666;
}
.form input.short {
	width: 215px;
}
.form input.button {
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form table td {
	width: auto;
	border: 0;
	padding-right: 5px;
}

/* Rooms Listing */
.rooms {
	width: 100%;
	margin: 5px auto;
}
.rooms td {
	padding: 10px;
	vertical-align: top;
}
.rooms h3 {
	margin-top: 0;
}
.rooms p {
}
.rooms img {
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}
.rooms .image {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}
.rooms .button {
	padding: 0;
	border: 0;
}

/* Testmonials / Blog comments */
.testimonial {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 10px 0;
	padding: 5px 0 10px 55px;
	border-bottom: 1px dotted #dddddd;
}

/* Entry in a listing - used on Blog and FAQ */
.entry {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #dddddd;
}
.entry .thumb {
	float: left;
	margin: 0 15px 10px 0;
}
.entry .image {
}
.entry .summary {
}
.entry h2 {
	margin: 0;
}
.entry .details {
	font-size: 11px;
	color: #999999;
}
.entry em {
	color: #999999;
}
.comment {
	background: 0px 10px no-repeat url(/skin/images/icon-profile.gif);
	padding: 10px 0 10px 60px;
	border-bottom: 1px dotted #dddddd;
	font-size: 12px;
	line-height: 16px;
	min-height: 48px;
  height: auto !important;
  height: 48px;
}


/* News / Blog Article image*/
.article-image {
	float: right;
	margin: 0 0 10px 10px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}
.article-image img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}

/* FAQ */
.faq {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #dddddd;
}


/* Tariffs Table */
.tariffs-table {
	border-collapse: collapse;
	margin: 10px 0;
}
.tariffs-table th {
	padding: 3px 6px;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}
.tariffs-table td {
	padding: 3px;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	border: 1px solid #FFFFFF;
}





/* Footer - full width */
#footer {
	background: top center no-repeat url(/skin/images/footer-bg.gif);
	font-size: 11px;
	color: #333333;
	padding: 20px 0 10px 0;
	line-height: 20px;
}
#footer .container {
	width: 940px;
	margin: 0 auto;
}
#footer .left {
	width: 300px;
	float: left;
}
#footer .mid {
	float: left;
	width: 330px;
	margin-left: 5px;
}
#footer .right {
	float: right;
	width: 290px;
}
#footer em {
	padding: 0 5px;
	color: #747474;
}
#footer ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
#footer li {
	background: 15px 7px no-repeat url(/skin/images/footer-arrow.gif);
	margin: 0;
	padding: 0 0 0 30px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #00437b;
	text-decoration: none;
}
#footer a:hover {
	color: #00437b;
	text-decoration: underline;
}
#footer .ilaunch {
	display: block;
	margin-top: 10px;
}
#footer .tag {
	padding: 5px 60px 5px 0;
	background: right no-repeat url(/skin/images/etourism-black-75.png);
}

.vcard {
	width: 960px;
	margin: 10px auto 0 auto;
	padding-top: 10px;
	text-align: center;
	color: #666666;
	border-top: 1px dotted #aeaa90;
}


/* Fancybox - lightbox, keep arrows on */
#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
} 
#fancybox-title{ text-align: center; font-size: 14px; }


/* Datepicker - colour changes */
.datepicker_control {
	background: #f4b21a;
}

/* Wraps around the heading, content and map */
.map-wrapper {
}

/* Where the Google Map is inserted */
.map-container {
	width: 98%;
	height: 500px;
	-webkit-box-shadow: 5px 5px 15px #7d7d7d;
	-moz-box-shadow: 5px 5px 15px #7d7d7d;
	box-shadow: 5px 5px 15px #7d7d7d;
}

/* The overlay popup window (which should be display: none by default) */
.map-info {
	display: none;
}

.map-info-window {
	width: 300px;
	min-height: 70px;
	font-size: 12px;
}

/* CAPTCHA - if it's enabled in settings */
.form .captcha {
	width: 70px;
	margin-left: 10px;
}
.form .captcha-message {
	display: block;
	line-height: normal;
	padding-top: 5px;
}

