body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote
{
    margin: 0;
    padding: 0;
}

.header
{
    font-weight: bold;
    padding: 50px;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

    .header span
    {
        font-size: 0.8em;
        margin-top: 25px;
        display: inline-block;
    }

html, body
{
    background: #d5d5d5 url(/images/bg.jpg) 0px -8px repeat-x;
    font-family: arial;
    font-size: 12px;
    border: 0;
    color: #555555;
    text-align: center;
}

.content
{
    width: 943px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.bg-photo-thumb.three-col
{
    width: 300px;
}

.bg-photo-thumb
{
    background: #c6c6c6;
    float: left;
    margin: 0 17px 20px 3px;
}

.content
{
    text-align: left;
}

.photo-thumb
{
    background: #fafafa;
    position: relative;
    top: -3px;
    left: -3px;
}

a
{
    color: #b939d3;
    text-decoration: none;
}

    .photo-thumb a.thumb, a img.thumbnail
    {
        display: block;
        opacity: 0.9;
    }

        .photo-thumb a.thumb:hover, a img.thumbnail:hover
        {
            opacity: 1;
        }

.photo-thumb h2, .photo-thumb h1
{
    float: left;
    padding-left: 10px;
}

h1, h2, h3, h4, h5
{
    font-family: "PT Sans", sans-serif;
    padding: 5px 10px 10px 10px;
    font-family: Georgia;
}

p
{
    line-height: 20px;
    padding: 10px 0;
}

.photo-thumb p.post-details
{
    font-size: 11px;
    float: right;
    padding-right: 10px;
    color: #999;
    line-height: 14px;
    text-transform: uppercase;
}

.fix
{
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    overflow: hidden;
}

.photo-thumb h2 a, .photo-thumb h1 a
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    text-transform: uppercase;
    font-weight: normal;
}

.photo-thumb img
{
    border-bottom: 3px solid #222;
}

a img
{
    border: none;
}

.bg-photo-thumb.last
{
    margin: 0 0 20px 3px;
}

.back
{
    color: #888;
    padding: 10px 20px;
    background: #fafafa;
    top: 20px;
    left: 71px;
    position: relative;
    border: 0;
    border-right: 3px solid #c6c6c6;
    border-bottom: 3px solid #c6c6c6;
    font-weight: bold;
    font-size: 14px;
}
