/*
    JHLP Reload: styles
    Published under the terms of the Creative Commons License:
    http://creativecommons.org/licenses/by-sa/2.0/
    In french:
    http://creativecommons.org/licenses/by-sa/2.0/fr/
*/

body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 100%;
    background-color: #fbfbfb;
}

#wrap A {
    color: #664b20;
}
#wrap A {
    color: #664b20;
}
#wrap A:hover {
    color: #d6a970;
}
/* header */
#header {
    background-image: url(img/fall.jpg);
}
#header h1 {
    color: #ffa;
    font-family: "Trebuchet MS";
    font-size: 48px;
}

#header h1 a, #header h1 a:hover {
    color: #ffa;
    text-decoration: none;
}
#tagline {
    background-color: #664b20;
    color: #fff;
}

/* Main content */
#content {
    border-right: 1px solid #3a6d46;
}

h2 {
    color: #664b20;
}
h3 {
    color: #775b31;
    font-size: 1em;
}
.datetime {
    font-size: .7em;
    color: #444;
    text-align: right;
}

.article_meta {
    background-color: #dde;
}
.article hr {
    height: 2px;
    color: #393;
    background-color: #393;
    border: none;
}
.article table, .article tr, .article td {
    border: 1px solid black;
}
.article th {
    border: 1px solid white;
    background-color: #775b31;
    color: white;
}
/* comments */
.commentform th {
    text-align: left;
    vertical-align: top;
}
.comments hr {
    color: #664b20;
    background-color: #664b20;
    height: 1px;
    border: 0;
    margin-bottom: 1.5em;
}
/* messages */
.messages {
    background: #cfc;
    border: 1px solid #0f0;
    color: #000;
}
.error {
    background: #fcc;
    border: 1px solid #f00;
    color: #000;
}
blockquote, q {
    font-family: Garamond, Georgia, sans-serif;
    font-size: .9em;
}
blockquote {
    border-left: 2px solid orange;
    width: 480px;
}
blockquote:before {
    font-size: 3em;
    content: open-quote;
    font-weight: bold;
    height: 0;
    padding-left: .3em;
}
blockquote:after {
    font-size: 3em;
    content: close-quote;
    font-weight: bold;
    margin:-1em 0px 0px 450px;
}

blockquote p {
    padding-left:3em;
    padding-right:3em;
    margin: 0;
}

/* Nav */
#main_nav h2 {
    font-size: 1em;
}

#footer {
    border-top: 2px solid #aaa;
    font-size: .75em;
}

