html {
    width: 100%;
    background-color: #BFBFBF;
}

body {
    height: 100%;
    width: auto;

    font-family: "Georgia", serif;
    background-color: #B6B6B6;

    -webkit-box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.27);
    box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.27);

    margin: 0;

}

article img {

    clear: both;
    /*    margin-left: 1.5em;
        margin-right: 1.5em;*/
    width: 100%;
}


nav.main {               
    width: 100%;
    background-color: #343334;
}

header {                
    background-color: #F2F0F1;
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
}

nav.main ul {
    list-style: none;                 
    width: auto;
    background-color: #343334;
    padding-left: 0;               
    display: block;                
    margin: 0;

}

nav.main ul li {
    display: inline-block;
    border-right: rgba(245, 245, 245, 0.33)  solid 1px;
    padding-right: 1em;
    padding-left: 1em;
}

nav.main ul a {

    font-size: small;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;    
    text-decoration: none;
    color: #E3E3E2;
}


nav.main ul li.selected {

    border-bottom: whitesmoke solid 3px;
}




img#header {
    width: 100%;
    border-left: #8CB94D solid 1px;               
    background-color: whitesmoke;
}

img#logo {
    width: 90%;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    margin-left: 0em;
}


section {
    background-color: rgba(242, 240, 240, 0.7);

    margin-bottom: 2em;
}

article {

    background-color: #FFFFFF;
    /*    padding-top: 1.1em;    */
    padding-bottom: 0em;
    margin-bottom: -2em;
    border-left: #CABCAD solid 1px;    
    color: #5E5E5D;
    padding-left: 1.3em;
    border-bottom: whitesmoke solid 1.4em;
    overflow: auto;

    padding-right: 1em;

}

article.photo img {
    border: #8cb94d 1px solid;
    display: block;
    width: 95%;
    margin-bottom: 0.7em;
    margin-left: auto;
    margin-right: auto;
}


nav.breadcrumbs {    
    color: #F0DC7E;   
    margin-top: 0;    
    width: 100%;
    padding-left: 0.4em;
    margin-bottom: 0.3em;
}

nav.breadcrumbs * {
    font-size: x-small;
    display: inline-block;
}

nav.breadcrumbs ul {

    margin: 0;
    list-style: none;
    padding-left: 1.2em;
}

