/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */

body {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-weight: 300;
}

h2 {
    font-size: 1.8em;
}

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}
.container .text-muted {
    margin: 20px 0;
}

.portrait {
    width: 160px;
    float: right;
    margin-left: 20px;
}

.breadcrumb {
    background-color: inherit;
    padding: 0;
    margin-bottom: 5px;
}

img {border: 0;}

mark {
    background-color: #f5f5f5;
}

.date {
    float: right;
    font-style: italic;
}

.latin {font-style: italic;}
.journal {font-style: italic;}

address {
/*    border-left: solid 5px #eee;*/
    padding-left: 25px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.footer-spacer {
    height: 25px;
}

.footer {
    margin-top: 50px;
    font-size: 0.9em;
}
.footer #copyright {
    float: left;
    text-align: left;
}

.footer #lastupdate {
    float: right;
    text-align: right;
}


/*hover*/
a:hover, a:active, #header a:hover {color: #da721f;}
