
img {
    border: none;
    margin: 6px;
}

img.floatleft {
    float: left;
}

img.reddit {
    margin: 0;
}

p.screenshot {
    text-align: center;
}
    img.screenshot {
        border: 1px solid #000;
    }

a.anchor,
a.anchorlink {
    vertical-align: super;
    font-size: 82%;
    text-decoration: none;
}

abbr {
    cursor: help;
}

table {
    margin: 0.5em 0 0.5em 20px;
    border: 1px solid #555;
    border-collapse: collapse;
}
    table caption {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-weight: bold;
        font-size: 118%;
        padding: 3px;
    }
    table tr.last {
        border-bottom: 3px double #555;
    }
    table th {
        text-align: center;
        font-weight: bold;
        border: 1px solid #555;
    }
    table td {
        margin: 0;
        padding: 0.5em;
        border: 1px solid #555;
    }
        table td code {
            background-color: inherit;
            border: none;
        }

body {
    width: 640px;
    padding: 0px;
    margin: 0px;
    background: #000;
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #333;
}

#main1 {
    background: white url(/img/header.png) no-repeat left top;
    border-top: 2px solid #000;
}

#main2 {
    background: transparent url(/img/bottom.png) no-repeat left bottom;
}

#main3 {
    background: transparent url(/img/border.gif) right repeat-y;
}

h1 {
    margin: 7px auto;
    text-align: center;
    font-size: 200%;
    font-family: sans-serif;
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}

#menu {
    position: absolute;
    top: 172px;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 640px;

    text-align: right;
    font-weight: bold;
    font-size: 118%;
    line-height: 2em;

    background: #000 url(/img/menuback.png) right repeat-y;
    color: #fff;
}

    #menu ul {
        float: right;
        margin: 0;
        padding: 0 30px 0 0;
        list-style: none;
    }

    #menu li {
        display: block;
        float: left;

        margin: 0;
        padding: 0;
    }

    #menu a,
    #menu .current {
        display: block;

        padding: 2px;
        margin: 0 10px;
    }

    #menu .current {
        color: #ccc;
        background-color: #666;
        border-bottom: 2px solid #666;
    }

    #menu a {
        color: #fff;
        text-decoration: none;
        border-bottom: 2px solid #000;
    }
        #menu a:active,
        #menu a:hover {
            color: #ccc;
            background-color: #444;
            border-bottom: 2px solid #ccc;
        }

#toc .toctoggle {
    font-weight: normal;
}

#content {
    padding-top: 210px;
    padding-right: 0;
    padding-left: 20px;
    text-align: justify;
    min-height: 420px;
}

    .article {
        padding-bottom: 360px;
        width: 560px;
    }

    .page {
        padding-bottom: 240px;
        width: 400px;
    }

    #content #comment {
        width: 350px;
        margin: 30px 0 0 10px;
        text-align: left;
        font-style: italic;
        font-size: 118%;
        padding: 10px 5px 10px 10px;
        border-left: 1px dotted #000;
        border-top: 1px dotted #000;
        background-color: #ddd;
    }

        #content #comment:first-letter {
            font-weight: bold;
            font-size: 200%;
        }

    #content h2 {
        margin-top: 2em;
        font-size: 118%;
        font-weight: bold;
        color: #000;
        border-bottom: solid 1px #000;
        clear: both;
    }

        #content h2 a {
            text-decoration: none;
            font-weight: normal;
        }

    #content h3 {
        font-size: 100%;
        color: #333;
        clear: both;
    }

    #content p {
        margin: 1.5em 0 1.5em 20px;
    }

    #content p.news_title {
        font-weight: bold;
        margin-bottom: 3px;
        padding: 1px 5px;
        border-left: 1px solid #333;
        border-top: 1px solid #333;
        background-color: #ddd;
    }

    #content p.news_date {
        font-size: 82%;
        margin-left: 36px;
        margin-top: 0;
        color: #555;
    }

    #content p.news_content {
        margin-left: 36px;
    }

        #content p.news_content a.readmore {
            display: block;
            margin: 0.5em 0 0 0;
            padding: 0;
            text-align: right;
        }

    #content p.article_details {
        padding: 3px 3px 3px 1em;
        margin: 1.5em 0 1.5em 10px;
        border-left: 3px double #999;
        color: #666;
        font-style: italic;
    }

    #content p.details {
        font-style: italic;
        text-align: left;
    }

    #content p.quote,
    #content pre {
        margin-left: 36px;
        color: #000;
        background-color: #ccc;
        padding: 4px;
        border: 1px dotted #999;
    }

        #content p.quote span.quotesource {
            display: block;
            margin: 0.5em 0 0 0;
            padding: 0;
            text-align: right;
        }

    #content ol ol {
        list-style-type: lower-latin;
    }

    .quote {
        font-style: italic;
    }

.geshi {
    margin-left: 36px;
    color: #000;
    padding: 4px;
    font-family: 'Courier New', Courier, monospace;
}

.geshi,
code {
    background-color: #ffb;
    border: 1px dotted #999;
    white-space: nowrap;
}

#content .code-snippet {
    padding: 4px;
}
#content .code-snippet pre {
    margin: 0.5em 0;
    background-color: white;
    border: none;
    border-left:5px solid #45DA4A;
}


#web20 {
    position: absolute;
    top: 240px;
    left: 410px;
    width: 190px;
    text-align: right;
    font-size: 91%;
}
    #web20 #linkedin {
        margin-right: 1em;
        margin-top: 1em;
    }
    #web20 #contact {
        margin-top: 1em;
        margin-left: auto;
        width: 160px;
    }

#footer {
    margin: 0 0 0 auto;
    padding: 0 20px 0 0;
    text-align: right;
    color: #fff;
    background-color: #000;
    vertical-align: middle;
    width: 460px;
    height: 20px;
    line-height: 20px;
}

    #footer img {
        margin: 0;
        vertical-align: middle;
    }

#tumblr blockquote {
  border-left: 5px solid #6498CC;
  margin-left: 0;
  margin-right: 0;
}
#tumblr blockquote .quote-text {
  color: #888888;
  font-weight: bold;
  padding-left: 10px;
}
#tumblr blockquote .quote-text p { margin: 0; }
#tumblr blockquote .quote-source { text-align: right; font-style: italic; }
#tumblr .link { border-left: 5px solid #DAFF00; }
#tumblr .photo { border-left: 5px solid #D52938; }
#tumblr .video { border-left: 5px solid #D57029; }
#tumblr .photo p, #tumblr .photo img, #tumblr .video p { margin: 0; }
#tumblr .regular-text { border-left: 5px solid #45DA4A; }
#tumblr .regular-text h3 { font-size: 15px; }
#tumblr .regular-text p { margin: 0; }
#tumblr pre { margin: 0.5em 0; background-color: #FFFFBB; }
#tumblr pre code { background-color: transparent; border: none; white-space: pre; font-size: 9px; }

#tumblr .link, #tumblr .photo, #tumblr .video, #tumblr .regular-text {
  padding-left: 10px;
  margin: 11px 0;
}
