/* $Id: layout.css,v 1.2 2008/10/13 13:23:53 bengtan 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: 0px;
  }

  #page,
  #closure-blocks
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }

  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* 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
  {
    height: 108px;
    border-bottom: 0px;
    padding: 1.5em 0 0;
    margin: 0;
    width: 960px;
  }

  #header-inner
  {
  }

  #logo-title
  {
    float: left;
  }

  #logo
  {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
  }

  h1#site-name, div#site-name
  {
    margin: 0;
    display: inline;
  }

  #site-slogan
  {
  }

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

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

  #main-inner
  {
  }

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

  .sidebar-left #content
  {
    width: 690px;
    margin-left: 0px; /* The width of #sidebar-left. */
    margin-right: -690px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width: 760px;
    margin-left: 0;
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  .no-sidebars #content
  {
    width: 960px;
    margin-left: 0;
    margin-right: -960px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin-top: 1.5em; 
    margin-bottom: 1.5em;
    padding: 0;
  }

  #content-bottom-left,
  .two-sidebars #content-bottom-left
  {
    float: left;
    width: 235px;
    margin-left: 0px;
    margin-right: -235px;
    padding: 0;
  }
  #content-bottom-right,
  .two-sidebars #content-bottom-right
  {
    float: left;
    width: 235px;
    margin-left: 255px;
    margin-right: -490px;
    padding: 0;
  }

  .sidebar-left #content-bottom-left
  {
    width: 335px;
    margin-left: 0px;
    margin-right: -335px;
  }
  .sidebar-left #content-bottom-right
  {
    width: 335px;
    margin-left: 355px;
    margin-right: -690px;
  }

  .sidebar-right #content-bottom-left
  {
    width: 370px;
    margin-left: 0px;
    margin-right: -370px;
  }
  .sidebar-right #content-bottom-right
  {
    width: 370px;
    margin-left: 390px;
    margin-right: -760px;
  }

  .no-sidebars #content-bottom-left
  {
    width: 470px;
    margin-left: 0px;
    margin-right: -470px;
  }
  .no-sidebars #content-bottom-right
  {
    width: 470px;
    margin-left: 490px;
    margin-right: -960px;
  }

/** navbar **/
  #header-bar
  {
    float: right;
    width: 409px;
    margin-left: 1.5em; /*
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 90px; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
    border-left: 1px solid #dddddd;
  }

  #content
  {
  }

  #header-bar-inner
  {
    margin-left: 9px;
  }

  #search-title 
  {
    font-size:0.8em;
    font-weight:bold;
    letter-spacing:0.1em;
    line-height:1.8em;
    padding:0pt 0pt 0.6em 5px;
    text-transform:uppercase;    
    margin-bottom: 0;
    margin-top: 0;
  }
  #search-box
  {
    /* width: 400px;
    /* margin-right: -200px; /* Negative value of #search-box's width. */
    padding: 0 0 0 0;
    margin: 0 5px;
    float: left;
  }
  #search-box #edit-search-theme-form-1-wrapper {
    display: block;
    margin: 0;
    float: left;
    padding: 0;
  }

  #search-box #edit-search-theme-form-1 {
    background:#FFFFFF url(images/input.png) no-repeat scroll 0%;
    border:0pt none;
    color:#E0691A;
    float:left;
    font-weight:bold;
    margin: -1px 0 0 0;
    padding:5px;
    width:292px;
    height: 17px;
  }
  #search-box #edit-submit, #search-box #edit-submit-1 {
    background:transparent url(images/submit.png) no-repeat scroll 0%;
    border:0pt none;
    color:#FFFFFF;
    float:left;
    font-family:arial,sans-serif;
    font-size:0.9em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:24px;
    line-height:normal;
    margin:0pt 0pt 0pt 5px;
    padding:0pt;
    width:65px;
  }

  #primary
  {
    /* margin-left: 200px; /* Width of search-box */
    float:right;
    margin:10px 0 0 0;
    width:395px;    
    padding: 0;
  }

  #secondary
  {
    float:right;
    width:395px;    
    padding-left: 5px;
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 0 10px 0 0;
  }

  /* 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-wrapper **/
  #sidebar-wrapper,
  .two-sidebars #sidebar-wrapper
  {
    float: left;
    width: 470px;
    margin-left: 490px;
    margin-right: -960px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-*-inner. */
    margin-top: 1.5em; 
    display: inline;  /* IE doubled margin bug */
  }
  
  .sidebar-left #sidebar-wrapper
  {
    width: 270px;
    margin-left: 690px;
  }

  .sidebar-right #sidebar-wrapper
  {
    width: 200px;
    margin-left: 760px;
  }

  .no-sidebars #sidebar-wrapper
  {
    display: none;
  }

  #sidebar-top,
  .two-sidebars #sidebar-top
  {    
    width: 470px;
    margin-left: 0;
    margin-right: -470px;
    padding: 0;
  }
  
  .sidebar-left #sidebar-top
  {
    width: 270px;
    margin-right: -270px;
  }

  .sidebar-right #sidebar-top
  {
    width: 200px;
    margin-right: -200px;
  }

  .no-sidebars #sidebar-top
  {
    display: none;
  }

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

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 270px;
    margin-left: 0px;
    margin-right: -270px;
    padding: 0;
  }

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

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

  .two-sidebars #sidebar-right
  {
    float: left;
    width: 200px;
    margin-left: 270px; /* Width of content + sidebar-left. */
    margin-right: -470px; /* Negative value of #sidebar-right's width + left margin. */
    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 /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #header-bar,
  #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 */
    float: left;    /* Dumb IE guillotine bug */
    width: 960px;
  }

  #topbanner
  {
    clear: both;
  }
