 /*****************
  * 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 {
  /*height: 1%;*/
  overflow: hidden;
  position: relative;
}

.block-body .block-title {
  display: none;
}

.block-body h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.block-body p {
  margin-bottom: 10px;
}

.block-body ol,
.block-body ul {
  margin: 0 0 10px 20px;
}

.block-buttons {
  height: 1%;
  margin: 15px 0 5px;
  overflow: hidden;
}


/************************
 * FORM-TEMPLATE BLOCKS *
 ************************/

.form-heading {
  border-bottom: 1px solid #d5d5d5;
  line-height: 21px;
  margin: 15px 0 10px;
  margin-bottom: 12px !important;
  padding-bottom: 3px;
  width: 210px;
}

.form-alert {
  margin-bottom: 10px;
}

.form-error {
  color: #009ddc;
  margin-bottom: 2px;
}

.form-errors {
  margin-bottom: 10px;
}

.form-item {
  margin-bottom: 8px;
}

.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 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 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 {
  border-top: 1px solid #d5d5d5;
  height: 1%;
  margin: 15px 0 0;
  overflow: hidden;
  padding-top: 10px;
}


/*********************
 * PROMO-TILE BLOCKS *
 *********************/
 
.promo-tile-block .block-title {
  /*display: none;*/
}

.promo-tile-block .block-body {
  text-align: center;
}


/*********************
 * 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: 10px;
}

table.block-layout td.left {
  padding-right: 16px;
}

table.block-layout td.right {
  padding-left: 16px;
}


/****************
 * 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 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

/*#container .main-gallery .frame > #hover_nav{ left: 0; }*/

.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;
  width: 10000px;
}

.photo-gallery-block .thumbnails .wrapper {
  left: 0;
  position: absolute;
  top: 0;
}

.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 {
  margin-bottom: 13px;
}

.wordpress-summary-block .blog-post {
  border-left: 2px solid #697e8f;
  margin-bottom: 15px;
  padding-left: 10px;
}

.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 {
  background-color: #e1e5e8;
  color: #5b7284;
  font-size: 13px;
  padding: 2px 5px;
  text-align: right;
}

.wordpress-summary-block .blog-post .content {
  padding: 0;
}

.wordpress-summary-block .blog-post .author {
  color: #5b7284;
  font-size: 10px;
  margin-top: 2px;
  text-align: left;
}


/*********************
 * 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;
}


/******************
 * 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;
}