nav.breadcrumbs a {    

    /*        font-family: 'PT Sans Narrow', sans-serif;*/
    font-size: x-small;
    text-transform: uppercase;
    color: #3F4B56;
    background-color: #D4D5AA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

nav.breadcrumbs h1 {    

    font-family: 'PT Sans Narrow', sans-serif;
    font-size: medium;
    text-transform: uppercase;
    color: #5F5D55;

}


hgroup {    
    margin-bottom: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}


img.f {
    width: 100%;
}



article p {            
    line-height: 145%
}



nav.breadcrumbs, h1 {

    font-family: 'PT Sans Narrow', sans-serif;
    font-size: medium;
    text-transform: uppercase;


}

h2 {
    /*    color: #FFFFFF;
        background-color: rgba(242, 240, 240, 0.4);
        opacity: 0.99;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 250%;
        margin-top: 0;
        padding-top: 0.6em;
        margin-left: -0.5em;
        margin-right: -0.4em;
        padding-left: 0.5em;*/

    background-color: rgba(242, 240, 240, 0.4);
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 0.3em;
    padding-top: 0.1em;
    line-height: 100%;
}

h2 span {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 150%;
    color: #424242;
    margin: 0.2em 2em 0em 0.5em;    
    display: block;
    line-height: 90%;
}

h2.photo {

    font-size: 3em;
    margin-bottom: .5em;
    margin-left: -0.1em;
    margin-top: -0.35em;
}

footer {
    border-top: #8CB94D solid 2px;
    background-color: #6b727b;
    margin-left: 0em;

    margin-top: -1em;
}

nav.articles_current_section  ul {
    margin-bottom: 0;
}
nav.articles_current_section li.even, li.even {
    background-color: #727478;
}
li.titles {
    margin-bottom: 0;               
}
li.nested {
    padding-top: 1em;
}

li.titles, li.nested {
    margin-left: -4.4em;
    padding-right: 2em;
}

li.titles h1, li.nested ul {
    margin-left: 2em;
}

ul.article_list_h3, footer nav ul.article_titles {
    list-style: none;
    line-height: 155%;
}

ul.article_list_h3 {
    padding-left: 1em;
}

footer nav ul.article_titles {
    padding-bottom: 1.6em;
    list-style: none;
    margin-bottom: 0;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;

}



ul.article_list_h3 a {      
    /*    color: #5F5D55;*/
    color: #3F4B56;
}

footer nav ul li a:visited, ul.article_list_h3 a:visited {
    color: #A7A48F;
}


.copyright {
    border-top: #A35563 solid 2px;
    background-color: #4C4E54;
    padding-bottom: 1em;
    padding-top: 1.1em;
    padding-left: 1.1em;
}

.copyright a {

    color: #E5E5E5;
    font-size: medium;
    text-transform: uppercase;                
}

.copy_year {

    color: #727478;
    margin-top: 0.35em;
    margin-bottom: 0;                
}

footer hr {                
    color: #8E8F8D;
    size: 2px;
}

footer h1 {
    display: block;
    border-bottom: #C3C3C3 solid 1px;
    padding-top: 0.8em;
    margin: 0 2em 0 2em;
}

a.mobile_go_up {
    display: block;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: smaller;
    margin-bottom: 1em;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
    color: #3F4B56;
    float: right;
    background-color: #8CB94D;
}


footer nav ul {
    line-height: 170%;
    font-size: 110%; 
    font-family: 'Georgia', sans-serif;
    color: #B6B6B6;  
    display: block;
    font-size: small;
}

.article_titles a {
    color: #F6E5C3;  
    font-family: 'Georgia', sans-serif;
}
.article_titles {    
    color: #F6E5C3;  
    font-family: 'Georgia', sans-serif;
    font-size: 110%;
    text-decoration: none;
    border-bottom: 1px gray ridge;
}


@media screen and (min-width: 64em) {

    body {
        height: 100%;
        width: 75%;

        margin-right: auto;
        margin-left: auto;
        font-family: "Georgia", serif;
        background-color: #B6B6B6;

        border-left: #B6B6B6 2em solid;
        border-right: #B6B6B6 2em solid;

        -webkit-box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.27);
        -moz-box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.27);
        box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.27);     

    }


    nav.main {               
        width: 100%;
        border-left: #D5D5D4 solid 2em;
        margin-left: -3em;
        background-color: #343334;
        border-right: #343334 solid 3.33em;
    }

    header {                
        background-color: #F2F0F1;
        padding-left: 1em;        
        border-right: #E7E4E3 solid 3px;

    }

    nav.main ul a {
        font-size: 100%;

    }

    /*
        nav.main ul {
            list-style: none;                 
            width: auto;
            background-color: #343334;
            padding-left: 0;               
            display: block;                
            margin: 0;
            margin-left: 2.3em;
        }
    
        nav.main ul li {
            display: inline-block;
            border-right: rgba(245, 245, 245, 0.33)  solid 1px;
            margin-right: 1.3em;
        }
    
        nav.main ul a {
    
            border-right: #343334 solid 1px;
            margin-bottom: 5px;
            display: block;
            margin-right: -1px;
            padding-right: 1.3em;
            text-decoration: none;
            color: #E3E3E2;
        }
    
        nav.main ul li.selected {
    
            border-bottom: whitesmoke solid 3px;
        }*/




    img#header {
        width: 100%;
        border-left: #8CB94D solid 1px;               
        background-color: whitesmoke;
    }

    img#logo {
        width: 65%;
        margin-bottom: 0.6em;
        margin-left: 1em;
    }


    section {
        margin-left: -2em;
        padding-left: 1em;
        background-color: #F2F0F0;
        border-left: #CCCCCC solid 2em;     
        margin-bottom: 2em;


    }

    article {
        /*        opacity: 0.85;*/
        background-color: #FFFFFF;        
        padding-left: 2.2em;
        padding-bottom: 2em;
        margin-bottom: -2em;
        border-left: #CABCAD solid 1px;
        border-right: #F2F0F1 solid 1px;
        padding-right: 2em;
        color: #5E5E5D;
        border-bottom: whitesmoke solid 2em;
    }


    article p {            
        line-height: 145%
    }


    article img.align_right {
        float: right;
        clear: none;
        margin-left: 1.5em;
        width: auto;
    }

    section img.align_left { 
        float: left;
        clear: none;
        margin-right: 1.5em;
        width: auto;
    }

    section img.align_center { 
        
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    nav.breadcrumbs {

        margin-left: 1.7em;
    }

    h2 {
        padding-left: 1.3em;
        /*        font-size: 250%;*/

    }

    h2 span {       
        font-size: 150%;        
    }
    h2.photo {

        font-size: 3em;
        margin-bottom: 0.5em;
        margin-left: -2em;
        padding-left: 2em;
        margin-top: -1.2em;
    }

    footer {
        border-top: #8CB94D solid 2px;
        background-color: #6b727b;
        margin-left: 0em;
        margin-right: -2em;
        margin-top: -1em;
    }

    nav.articles_current_section  ul {
        margin-bottom: 0;
    }
    nav.articles_current_section li.even, li.even {
        background-color: #727478;
    }

    li.titles {
        margin-bottom: 0;
        list-style: none;
    }
    li.nested {
        padding-top: 1em;
    }

    li.titles, li.nested {
        margin-left: -3em;
    }

    li.titles h1, li.nested ul {
        margin-left: 2em;
    }

    ul.article_list_h3, footer nav ul.article_titles {
        list-style: none;
        line-height: 170%;

    }

    footer nav ul.article_titles {
        padding-bottom: 1.6em;
        list-style: none;
        margin-bottom: 0;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;

    }



    ul.article_list_h3 a {      
        /*    color: #5F5D55;*/
        color: #3F4B56;
    }

    footer nav ul li a:visited, ul.article_list_h3 a:visited {
        color: #A7A48F;
    }

    footer nav ul li.reading {
        font-weight: bold;
        color: #CCCCCC;
        font-family: 'Helvetica', sans-serif;
    }

    .copyright {
        border-top: #A35563 solid 2px;
        background-color: #4C4E54;
        padding-bottom: 1em;
        padding-top: 1.1em;
        padding-left: 2.1em;
    }

    .copyright a {

        color: #E5E5E5;
        font-size: medium;
        text-transform: uppercase;                
    }

    .copy_year {

        color: #727478;
        margin-top: 0.35em;
        margin-bottom: 0;                
    }

    footer hr {                
        color: #8E8F8D;
        size: 2px;
    }

    footer h1 {
        display: block;
        border-bottom: #C3C3C3 solid 1px;
        padding-top: 0.8em;
        margin: 0 2em 0 2em;
    }


    article.photo img {

        border: #8cb94d 1px solid;
        background-color: #BFBFBF;

        display: inline-block;
        width: 250px;
        margin: 0.2em;
        padding: 0.3em 0.3em 1.6em 0.3em;
    }

    div.photo_wrap {
        display: table-row;        
    }

    .photo_wrap img {
        display: table-cell;
        width: 250px;
    }

    a.mobile_go_up {
        display: none;
    }


    .news p {

        background: #eee;
    }

    .sitemap ul {
        list-style: none;        
    }

    .sitemap h4, .sitemap h5, .sitemap h6 {
        margin-bottom: 0.3em;
    }

}