<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Cream / Red Style */

/* Background */
body {
	background:#47bed8 ;
}

.background-wrapper {
}

/* Title decorations */
#title-wrapper .title-dec-left {
	position: absolute;
	left: -50px;
	top: 8px;
	background: url("../../images/dec-left.png") no-repeat;
	width: 38px;
	height: 17px;
}

#title-wrapper .title-dec-right {
	position: absolute;
	right: -50px;
	top: 8px;
	background: url("../../images/dec-right.png") no-repeat;
	width: 38px;
	height: 17px;
}

/* The main colour */
#navigation, #main-menu ul, blockquote, .page-content table, .sidebar table, .ui-tabs .ui-tabs-nav li.ui-tabs-selected, .booknow, .booknow-accompage,
.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-widget-content .ui-state-default:hover, 
.ui-datepicker .ui-widget-header .ui-state-default:hover, .accommodation_img_price, .mobile-booknow {
	border-color: #023859;
}

.title-end, .blog-title .comment-count, .blog-title-single .comment-count, .event-prev .event-prev-date, #ui-datepicker-div .ui-datepicker-header,
.widget .widget-title h5 {
	background: #023859;
}

.button1, .bookbutton {
	background: url("../../images/gradient1.png") #023859 bottom left repeat-x;
}

.button1:hover, .bookbutton:hover {
	background: url("../../images/gradient1h.png") #023859 left bottom repeat-x;
}

.blog-title .comment-count .comment-point,
.blog-title-single .comment-count .comment-point {
	background: url("../../images/comment-point.png") #023859 no-repeat;
}

.slider .flex-direction-nav .flex-prev, .slider .flex-direction-nav .flex-next, #twitter_icon:hover, #facebook_icon:hover, #googleplus_icon:hover, #skype_icon:hover, 
#flickr_icon:hover, #linkedin_icon:hover, #vimeo_icon:hover, #youtube_icon:hover, #rss_icon:hover {
	background-color: #023859;
}

.accordion h4.ui-state-active, .toggle .active, .page-content a, .page-full a, .sidebar a:hover, .blog-title-single h2 a,
.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-widget-content .ui-state-default:hover, 
.ui-datepicker .ui-widget-header .ui-state-default:hover, #footer a:hover, #footer-bottom a:hover, .page-pagination a {
	color: #023859;
}

.widget .widget-title h5:before {
	border-color: #023859 transparent;
}

/* Main colour in rgba format @ 70% transparency */
.flex-caption {
	background: rgba(13, 107, 165, 0.7);
}

/* Main colour in format for IE, "80023859" is the colour #023859, the "80" added to the front give 80% */
.ie8 .flex-caption {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#800D6BA5,endColorstr=#800D6BA5);
}

/* A darker shade of the main colour */
.corner-left { 
	border-top: 20px solid;
	border-color: #025181;
	border-left: 20px solid transparent; 
}

.corner-right { 
	border-top: 20px solid; 
	border-color: #025181;
	border-right: 20px solid transparent;
}

.corner-right-small {
	border-top: 8px solid; 
	border-color: #025181;
	border-right: 8px solid transparent;
}

/* Feature background colour */
.top-bar, .gmap-btn-wrapper, #navigation, .booknow-accompage, .booknow, #footer, .accommodation_img_price, .mobile-booknow {
	background: url("../../images/bgd.png") #0D6BA5;
}

#footer-bottom {
	background: #0D6BA5;
	color: #fff;
}

.booknow-accompage .price-detail, #main-menu li span, .widget .latest-posts-list li .lpl-content h6 span {
	color: #47BED8;
}

#main-menu li, .main-menu-contact-info li, #footer .widget ul li, #footer .widget .wp-tag-cloud li, #footer .widget .wp-tag-cloud li:last-child {
	border-color: #47bed8;
}

#footer {
	color: #fff;
}</pre></body></html>