/*
contents:
  MAIN_SECTION
    plain
    common
    layout
    custom
  ALT_MEDIA_SECTION
  PAGE_SECTION
*/

/** color_palette **/
  /* #000000; /* black */
  /* #ffffff; /* white */
  /* #ff0000; /* red */
  /* #cfcfcf; /* bg_lt_gray */


/** MAIN_SECTION **/
/** plain **/
body {
  font-size: 62.5%; /* 1.0em equals 10px */ 
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background-image: url(img/bg/2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: black;
  background-color: #cfcfcf; /* bg_lt_gray */
}
p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 0 0.5em;
  padding: 0;
}
a img, a:link img {
  border: none;
}
a:link,
a:visited {
  color: black;
}
a:hover,
a:active {
  color: #ff0000; /* red */
}
h1 {
  font-size: 1.6em;
  margin: 0 0 0.5em;
  padding: 0;
}
h2 {
  font-size: 1.4em;
  margin: 0.5em 0 0 ;
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
td h2,
th h2 {
  font-size: 1.27em; /* 1.4/1.1 */
}
h3 {
  font-size: 1.3em;
  margin: 0 0 0.5em;
  padding: 0;
}
td h3,
th h3 {
  font-size: 1.18em; /* 1.3/1.1 */
}
h4,h5,h6 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
td h4, td h5, td h6,
th h4, th h5, th h6 {
  font-size: 1.09em; /* 1.2/1.1 */
}

dt, dd, li {
  font-size: 1.1em;
}

table {
  border-collapse: collapse;
  margin: 0 0 15px;;
}
table td {
  text-align: left;
  font-size: 1.1em;
  padding: 2px;
  vertical-align: top;
}
table th {
  text-align: left;
  font-size: 1.1em;
  padding: 2px;
  vertical-align: top;
}
td td, td th, th td, td p, th p, li li, li p, p li {
  font-size: 1.0em;
}

/** common **/
img.right {
  float: right;
  padding: 0 0 6px 6px;
}
img.left {
  float: left;
  padding: 0 6px 6px 0;
}
.print-huge { font-size: 1.6em; }
.print-large { font-size: 1.4em; }
.print-small { font-size: .9em; }
.print-tiny { font-size: .8em; }
ul.group {
  margin: 0;
  padding: 0;
}
ul.group li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
div.image-with-caption {
  padding: 10px;
}
div.image-with-caption h3, 
div.image-with-caption span, 
div.image-with-caption strong {
  display: block;
  text-align: center;
}
table.full,
div.full {
  width: 716px;
}
div.single {
  margin: 0 auto;
  text-align: center;
}
/* table listing (for 2 column tables)*/
table tr.odd {
  background-color: white;
}
table tr.odd {
  background-color: rgba(255,255,255,0.6);
}
table tr.alternate {
  border: 1px solid black;
}
table tr.alternate {
  border: 1px solid rgba(0,0,0,0.4);
}
  
table.listing tbody th {
  text-align: left;
  width: 190px;
  padding: .7em 0 .7em 7px;
  font-size: 11px;
}
table.listing tbody td {
  width: 398px;
  padding: .7em 0 .7em 7px;
  font-size: 11px;
}
table.listing tbody td table {
  width: auto;
}
table.listing p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
/* end table listing */

/* table report (used for lift status) */
table.report {
  width: 716px;
  border: none;
}

table.report td,
table.report th {
  font-size: 1.1em;
  padding: 3px;
}
table.report td.icon {
  width: 40px;
  text-align: center;
}
table.report td.name {
  width: 150px;
}
table.report td.notes {
  width: 305px;
}
table.report thead td,
table.report thead th,
table.report tr.fake-thead td {
  background-color: black;
}
table.report thead td,
table.report thead th,
table.report tr.fake-thead td {
  background-color: rgba(0,0,0,0.6);
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
}
/* end table report */

/* Grouping: Forms, Other Lists */
span.required {
  color: #ff0000; /* red */
  font-weight: bold;
}

form dl.fieldlist {}

dl.fieldlist dt {
  clear: left;
  float: left;
  width: 155px;
  font-weight: bold;
  text-align: left;
}
dl.fieldlist label {
  font-weight: bold;
}
dl.fieldlist.labels-right dt {
  text-align: right;
}
dl.fieldlist dt.widget {
  text-align: right;
}
dl.fieldlist dd {
  margin: 0px 0px 5px 165px;
}

.widget-error {
  color: #C10435;
  font-weight: bold;
}
.widget-error div.error {
  display: inline;
}

form#frm-publicpicture_upload input.text-widget {
  width: 35em;
}
form#frm-publicpicture_upload input.text-widget.int-field {
  width: 10em;
}
form#frm-publicpicture_upload textarea.textarea-widget {
  width: 35em;
  height: 6em;
}

