/* ============================================
   CYCA WEBSITE - SIMPLIFIED CSS
   Restored 3-Column Layout
   ============================================ */

/* --------------------------------------------
   RESET & BASE
--------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    border: 0;
}

/* --------------------------------------------
   UTILITIES
--------------------------------------------- */
.clearFloat {
    clear: both;
}

.floatRight {
    float: right;
}

/* --------------------------------------------
   BODY & LINKS
--------------------------------------------- */
body {
    font: 12px Arial, Geneva, sans-serif;
    color: #333;
    background: #fff url(images/siteBackground.jpg) no-repeat top center fixed;
}

a {
    text-decoration: none;
    color: #7DA2EB;
}

a:hover {
    text-decoration: underline;
}

/* --------------------------------------------
   TYPOGRAPHY
--------------------------------------------- */
h1 {
    font: normal 44px/46px Georgia, serif;
    color: #fff;
}

h1 span {
    color: #001540;
}

h1.logo {
    position: absolute;
    top: 80px;
    left: 0;
}

h1.notIndex {
    font: normal 37px Arial, sans-serif;
    color: #001540;
    padding-bottom: 30px;
}

h2 {
    font: normal 27px Georgia, serif;
    color: #fff;
}

h2.latestNews {
    font-size: 34px;
    color: #06225A;
    padding: 10px 0 15px 8px;
    width: 230px;
}

h2.raceDetails {
    padding: 30px 20px;
}

h3 {
    font: normal 24px Arial, sans-serif;
    color: #000;
    padding: 30px 0 20px;
}

/* --------------------------------------------
   LAYOUT CONTAINERS
--------------------------------------------- */
#shell {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/* --------------------------------------------
   HEADER
--------------------------------------------- */
#logo {
    position: relative;
    width: 960px;
    height: 140px;
    z-index: 10;
}

#logo img#gannet {
    position: absolute;
    top: 0;
    left: 590px;
}

#sailNumberLink {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 42px;
    background: #001134;
    color: #9CD1FF;
    font: 22px Georgia, serif;
    padding: 17px 20px 0 0;
    text-align: right;
}

#sailNumberLink span {
    color: #fff;
}

#sailNumberLink img {
    position: absolute;
    top: 13px;
    right: 10px;
}

/* --------------------------------------------
   MAIN NAVIGATION
--------------------------------------------- */
#topNavHolder {
    height: 48px;
    width: 960px;
    position: relative;
    z-index: 5;
}

#topNavHolder ul {
    list-style: none;
    width: 960px;
    height: 48px;
    background: url(images/menuBackground.jpg) repeat-x;
}

#topNavHolder ul li {
    float: left;
    height: 48px;
    border-left: 1px solid #000;
    border-right: 1px solid #4E6592;
}

#topNavHolder ul li:first-child {
    border-left: none;
}

#topNavHolder ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 16px;
}

#topNavHolder ul li a:hover {
    color: #EFD169;
}

#topNavHolder ul li:last-child {
    position: absolute;
    right: 0;
}

/* --------------------------------------------
   MAIN CONTENT AREA
--------------------------------------------- */
#contentMain {
    width: 960px;
    margin: 0 auto;
    background: #001540;
    position: relative;
}

/* Not index pages (most pages) */
#contentMain.notIndex {
    background: #fff url(images/topShadow.jpg) no-repeat top left;
    border: 4px solid #001540;
    border-top: none;
    width: 906px;
    padding: 40px 20px 0 26px;
}

#contentMain.notIndex p {
    color: #333;
}

/* --------------------------------------------
   3-COLUMN LAYOUT (Right Col, Left Col)
--------------------------------------------- */
#rightCol {
    width: 592px;
    float: right;
    position: relative;
    right: 7px;
}

#leftCol {
    width: 360px;
    float: left;
    position: relative;
}

/* Right Column Inset (contains slideshow and news) */
#rightColInset {
    width: 325px;
    float: right;
    position: relative;
    margin-bottom: 7px;
}

/* Left Column Inset (contains race details and search) */
#leftColInset {
    width: 260px;
    height: 572px;
    position: relative;
    border: 1px solid #001540;
    background: url(images/raceDetailsBackground.jpg) repeat-x;
    display: block;
}

/* --------------------------------------------
   SLIDESHOW
--------------------------------------------- */
#slideshowHolder {
    width: 325px;
    height: 236px;
    position: relative;
    border-bottom: 1px solid #fff;
}

