﻿/* main css file */

/* html reset -------------------------------------- */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,p,blockquote,UL,LI{margin:0; padding:0;}
input, textarea, select {font-family: Sans-Serif;}
img {border: 0; vertical-align: middle;}

/* functions -------------------------------------- */
.hideIt {display: none;}
.centerIt {text-align: center;}
.rightIt {text-align: right;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* html selectors -------------------------------------- */
html {height: 101%; margin: 0; padding: 0;}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    color: #000;
    width: 100%;
}
a:link {color: #0F2830; text-decoration: underline;}
a:visited {color: #0F2830;}
a:hover {color: #000; text-decoration: underline;}
a:active {color:#0F2830;}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {font-size: 1.5em;}
h1 {font-size: 2em; padding: 0; margin: 0;}
h2 {font-size: 120%; margin: 0 0 5px 0; padding: 0; color: #0F2830; text-transform: uppercase;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6 {font-size: 1em;}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* banner ------------------------------------------ */
#bannerouter {width: 960px; margin: 0 auto; text-align: center;}
#bannertop {margin: 0 auto; text-align: center;}
#bannertop IMG {margin: 0 10px;}

/* top navigation */
#topnav {width: 960px; height: 52px; background: URL(../Images/bg_topnav.jpg); margin: 10px auto 0 auto; padding: 0; text-align: left;}
#topnav UL {float: left; width: 100%; padding: 17px 0 0 40px;}
#topnav LI {list-style: none; display: inline; padding-right: 28px; margin-right: 33px;}
#topnav .last {background: none;}
#topnav A {font-family: Geneva, Tahoma, "Tahoma Bold", sans-serif; font-size: 90%; font-weight: bold; text-transform: uppercase; color: #000;}
#topnav A:hover {text-decoration: underline;}

/* container */
.page, .pageHome, .pageGallery {width: 960px; margin: 0 auto;}
.page {padding: 10px 0 15px 0; background: URL(../Images/bg_header.jpg) no-repeat;}
.pageHome {padding: 10px 0 15px 0; background: URL(../Images/bg_home.jpg) no-repeat;}
.pageGallery {padding: 0 0 15px 0; background: URL(../Images/bg_header_gallery.jpg) no-repeat;}

/* header ------------------------------------------ */
#header, #headergallery {
    color: #fff;
    text-align: right;
    margin: 0 20px;
    font-size: 90%;
}
#header {}
#headergallery {height: 42px; padding: 19px 0 0 0;}
#headergallery .listselect {width: 130px; padding: 2px;}
#headergallery .selectresort {float: right; margin: 0 5px 0 0;
    _margin: 0 3px 0 0; /* targets IE6 */
}
#headergallery .selectresort SPAN {float: left; margin: 2px 10px 0px 10px;
    _margin: 2px 0 0px 10px; /* targets IE6 */
}
#headergallery .timelistselect {width: 150px; padding: 2px;}
#headergallery .selecttime {float: right; margin: 0 5px 0 0;
    _margin: 0 3px 0 0; /* targets IE6 */
}
#headergallery .selecttime SPAN {float: left; margin: 2px 10px 0px 10px;
    _margin: 2px 0 0px 10px; /* targets IE6 */
}
#headergallery .selectdate {float: right; margin: 0 15px 0 10px;}
#headergallery .selectdate SPAN {float: left; margin: 2px 10px 0 10px;
    _margin: 2px 10px 0 10px; /* targets IE6 */
}
#headergallery .selectdate #pickholder {float: left;}

.selectlanguage {margin: 20px 0 0 370px; display: inline; float: left; color: #fff; font-size: 85%; text-transform: uppercase;}
.page .selectlanguage {margin-top: 73px;}
.pageGallery .selectlanguage {margin-top: 20px;}
.selectlanguage IMG {margin: 9px 10px 0 0;}

.skyscraper {float: right; width: 160px; margin-right: 3px;}
.skyscraper IMG {margin-bottom: 10px;}

/* content ------------------------------------------ */
#contentholder, #contentholderB {float: left; font-size: 80%; color: #2B3944; padding: 5px 5px 15px 5px;}
#contentholder {margin: 140px 170px 0 170px; width: 420px; _margin-left: 90px;}
#contentholderB {margin: 75px 0; width: 775px;}
.pageHome #contentholder {margin-top: 100px;}

#contentholder h1 {color: #000; margin: 0; padding: 0;}
#contentholder p {font-size: 105%; color: #4B4B4B; line-height: 1.35;}
#contentholder .btn {border: solid 1px #fff; font-weight: bold; color: #fff; padding: 5px 15px; background: #374B58;}
#contentcolumn {margin-top: 65px; float: left; width: 795px;}

/* home */
#flashholder {float: left; width: 420px; font-size: 80%; color: #2B3944; margin: 80px 0 0 40px; padding: 0;
    _margin-left: 20px;
}

