/**
 * @file
 * Extra Styling
 *
 * Style anything that doesn't logically belong in the standard Zen subtheme
 * css files, such as TinyMCE or Insert module styles
 */

.inserted-image /* Images inserted into the node body by the Insert module */ {
  margin: 9px;
  border: 1px solid #534A44;
}

/* 
 * Style the maintenance pages
 */
 
#maintenance-message {
  width: 342px;
  height: 511px;
  padding: 9px;
  margin-right: 18px;
  float: left;
  text-align: justify;
  line-height: 1.4em;
  font-size: 1.3em;
  color: #fff;
  font-family: Georgia, "Hiragino Mincho Pro", Times, "Times New Roman", serif;
  font-weight: normal;
  background: #FFFBF0 url(../images/mantenimiento360.jpg) top left no-repeat;
  border: 1px solid #534A44;
}

.maintenance-extra {
  width: 360px;
  float: right;
  margin: 0 9px 1.5em;
  border: 1px solid #7BAEE4;
  background: #FFF;
}

.maintenance-extra h2.title {
  margin: 0;
  padding: 0.75em 9px;
  background: #C8D8EC;
}

.maintenance-extra .content {
  padding: 9px;
}

/* 
 * Style the custom blue-border boxes
 */

.blue-border {
  border: 1px solid #7BAEE4;
  background: #FFF;
}

.blue-border h2.title {
  margin: 0;
  padding: 0.75em 9px;
  background: #C8D8EC;
}

.blue-border .view {
  padding: 9px;
}

.blue-border .view-display-id-node_content_2 /* Undo the above for gallery teasers */ {
  padding: 9px 0 0 0;
}

.half-width {
  width: 360px;
  }
.two-sidebars .half-width {
  width: 260px;
  }

.left-floater {
  float: left;
  }
  
.right-floater {
  float: right;
}

/*
 * Custom pagers
 */
.node-type-gallery-image .custom-pager-wrapper {
  width: 524px;
}    

.node-type-gallery-image ul.custom-pager li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: auto;
  list-style-type: none;
  list-style-image: none;
  background: none;
  white-space: nowrap;
}

.node-type-gallery-image ul.custom-pager li.key {
  float:none;
}

.node-type-gallery-image ul.custom-pager li.previous {
  margin-right: 0;
}

.node-type-gallery-image ul.custom-pager li.next {
  float: right;
  margin-left: 0;
}
