/* $Id: layout-liquid.css,v 1.2 2008/04/21 17:05:17 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Border Politics Layout Method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
  body
  {
    margin: 0;
    padding: 10px 0 0 10px;
  }

  #page
  {
  }

  #page-inner
  {
  }


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

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
  #header
  {
    margin:0; padding:0;
  }

  #header-inner
  {
    margin:0; padding:0;
  }

  #logo-title
  {
    margin:0; padding:0;height:50px;
  }

  #logo
  {
    margin: 0 0 0 0;
    padding: 0;
    float:left;
    position: absolute; top:10px; left:10px; 
  } /* float: left; */

  h1#site-name, div#site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** main (container for everything else) **/
  #main
  {
    position: relative; 
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%;  /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .two-sidebars #content-inner
  {
    padding-left: 200px; /* The width + left margin of #sidebar-left. */
    padding-right: 200px; /* The width + right margin of #sidebar-right. */
    margin-right:20px; /* modfs */
  }

  .sidebar-left #content-inner
  {
    padding-left: 200px; /* The width + left margin of #sidebar-left. */
    padding-right: 0;
  }

  .sidebar-right #content-inner
  {
    padding-left: 20px;
    padding-right: 180px; /* The width + right margin of #sidebar-right. */
  }

  #content-inner
  {
    margin: 10px;
    padding: 0;
  }


  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width.-200px */
    float: left;
  }

  .view-content{
    padding-top:4px;
  }
  #primary
  {
    
  }

  #secondary
  {
 
  }

  #primary ul /* Primary  links */
  {
    width:100%;
    background-color:#0C4F3B;
    color: white;
    margin-left: -1px;border:0;
    padding-bottom: 0px;
    text-align: center;
  }
  
#primary span.selispan
  {
    display:block;
    width:100%;
    padding-left:0; 
    padding-bottom:2px;
    padding-top:2px;
    font-size:13px;
    text-align:center;
    margin-bottom:8px;
  }
  
  #primary hr
  {
    display:block;
    background-color:#D5EAE9; color : #D5EAE9;
    width:100%; height: 8px;
    border:0; padding:0; margin:0;
  }

  #primary li{
    padding-bottom:0;
  }
  
  #primary li a:link { color:white;text-decoration:none;text-align:center;font-weight:bold;}
  #primary li a:visited { color:white;text-decoration:none;font-weight:bold;}
  #primary li a:hover { color:red;text-decoration:none;font-weight:bold;}
  
  #secondary ul /* Secondary  links */
  {
    width:100%;
    
    color: #0C4F3B;
    margin-left: -1px;border:0;
    padding-bottom: 5px;
    text-align: center;
  }

  #secondary span.selispan
  {
    display:block;
    background-color:#000; /* 0C4F3B */
    width:160px;
    padding-left:0; 
    padding-bottom:4px;
    padding-top:4px;
    font-size:13px;
    text-align:center;
    margin-bottom:10px;margin-top:0;margin-left:10px;
  }
  
  li.leaf {
    list-style-type:none;
  }
  #secondary li {
    padding-bottom:0px;
    list-style-type:none;
  }
  #secondary hr
  {
    display:block;
    background-color:#D5EAE9; color : #D5EAE9;
    width:100%; height: 8px;
    border:0; padding:0; margin:0;
  }
  
  #secondary li a:link { color:white;text-decoration:none;text-align:center;font-weight:bold;}
  #secondary li a:visited { color:white;text-decoration:none;font-weight:bold;}
  #secondary li a:hover { color:red;text-decoration:none;font-weight:bold;}

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float: right;
    width: 200px;
    margin-left: -200px; /* Negative value of #sidebar-right's width + right margin. */
    margin-right: 0;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0 0 0 20px;
    padding: 0;
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

/** closure **/
  #closure-blocks
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }
