@import "html5reset-1.6.1.css";
@import "header.css";
@import "sidebar.css";

html {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.main {
    width: 1009px;
    margin: 20px auto 0 auto;
}

.content {
    float: left;
    width: 643px;
    margin: 0 52px 0 32px;
}

.last-article {
    border: none;
}

section h1, section h2, section h3 {
    color: #C0272D;
    margin-bottom: 10px;
}

section h1 {
    font-size: 1.2em;
}

article {
    padding-bottom: 10px;
    margin-bottom: 26px;
    border-bottom: 1px dotted #000000;
}

article h1, article h2, article h3 {
    color: #C0272D;
    margin-bottom: 10px;
}

article h1 {
    font-size: 1.2em;
}

article aside h1 {
    font-size: 1em;
}

article section h1 {
    font-size: 1em;
}

article p {
    font-size: .8em;
    line-height: 1.4em;
    margin-bottom: 16px;
}

article ul {
    font-size: .8em;
    line-height: 1.4em;
    margin: 0 0 16px 26px;
    list-style-type: square;
}

article ul li {
    margin-bottom: 10px;
}

figure {
    text-align: center;
    margin: 26px 0 26px 0;
}

figcaption {
    font-size: .8em;
    margin-top: 16px;
    font-style: italic;
}

.resume header {
    margin-bottom: 16px;
}

.resume section section {
    margin-bottom: 26px;
}

.resume section section header {
    margin-bottom: 0;
}

.resume section section ul li {
    margin-bottom: 10px;
}

.resume section section h1,
.resume section section h2 {
    font-size: .8em;
    margin-bottom: 6px;
    color: #000000;
    font-weight: normal;
}

.resume section h2 strong,
.resume section h3 strong,
.resume section section h1 strong,
.resume section section h2 strong {
    font-variant: small-caps;
    color: #C0272D;
}

.clear-both {
    clear: both;
}

.learn-more-button {
    display: block;
    float: right;
    background: #595959;
    color: #FFFFFF;
    text-decoration: none;
    font-size: .8em;
    padding: 10px 16px;
    margin: 16px 26px;
}

.learn-more-button:hover {
    background: #009900;
}