/* End Grouping: Forms */
span.icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  background-position: -500px 0;
  position: absolute;
}
div.contrast-block {
  background-image: url(img/bg/2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 10px 0;
}
  div.contrast-block-inner {
    background-image: url(img/transparent.png);
    color: white;
    padding: 10px;
  }
  div.contrast-block-inner a:link,
  div.contrast-block-inner a:visited,
  div.contrast-block-inner a:hover,
  div.contrast-block-inner a:active {
    color: white;
  }
ul.float_grid {
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
ul.float_grid li {
  list-style: none;
  margin: 0;
  padding: 6px;;
  float: left;
  width: 130px;
}

  /*
  * jQuery UI CSS Framework
  * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
  * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
  */

  /* Layout helpers
  ----------------------------------*/
  .ui-helper-hidden { display: none; }
  .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
  .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
  .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  .ui-helper-clearfix { display: inline-block; }
  /* required comment for clearfix to work in Opera \*/
  * html .ui-helper-clearfix { height:1%; }
  .ui-helper-clearfix { display:block; }
  /* end clearfix */
  .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


  /* Interaction Cues
  ----------------------------------*/
  .ui-state-disabled { cursor: default !important; }


  /* Icons
  ----------------------------------*/

  /* states and images */
  .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


  /* Misc visuals
  ----------------------------------*/

  /* Overlays */
  .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

  /* Tabs
  ----------------------------------*/
  .ui-tabs { padding: .2em; zoom: 1; }
  .ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
  .ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
  .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
  .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
  .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
  .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
  .ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
  .ui-tabs .ui-tabs-hide { display: none !important; }

/** layout **/
div#page {
  min-width: 960px;
}
div#header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 960px;
  height: 118px;
  background-image: url(img/transparent.png);
  color: white;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
  a#header_logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 318px;
    height: 118px;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  a#header_logo strong {
    display: none;
  }
  div#header_sponsors {
    float: right;
    height: 118px;
    padding: 33px 20px 34px;
  }
  div#header_sponsors img {
    padding: 0 20px;
  }
  
div#content {
  margin: 144px 0 57px 213px;
}
  div#body {
    position: relative;
    overflow: hidden;
    width: 736px;
    z-index: 10;
    background-image: url(img/transparent_w.png);
    color: black;
    border: 1px solid black;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  div#body-inner {
    padding: 10px;
  }
  div#body h1 {
    margin: 0 0 10px;
    background-image: url(img/bg/2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  div#body h1 span {
    display: block;
    background-image: url(img/transparent.png);
    color: white;
    padding: 5px;
  }
    

