/*
 * General
 */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);

body {
        font-family: 'Raleway', sans-serif;
}

h1, h2, h3 {
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        color: #331500;
}

h3 {
        font-style: italic;
}

a[href] {
        text-decoration: none;
}

a[href]:hover {
        text-decoration: underline;
}

a[href] > img {
        border-style: none;
}

.menubar a[href]:hover {
        text-decoration: none;
}

span.new {
        color: red ;
}

.translation {
    font-size: small;
    font-style: oblique;
}

#content {
        margin: 1em 2ex;
}

hr {
        width: 50%;
}

.timestamp {
    text-align: right;
    font-size: 66%;
    font-style: italic;
}
