body {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

#content {
    margin: 10px 50px 0 40%;
}

#year {
    position: fixed;
    left: 0;
    top: 0;
}

#header {
    float: right;
    margin: 0;
}

#intro {
    margin: 5px 40px;
    padding: 10px;
    color: #3b439b;
    font-weight: bold;
}
#intro:first-letter {
    font-size: 300%;
    float: left;
}

#ken {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -10;
    
}

#kekowear {
    float: right;
    margin: 20px;
}

#footer span {
    float: right;
}

#blk {
    margin-left: 15%;
    text-align: center;
    display: table;
}

#blk-button {
    background: url(images/buttons.png)  0 0 no-repeat;
    height: 88px;
    width: 220px;
    display: block;
}
#blk-button:hover {
    background-position: 0 -88px;
}
#blk-button.loading {
    background: url(images/button-noting.gif) 0 5px no-repeat;
}
#blk-button.noted {
    background: url(images/buttons.png) 0 -176px no-repeat;
}

#blk-loading {
    display: none;
}

#digits-desc {
    text-transform: uppercase;
    letter-spacing: 2px;
}

#digits {
    font-size: 400%;
    font-weight: bold;
}

.action .includingyou {
    font-weight: bold;
    letter-spacing: 2px;
}

img {
    border: none;
}

#stories {
    margin-left: 10%;
    min-height: 170px;
}

#connect {
    margin-left: 10%;
}

#stories .cite {
    text-align: right;
    margin-right: 100px;
    font-style: italic;
}

#connect ul {
    margin: 0;
    padding: 0;
}
#connect ul li {
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
}
#connect ul li img {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

#footer {
    clear: both;
    margin-left: 10%;
    padding: 20px;
    font-size: 10px;
    text-align: center;
}

a:link,
a:visited {
    text-decoration: none;
    color: #3b439b;
}
a:hover {
    color: #ab373f;
}

/* Subpages */
#subpage {
    width: 725px;
    margin: 0 auto;
}
#subpage-header {
    text-align: center;
    border-bottom: 2px solid #3b439b;
}
#subpage-content h1 {
    color: #ab373f;
}
#subpage-footer {
    text-align: center;
    clear: both;
    padding-bottom: 50px;
}

#archives-list {
    border-right: 2px solid #3b439b;
    float: left;
    width: 50px;
    list-style: none;
    margin: 0 5px;
    padding: 0;
}

.archives-content {
    margin: 0 0 0 60px;
}

#stories-all .story {
    border-bottom: 1px solid #3b439b;
    margin: 20px 0;
    padding: 10px 0;
}

#stories-all .cite {
    text-align: right;
    margin-right: 100px;
    font-style: italic;
}
