@import url("reset.css");

/*
----------------------
Text blue: #003F5F
Rollover blue: #0065A4
Faded blue: #8BADD3
----------------------
*/

  
/* Body
----------------------------------------------------------------*/
html, body {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: #003F5F;
  font-size: 16px;
  padding: 0;
  margin: 0;
  }

/*
#bg-image {
  background: url(/css/images/bg/reputation.png) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5
  }
  */

/* Page
----------------------------------------------------------------*/
#page {
  position: relative;
  width: 750px;
  margin: 0 0 0 246px;
  padding: 0;
  }
  
  
/* Logo
----------------------------------------------------------------*/
#logo {
  position: absolute;
  left: 0;
  top: 168px;
  height: 97px;
  width: 182px;
  background: url(/css/images/logo.gif) no-repeat;
  padding: 0;
  margin: 0;
  }
  #logo span {
    display: none;
    }
    
  
/* Navigation
----------------------------------------------------------------*/
#nav {
  padding: 13px 0;
  margin-left: -4px;
  }

  #nav ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 19px;
    }

  #nav li {
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    }

  #nav a { 
    float: left;
    height: 24px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
    padding: 2px 3px;
    color: #85878A;
    margin: 0 37px 0 0;
    text-decoration: none;
    text-align: center;
    }

  #nav a:hover,
  #nav a.selected {
    color: #000;
    }
    
    
 /* Subnav
----------------------------------------------------------------*/
#subnav {
  position: absolute;
  top: 25px;
  left: 0px;
  _width: 790px;
  }

  #subnav ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: square;
    height: 19px;
    }

  #subnav li {
    float: left;
    clear: none;
    display: inline;
    margin: 0;
    padding: 0 0 0 12px;
    background: url(/css/images/sprites.gif) 0 -89px no-repeat;
    }
    #subnav li.selected {
      background-position: 0 -189px;
      }

  #subnav a { 
    float: left;
    height: 24px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
    padding: 2px 3px;
    color: #8BADD3;
    margin: 0 17px 0 0;
    text-decoration: none;
    text-align: center;
    }

  #subnav a:hover,
  #subnav li.selected a {
    color: #003F5F;
    }
  
  
/* Content
----------------------------------------------------------------*/
#content {
  margin: 52px 0;
  width: 650px;
  }
  
  
  
/* Headings
----------------------------------------------------------------*/
h1 {
  font-weight: normal;
  margin: 0 0 0;
  padding: 0;
  font-size: 24px;
  line-height: 29px;
  }

  

/* Text
----------------------------------------------------------------*/
p, li {
  margin: 0 0 -0.6em 0;
  _margin: 0 0 .6em 0;
  padding: 0;
  line-height: 21px;
  font-size: 18px;
  }
  
li, li p {
  font-weight: normal;
  }

a {
  outline: none;
  color: #000;
  text-decoration: none;
  }
  a:hover {
    color: #0065A4;
    text-decoration: underline;
    }
    
ul {
  margin: 16px 0 0 18px;
  list-style-type: square;
  } 
  ul li {
    margin: 1px;
    }
     
code {
  color: #777;
  padding-left: .3em;
  padding-right: .3em;
  font-weight: bold;
  }
  h1 code,
  h2 code {
    color: #FFF;
    }
  
pre code {
  display: block;
  border: 1px solid #CCC;
  background: #F6F6F6;
  padding: 10px;
  overflow: auto;
  margin-bottom: 30px;
  font-weight: normal;
  color: #222;
  }



/* Forms
----------------------------------------------------------------*/
fieldset {
  border: none;
  padding: 30px 0;
  }
  
legend {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #CCC;
  *margin-bottom: 30px; /* for IE */
  }
  
label {
  float: left;
  width: 190px;
  text-align: right;
  font-size: 13px;
  height: 15px;
  margin: 0 10px 10px 0;
  padding-top: 7px;
  }
  
label.right {
  color: #666;
  float: left;
  clear: none;
  width: auto;
  padding: 0 5px;
  text-align: left;
  }
  
form div {
  float: left;
  clear: left;
  margin: 5px 0;
  width: 100%;
  }
  form div.inner {
    float: left;
    clear: none;
    width: auto;
    }
  
input.text,
input.password {
  width: 300px;
  font-size: 15px;
  } 
  input.text:focus {
    border-color: #86ACD3;
    }

input.submit {
  margin: 10px 0;  
  }

input.checkbox,
input.radio {
  float: left;
  }
  
form .no-label,
select.no-label,
input.no-label,
textarea.no-label {
  margin-left: 200px;
  }

form input.long {
  width: 500px;
  }

form input.short {
  width: 100px;
  }
  
form input.jumbo {
  font-size: 30px;
  }
  
textarea {
  width: 490px;
  height: 180px;
  font-size: 15px;
  font-family: Trebuchet, Helvetica, sans-serif;
  padding: 5px;
  font-size: 15px;
  }
  
textarea.small {
  height: 60px;
  }
  
textarea.large {
  height: 500px;
  }
  
select {
  float: left;
  margin-top: 7px;
  font-size: 14px;
  }
    
input.text,
input.password,
textarea {
  border: 2px solid #CCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  }
  
    
/* Tables
----------------------------------------------------------------*/
table {
  clear: both;
  border-collapse: collapse;
  text-align: left;
  }

td {
  padding: 2px 3px;
  font-size: small;
  vertical-align: top;
  }
  


/* Footer
----------------------------------------------------------------*/
#footer {
  font-size: 12px;
  color: #000;
  clear: both;
  margin: 30px 0 20px 0;
  }
    
    

/* Custom styles
------------------------------------------------------------------------------*/
#flash-message {
  float: left;
  padding: 5px 8px;
  border: 1px solid #CCC;
  }


.error {
  color: red;
  }
  

/* EXTRA CLASSES EVERY CSS HACKER NEEDS
----------------------------------------------------------------*/
.clear { 
  clear: both; 
  }

.hide {
  display: none; 
  }
  
.left {
  float: left;
  }
  
.right {
  float: left;
  }