div#sidebar {
  position: fixed;
  top: 144px;
  left: 0;
  width: 197px;
  z-index: 10;
  /*overflow: hidden;*/
}
  div#full-nav h2 {
    background-image: url(img/transparent.png);
    color: white;
    border: 1px solid white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 0;
    text-align: right;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 0 10px;
  }
    ul#nav { /* .sf-menu */
      margin: 0 0 10px;
      padding: 0;
    }
    .sf-menu ul {
      position: absolute;
      top: -999em;
      width: 137px;
    }
    .sf-menu li {
      position: relative;
      list-style: none;
      text-transform: uppercase;
      margin: 0 0 10px 0;
      background-image: url(img/transparent_w.png);
      color: black;
      border: 1px solid black;
      border: 1px solid rgba(0, 0, 0, 0.5);
    }
    .sf-menu li:hover {
      visibility: inherit; /* fixes IE7 'sticky bug' */
    }
    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
      left: 137px;
      top: -1px;
      z-index: 99;
    }
    .sf-menu li:hover,
    .sf-menu li.sfHover {
      background-color: white;
      /*background-color: rgba(255,255,255,0.8);*/
    }
    ul.sf-menu li:hover li ul,
    ul.sf-menu li.sfHover li ul {
      top: -999em;
    }
    ul.sf-menu li li:hover ul,
    ul.sf-menu li li.sfHover ul {
      left: 170px;
      top: -1px;
    }
    ul.sf-menu li li:hover li ul,
    ul.sf-menu li li.sfHover li ul {
      top: -999em;
    }
    ul.sf-menu li li li:hover ul,
    ul.sf-menu li li li.sfHover ul {
      left: 170px; /* match ul width */
      top: -1px;
    }
    ul#nav li.top-menuitem { /* 137 w */
      text-align: right;
      margin: 0 60px 10px 0;
      border-left: 0;
    }
    .sf-menu ul li {
      text-align: left;
      margin: 0 0 5px -35px;
      zoom: 1;
    }
    .sf-menu a {
      padding: 10px;
      display: block;
      position: relative;
      text-decoration: none;
    }
    .sf-menu ul li a {
      padding: 5px 24px 5px 5px;
    }
    .sf-menu a.top-item:link,
    .sf-menu a:visited {
      color: black;
    }
    .sf-menu a:hover,
    .sf-menu a:active {
      color: #ff0000; /* red */
    }
    .sf-menu a.dad span.icon {
      background-position: -48px 0;
      right: 0px;
      top: -2px;
    }
    .sf-menu a.top-item span.icon { /* .dad */
      top: 4px;
    }


    
div#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  width: 100%;
  zoom: 1;
}
  div#footer_main {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    overflow: hidden;
    width: 100%;
    background-image: url(img/transparent_w.png);
    color: black;
    border-top: 1px solid black;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: right;
    min-width: 960px;
  }
    div#subscription-block {
      margin: 0;
      padding: 0;
      float: left;
      width: 15em;
      font-size: 1.2em;
      display: inline;
    }
    div#footer-links {
      display: inline;
      font-size: 1.2em;
    }
    div#subscription-block a,
    div#footer-links a {
      line-height: 24px;
      padding: 0 39px 0 15px;
      position: relative;
      text-decoration: none;
    }
    div#subscription-block a span.icon,
    div#footer-links a span.icon {
      background-position: -48px 0;
      right: 0;
      top: -5px;
    }
    div#footer-links a.last span.icon {
      display: none;
    }

    div#social_network-links {
      display: inline;
      font-size: 1.2em;
    }
    div#social_network-links a {
      line-height: 24px;
      padding: 0 20px 0 29px;
      position: relative;
      text-decoration: none;
    }
    div#social_network-links span.icon {
      left: 0;
      top: -5px;
    }
    div#social_network-links a#facebook-link span.icon {
      background-position: -72px 0;
    }
    div#social_network-links a#twitter-link span.icon {
      background-position: -96px 0;
    }
      

