/**
  * 
  *
  * @author James Thatcher <james@brandfour.com> 
  * @version 0.1
  * @revision $Revision: 0.01 $
  * @date $Date: Mon, 2nd April 2007 16:47:25 GMT $
  * $RCSfile: style.css,v $
  *
  * @todo
  *   
  * 
  * @history
  * Mon, 2nd April 2007 16:47:37 GMT - Initially created file
  *
  *  UPDATES:
  *      - Added support for second row of links
  *
  *
  **/

*{border:0;margin:0;padding:0;background:transparent;} 

/* Mozilla only, selected text colour */
*::-moz-selection {
    background-color: #000000;
    color: #F5A01F;
}

body {
    margin: auto;
    border: 0;
    font-family:helvetica, arial, sans-serif;
    font-size: 0.8em;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.4em;
    color:#393733;
    text-align: left;
    background: #262626;
}

a, a:link {
    color: #02AFF4;
    /*font-weight: bold;*/
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    outline: none;
}
a:visited {
    outline: none;
    text-decoration: none;
}


#container {
    margin: 50px;
    background: #262626;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
}

img {
    border: 0px;
    padding: 0px;
}

#header {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    background: #212121 none repeat scroll 0%;
    color: #FFF;
    border-bottom: 1px solid #262626;
    z-index: 2000;
}
* html #header { margin-left: 0; }


#links,#linksh {
    position: relative;
    background: #676767;
    border: 1px groove #fff;
    font-family: Fixedsys, "courier new", "lucida console", courier;
    margin: 2px 80px;
    padding: 6px 8px;
    color: #fdfdfd;
}

#links h1, #linksh h1{
    font-size: 2.2em;
    color: #FFFF99;
    padding-bottom: 5px;
    line-height: 1em;
}

h1 {
    color: #fff;
    line-height: 1.2em;
}

#links a:link, #links a:visited, #links a:active {
    color: #FFFF99;
    font-weight: normal;
    text-decoration: none;
}
#links a:hover {
    color: #FFFF99;
    font-weight: normal;
    text-decoration: underline;