/* links */
.linkslist {margin: 12px 0;}
.linkslist LI {list-style: none; margin-top: 2px;}
.linkslist A {font-weight: bold;}

/* gallery and photos */
#gallery {
        clear: both; 
        margin: 25px 0 10px 5px; 
        *margin: 15px 0 10px 5px; 
        width: 796px; 
        _width: 790px;
}
    .galleryitem {
        text-align: center;
        float: left; 
        height: 110px;
        width: 110px; 
        color: #000; 
        display: inline;
        margin: 0 18px 0 2px; 
        _margin: 0 18px 8px 2px; /* targets IE6 */
    } 
    .galleryitem DIV {text-align: center;} 
    .galleryitem A:hover IMG {border-color: #3D5463;} 
    .galleryphoto {border: 1px solid #aaa; margin: 0; padding: 4px;}
    .galleryphotoselected {border: 1px solid #F00; margin: 0; padding: 4px; opacity:0.3;filter:alpha(opacity=30) }
.wraptocenter {width: 110px; height: 100%;}
.addthisicon {margin: 3px auto;}
.photoLarge {
        text-align: center;
        float: right; 
        padding: 14px;
        display: inline;
        border: 1px solid #999;
        margin: 10px 5px 15px 18px; 
    } 
.photoDetails {text-align: left; padding: 14px;} 
.photoDetails P {margin: 10px 0;} 
.photoDetails LABEL {font-weight: bold; text-transform: uppercase; float: left; display: inline; width: 63px;}

/* admin */
.adminnav {color: #fff; font-weight: bold; margin: 10px 0; padding: 10px 15px; background: #4A7585;}
.adminnav A {color: #fff; font-weight: bold;}
.adminnav A:hover {color: #EDCA00;}
.adtable {margin-bottom: 10px;}
.adtable .header {font-weight: bold; font-size: 110%;}
.adtable TD {padding: 10px; border-bottom: solid 1px #4A7585;}

/* footer -------------------------------------- */
#footer {
    width: 960px;
    border-top: solid 1px #B7CED6;
    color: #999;
    margin: 20px 5px;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    font-size: 80%;
}
.footerlinks A, .footercopy A {color: #0F2830; font-weight: bold; text-decoration: none;}
.footerlinks A:hover, .footercopy A:hover  {color: #0F2830; text-decoration: underline;}
.footerlinks A:visited, .footercopy A:visited {_color: #0F2830;}
.footercopy {float: right; width: 300px; text-align: right;}
.footerlinks {float: left; margin: 0; padding: 0; text-align: left; width: 590px;}
.footerlinks LI {
    display: inline;
    padding: 0 10px 0 0;
    margin: 0 4px 0 0;
    *margin: 0 4px 0 0; /* targets IE6 and 7 */
    border-right: solid 1px #fff; 
}
.footerlinks .last {border-right: none;}
.formholder {list-style: none; margin: 5px 0; padding: 0;}
.formholder LI {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

/* MISC  
----------------------------------------------------------*/
.clear {clear: both;}
.error {color: red;}

LABEL.address {font-weight: bold; text-transform: uppercase; float: left; display: inline; width: 55px;}
.field-validation-error {color: #ff0000;}
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

/* validator/success formatting */
.errorSummary, .successSummary {width: 100%; margin: 10px 0 10px 0; padding: 5px 0; font-weight: bold; font-size: 100%; vertical-align: middle;}
.errorSummary UL, .successSummary UL {list-style: none; margin: 5px 0 0 0; padding: 0 0 5px 0; width: 100%; min-height: 34px;}
.errorSummary LI, .successSummary LI {list-style: none; margin: 0; padding: 8px 0 2px 50px;}
.errorSummary {background: #FFEEEE; border: 1px solid #BF1908; color: #BF1908;} /* pink and red */
.errorSummary UL {background: URL(../Images/Icons/warning.gif) no-repeat;}
.successSummary {background: #BAEEBA; border: 1px solid #016701; color: #016701;}  /* light green and dark green */
.successSummary UL {background: URL(../Images/Icons/success.gif) no-repeat;}
.field-validation-error {color: #BF1908;}
.input-validation-error {border: 1px solid #BF1908 !important; background-color: #ffeeee;}


/* paging */
.pages {clear: both; padding: 0; margin: 0 0 0 0; font-size: 80%;} 
.pages a, .pages span {display: block; float: left; padding: 3px 7px; margin-right: 5px; background: #fff; border: 1px solid #999;}
.pages span.current {border: 1px solid #999; font-weight: bold; background: #1A4755; color: #fff;}
.pages a {border: 1px solid #999; text-decoration: none;}
.pages a:hover {border-color: #999; background: #F0CF00; color: #000;}
.pages a.nextprev {font-weight: bold;}
.pages span.nextprev {border: 1px solid #999; color: #999;}


