/* Copyright 2012-2013, Marc S. Brooks (http://mbrooks.info) */

/*
 * Tienne | Montserrat Alternates
 */
@import url( http://fonts.googleapis.com/css?family=Tienne );

/* a much better way
@font-face {
  font-family: '<name>';
  src: url( http://fonts.googleapis.com/css?family=<name> );
}*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Tienne, Sans-Serif;
    font-size: 14px;

    /* disable text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    color: #3399CC;
}

a:active {
    color: #BBBBBB;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* demo only */

#about {
    background-color: #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    font-size: 15px;
    padding: 5px;
    text-align: center;
}

#footer {
    background-color: #FFFFFF;
    bottom: 0px;
    font-size: 16px;
    padding: 10px 0px 20px 0px;
    position: absolute;
    width: 100%;
}

#footer span.copy {
    color: #A7A7A7;
    float: right;
    position: relative;
    right: 20px;
}