/** custom **/
div#cboxOverlay { 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:30;
  background-image: url(img/transparent.png);
}
div#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index:30;
  margin: 0 auto 0;
  background-image: url(img/transparent.png);
  color: white;
  border: 1px solid white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px !important;
}
  div#cboxWrapper {
  }
  div#cboxWrapper iframe#cboxIframe {
    width: 100%;
    height: 100%;
    background-image: url(img/transparent_w.png);
    color: black;
  }

  div#cboxTopLeft,
  div#cboxTopCenter,
  div#cboxTopRight,
  div#cboxMiddleLeft,
  div#cboxMiddleRight,
  div#cboxBottomLeft,
  div#cboxBottomCenter,
  div#cboxBottomRight {
    display: none;
  }
  #cboxContent {
    position: relative;
  }
    #cboxLoadedContent{
    }
    #cboxTitle {
      position: absolute;
      left: 0;
      top: -2.5em;
      font-size: 1.1em;
      line-height: 1.4em;
      font-weight: bold;
    }
    #cboxAuthor {
      position: absolute;
      right: 0;
      bottom: -2.5em;
      font-size: 1.1em;
      line-height: 1.4em;
      font-weight: bold;
    }
    #cboxDesc {
      position: absolute;
      background-image: url(img/transparent.png);
      color: white;
      border: 1px solid white;
      border: 1px solid rgba(255, 255, 255, 0.5);
      left: 0;
      bottom: 0;
      font-size: 1.1em;
      line-height: 1.4em;
      padding: 5px;
      margin: 0 auto;
    }
    #cboxCurrent {
      padding: 15px 0 0;
      margin: 0 0 0 -10px;
    }
    #cboxNext {
      right: 0;
    }
    #cboxClose,
    #cboxNext,
    #cboxPrevious {
      position: absolute;
      background-image: url(img/transparent_w.png);
      color: black;
      border: 1px solid black;
      border: 1px solid rgba(0, 0, 0, 0.8);
      top: 50%;
      font-size: 1.1em;
      padding: 5px;
      cursor: pointer;
    }
    #cboxPrevious {
      left: 0;
    }
    #cboxClose {
      top: 0;
      right: 0;
    }
      

/* forecasts-group */
div#forecasts-group {
  width: 362px;
  padding: 14px 0;
  margin: 20px auto;
  background-image: url(img/transparent.png);
  color: white;
  border: solid 1px #666666; /* dark gray */
  overflow: hidden;
  position: relative;
  zoom: 1;
  -moz-box-shadow: 0px 0px 8px #000;
  -webkit-box-shadow: 0px 0px 8px #000;
  box-shadow: 0px 0px 8px #000;
}
div#forecasts-group div.forecast-box {
  width: 120px;
  float: left;
}
div#forecasts-group div.forecast-box-middle {
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
}
div#forecasts-group div.forecast-box h3 {
  text-align: center;
  margin: 0 0 0.5em;
  font-size: 1.4em;
  text-shadow: 0px 0px 4px #000; /* drk_blue */
}
div#forecasts-group div.forecast-icon {
  text-align: center;
}
div#forecasts-group div.forecast-icon img {
}
div#forecasts-group div.forecast-summary {
  text-align: center;
  margin: 5px 0 2px;
  font-size: 1.2em;
  text-shadow: 0px 0px 4px #000; /* drk_blue */
}
div#forecasts-group div.forecast-temperature {
  text-align: center;
  color: #eee15e; /* yellow */
  font-size: 1.5em;
  text-shadow: 0px 0px 4px #000; /* drk_blue */
}


/** ALT_MEDIA_SECTION **/

@media print {
  body {
    background-color: white;
    color: black;
    background-image: none !important;
  }
  div.contrast-block {
    border: 1px solid black;
    background-image: none !important;
  }
  div.contrast-block-inner {
    background-image: none !important;
  }
    
  div#page {
    min-width: auto;
    width: 98%;
  }
  div#sidebar,
  div#footer,
  div#header div#header_sponsors {
    display: none;
  }
  div#header {
    position: static;
    background-image: none;
    height: 2em;
    color: black;
    border-bottom-color: black;
  }
  div#header a#header_logo {
    position: static;
    background-image: none;
    display: inline;
    width: 100%;
  }
  div#header a#header_logo strong {
    display: inline;
    font-size: 1.4em;
  }
  div#content {
    margin: 0;
  }
  div#body {
    width: 100%;
    background-image: none;
    border: 0;
    position: static;
  }
  div#body h1 {
    background-color: white;
    color: black;
    background-image: none !important;
  }
  div#body h1 span {
    color: black;
    background-image: none;
  }
  
} /* end media print */