#slideshowHolder img {
    width: 325px;
    height: 236px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#slideshowHolder img.show {
    display: block;
}

/* --------------------------------------------
   LATEST NEWS
--------------------------------------------- */
#latestNewsHolder {
    background: #fff url(images/newsHeader.jpg) no-repeat top right;
    min-height: 512px;
    padding: 20px 5px;
    position: relative;
}

#latestNewsHolder .news {
    border-bottom: 1px dotted #373737;
    margin: 10px 9px 0 10px;
    padding-bottom: 5px;
}

#latestNewsHolder .news:last-child {
    border: none;
}

#latestNewsHolder .news p {
    color: #373737;
    width: 280px;
}

#latestNewsHolder .news a {
    display: block;
    font-weight: bold;
    padding: 5px 10px 10px 1px;
}

#latestNewsHolder img.cycaSupport {
    position: absolute;
    bottom: 10px;
    left: 11px;
}

/* --------------------------------------------
   RACE DETAILS (Left Column Inset)
--------------------------------------------- */
#raceDetails {
    width: 245px;
    position: relative;
    height: 374px;
    overflow: auto;
    margin-left: 14px;
    padding-right: 5px;
    color: #fff;
}

#raceDetails p {
    font-size: 15px;
    padding: 5px 0 5px 56px;
    position: relative;
}

#raceDetails p img {
    position: absolute;
    top: 5px;
    left: 18px;
}

/* --------------------------------------------
   RACE SEARCH
--------------------------------------------- */
#raceSearch {
    width: 250px;
    height: 180px;
}

#raceSearch p {
    color: #fff;
    padding: 20px 0 0 20px;
}

#raceSelector select {
    background: #fff;
    padding: 5px;
    font-size: 11px;
    width: 220px;
    margin-left: 21px;
    margin-top: 10px;
    border: none;
}

#fullEventCalendar {
    position: relative;
    top: 5px;
}

#fullEventCalendar a {
    display: block;
    width: 210px;
    background: #10285B;
    color: #7DA2EB;
    padding: 6px 10px;
    margin: 10px 0 0 20px;
    position: relative;
}

#fullEventCalendar img {
    position: absolute;
    top: -2px;
    right: -7px;
}

/* --------------------------------------------
   CLUB FLEET LINKS
--------------------------------------------- */
#clubFleetLinks {
    margin-top: 38px;
    margin-left: 20px;
}

#clubFleetLinks a {
    display: block;
    width: 210px;
    background: #10285B;
    color: #7DA2EB;
    padding: 6px 10px;
    margin: 20px 0;
    position: relative;
}

#clubFleetLinks a img {
    position: absolute;
    top: -2px;
    right: -7px;
}

#lotteryFunded {
    margin-left: 20px;
}

/* --------------------------------------------
   HAVE YOUR SAY
--------------------------------------------- */
#haveYourSay {
    background: url(images/haveYourSay.gif) no-repeat;
    width: 230px;
    height: 194px;
    display: block;
    margin: 40px auto;
}

#haveYourSay.notIndex {
    position: absolute;
    top: 20px;
    left: 394px;
    margin: 0;
}

#haveYourSay p {
    color: #fff;
    font-size: 15px;
    padding-top: 65px;
    line-height: 1.3;
}

#haveYourSay a {
    display: block;
    width: 160px;
    background: #10285B;
    color: #7DA2EB;
    font: 19px Georgia, serif;
    padding: 7px 10px;
    margin-top: 13px;
}

/* --------------------------------------------
   MAP SECTION
--------------------------------------------- */
#mapHolder {
    position: relative;
}

#map {
    width: 359px;
    height: 574px;
    position: relative;
    background: url(images/fullMap.jpg) no-repeat;
    z-index: 1;
}

/* Marina markers (red dots) */
.marinaLocator {
    width: 6px;
    height: 6px;
    background: url(images/locatorBullet.png) no-repeat center;
    background-size: contain;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

/* Race area markers */
a.raceLocator {
    position: absolute;
    border: 2px solid #f00;
    background: rgba(255, 0, 0, 0.3);
    cursor: pointer;
    z-index: 90;
    display: block;
}

/* Zoom overlay */
#area1_overlay {
    position: absolute;
    left: 180px;
    top: 230px;
    width: 130px;
    height: 90px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #666;
    cursor: pointer;
    z-index: 2;
}

