/* $Id: zen-ark.css,v 1.8 2009/04/20 15:19:10 neko Exp $ */

/*
 * COMMON STYLES
 */

.js body
  {
    background: #def;
  }

  #page
  {
    color: #620;
    background-color: #def;
  }

  #container
  {
    margin: 0 10px 10px 10px;
  }

  #header-region,
  #closure-blocks
  {
    margin: 0 10px;
  }
  #content .title {
    margin-left: 30px;
    margin-right: 30px;
  }
  #content .content {
    margin-left: 30px;
    margin-right: 30px;
  }
  #main .node .content
  {
    color: #333;
    text-align: justify;
  }

  div.content, div.links
  {
    font-size: 92%;
  }

  .block h3
  {
    font-size: 122%;
  }

  .book .body
  {
    padding: 0 0 0.5em 0;
    margin: 0;
  }

/*
 * HEADER STYLES
 */
  #header {
    background-color: #217;
  }

  #logo-title
  {
    position: relative;
    padding: 10px 20px 0 20px;
  }

  #logo
  {
    vertical-align: baseline;
  }

  #name-and-slogan
  {
    display: inline;
  }

  #site-name
  {
    margin: 0;
    display: none;
    font-size: 246%;
  }

  #site-name a, #site-name a:hover
  {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #620;
    margin: 0;
    padding: 0;
  }

  #site-slogan
  {
    color: #630;
    margin: 0;
    font-size: 85%;
    margin-left: 20px;
  }

  #search
  {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
  }

  #mission
  {
    color: #666;
    font-weight: bold;
    padding: 2em;
    background: #630 url(images/background.png);
    margin-bottom: 20px;
    font-size: 85%;
    border: solid 1px #852;
  }

  .breadcrumb
  {
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-left: 10px; /* #header-region already has 10px */
  }

  .breadcrumb, .breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited
  {
    color: #fff;
  }

  /* "Skip to Main Content" link
   *
   * This link useful for both blind people and people with mobility impairments
   * who cannot use a mouse.
   */

  #skip-nav
  {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 0.8em;
    line-height: 1;
    display: none;
  }

  #skip-nav a
  {
    padding: 1px 10px;
  }

  #skip-nav a:link, #skip-nav a:visited
  {
    color: #deffff; /* same as background color */
  }

  #skip-nav a:hover, #skip-nav a:active, #skip-nav a:focus
  {
    color: #deffff;
    background: #410;
    text-decoration: none;
  }

  /* Alternatively, the skip-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-nav a, #skip-nav a:hover, #skip-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  #skip-nav a:active, #skip-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  #logo-title
  {
    z-index: 1;
    margin: 10px 20px 0 20px;
  }
  */

/*
 * MENU STYLES
 */

  div.menu
  {
    margin-top: 15px;
  }

  #primary
  {
    background: #227 url(images/menu-bg.png) repeat-x;
    background-attachment:scroll;
    background-position:center -42px;
    font-size: 85%;
    line-height: normal;
    padding: 0 0 1px 70px;
//    border-bottom: 2px solid #410;
  }
  #primary .links {
    background: #620 url(images/menu-bg.png) repeat-x;
  }

//  #primary ul
//  {
//    padding: 0;
//    margin: 0;
//    list-style: none;
//  }

//  #primary ul.links li,
  #secondary ul.links li
  {
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
  }

  #primary a
  {
    background: #620 url(images/menu-bg.png) repeat-x;
    color: #FFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 5px 14px 7px 14px;
    margin: 0 1px 0 0;
//    border: solid #410 1px;
//    border-width: 1px 1px 0 1px; 
  }

  #primary a
  {
    background-position: center 0;
  }

  #primary a:hover
  {
    background-position: center -42px;
    text-decoration: none;
    border: solid #410 1px;
    padding: 4px 13px 6px 13px;
  }

  #primary a.active
  {
    background-position: center -84px;
  }

  #secondary
  {
    padding-left: 20px;
    background: #620; /*#347FD2;*/
    border-bottom: solid #410 4px;
  }

  #secondary ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #secondary li a
  {
    float: left;
    display: block;
    color: #def;
    font-size: 85%;
    text-decoration: none;
    padding: 0 5px 0 5px;
  }

  #secondary a:hover
  {
    background: #410;
  }

  #secondary a.active
  {
    font-weight: bold;
  }

