@charset "utf-8";
/* 
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Sidebars
 6.Blocks
 7.Nodes
 8.Fields
 9.Views
10.Tables 

[Font sizes - based on 75%/12px body]
30px = 2.5em
28px = 2.3333em
26px = 2.166667em
24px = 2em
22px = 1.8333em
20px = 1.6667em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
12px = 1em
11px = .91.6667em
10px = .8333em

----------------------------------------------------------------*/
/**
 * 1.GLOBAL
 */
  body {
    background: #110303 url("images/wtfco_bg.jpg") repeat-x top;
    color: #999;
  }
  
  a, a.active,a:link, a:visited {
    color: #fff;
  }

  #content-wrapper {
    overflow: hidden;
    background: url("images/wtfco_trans.png"); 
    top: 10px;
    position: relative;
    -moz-border-radius: 5px; 
    padding: 5px 0;
  }

  #site-header {
  }

  ul.primary li a {
    color: #000;
  }
  .views-tab-area a, .views-tab-area a:link, .views-tab-area a:visited {
    color: #000;
  }

/**
 * 2.LAYOUT
 */
  #logo {
    position: absolute;
  }
  #sidebar-first {
    margin-top: 220px;
  }

/**
 * 3.HEADER
 */

/**
 * 4.NAVIGATION
 */

  #site-menu uli {
    list-style: none;
    margin-right: 50px;
  }

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

  #site-menu li a {
    color: #fff;
    font-weight: bold;
    font-size: 1.6667em;
    float: right;
    display: block;
    padding: 5px 14px 5px 14px;
    opacity: .65;
  }

  #site-menu li a:hover {
    text-decoration: none;
    background-color: #110303;
    color: #fff;
  }


/**
 * 5.SIDEBARS
 */

/**
 * 6.BLOCKS
 */

/**
 * 7.NODES
 */

/**
 * 8.FIELDS
 */

/**
 * 9.VIEWS
 */

/**
 * 10.TABLES
 */
table td a.active,
table td a:link,
table td a:visited,
table td a {
  color: #333;
}
table td a:hover {
  text-decoration: underline;
}
