
/* General layout */

a {
    text-decoration: none;
    color: #7f0099;
}

a:hover {
    text-decoration: underline;
}

h1,h2,h3,h4 {
    font-family: Georgia,Times New Roman,serif;
    font-weight: 400;
}

body {
    font: 84% Tahoma,Verdana,sans-serif;
}

#main {
    float: right;
    width: 100%;
}

#main h2 {
    clear: left; margin: 0 0 10px 0;
    padding: 10px 0 10px 10px;
    background-color: #eee;
    color: #555;
}

#title {
    padding: 1px 0 1px 0;
    margin: 0 0 40px 0;
    background: #eee;
    text-align: center;
    color: #333;
}

#title h1 {
    text-align: left;
}

#footer {
    color: #777;
    text-align: left;
    clear: both;
    width: 100%;
}

/* Additional classes */
.meta {
    text-align: left;
    font-size: 75%;
    color: #555;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
