﻿body
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

.center
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.align-center
{
    text-align: center;
}

#name
{
    font-family: 'Libre Baskerville', serif;
    font-size: 48px;
    vertical-align: middle;
    font-style: italic;
    margin-left: 20px;
    text-shadow: 1px 1px 2px #c0c0c0;
    filter: dropshadow(color=#c0c0c0, offx=1, offy=1);
}

    #name :first-child
    {
        color: #0066ff;
    }

    #name :nth-child(2)
    {
        color: #ff9900;
    }

.top-margin
{
    margin-top: 20px;
}

.btn
{
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width: 250px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
    text-decoration: none;
}

    .btn:hover
    {
        border: 1px solid #224b09;
        background-color: #36780f;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), top(#005900));
        background-image: -webkit-linear-gradient(top, #36780f, #005900);
        background-image: -moz-linear-gradient(top, #36780f, #005900);
        background-image: -ms-linear-gradient(top, #36780f, #005900);
        background-image: -o-linear-gradient(top, #36780f, #005900);
        background-image: linear-gradient(to bottom, #36780f, #005900);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
    }

.footer
{
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
    padding: 10px;
    color: #808080;
    border-top: 1px dashed #c0c0c0;
}