/* --------- /stylesheets/redbox.css --------- */ 
#RB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

#RB_loading {
  display: none;
  position: relative;
  top: 200px;
  z-index: 101;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  /*background: #666 url(/images/redbox_spinner.gif) no-repeat center center;*/
  border: 2px solid black;
}

#RB_window {
  z-index: 102;
  background-color: #fff;
  display: block;
  text-align: left;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: absolute;  
}
/* --------- /blocks/blocks.css --------- */ 
 /*****************
  * BLOCK HELPERS *
  *****************/

.block-helper {
  background-color: #ccc;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  color: #333;
  cursor: pointer;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}


/*********************
 * ALL BLOCK HOLDERS *
 *********************/

.block-holder {
  position: relative;
}

.block-holder .jump-to-top {  
  /*background: url(/page_templates/common/images/sep_box_bg.jpg) right top no-repeat;*/
  cursor: pointer;
  display: block;
  height: 20px;
}

.block-holder .jump-to-top span {
  display: none;
}


/**************
 * ALL BLOCKS *
 **************/

.block {
  position: relative;
}

.block-title {
  font-size: 15px;
  /*margin-bottom: 10px;*/
}

.block-body {
  min-height: 10px;
  overflow: hidden;
  position: relative;
}

.block-body .block-title {
  display: none;
}

.block-body h3 {
  font-size: 15px;
  margin-bottom: 8px;
}

.block-body p {
  margin: 0 0 8px 0;
}

.block-body ol,
.block-body ul {
  margin: 0 0 8px 20px;
}

.block-body ol li,
.block-body ul li {
  margin-bottom: 4px;
}

.block-buttons {
  height: 1%;
  margin: 15px 0 5px;
  overflow: hidden;
}


/************************
 * FORM-TEMPLATE BLOCKS *
 ************************/

.form-template-block .help {
  font-size: 11px;
  margin-bottom: 10px !important;
}

.form-template-block .left-column .help,
.form-template-block .right-column .help {
  width: 210px;
}

.form-template-block ol.help li {
  margin-bottom: 6px;
}

.form-heading {
  border-bottom: 1px solid #d5d5d5;
  line-height: 21px;
  margin: 15px 0 10px;
  margin-bottom: 12px !important;
  padding-bottom: 3px;
  width: 210px;
}

.form-introduction {
  margin-bottom: 10px;
}

.form-alert {
  margin-bottom: 10px;
}

.form-error {
  color: #009ddc;
  margin-bottom: 2px;
}

.form-errors {
  margin-bottom: 10px;
}

.form-item {
  margin-bottom: 10px;
}

.form-item .form-msg {
  color: #009ddc;
  padding-left: 5px;
}

.form-item label {
  display: block;
  margin-bottom: 2px;
}

.form-item.required label {
  color: #333;
}

.form-item .fieldWithErrors {
  display: inline;
}

.form-item input,
.form-item textarea,
.form-item select {
  color: #333;
  line-height: 100%;
}

.form-item .form-field {}

.form-item .form-text {
  background: #fff url(/blocks/images/form_template/bg.jpg) left top repeat-x;
  border: 1px solid #d9d5d3;
  padding: 2px 4px;
  width: 200px;
}

.form-item .form-helper {
  color: #aaa;
}

.form-item textarea.form-text {
  padding-right: 2px;
}

.form-item.long .form-text {
  width: 400px;
}

.form-item.short .form-text {
  width: 100px;
}

.form-item .form-list {
  background: #fff url(/blocks/images/form_template/bg.jpg) left top repeat-x;
  border: 1px solid #d9d5d3;
  padding: 1px;
  width: 210px;
}

.form-item .form-day {
  width: 55px;
}

.form-item .form-month {
  width: 80px;
}

.form-item .form-year {
  width: 65px;
}

.form-item .form-time {
  width: 140px;
}

.form-item .form-meridiem {
  width: 55px;
}

.form-item.long .form-list {
  width: 410px;
}

.form-item.short .form-list {
  width: 110px;
}

.form-item .form-text:focus,
.form-item .form-list:focus {
  border-color: #009ddc !important;
}

.form-item .description {
  font-size: 10px;
  margin-top: 2px;
}

.form-item .block-buttons {
  margin-bottom: 0;
  margin-top: 15px;
}

