* {
    padding: 0;
    margin: 0;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.gallery td {
    text-align: center;
    padding-bottom: 20px;
    vertical-align: bottom;
}

ul {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

li {
    margin-top: 5px;
    margin-bottom: 5px;
}

blockquote {
    margin-left: 50px;
    margin-right: 50px;
}


/*=====================================================================*/

blockquote { color: silver; }

body {
    font-family: sans-serif;
    background-color: black;
    color: white;
    padding: 15px;
    font-size: 10pt;
}

a { font-weight: bold; }
a:link { color: white; }
a:visited { color: silver; }
a:hover { color: black; background-color: white; }


div.header {
    height: 125px;
}

div.header a { font-weight: bold; text-decoration: none; }
div.header a:link { color: white; }
div.header a:visited { color: white; }
div.header a:hover { color: black; background-color: white; }



div.header h1 {
}

div.header *.subline {
}

div.header *.email {
    margin-top: 8px;
}


div.content {
}


div.footer {
}

/*==================================================================*/

div.sidebar_container {
    width: 175px;
    float: left;
}

div.sidebar a { font-weight: bold; text-decoration: none; }
div.sidebar a:link { color: white; }
div.sidebar a:visited { color: white; }
div.sidebar a:hover { color: black; background-color: white; }

div.sidebar {
    margin-bottom: 30px;
}

div.sidebar h2 { color: silver;
}

div.sidebar ul {
    margin-left: 20px;
}

div.sidebar li {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.sidebar li div.timestamp {
    text-align: right;
    color: gray;
}


div.articles_container {
    margin-left: 200px;
}

div.articles_container h2 {
    display: none;
}

div.article {
    border-top: 1px solid white;
    padding-top: 10px;
    margin: 0px 50px 80px 50px;
}

div.article img {
    border: gray solid 1px;
}

div.article *.timestamp {
    color: silver;
}

div.article *.article_body {
}

div.article *.permalink {
    text-align: right;
}
div.article *.permalink a { font-weight: bold; text-decoration: none; }
div.article *.permalink a:link { color: gray; }
div.article *.permalink a:visited { color: gray; }
div.article *.permalink a:hover { color: black; background-color: white; }

/*==============================================================================*/

table.articlelist { margin-left: auto; margin-right: auto; border-spacing: 0px; }

table.articlelist a { font-weight: normal; text-decoration: none; }

table.articlelist th div { padding-bottom: 15px; }

table.articlelist tr.even td { background-color: #151515; }

table.articlelist td.timestamp div { padding: 5px 20px 5px 10px; }

table.articlelist td.title div { padding: 5px 10px 5px 20px; }