/*
 * LINK STYLES
 */

  ul.links
  {
    text-align: left;
  }

  ul.links li
  {
    border-left: 1px solid #630;
  }

  .taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

  .taxonomy ul.links li:after
  {
    content: ",";
  }

  .taxonomy ul.links li.last:after
  {
    content: "";
  }

  ul.links li.first
  {
    padding-left: 0;
    border: none;
  }

  .links
  {
    color: #999;
  }

  .links a
  {
    padding: 0 .1em 0 .1em;
  }

  .submitted, .taxonomy
  {
    font-size: 85%;
    color: #999;
  }

/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    padding: 1px;
    font-size: 100%;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

  #search .form-text, #user-login-form .form-text
  {
    color: #444;
    border: 1px solid #630;
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #search .button,
  #search .form-submit,
  #user-login-form .button,
  #user-login-form .form-submit
  {
    background-color: #620;
    color: #def;
    font-weight: bold;
    border: 1px solid #410;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 0;
    padding-bottom: 0;
  }

/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: 0;
  	padding-left: 1.5em;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  }

  #user-login li.user-link /* The Cancl OpenID link on the /user form. */
  {
    margin-left: 0;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  .messages
  {
    padding: 1.3em 1em .3em 52px;
    border: 2px solid #ddd;
    background: #eee;
    margin: 10px 0;
  }

  div.error
  {
    border: 2px solid #F00;
  }

  .messages ul
  {
    padding: 0 0 0 20px;
    margin: 0;
  }

/*
 * FOOTER STYLES
 */

  #footer-wrapper
  {
    margin: 0;
    margin-top: 15px;
  }

  #footer
  {
    background: #620 url(images/menu-bg.png) repeat-x;
    border: solid 1px #410;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    font-size: 85%;
    padding: 14px;
  }

  #footer *
  {
    color: #FFFFFF;
  }

  #footer a
  {
    color: #def;
    font-weight: bold;
    border-bottom: 1px dotted #FFFFFF;
  }

  #footer a:hover
  {
    border-bottom: 1px solid #FFFFFF;
  }

  #footer img.drupal-powered
  {
    position: relative;
    top: .3em;
  }

  #footer .block
  {
    text-align: left;
  }
 
  #footer div.block div.edit
  {
    background-color: #410;
  }

/*
 * ADMINISTRATION STYLES
 */

  .admin-panel
  {
    margin: 0;
    padding: 0;
  }

  .admin-panel .body
  {
    background-color: #eee;
    border: solid #217 1px;
  }

  .admin-panel .body dl, .admin-panel .body p
  {
    padding: 10px;
  }

  .admin-panel h3
  {
    margin-bottom: 0;
    padding: 5px 5px 5px 30px;
    font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 122%;
    color: #def;
    border-width: 0 2px 2px 2px;
  }

  table tr.odd
  {
    background: #ddd;
  }

  td.icon
  {
    text-align: center;
  }

/*
 * COMMENT STYLES
 */

  .comment
  {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #EBF2F8;
  }

  .comment-unpublished
  {
    background-color: #FFF;
  }

  .comment-by-author
  {
    background: none;
    border: 1px solid #630;
  }

  .comment  h3.title
  {
    font-size: 122%;
  }

  .comment  h3.title, .comment  h3.title a
  {
    color: #2266AB;
    font-weight: normal;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    margin-top: 0;
  }

  .comment .picture, .node .picture
  {
    float: left;
    margin-right: 15px;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .comment .new
  {
    color: #FFC600;
    font-weight: bold;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  }

  .comment .links
  {
    text-align: right;
  }

/*
 * POLL STYLES
 */

  .poll .bar .foreground
  {
    background: #410;
  }

  .poll .bar
  {
    padding: 2px;
    background: #BDCBDD;
  }

/*
 * BOOK STYLES
 */

  div.node div.content .book-navigation
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  div.node div.content .book-navigation ul.menu
  {
    border: 0;
    border-top: 1px solid #410;
    margin: 0;
    padding-bottom: 10px;
  }

  div.node div.content .book-navigation .page-links
  {
    background: #C1D4EA; /*#347FD2;*/
    border: 1px solid #410;
    border-width: 1px 0 1px 0;
    padding: 5px;
    margin: 0;
  }

/*
 * FORUM STYLES
 */

  #forum table
  {
    width: 100%;
  }

/*
 * Pager styles
 */

  .pager
  {
    text-align: center;
    margin-top: 30px;
  }

  .pager  a, .pager-current
  {
    padding: 3px 8px 3px 8px;
    margin: 0 2px 0 2px;
    color: #410;
    font-weight: bold;
    border: solid 1px #eee;
  }

  .pager-current
  {
    color: #def;
    background-color: #410;
  }

/*
 * Node, Block, Content styles
 */

  .node
  {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node h2.title
  {
    margin-bottom: .1em;
  }

  .node h2.title a
  {
    color: #555;
    font-size: 129%;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    line-height: 1.4em;
  }

  .node .content
  {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .sticky
  {
    border-bottom: solid 3px #ddd;
  }

  #sidebar-left .block,
  #sidebar-right .block
  {
    border-bottom: solid #ddd 1px;
    padding-bottom: 15px;
    margin: 0 0 1.5em 0;
  }

  #sidebar-left .block
  {
    padding-right: 15px;
  }

  #sidebar-right .block
  {
    padding-left: 15px;
  }

  .block .content
  {
    margin: 0.5em 0;
  }

  .block .item-list ul
  {
    padding-left: 0;
  }

/*
 * Status report colors.
 */

  table.system-status-report tr.error, table.system-status-report tr.error th
  {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
  }

  table.system-status-report tr.warning, table.system-status-report tr.warning th
  {
    background-color: #ffd;
    border-color: #eeb;
  }

  table.system-status-report tr.ok, table.system-status-report tr.ok th
  {
    background-color: #dfd;
    border-color: #beb;
  }

body.page-frontpage #main .views-row-odd {
  float: left;
  clear: left;
  margin: 10px 0 0 0;
  background-color: #cdf;
}

body.page-frontpage #main .views-row-even {
  float: right;
  clear: right;
  margin: 10px 0;
  background-color: #eff;
}
body.page-frontpage #main #content .view-content h2 a {
  color: #def;
  margin: 0;
  padding: 0;
}
body.page-frontpage #main #content .view-content h2 a:hover {
  text-decoration: none;
  color: #fff;
  font-size: 110%;
}