/* Return to main map button */
#mapReturn {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #003366;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 300;
}

#mapReturn:hover {
    background: #004488;
}

/* Zoomed area */
#area1 {
    display: none;
    width: 359px;
    height: 574px;
    position: relative;
}

#area1 span#mapReturn {
    cursor: pointer;
    display: none;
    z-index: 10;
    position: absolute;
    width: 350px;
    padding: 10px 5px;
    background: #f00;
    color: #fff;
    font-weight: bold;
}

/* Map popups */
#marinaDetailsHolder,
#anchorageDetailsHolder {
    display: none;
    position: absolute;
    background: #fff;
    border: 2px solid #003366;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#marinaDetailsHolder {
    width: 250px;
}

#anchorageDetailsHolder {
    width: 320px;
}

#marinaDetailsHolder h2.close,
#anchorageDetailsHolder h2.close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #f00;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
}

#marinaDetailsHolder div,
#anchorageDetailsHolder div {
    padding: 15px;
}

/* --------------------------------------------
   ANCHORAGES
--------------------------------------------- */
#anchorages {
    width: 960px;
    height: 400px;
    overflow: auto;
    background: #D0E3B5;
    position: relative;
}

#anchorages a.anchorageLocator {
    width: 10px;
    height: 10px;
    background: url(images/locatorBullet.png) no-repeat center;
    background-size: contain;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

#anchorageDetailsHolder {
    display: none;
}

/* --------------------------------------------
   ADVERTS
--------------------------------------------- */
#adverts img {
    display: inline-block;
    margin: 20px 0 20px 9px;
}

/* --------------------------------------------
   FOOTER
--------------------------------------------- */
#commonFooter {
    background: #001540;
    position: relative;
    padding: 20px;
}

#commonFooter img.cycaSupport {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#footerLink {
    text-align: center;
    color: #fff;
    padding: 10px;
}

#footerLink a {
    color: #fff;
    font-size: 10px;
}

/* --------------------------------------------
   TABLES & LISTS
--------------------------------------------- */
ul.documentList {
    list-style: none;
    width: 315px;
    margin-top: 15px;
}

ul.documentList li {
    height: 28px;
    width: 300px;
    position: relative;
    background: url(images/docListBackground.jpg) repeat-x;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    padding: 5px 0 0 5px;
    margin-bottom: 15px;
}

ul.documentList li a {
    display: block;
    background: url(images/chromeButton.gif) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -4px;
    right: -12px;
}

table.usefulContacts {
    width: 900px;
    border-right: 1px solid #fff;
    position: relative;
    left: -2px;
}

table.usefulContacts td {
    padding: 3px 5px;
    vertical-align: top;
}

table.usefulContacts td a {
    text-decoration: underline;
}

.zebra tr:nth-child(even) {
    background: #ccc;
}

/* --------------------------------------------
   NEWS & ARTICLES
--------------------------------------------- */
.newsHolder {
    margin-bottom: 20px;
}

.newsItem {
    padding-bottom: 20px;
    border-bottom: 1px dotted #F91616;
    width: 570px;
    position: relative;
}

.newsItem a {
    font-weight: bold;
    color: #333;
}

.newsItem a:hover {
    text-decoration: underline;
}

.removeBorder {
    border-bottom: none;
}

.dottedGrey {
    border-bottom: 1px dotted #ccc;
}

.newsImage {
    width: 315px;
    float: right;
}

.newsHolder h2 {
    font-family: arial;
    font-size: 25px;
    color: #001540;
    padding-bottom: 12px;
}

.newsHolder h2.contacts {
    font-family: georgia;
    font-size: 28px;
    color: #06225A;
    padding: 10px 0 5px;
}

/* --------------------------------------------
   HANDICAP TABLES
--------------------------------------------- */
table#allowances,
table#allowancesRef {
    border: 1px solid #ececec;
    width: 550px;
    margin-bottom: 30px;
    border-collapse: collapse;
    background: #f1f1f1;
}

table#allowances th,
table#allowancesRef th,
table#allowances td,
table#allowancesRef td {
    padding: 3px 5px 3px 10px;
    text-align: left;
}

/* --------------------------------------------
   MISCELLANEOUS
--------------------------------------------- */
img#contentMainLowerShadow {
    position: relative;
    left: -26px;
}

#topShadow,
#bottomShadow {
    display: none;
}