/** PAGE_SECTION **/
/** home-page **/
div#home-page {
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: 560px;
  float: right;
}
div#home-page div#bg_thumbs-block {
  position: fixed;
  right: 0;
  top: 144px;
}
  div#home-page div#bg_thumbs-gallery {
    background-image: url(img/transparent.png);
    color: white;
    border: 1px solid white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 0;
    padding: 10px;
    overflow: hidden;
    zoom: 1;
  }
    div#bg_thumbs-gallery img {
      padding: 0 2px;
      float: left;
      cursor: pointer;
    }

  div#home-page h1 {
    /*
    clear: right;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    font-size: 4.0em;
    margin: 150px 0 0;
    padding: 10px;
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
    */
  }
div#home-page div#media-box-wrapper {
  padding: 0 16px 0 0;
  position: fixed;
  right: 0;
  bottom: 65px;
  overflow: auto;
  zoom: 1;
  min-height: 332px;
}
div#home-page div#media-box {
  width: 340px;
}
  div#media-box ul.ui-tabs-nav li {
    margin: 0 5px -2px -2px;
  }
  div#media-box ul.ui-tabs-nav li a {
    background-image: url(img/transparent_w.png);
    color: black;
    border: 1px solid black;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 0;
    font-size: 2.0em;
    padding: 5px 10px;
    outline: 0;
    z-index: 20;
    position: relative;
  }
  div#media-box ul.ui-tabs-nav li span.border-fix {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 10;
    background-image: url(img/bg/2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  div#media-box ul.ui-tabs-nav li.ui-state-active a {
    background-image: url(img/transparent.png);
    color: white;
    border: 1px solid white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
  }
  div#media-box ul.ui-tabs-nav li.ui-state-active span.border-fix {
    display: block;
  }
  div#media-box div.ui-tabs-panel {
    background-image: url(img/transparent.png);
    color: white;
    border: 1px solid white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 9px;
  }
  div#media-box div#photos ul.float_grid li {
    padding: 0 0 10px;
    text-align: center;
    width: 160px;
    height: 100px;
    overflow: hidden;
  }
  div#media-box div#photos ul.float_grid li img {
    width: 150px;
    height: 100px;
  }

/** weather-page **/
div#weather-page div#forecasts-group-wrapper { /* .contrast-block */
  width: 364px;
  margin: 0 auto;
}
div#weather-page ul.float_grid li {
  width: 167px;
  text-align: center;
}

/** photo_gallery-page **/
div#photo_gallery-page ul.float_grid li {
  width: 130px;
  height: 120px;
  padding: 6px;;
}
div#photo_gallery-page ul.float_grid li img {
  display: block;
  margin: 0 auto;
}

/** events_calendar-page **/
div#events_calendar-page table#calendar_table {
 
}
div#events_calendar-page table#calendar_table td {
  width: 100px;
  height: 100px;
  padding: 2px;
  border: 1px solid black;
  border: 1px solid rgba(0,0,0,0.5);
}
  table#calendar_table strong.day_label {
    display: block;
    float: left;
    background-color: white;
    padding: 2px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    position: relative;
    top: -2px;
    left: -2px;
  }
    
  table#calendar_table span.event_list {
    display: block;
    clear: left;
    padding-bottom: 4px;
    line-height: 1.0em;
  }
  table#calendar_table span.event_list a {
    text-decoration: none;
  }

div#events_calendar-page p.calendar_nav {
  margin: 0 0 20px 0;
  overflow: hidden;
  zoom:1;
}
div#events_calendar-page p.calendar_nav a {
  display: block;
  padding: 4px 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;

}
div#events_calendar-page p.calendar_nav a.prev-link {
  float: left;
}
div#events_calendar-page p.calendar_nav a.next-link {
  float: right;
}
div#events_calendar-page table#events_listing_table { /* .full .listing */
}
div#events_calendar-page table#events_listing_table th {
  white-space: nowrap;
  width: 130px;
}
  table#events_listing_table th div.event_continues_label {
    text-indent: 1.4em;
    font-weight: normal;
  }
div#events_calendar-page table#events_listing_table td {
  width: 95%;
  width: 586px;
}
  table#events_listing_table td a.more-link {
    display: block;
    text-align: right;
    padding: 0 1.4em 0.6em;;
  }
    
