/****** typography *******/

.gray-button {
    line-height: 16px;
    color: #FFF;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-serif, sans;
    font-size: 16px;
    text-decoration: none;
    text-shadow: #333 1px 1px 4px;
}

.gray-button:hover {
    text-decoration: underline;
}

#header {
    font-size: 24px;
    color: #FFF;
    line-height: 30px;
    font-family: Verdana, Arial, Sans-serif, sans;
}

#header a {
    color: #FFF;
    text-decoration: none;
    outline: none;
}

#header a:hover {
    color: #af3321;
}

#footer {
    font-size: .8em;
}


/****** layout ******/

html, body {
    margin: 0;
    padding: 0;
}

body {
    min-width: 850px;
}

.clear {
    clear: left;
}

br.clear {
    padding: 0;
    margin: 0;
}

.gray-button {
    background: url('../img/gray-button.png') no-repeat right 0;
    position: relative;
    padding: 17px 15px;
    display: inline-block;
}

.gray-button-cap {
    display: inline-block;
    background: url('../img/gray-button.png') no-repeat left -75px;
    width: 7px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.indent {
    padding-left: 20px;
}

#header {
    background-color: #999;
    padding: 5px 12px;
}

#sidebar {
    width: 160px;
    padding: 30px 20px 20px;
    float: right;
}

#content {
    margin: 20px;
}

.screenshots img {
    display: block;
    margin-bottom: 20px;
}

.screenshots a img {
    border: 0;
}

#footer {
    margin: 10px 20px;
    clear: both;
}

#content div.atclear {
    clear: left;
}
