﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #FBF7FF;
}

a:link
{
    color: #49B0FF;
}
a:visited
{
    color: #7D56FF;
}
a:hover
{
    font-weight: bold;
}
a:active
{
    font-weight: bolder;
}

.page-headings
{
    text-align: left;
    margin-bottom: 10px;
}

.page-headings h1
{
    font-size: x-large;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}

.page-headings h2
{
    font-size: small;
    font-style: italic;
    display: inline-block;
}

.contact div
{
    display: block;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    background-color: White;
    margin-bottom: 10px;
}

.contact a.contact-link
{
    display: inline-block;
    margin-right: 5px;
    font-size: small;
    vertical-align: top;
    width: 130px;
    height: 130px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    background: White;
}

.contact img
{
    max-height: 150px;
    max-width: 150px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.summary
{
    float: left;
    max-width: 400px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: White;
}

.summary h1
{
    font-size: larger;
}

.summary h2
{
    font-size: medium;
}

.summary p
{
    font-size: medium;
}

.twitter
{
    float: right;
    max-width: 400px;
    background-color: White;
    margin-right: 5px;
    margin-bottom: 10px;
}

footer
{
    padding-top: 20px;
    float: left;
    max-width: 800px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
}

footer img.photo
{
    max-height: 60px;
    max-height: 60px;
    display: inline;
    margin-right: 10px;
    border-radius: 5px;
}

footer span.fn
{
    font-size: medium;
    display: block;
}

footer a.url fn
{
    display: block;
}

footer a.email
{
    display: block;
}

footer span.n
{
    display: none;
}