.form-buttons {
  margin: 15px 0 0;
  overflow: hidden;
}


/*********************
 * PROMO-TILE BLOCKS *
 *********************/
 
.promo-tile-block .block-title {
  display: none;
}

.promo-tile-block .block-body {
  text-align: center;
}

.promo-tile-block .block-body a {
  display: block;
}

.promo-tile-block .block-body img {
  display: block;
}

.promo-tile-block .has-hover a:hover img {
  visibility: hidden;
}


/*********************
 * TWO-COLUMN BLOCKS *
 *********************/

table.block-layout {
  border-collapse: collapse;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  width: 100%;
}

table.block-layout td {
  padding: 0;
}

table.block-layout td img {
  display: block;
}

table.block-layout td.image {
  padding: 3px 0;
  width: 1%;
}

table.block-layout td.image .second {
  margin-top: 7px;
}

table.block-layout td.left {
  padding-right: 16px;
}

table.block-layout td.right {
  padding-left: 16px;
}


/*********************
 * IMAGE-TEXT BLOCKS *
 *********************/

.image-text-block .block-body img {
  display: block;  
}

.image-text-block .block-body .frame {
  border: 1px solid #d5d6d6;
}


/****************
 * IMAGE BLOCKS * 
 ****************/

.image-block .gallery {
  margin: 0 auto;
}

.image-block .gallery .frame {
  background-color: #fff;
  border: 1px solid #88a634;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px;
  position: relative;  
}

.image-block .gallery .last-column {
  /*clear: right;*/
  margin-right: 0;
}

.image-block .gallery .frame img {
  display: block;
}


/************************
 * PHOTO-GALLERY BLOCKS *
 ************************/

.photo-gallery-block .gallery {
  overflow: hidden;
}

.photo-gallery-block .main-gallery-frame {}

.photo-gallery-block .frame {
  background-color: #fff;
  border: 1px solid #88a634;  
  padding: 2px;
  margin: 0 auto;
  position: relative;
}

.photo-gallery-block .frame img {
  display: block;
}

.photo-gallery-block .nav {
  height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.photo-gallery-block .nav .previous,
.photo-gallery-block .nav .next {
	background: transparent url(/images/blank.gif) no-repeat;
	display: block;
  height: 100%;
  width: 25%;
}

.photo-gallery-block .nav .previous {
  float: left;
  left: 0;
}

.photo-gallery-block .nav .next {
  float: right;
  right: 0;
}

.photo-gallery-block .nav .previous:hover,
.photo-gallery-block .nav .previous:visited:hover {
  background: url(/images/prev.gif) left 15% no-repeat;
}

.photo-gallery-block .nav .next:hover,
.photo-gallery-block .nav .next:visited:hover {
  background: url(/images/next.gif) right 15% no-repeat;
}

.photo-gallery-block .thumbnails {
  height: 66px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.photo-gallery-block .thumbnails .wrapper {
  left: 0;
  position: absolute;
  top: 0;
  width: 10000px;
}

.photo-gallery-block .thumbnails .frame {
  float: left;
  margin-bottom: 4px;
  margin-right: 4px;
  overflow: hidden;
}

.photo-gallery-block .thumbnails .frame img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  width: 56px;
}

.photo-gallery-block .thumbnails .frame img:hover,
.photo-gallery-block .thumbnails .frame img.selected {
  filter: alpha(opacity=100);
  opacity: 1.0;
}


/***************************
 * WORDPRESS-SUMMARY BLOCK *
 ***************************/

.wordpress-summary-block {}

.wordpress-summary-block h3 {}

.wordpress-summary-block .blog-post {}

.wordpress-summary-block .blog-post .blog-image {
  float: left;
}

.wordpress-summary-block .blog-post .blog-image .img {
}

.wordpress-summary-block .blog-post .blog-body {}

.wordpress-summary-block .blog-post .blog-body-with-image {
  padding-left: 113px;
}

.wordpress-summary-block .blog-post h5 {
  font-size: 13px;
  font-weight: normal;
  margin: 8px 0;
}

.wordpress-summary-block .blog-post p {
  margin-bottom: 6px;
}

.wordpress-summary-block .blog-post .date {}

.wordpress-summary-block .blog-post .content {
  padding: 0;
}

.wordpress-summary-block .blog-post .author {}

.wordpress-summary-block .blog-post a.more {}


/*********************
 * GOOGLE-MAP BLOCKS *
 *********************/

.google-map-block {}

.google-map-block .frame {
  background-color: #fff;
  border: 1px solid #88a634;
  color: #232323;
  padding: 2px;  
}

.google-map-block .map {
  height: 450px;
  width: 585px;
}


/**************
 * FAQ BLOCKS *
 **************/

.faq-block ol {
  margin: -6px 0 0 30px;
}

.faq-block li {
  margin-bottom: 8px;
}

.faq-block li p {
  margin-bottom: 6px !important;
}

.faq-block li .question {
  margin-top: 20px;
}

.faq-block li .answer {
  margin-left: 5px;
}

.faq-block li.first .question {
  margin-top: 14px;
}


/*****************************
 * MEMBERSHIP-PACKAGE BLOCKS *
 *****************************/

.membership-package-block .membership-rate {
  overflow: hidden;
}

.membership-package-block .membership-rate h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 8px 0 14px 0;
}

