/* Stylesheet 1 -------------------------------*/

body
{
    margin: 0;
    font: 14px Tahoma;
    color: white;
    background: black;
}

#everything
{
    width: 1000px;
    margin: 0px auto;
    background: #000040;
    overflow: auto;
}
#everything a
{
    color: #ff9c00;
}
#everything a:visited
{
    color: #ff9c00;
}
#everything a:hover
{
    color: White;
}

#header
{
    height: 180px;
    background: #000040;
    padding: 0 20px;
    margin-bottom: 10px;
}
.title
{
    float: left;
}
.quote
{
    float: left;
    clear: left;
    font-size: 14px;
    color: #ebebeb;
    width: 90%;
}
.quoteMessage
{
    font-weight: bolder;
}
.quoteAuthor
{
    font-style: italic;
}
#header h1
{
    font-size: 30px;
    padding-top: 20px;
    margin: 0;
}
#header h3
{
    margin-bottom: 10px;
}

#middle
{
    clear: both;
    padding: 0px 10px;
}

#left_column
{
    font-size: 12px;
    width: 195px;
    float: left;
}
h3
{
    font-size: 16px;
}
.horizontal #left_column
{
    width: auto;
    float: none;
}
#navigation a
{
    background: #000060;
    width: 170px;
    display: block;
    padding-left: 25px;
    margin: 5px 0;
    font-size: 13px;
    color: White;
    text-decoration: none;
    line-height: 25px;
}
#navigation a:hover
{
    background-position: 0 bottom;
    background-color: #000070;
    color: White;
}
#navigation a:visited
{
    color: White;
}
#tagList a
{
    margin: 5px 0px 0px 0px;
}
.tagSearchButton
{
    height: 23px;
    text-align: center;
    padding-left: 5px;
}
.tagSearchButtonsContainer
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.horizontal #navigation a
{
    float: left;
}
#more_information
{
    padding-top: 15px;
}

#middle_column
{
    float: left;
    width: 50%;
    margin: 0px 20px;
    color: #eaeaea;
}
#middle_column.two_column
{
    float: left;
    width: 75%;
}
.horizontal #middle_column
{
    width: auto;
    float: none;
}
.date_break
{
    font-size: 19px;
    color: #eaeaea;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}
.post
{
    background: #000000;
    border: 1px solid #545454;
    line-height: 18px;
    overflow: hidden;
}
.post h1
{
    background: #000060;
    padding: 2px 10px;
    margin: 0;
    font-size: 15px;
}
.post_body
{
    color: #bababa;
    padding: 5px 15px 5px 15px;
}
.post .postedby
{
    float: left;
    clear: both;
}
.post .timestamp
{
    float: right;
}
.post_image
{
    float: left;
    padding-right: 10px;
    padding-top: 5px;
}

.comment
{
    background: #000000;
    border: 1px solid #545454;
    margin-bottom: 10px;
    line-height: 18px;
    overflow: hidden;
}
.comment h1
{
    background: #000060;
    padding: 2px 10px;
    margin: 0;
    font-size: 15px;
}
.comment_body
{
    color: #bababa;
    padding: 5px 15px;
}
.comment .postedby
{
    float: left;
    clear: both;
}
.comment .timestamp
{
    float: right;
}

.pager_next_previous
{
    font-size: 15px;
}
.pager_numeric
{
    font-size: 15px;
}
.pager_current_page
{
    font-size: 20px;
}

ul
{
    margin: 20px;
    padding: 10px;
}
li
{
    list-style: none;
    background: #000060;
    padding-left: 30px;
    line-height: 25px;
}
.list_left, .list_right
{
    width: 48%;
    float: left;
}

.post_info
{
    clear: both;
    padding-top: 10px;
}

#right_column
{
    width: 26%;
    float: left;
}
.box
{
    background: #222325;
    border: 1px solid #545454;
    margin: 10px 0 25px 0;
    padding: 10px;
}

#footer
{
    clear: both;
    padding: 20px;
}
#subnav
{
    margin: 10px 0;
}
#subnav a
{
    color: #81b6ff;
}
#subnav a:hover
{
    color: #eef5ff;
}
.copyright
{
    font-size: 10px;
}
.hslice
{
}
.entry-title
{
    display: none;
}
.entry-content a
{
    /*NOTE: This is the same as #navigation a. They should be merged somehow*/
    background: #000060;
    width: 170px;
    display: block;
    padding-left: 25px;
    margin: 5px 0;
    font-size: 13px;
    color: White;
    text-decoration: none;
    line-height: 25px;
}
.entry-content a:hover
{
    /*NOTE: This is the same as #navigation a:hover. They should be merged somehow*/
    background-position: 0 bottom;
    background-color: #000070;
    color: White;
}
