body {
    font-family: "Helvetica","Arial",sans-serif;
    color: #666;
    margin: 0px;
    font-size: 12px;
}

#wrapper {
    margin: 2em 3em;
}

h1,h2,h3,h4,h5 {
    letter-spacing: -0.075em;
    color: #444;
}

h1 {
    font-size: 3em;
    padding: 0px;
    margin:  0px;
}

h2 {
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-size: 2.5em;
    padding: 0px;
}

.alt {
    padding: .5em .75em;
    background-color: #c00;
    display: inline-block;
    color: #fff;
    font-weight: 100;
    font-family: "Lucida Blackletter";
    font-size: 2em;
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #222;
}

table {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    border-collapse: collapse;
    width: 100%;
}

table td {
    padding: 1em;
}

table td, table th {
    vertical-align: top;
    line-height: 1.5em;
    border-top: solid 1px #ddd;
    padding: 1em;
}

table th {
    text-align: left;
    width: 11em;
}

table th a {
/*    font-size: 1.5em; */
}

table tr.first td, table tr.first th, table tr.logo td, table tr.logo th {
    border-top: none;
}

#nav {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#nav li {
    list-style: none;
    display: inline-block;
    padding: .5em 1em;
    font-size: 1.5em;
}

#nav li:first-child {
    padding-left: 0px;
}

#nav li a {
    color: #aaa;
}

#nav li a:hover {
    color: #666;
}

img.social_icon {
    border: none;
    padding-right: .5em;
}

img.flyer {
    -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 3px 4px rgba(0,0,0,.3);
    border: solid 1px #666;
}

blockquote {
    color: #999;
}

a.social_link {
    border: none;
}

a.social_link:hover {
    border: none;
}

#footer {
    font-size: .9em;
    text-align: right;
    margin-top: 1em;
    color: #aaa;
}

a img {
    border: none;
}
