/* ******************************************** */
/* Global rules
***************/
html {
    background-color: #A69999;
}

body {
    background-color: white;
    font-family: "Lucida Grande", arial, sans-serif;
    color: black;
    padding: 0;
    width: 50em;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid black;
}

a {
    color: #933333;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: black;
}
/* ******************************************** */


/* ******************************************** */
/* Header 
*********/
#header {
    padding: 0.5em 0;
    margin: 0;
    border-bottom: 1px solid black;
    background-color: #933333;
    color: white;
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}

#header a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}
/* ******************************************** */


/* ******************************************** */
/* Content area
***************/
#content {
    background-color: white;
    margin: 1em 1em 0 1em;
    line-height: 1.2em;
}

#content h1, #content h2 {
    color: #933333;
    border-bottom: 1px solid #933333;
    padding-bottom: 0.4em;
    margin-bottom: 0.2em;
}

div.description {
    font-style: italic;
    padding-bottom: 1em;
    text-align: right;
    font-size: 0.9em;
    margin-top: 0.5em;
}

#content p {
    margin: 0 0 1em 0;
    text-indent: 1em;
    text-align: justify;
}

div.picture {
    text-align: center;
}

div.picture img {
    border: 1px solid black;
    padding: 0.2em;
}

div.caption {
    font-style: italic;
    text-align: center;
    font-size: 0.9em;
    padding-bottom: 1em;
    width: 70%;
    margin: auto;
}
/* ******************************************** */


/* ******************************************** */
/* Main navigation
******************/
#navigation {
    background-color: #594D40;
    font-size: 0.9em;
    list-style-type: none;
    border-bottom: 1px solid black;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
    padding: 0.2em 0 0.5em 0;
    text-align: center;
    margin: auto;
}

#navigation li.current a {
    font-weight: bold;
}

#navigation a {
    color: white;
    font-weight: normal;
    text-decoration: none;
    padding: 0.1em;
}

#navigation li a:hover {
    color: white;
    border-bottom: 1px solid white;
}

#navigation li {
    display: inline;
    margin: 0 1em 0.2em 0;
}

#navigation li.last {
    border-right: none;
    margin: 0;
}
/* ******************************************** */


/* ******************************************** */
/* Footer
*********/
#footer {
    background-color: #594D40;
    font-size: 0.9em;
    list-style-type: none;
    border-top: 1px solid black;
    padding: 0.2em 0 0.5em 0;
    text-align: center;
    margin: 1em auto 0 auto;
}

#footer a {
    color: white;
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 0.1em;
}

#footer li a:hover {
    border-bottom: 1px solid white;
}

#footer li {
    display: inline;
    margin: 0 1em 0 0;
}

#footer li.last {
    border-right: none;
    margin: 0;
}
/* ******************************************** */


/* ******************************************** */
/* Mini navigation (previous/next page, bottom of the page)
***************************************/
#mini-nav {
    text-align: center;
    margin: 0 auto 0 auto;
    list-style-type: none;
    padding: 0;
}

#mini-nav li {
    display: inline;
}

#mini-nav #previous-page.both {
    margin: 0;
    padding-left: -4em;
}

#mini-nav #next-page.both {
    margin-left: 4em;
}

#mini-nav a {
    text-decoration: none;
    border-bottom: 1px solid #933333;
    padding-bottom: 0.1em;
}

#mini-nav a:hover {
    color: black;
    border-bottom: 1px solid black;
}

#mini-nav #previous-page a:before {
    content: "\2190  ";
}

#mini-nav #next-page a:after {
    content: " \2192";
}
/* ******************************************** */


/* ******************************************** */
/* Micro navigation (previous/next page, near title)
****************************************/
#micro-nav {
    float: right;
    list-style-type: none;
    margin: 2em 1em 0 1em;
    padding: 0;
}

#micro-nav li {
    display: inline;
}

#micro-nav a {
    text-decoration: none;
}
/* ******************************************** */
