@charset "UTF-8";

/* CSS Document
   ================================================== */

.logo-holder {
    text-align: center;
    width: 459px;
    margin: 0 auto;
}

.alt-flash { margin-top: 5em }

#tweet {
    font-weight: normal !important;
    text-align: center;
    top: 200px;
    font-size: 1.6em;
    margin: 0 auto;
    width: 420px;
    position: absolute;
    left: 50%;
    margin-left: -206px;
}

.meta a { margin-top: 8px }

.meta a,
#tweet,
.tmsg a,
.status a {
    color: #81060f;
    text-decoration: none;
    text-shadow: 0 0 3px #cf1823;
}

.meta a,
#tweet a.tago {
    display: block;
    margin-top: 10px;
    font-size: .6em;
    color: #940c17;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.meta a:hover,
#tweet a:hover { color: #81060f }

.status a:hover { color: #5C060f!important }

.headerlinks {
    text-align: center;
    position: absolute;
    margin-left: -185px;
    left: 50%;
    top: 2.9em;
    display: block;
    width: 370px;
    line-height: 50px;
    height: 30px;
    color: #81060f;
}

.headerlink {
    padding: 0 8px;
    color: #4C060f;
    text-shadow: 0 0 3px #cf1823;
    text-decoration: none!important;
    font-size: 17px;
    line-height: 17px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.headerlink:hover {
    line-height: 20px;
    text-shadow: 0 -3px 5px #53040a;
    color: #fff;
    font-size: 20px;
}

#twitter { padding-top: 10px }

#jobtitle {
    margin-top: 6px;
    margin-bottom: 40px;
    font-size: .75em;
    color: #8C060f;
    border-bottom: 2px solid #ab0e19;
    margin-bottom: 10px;
    padding-bottom: 13px;
}
