html
{
    background-color: #1a1718;
}

body
{
    font-family: georgia;
    color: #b3b3b3;
    min-width: 900px;
}

embed, object
{
    margin: 0 0 15px 3px;
}

a,
a:link,
a:visited,
a:focus
{
    color: #f2f2f2;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    outline: none;
}

a:visited
{
    text-decoration: none;
    border-bottom: 1px dotted #808080;
    color: #808080;
}

a:hover
{
    color: #1a1718;
    border-color: #1a1718;
    background-color: #ffffff;
}

a.for-image
{
    border: none;
    background-color: transparent;
}

img
{
    outline: none;
}

h1, h2
{
    color: #cccccc;
    text-transform: uppercase;
    font-weight: normal;
}

h1
{
    font-size: 56px;
    margin-top: 80px;
    padding-bottom: 10px;
    padding-right: 1em;
    border-bottom: 2px solid #0076bf;
    margin-bottom: 30px;
}

h2
{
    font-size: 18px;
}

#content h2
{
    font-size: 24px;
    padding-left: 3px;
    margin-top: 2em;
}

#content h2+p
{
    margin-top: 0.8em;
}

#content img+p,
#content img+h2
{
    margin-top: 1.3em;
}

#header
{
    background-color: #211d1f;
    position: relative;
    height: 70px;
    font-family: helvetica, sans-serif;
}

#header ul li
{
    position: absolute;
    width: 50%;
    line-height: 70px;
    top: 0px;
}

#header ul li.previous
{
    left: 0px;
}

#header ul li.next
{
    right: 0px;
    text-align: right;
}

#header
{
    letter-spacing: 0.1em;
}

#header h3 em
{
    font-style: italic;
    color: #4c4c4c;
    padding-left: 35px;
}

#header a,
#header a:link,
#header a:visited,
#header a:focus
{
    color: #b3b3b3;
    border-bottom: none;
}

#header a:hover
{
    border-bottom: 1px solid #b3b3b3;
    color: #b3b3b3;
    background-color: transparent;
}

#header p a,
#header p a:link,
#header p a:visited,
#header p a:focus
{
    font-size: 12px;
    color: #808080;
}

#header li.previous h2
{
    padding-left: 40px;
    background: transparent url('../img/header/link-left.gif') no-repeat scroll;
}

#header li.next h2
{
    padding-right: 40px;
    background: transparent url('../img/header/link-right.gif') no-repeat scroll 100% 0px;
}

#navigation
{
    height: 34px;
    line-height: 34px;
    background: transparent url('../img/navigation/background.gif') repeat-x scroll;
}

#navigation ul li
{
    font-family: helvetica, sans-serif;
    float: left;
    padding-left: 34px;
    padding-right: 15px;
    background: transparent none no-repeat scroll;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:focus
{
    border-bottom: none;
    color: #808080;
}

#navigation ul li a:hover
{
    border-bottom: 1px solid #b3b3b3;
    color: #b3b3b3;
    background-color: transparent;
}

#navigation ul li.index
{
    background-image: url('../img/navigation/icons/index.png');
}

#navigation ul li.rssfeed
{
    background-image: url('../img/navigation/icons/rssfeed.png');
}

#content
{
    padding-left: 27%;
    padding-bottom: 25px;
}

#article,
#httpstatus
{
    font-size: 138.5%
}

#article p,
#httpstatus p
{
    padding-left: 5px;
    width: 34em;
    line-height: 140%;
    text-align: justify;
    margin-bottom: 1.4em;
}

pre.shell {
    margin-bottom: 1.4em;
    margin-left: 5px;
}

ul.index li
{
    padding-left: 35px;
    background: transparent url('../img/header/list.gif') no-repeat scroll 4px;
    font-size: 123.1%;
    line-height: 2em;
}

table.highlighttable
{
    margin: 0 0 25px 0;
    font-size: 80%;
    background-color: #0c0c0c;
}

table.highlighttable td
{
    padding: 0.5em 0 0.5em 0.5em;
}

table.highlighttable td.linenos
{
    color: #888888;
    font-weight: normal;
    padding-right: 0.5em;
    border-right: 1px solid #222222;
    background-color: #0f0f0f;
}

div.highlight
{
    padding: 0 0.3em;
    width: 55em;
    background-color: transparent;
}

