a {
    color: #469e93;
    text-decoration: dotted;
}

a:visited {
    color: #2a655e;
    text-decoration: dotted;
}

header {
    padding: 0;
    margin: 0;
    height: 28px;
    background-image: url('img/tk10k-menu-background-pattern.gif');
    background-repeat: repeat-x;
    background-size: auto;
    box-shadow: rgba(0, 0, 0, .25) 0px 1px 2px 1px;
}

header img.logo {
    height: 28px;
    margin-left: 9px;
    margin-right: 0px;
}

header img.subtitle {
    position: relative;
    top: -7px;
    margin-left: 0px;
}

body {
    font-family: Geneva, "Microsoft Sans Serif", Krungthep, Verdana, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.main-content {
    padding: 20px;
    width: 60%;
    margin: auto;
    padding-bottom: 50px;
}

.main-content h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
    line-height: 46px;
}

.main-content .the-future {
    display: inline-flex;
    /* Important for text-indent */
    vertical-align: text-bottom;
    position: relative;
    bottom: 0.06em;
    margin-right: 3px;
    padding-left: 3px;
    background-image: url('img/the-future.gif');
    width: 120px;
    height: 23px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    /* Hide the text off-screen */
}

.main-content cite {
    display: block;
    text-align: right;
    color: #888;
}

footer {
    font-family: "Silkscreen", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    left: 0;
    bottom: 0;
    vertical-align: middle;
    width: 100%;
    height: 32px;
    background-color: #e0e0e0;
    text-align: center;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05);
    font-size: 8px;
    stroke-width: 0;
    -webkit-text-stroke: none;
    font-smooth: none;
    -webkit-font-smoothing: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px -1px 2px -1px;
}

/* Responsive Design */

@media only screen and (max-width: 768px) {
    .main-content {
        width: 80%;
    }
}

@media only screen and (min-width: 1248px) {
    .main-content {
        width: 50%;
    }
}