/* TYPOGRAPHY, GENERAL LOOK AND FEEL */
@font-face {
    font-family: 'StTransmission800ExtraBold';
    src: url('../fonts/sttransmission-800-extrabold-webfont.eot');
    src: local('☺'), url('../fonts/sttransmission-800-extrabold-webfont.woff') format('woff'), url('../fonts/sttransmission-800-extrabold-webfont.ttf') format('truetype'), url('../fonts/sttransmission-800-extrabold-webfont.svgz#webfont7fsxhrTH') format('svg'), url('../fonts/sttransmission-800-extrabold-webfont.svg#webfont7fsxhrTH') format('svg');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: Garamond, Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
    font-size: 125%;
    color: #000;
}
a {
    text-decoration: none;
    color: #7c7c7c;
}
    a:hover {color: #454545;}
h1, h2, h3, h4, h5, h6 {
    font-family: StTransmission800ExtraBold, Helvetica, Arial, sans-serif;
    margin-bottom: 0.3em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #000;}
    h1 {font-size: 2em;}
    h2 {font-size: 1.75em;}
    h3 {font-size: 1.25em;}
    h4 {font-size: 1.125em;}
    h5 {font-size: 1.0625em;}
    h6 {font-size: 1em;}
p {
    margin-bottom: 0.5em;
    line-height: 1.25em;
}

/* HEADERS, FLAG, NAVIGATION */
#headers_bg {
    border-bottom: 0.5em solid #009bc6;
    margin-bottom: 0.5em;
}
#headers {
    font-family: StTransmission800ExtraBold, Helvetica, Arial, sans-serif;
    /* font-weight: bold; */
    text-transform: lowercase;
    margin-bottom: 0.5em;
}
#flag {
    margin-top: 1em;
    text-transform: none;
}
    #flag h1 {margin-bottom: 0.3em;}
    #headers a {color: #000;}
#navbar {
    font-size: 1.5em;
}
    #navbar li {padding-top: 0.8em;}
        #navbar li a {padding-bottom: 0.2em;}
            #navbar li a:hover, #navbar li.current a {border-bottom: 0.25em solid #000;}

/* CONTENT, SIDEBAR */
.sidebar_box {
    margin-bottom: 1.25em;
}
    .sidebar_box h3 {
        margin-bottom: 0.25em;
    }
    .sidebar_box .byline {
        text-align: right;
        font-size: 0.8em;
    }
    .sidebar_box .extra {
        text-align: right;
        /* font-weight: bold; */
        font-size: 0.8em;
    }

#content ul {
    list-style: disc outside none;
    margin-top: 1em;
    margin-bottom: 1em;
}
    #content ul li {
        margin-top: 0.25em;
        margin-bottom: 0.25em;
    }

/* FOOTER, COPYRIGHT */
#footer_border {
    border-top: 0.1em solid #009bc6;
    padding-top: 1em;
}
#footer {
    font-family: StTransmission800ExtraBold, Helvetica, Arial, sans-serif;
    /* font-weight: bold; */
}
#footer_nav {margin-top: 0.15em;}

/* ARCHIVE PAGES */
.archive_nav {
    clear: both;
}

/* PHOTO GALLERIES */
.photo_container {
    display: inline;
    float: left;
    width: 300px;
    height: 300px;
}
#portfolio_photos .photo_container {
    width: 175px;
    height: 175px;
}

/* RESUME */
.resume_column ul {
    list-style: disc outside none;
    margin-left: 60px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
}
    .resume_column ul ul {list-style-type: circle;}
        .resume_column ul ul ul {list-style-type: square;}
    .resume_column li {margin-bottom: 5px;}
.resume_column p {
    margin-left: 30px;
    line-height: 1em;
}
.resume_column h3 {margin-left: 20px;}
.resume_column h4 {margin-left: 30px;}
