
/* TYPOGRAPHY */

body {
    /* font-family: Arial, Helvetica, sans-serif; font-size: 13px; */
    font-family: "Open Sans", "DejaVu Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4142;
}

pre {
    font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "Liberation Mono", monospace;
}

#content {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

a.www:before,
a.http:before,
a.https:before,
a.file:before,
a.ftp:before,
a.nntp:before,
a.news:before,
a.telnet:before, a.ssh:before,
a.irc:before, a.ircs:before,
a.mailto:before,
a.attachment:before,
a.badinterwiki:before,
a.interwiki:before,
a.action:before { content: none; margin: 0; }

/* p, li, span { font-size: 13px; color: #000; font-weight: normal; line-height: 17px; } */


h1, h2, h3, h4 {
    font-weight:bold;
}

h1
{
    font-size:17px;
    line-height:19px;
}

h2
{
    font-size:16px;
    line-height:18px;
}

h3
{
    font-size:14px;
    line-height:16px;
}

img {
    border: 0px;
}

ul, ol {
    padding-left: 1.5em;
}

#motd_red {
    border: 1px solid #7f0000;
    background-color: #fcc;
    padding: 0.5em;
    border-radius: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#motd_yellow {
    border: 1px solid #7f7f00;
    background-color: #ffc;
    padding: 0.5em;
    border-radius: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#motd_green {
    border: 1px solid #007f00;
    background-color: #cfc;
    padding: 0.5em;
    border-radius: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
