/* ALL */
a.highlight
{
    color:#7fceee !important;
}
/* HOME */
#home-main-image
{
    position: relative;
    width: 900px;
    padding: 0;
    margin:0;
    z-index: 300;
}

.home-main-slideshow
{
    width: 900px;
    height: 400px;
    overflow:hidden;
    position:relative;
}

#home-main-logos
{
    position: absolute;
    top: 15px;
    left: 22px;
    z-index: 99;
}

#home-main-logos ul
{
    padding: 0;
    margin: 0;
}

#home-main-logos li
{
    list-style: none;
    float:left;
    padding: 0px 3px 0px 0px;
}

/* SEARCH */
#home-search
{
    position: absolute;
    top: 15px;
    right: 20px;
    background: url(/site/images/search-background.png);
    padding: 10px 19px 10px 10px;
    height: 321px;
    width: 225px;
    z-index: 1000;
}

#search form
{
    margin:0;
    padding:0;
}

#search b
{
    font-size: 13pt;
    margin: 0;
    padding: 0px 0px 8px 0px;
    display: block;
}

#search p
{
    margin: 0px 0px 10px 0px;
    padding: 0;
    line-height: 1.3em !important;
    font-size: 8.5pt;
}

#search select
{
    width: 225px;
    margin: 6px 0px;
    font-size: 11pt;
    color: #717074;
}

#search ul
{
    padding: 10px 0 10px 0;
    margin: 0;
    width: 225px;
}

#search li
{
    display: inline;
    list-style-type: none;
    width: 110px;
    height: 10px;
    font-size: 8pt;
    line-height: 1.6em;
    vertical-align: top;
    padding: 0 9px 0 0;
    _padding: 0 5px 0 0;
}

#search li.end
{
    padding: 0;
    width: 110px;
}

#search li input
{
    padding: 0px 0px 8px 0px;
}

/* Search Booking Form - Overrides */
#search-booking-form
{
    padding: 1px 0 0 0;
}
#search-booking-form p
{
    font-size: 9pt;
    padding: 0;
    margin: 15px 0 3px 0;
    font-weight: bold;
}
#search-booking-form p em
{
    font-weight: normal;
    font-style: normal;
}
#search-booking-form select
{

}
#search-booking-form li
{
    width: 100px;
    font-size: 9pt;
    padding: 0px 7px 0px 0px;
}

/* Home Title */
#home-image-bottom
{
    position: absolute;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    height: 6px;
    width: 900px;
    background: url(/site/images/title-top-background.png) no-repeat;
    z-index: 999;
}

#home-title
{
    width: 832px;
    padding: 3px 44px 3px 24px;
    margin: 0;
    background-color: #73C8EC;
}
#home-title h1
{
    color: #717074;
    font-weight: bold;
    font-size: 12pt;
    line-height: 1.2em;
    background-color: #73C8EC;
    display: inline;
}

#home-title-bottom
{
    height: 9px;
    background: url(/site/images/title-bottom-background.png) no-repeat;
}

.home-article
{
    margin: 15px 0 0 0;
    background: url(/site/images/home-article-background.gif) repeat-y;
}

.home-article a
{
    font-size: 9pt !important;
    font-weight: bold !important;
    background: none !important;
    float: none !important;
    color: #717074 !important;
    display: inline !important;
}

.home-article a:hover
{
    color: #fff !important;
}

.home-article b
{
    display: block;
}

.home-article p
{
    padding: 0;
    margin: 0 0 10px 0;
}

.home-article-item
{
    float: left;
    width: 370px;
    margin: 0 100px 0 0;
}

.home-article-item-right
{
    float: left;
    width: 360px;
}


/* FEATURE */
#home-feature
{
    padding: 25px 0px 0px 0px;
    width: 900px;
    display: block;
}