.membership-package-block .membership-rate .details {
  float: left;
  width: 400px;
}

.membership-package-block .membership-rate .join-now {
  background: transparent url(/page_templates/common/images/btn_join_now.gif) left top no-repeat;
  float: right;
}

.membership-package-block .membership-rate .join-now a {
  display: block;
  height: 66px;
  width: 65px;
}

.membership-package-block .membership-rate .join-now a span {
  display: none;
}


/******************
 * USEFUL CLASSES *
 ******************/ 

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.cleared {
  height: 1%;
  overflow: hidden;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.top-left {
  left: 1px;
  top: 0;
}

.top-right {
  right: 1px;
  top: 0;
}

.bottom-left {
  bottom: 0;
  left: 1px;
}

.bottom-right {
  bottom: 0;
  right: 1px;
}/* --------- /sites/common/stylesheets/common.css --------- */ 
/* --------- /page_templates/common/stylesheets/common.css --------- */ 
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #edeeef;
  font: 11px/118% arial, sans-serif;
  color: #666;
  cursor: default;
}

a {
  cursor: pointer;
}

a:active, a:focus, a:link, a:visited {
  color: #f05033;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input,
select,
textarea {
  font: 11px/118% arial, sans-serif;
  color: #666;
}

img {
  border: none;
}


/**********
 * LAYOUT *
 **********/

#page {
  background-color: #fff;
	margin: 35px auto 10px;
  padding: 35px;
	width: 764px;
}

#header {
  background: url(/page_templates/common/images/menu_bg.gif) left bottom repeat-x;
  height: 82px;
  position: relative;
}

#banner {
  background: url(/page_templates/common/images/swf.jpg) left top no-repeat;
  height: 351px;
  margin-bottom: 28px;
}

#container {
  overflow: hidden;
}

#footer {
  color: #999;
  margin: 15px auto 35px;
  text-align: right;
  text-transform: lowercase;
  width: 834px;
}

#footer a {
  color: #999;
}


/********
 * LOGO *
 ********/

h1#logo {
  left: 0;
  margin: 0 auto 25px;
  position: absolute;
  top: 41px;
  width: 211px;
}

h1#logo a {
  background-image: url(/page_templates/common/images/logo.gif);
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 14px;
  width: 211px;
}


/********
 * MENU *
 ********/

#menu {
  background: url(/page_templates/common/images/menu_bg.gif) left bottom repeat-x;
  margin-bottom: 28px;
  width: 764px;
}

#menu ul {
  display: table;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
  zoom: 1;
}

#menu ul li {
  background-position: center top !important;
  display: table-cell;  
}

#menu ul li a {
  margin: 0 20px;
}

#menu ul li.selected {
  background-position: center 100% !important;
}


/******************
 * SECONDARY MENU *
 ******************/

#secondary_menu {
  position: absolute;
  right: 15px;
  top: 33px;
}

#secondary_menu ul {
  list-style: none;
  padding: 12px 0 0 16px;
}

#secondary_menu ul li {
  border-right: 1px solid #979d5b;
  display: block;
  float: left;
  margin-right: 8px;
  padding-right: 8px;  
}

