﻿/* ===== Select colour */
::-moz-selection
{
	color: #fff; 
	background: #a3ae35;
}
::selection
{
	color: #fff;
	background: #a3ae35;
}


/* =============================================================================
   Header
   ========================================================================== */
.group-logo
{
    background: url("/common/template/images/sprite-campbellgrey.png") no-repeat 0 -132px;
}
.group-logo.active
{
    background-position: 0 -188px;
}

#reservations .reservation-button
{
	background-color:#c26543;
}
   
/* ===== Logo */
/*


 =============================================================================
   Home page poster
   ========================================================================== */
   

/* ===== Intro copy */
#intro-poster + #poster .partner
{
	right: 0;
	bottom: 80px;
}
#intro-poster + #poster .intro-text
{
	color: #e1e1e1;
	width: 560px;
	bottom: 40px;
	opacity: 0.95;
	z-index: 1;
}
#intro-poster + #poster .intro-text h1
{
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
/* ===== Partner logo */
#intro-poster + #poster .partner
{
	background: url(/common/template/images/LHW_Master_logo_black.png) no-repeat center 0;
	opacity: 0.8;
	z-index: 1;
}
#intro-poster + #poster .partner img
{
	visibility: hidden;
}
#intro-poster + #poster .intro-text p
{
     color: #222222;
}

/* =============================================================================
   Highlights
   ========================================================================== */
.logo 
{
	background: url("/common/template/images/group-site-header-logo.png") no-repeat scroll left top transparent;
}
.highight-thumbs li.active a, .highight-thumbs li.active h3
{
	border-color:#c26543;
}
.highlight-slides .highlight-text div > a
{
	color: #fff;
	background:url("/common/template/images/sprite-green.png") no-repeat scroll -1px 0 transparent;
	text-shadow: 1px 1px 1px #748EA5;
}
.highlight-slides .highlight-text div p a
{
	color:#a3ae35;
}
.forms input[type=submit], .content > .text .book-now, .btn-type
{
    background: url("/common/template/images/sprite-green.png") no-repeat 0px -33px transparent;
    text-shadow: 1px 1px 0 rgba(63, 98, 132, 0.6);
    
}
 .content > .text .book-now
 {
     background-position:0 -1px
 }