@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

a img {
    border: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
    font-family: calibri;
    color: #c8ced5;
}

h1, h2, h3 {
    font-family: Roboto;
    color: #c8ced5;
    text-shadow: 1px 1px 1px #17191a;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

p {
    margin: 12px 0px;
    font-size: .9em;
}

a {
    color: #5facfa;
    text-decoration: none;
}

a.selected {
    color: #a155d1;
    text-decoration: underline;
}

a:hover {
    color: #75fa5f;
}

header {
    background: #2c3f55 url('../images/pageHeader.jpg') repeat-x left bottom;
    min-height: 150px;
    border-bottom: 2px solid #161819;
}

header .contents {
    width: 960px;
    margin: 0px auto;
    padding-top: 35px;
}

header h1 {
    font-size: 2.5em;
    margin: 0px;
}

header h1 a#resumeLink {
    font-size: .7em;
}

#social {
    font-size: 2.5em;
    float: right;
}

#contact {
    margin: 0px;
    font-size: .75em;
}

#contact span {
    display: block;
}

#contact label {
    display: block;
    float: left;
    width: 75px;
}

main {
    padding: 20px 0px;
    background: #292c2f; //url('../images/middleBG.gif') repeat-x left top;
    border-top: 2px solid #444355;
    border-bottom: 2px solid #161819;
}

main .contents {
    width: 960px;
    margin: 40px auto;
}

#experience dl dt span {
    color: #8c9195;
}

#experience dl dt h2 {
    margin-top: 2px;
}

#experience dl dt h2 a {
    font-size: .75em;
    font-weight: normal;
}

#experience dl dt h2 a:before {
    content: " - ";
}

footer {
    min-height: 200px;
    background: #212934 url('../images/pageFooter.jpg') repeat-x left top;
    border-top: 2px solid #444355;
}

footer .contents {
    width: 960px;
    margin: 0px auto;
}