#secondary_menu ul li a {
  color: #979d5b;
  font-size: 11px;
  letter-spacing: 0.1px;
  line-height: 11px;
  text-transform: lowercase;
}

#secondary_menu ul li a.selected {
  font-weight: bold;
  letter-spacing: 0;
}

#secondary_menu ul li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;  
}


/**************
 * ALL BLOCKS *
 **************/

.block-holder .jump-to-top {
  display: none;
}

.block-holder .block {
  margin-bottom: 3px;
}

.block-holder .block h3.block-title {
  color: #f05033;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
}

.block-holder .block .block-body {
  background-color: #fff;
}

.block-holder .block .block-buttons {
  background-color: #f76608;
  border-top: 3px solid #e5e5e5;
  height: 20px;
  margin: 0;
  padding: 0 10px;
}

.block-holder .block .block-buttons a.button {
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
}


/**************
 * BLOCK TEXT *
 **************/

/*
.image-text-block .block-body .block-text,
.wordpress-summary-block .block-body .block-text {
  padding: 18px;
}
*/


/****************************
 * WORDPRESS-SUMMARY BLOCKS *
 ****************************/

.wordpress-summary-block .blog-post {
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

.wordpress-summary-block .blog-post .blog-image img {
  border: 1px solid #d5d6d6;
  padding: 4px;
  width: 90px;
}

.wordpress-summary-block .blog-post .date,
.wordpress-summary-block .blog-post .author {
  display: none;
}

.wordpress-summary-block .blog-post h5 {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.wordpress-summary-block .blog-post p {
  margin-bottom: 4px;
}

.wordpress-summary-block .blog-post a.more {
  display: block;
  margin-top: 1px;
  text-transform: lowercase;
}


/***************************
 * IMAGE-TEXT-BLOCK FRAMES *
 ***************************/

.image-text-block .frame {
  border: 2px solid #88a634;
  overflow: hidden;
}

.image-text-block .frame img {
  border: 2px solid #fff;
}

.image-text-block .frame .swf {
  border: 2px solid #fff;
}


/*********************
 * GOOGLE-MAP BLOCKS *
 *********************/

#right .google-map-block .map {
  height: 212px;
  width: 212px;
}


/************************
 * FORM-TEMPLATE BLOCKS *
 ************************/

form.inline {
  /*
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
  */
}

.form-template-block .block-body,
.newsletter-signup-block .block-body {
  width: 260px;
}

.form-alert {
  color: #f05033;
}

.form-item {
  margin: 0 0 10px 0;
}

.form-item label {
  color: #999;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.form-item.required label {
  color: #666;
}

.form-item .form-msg,
.form-item .form-error {
  color: #f05033;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  padding-left: 0.3em;
  text-transform: lowercase;
}

.form-item .form-text,
.form-item .form-list {
	border: 1px solid #d5d6d6;
  padding: 2px 5px;
  width: 248px;
}

.form-item textarea.form-text {
  height: 100px;
  width: 251px;
}

.form-item .form-list {
  padding: 1px;
  width: 262px;
}

.form-item .form-text:focus,
.form-item .form-list:focus {
  border-color: #aaa !important;
}

.form-buttons {
  margin-top: 14px;
  text-transform: uppercase;
}

.form-buttons a {
  line-height: 24px;
}

.form-buttons .reset-buttons {
  float: left;
}

.form-buttons .submit-buttons {
  float: right;
}

.form-buttons .submit-buttons input.form-submit {
  padding: 1px 3px;
  text-transform: uppercase;
}


/********
 * TABS *
 ********/

#container .tabs {
  border-bottom: 1px solid #88a634;
  margin: 10px 0;
  overflow: hidden;
}

#container .tab-wrapper {
  float: right;
  overflow: hidden;
}

#container .tabs .tab {
  background-color: #95b53c;
  border-bottom: 1px solid #95b53c;
  color: #fff !important;
  display: block;
  float: left;
  margin-left: 1px;
  padding: 4px 10px;
  text-decoration: none !important;
}

#container .tabs .unselected {
  border-bottom: none;
}

#container .tabs .unselected:hover {
  background-color: #88a634;
}

#container .tabs .selected {
  border-color: #88a634;
  background-color: #88a634;
}

#container .tab-windows {
  margin-bottom: 8px;
}

