/*@font-face 
  see https://developer.mozilla.org/en/CSS/@font-face
  generator http://www.fontsquirrel.com/fontface/generator
*/
@font-face {
  font-family: InterstateMono;
  src: url("../fonts/Interstate Mono - Lgt.ttf");
}


/* Fonts / Colors
 * -------------- */
body{
    font-family: InterstateMono, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #343434;
    padding: 20px;
    padding-top: 0px;
}

h1{
    display: block;
    width: 353px;
    height: 39px;
    background: url(../assets/logo.png) no-repeat;
    text-indent: -2000px;
    overflow: hidden;
}

h2{
}

h3{
}


p{
    margin-bottom: 1em;
}

a:link, a:visited {
    text-decoration: none;
    color: #424242;
}

a:hover, a:active, a.active {
    color: #b0afaf;
    text-decoration: none;
}

a:focus, a:active {
  outline: 0;
}

ul{
    margin: 0px;
    padding: 0px;
    margin: 8px 0px;
}

li{
    list-style: none;
    display: block;
    float: left;
    margin-right: 5px;
    padding-right: 15px;
    background: url(../assets/slash.gif) no-repeat;
    background-position: right;
}

li:last-child{
    background: none;
}

#contact{
    height: 550px;
    width: 100% !important;
}

#contact p span{
    display: inline-block;
    width: 50px;
}

#contact p{
    width: 200px;
    float: left;
    line-height: 20px;
    height: 40px;
    margin-right: 20px;
    background: url(../assets/big-slash.png) no-repeat;
    background-position: right;
}
#contact p:last-child{
    background: none;
}

/* Basic Rules
 * -------------- */



/* Containers
 * -------------- */