#home-feature b, b.blue-pebble
{
    color: #7FCEEE;
    font-size: 11pt;
    padding: 11px 0px 0px 33px;
    margin: 10px 0px 18px 0px;
    display: block;
    background-image: url(/site/images/pebble-blue.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

#home-feature-item-wrapper
{
    position: relative;
    background-image: url(/site/images/home-feature-background.gif);
    background-repeat: repeat-y;
}

#home-feature p
{
    margin: 15px 0px 20px 0px;
    line-height: 1.3em;
    font-size: 8pt;
}

#home-feature a
{
    margin: 5px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
}

#home-feature a:hover
{
    color: #6FA9B2;
}

#home-feature-item-nav-left
{
    position: absolute;
    left: -17px;
    top: 60px;
    width: 35px;
}

#home-feature-item-nav-right
{
    position: absolute;
    right: -17px;
    top: 60px;
    width: 35px;
}

/* Old */
.home-feature-item
{
    width: 212px;
    height: 145px;
    padding: 11px 12px;
    background-repeat: no-repeat;
}
.home-feature-dine
{
    background-image: url(/site/images/home-feature-dine.png);
}
.home-feature-art
{
    background-image: url(/site/images/home-feature-art.png);
}
.home-feature-rush
{
    background-image: url(/site/images/home-feature-rush.png);
}

/* Feature Adverts */
.feature-advert
{
    width: 218px;
    height: 145px;
    padding: 11px 6px 11px 12px;
    background-repeat: no-repeat;
}
.feature-advert p
{
    font-size: 8pt;
}
.feature-advert a
{
    font-weight: bold;
    font-size: 10pt;
}
.feature-advert a:hover
{
    color: #6FA9B2;
}
.feature-advert-dine
{
    background-image: url(/site/images/home-feature-dine.png);
}
.feature-advert-art-work
{
    background-image: url(/site/images/home-feature-art.png);
}
.feature-advert-rush
{
    background-image: url(/site/images/home-feature-rush.png);
}
.feature-advert-short-break
{
    background-image: url(/site/images/feature-advert-short-break.png);
}
.feature-advert-off-season
{
    background-image: url(/site/images/feature-advert-off-season.png);
}
.feature-advert-ocean-spa
{
    background-image: url(/site/images/feature-advert-spa.png);
}
.talk-to-us {
    clear:both;
    width: 212px;
    padding: 11px 12px;
    margin: 0px 0px 20px 0px;
    background:#7fceee;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
}
.talk-to-us p {
    font-size:14px;
}

/* NEWS */
#home-news
{
    padding: 30px 0px 0px 0px;
    width: 900px;
    display: block;
}
#home-news-item-wrapper
{
    width: 900px;
    background-image: url(/site/images/home-news-background.gif);
    background-repeat:repeat-y;
}
#home-news b
{
    color: #DED1BF;
    font-size: 12pt;
    padding: 11px 0px 0px 33px;
    margin: 10px 0px 10px 0px;
    display: block;
    background-image: url(/site/images/pebble-brown.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.home-news-item
{
    float: left;
    width: 418px;
    position: relative;
    margin: 0px 60px 0px 0px;
}
.home-news-item-right
{
    float: right;
    width: 418px;
    position: relative;
}
.home-news-item-title
{
    position: absolute;
    top: 16px;
    left: 33px;
}
.home-news-content
{
    padding: 0 0 20px 0;
    border-bottom: solid 1px #DED1BF;
}
.home-news-content a
{
    font-weight: bold;
    color: #7FCEEE;
}

.home-news-content a:hover
{
    text-decoration: underline;
}

/* SOCIAL */
#home-social
{
    padding: 0 0 20px 0;
}
#home-social b
{
    color: #52707A;
    font-size: 12pt;
    padding: 11px 0px 0px 33px;
    margin: 10px 0px 10px 0px;
    display: block;
    background-image: url(/site/images/pebble-grey.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#home-social-wrapper
{
    background-image: url(/site/images/home-social-background.gif);
    margin: 20px 0 0 0;
    padding: 0;
}
#home-social strong
{
    font-size: 23pt;
    line-height: 0.9em;
    color: #52707A;
}
#home-social-network
{
    float: left;
    width: 390px;
    padding: 0px 30px;
}
#home-social-network ul
{
    padding: 3px 0px 0px 0px;
    margin: 0;
}
#home-social-network li
{
    display: inline;
    list-style-type: none;
    padding: 0px 4px 0px 0px;

}
#home-social-flickr
{
    float: left;
    width: 390px;
    padding: 0px 17px;
}

#home-social-flickr-text
{
    padding: 0px 13px;
}

/* INFORMATION PAGES */
#info-left-nav ul
{
    padding: 0px 0 10px 34px;
    margin: 0;
    list-style-type: none;
}
#info-left-nav ul li a
{
    background: url(/site/images/nav-info-background.gif) no-repeat;
    line-height: 2.2em;
    padding: 3px 0 25px 0;
}
#info-left-nav ul li a.active
{
    color: #7FCEEE;
    background: url(/site/images/nav-info-background-active.gif) no-repeat;
}
#info-left-nav ul li a.active:hover
{
    color: #717074;
}
/* sub nav */
#info-left-nav ul li ul
{
    margin: 2px 0 0 10px;
    padding: 0;
}
#info-left-nav ul li ul li a
{
    background: none;
    line-height: 1.9em;
}

/* JQuery elements */

/* Toggle (Expand/Collapse) */
.toggle-content
{
}
.toggle-content-show
{
    cursor: pointer;
}
.toggle-content-hide
{
    cursor: pointer;
}

/* Bold Headings */
.blue-pebble
{
    color: #7FCEEE !important;
    background-image: url(/site/images/pebble-blue.gif) !important;
}
.brown-pebble
{
    color: #DED1BF !important;
    background-image: url(/site/images/pebble-brown.gif) !important;
}
.grey-pebble
{
    color: #52707A !important;
    background-image: url(/site/images/pebble-grey.gif) !important;
}

/* Contact Page */
.align-left
{
    float: left;
    width: 280px;
    padding: 0 15px 0 0;
}
.align-right
{
    float: left;
    width: 235px;
}
.align-left p, .align-right p
{
    padding: 0 0 0 34px;
    line-height: 1.5em;
}
.align-right p span
{
    font-weight: bold;
    width: 200px;
    display: inline;
}