#container .tab-window {
  background-color: #fff;
  border: 1px solid #88a634;
  padding: 10px 12px;
}


/******************
 * USEFUL CLASSES *
 ******************/

.fleft {
  float: left;
}

.fright {
  float: right;
}


/***************
 * TWO COLUMNS *
 ***************/

.two-columns {
  overflow: hidden;
}

.two-columns .left-column {
  float: left;
  margin-right: 5%;
  width: 45%;  
}

.two-columns .right-column {
  float: left;
  width: 45%;  
}


/***************
 * SITE SEARCH *
 ***************/

#site_search_summary {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 16px;
  overflow: hidden;
  text-transform: uppercase;
  zoom: 1;
}

#site_search_summary .total-hits {
  float: left;
  font-weight: normal;
}

#site_search_summary .current-hits {
  float: right;
}

#site_search_results {
  margin-top: 30px;
}

#site_search_results .search-summary {}

#site_search_results .search-result {
  margin-bottom: 25px;
}

#site_search_results .search-result .search-header {
  overflow: hidden;
  zoom: 1;
}

#site_search_results .search-result .search-header h3 {
  color: #f05033;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 10px 0;
  text-transform: uppercase;
}

#site_search_results .search-result .search-header h3 .rank {
  color: #666;
}

#site_search_results .search-result .search-header h3 em.highlight {
  background-color: #f05033;
  color: #fff;
  font-style: normal;
}

#site_search_results .search-result .search-header .cache {
}

#site_search_results .search-result .search-excerpt {
  margin-bottom: 8px;  
}

#site_search_results .search-result .search-excerpt em.highlight {
  font-style: normal;
  font-weight: bold;
}

#site_search_results .search-result .search-footer {
  background-color: #eee;
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
  padding: 8px 12px;
  text-align: right;
}

#site_search_results .search-pagninator {}


/******************************
 * PROMO-TILES - HOVER STATES *
 ******************************/

.artists-impressions-tile .block-body {
  background: url(/page_templates/common/images/artists_impressions_tile_hover.jpg) left top no-repeat;
}
.artists-impressions-tile .block-body a:hover img {
  visibility: hidden;
}

.artists-impressions-light-tile .block-body {
  background: url(/page_templates/common/images/artists_impressions_tile_light_hover.jpg) left top no-repeat;
}
.artists-impressions-light-tile .block-body a:hover img {
  visibility: hidden;
}

.bayshore-documents-tile .block-body {
  background: url(/page_templates/common/images/bayshore_documents_tile_hover.jpg) left top no-repeat;
}
.bayshore-documents-tile .block-body a:hover img {
  visibility: hidden;
}

.contact-info-tile .block-body {
  background: url(/page_templates/common/images/contact_info_tile_hover.jpg) left top no-repeat;
}
.contact-info-tile .block-body a:hover img {
  visibility: hidden;
}

.facts-and-figures-tile .block-body {
  background: url(/page_templates/common/images/facts_and_figures_tile_hover.jpg) left top no-repeat;
}
.facts-and-figures-tile .block-body a:hover img {
  visibility: hidden;
}

.facts-and-figures-light-tile .block-body {
  background: url(/page_templates/common/images/facts_and_figures_tile_light_hover.jpg) left top no-repeat;
}
.facts-and-figures-light-tile .block-body a:hover img {
  visibility: hidden;
}

.faqs-tile .block-body {
  background: url(/page_templates/common/images/faqs_tile_hover.jpg) left top no-repeat;
}
.faqs-tile .block-body a:hover img {
  visibility: hidden;
}

.precinct-plan-tile .block-body {
  background: url(/page_templates/common/images/precinct_plan_tile_hover.jpg) left top no-repeat;
}
.precinct-plan-tile .block-body a:hover img {
  visibility: hidden;
}

.precinct-plan-light-tile .block-body {
  background: url(/page_templates/common/images/precinct_plan_tile_light_hover.jpg) left top no-repeat;
}
.precinct-plan-light-tile .block-body a:hover img {
  visibility: hidden;
}

.precinct-plan-orange-tile .block-body {
  background: url(/page_templates/common/images/precinct_plan_tile_orange_hover.jpg) left top no-repeat;
}
.precinct-plan-orange-tile .block-body a:hover img {
  visibility: hidden;
}