body.page-frontpage #content .view-content h2 {
  margin: 0;
  padding: 10px 0 5px 2%;
  font-size: 14px;
  background: #217 url(images/tborder.png) 0 0 repeat-x;
  float:left;
  width: 98%;
}

body.page-frontpage #content .view-content h2:first-letter {
   color: #56a;
   font-size: 30px;
   float: left;
}

body.page-frontpage #content .view-content .views-field-teaser {
   border: solid #56a;
   border-width: 0 1px 1px 1px;
   padding: 5px;
}

body.page-frontpage #content .view-content .meta {
 display: none;
}

body.page-frontpage .views-row {
 display: inline-block;
 vertical-align: top;
 width: 47%;
}

body.page-frontpage #main .views-row-2, body.page-frontpage #main .views-row-3, body.page-frontpage #main .views-row-6, body.page-frontpage #main .views-row-7,
body.page-frontpage #main .views-row-10, body.page-frontpage #main .views-row-11, body.page-frontpage #main .views-row-14, body.page-frontpage #main .views-row-15
{
 background-color: #cdf;
}
body.page-frontpage #main .views-row-1, body.page-frontpage #main .views-row-4, body.page-frontpage #main .views-row-5, body.page-frontpage #main .views-row-8,
body.page-frontpage #main .views-row-9,  body.page-frontpage #main .views-row-12, body.page-frontpage #main .views-row-13, body.page-frontpage #main .views-row-16
{
 background-color: #eff;
}


.image-list ul.images { list-style-type : none; margin : 0; padding : 0; }
.image-list ul.images li { float : left; margin : 1em; background: transparent; }
ul.images li h3 { display: none; }
ul.images li:hover h3 { display: inline; }
#cool { z-index:3; position: absolute; top: 10px; right: 10px; }
#cool h2 { display: none; }
#cool .meta { display: none; }

#headerimg {
    left: 162px;
    position: absolute;
    top: 60px;
}
#headerimg .content, #headerimg .content a {
    color: white;
}

.clear { clear: both; }

.not-logged-in .image-gallery-nodes .images .views-row .views-field-title {
 display: none;
}

.logged-in .image-gallery-nodes .images .views-row .views-field-title {
 display: none;
}
.image-gallery-nodes .images .views-row  {
 height: 80px;
 }
.logged-in .image-gallery-nodes .images .views-row:hover .views-field-title {
 display: block;
 position: absolute;
 background: #def;
 border: 1px solid #56a;
 padding: 4px;
 z-index: 1;
}

.view .image-gallery-terms .galleries li {
 display: inline-block;
 width: 47%;
 height: 100px;
 margin: 5px;
 float: left;
}

#views_slideshow_singleframe_main_image_slideshow-block_1 h2,
#views_slideshow_singleframe_main_image_slideshow-block_1 p {
 display: none;
}
#views_slideshow_singleframe_main_image_slideshow-block_1 .image {
float: right;
}
