﻿/* Main Body */
body
{
    background: url(../images/main_bg.jpg) 50% 0 #114576 repeat-x;
    background-attachment: fixed;
    color: #d8f2ff;
    font: 12px  Tahoma;
    margin: 0px;
}

#main_body
{
    background: url(../images/column_bg.gif) repeat-y;
    margin: 0px auto;
    width: 1064px;
}

#everything
{
    background: url(../images/weathered.jpg);
    border: 1px solid black;
    border-width: 0px 1px;
    margin: 0px 32px;
    width: 1000px;
}

/* Header Section */
#header
{
    background: url(../images/banner.jpg) right no-repeat;
    height: 162px;
    padding: 0px 20px;
}

#header h1
{
    color: white;
    margin: 0px;
    padding-top: 115px;
}

/* Columns Section */
#middle
{
    background: url(../images/border.gif) repeat-x;
    clear: both;
    padding: 20px 10px;
}

/* Column: Left */
#left_column
{
    float: left;
    width: 195px;
}

/* Column: Middle */
#middle_column
{
    float: left;
    margin: 0px 20px;
    width: 50%;
}

.calendar
{
    border-bottom: 1px solid #013996;
    font-size: 18px;
    margin-bottom: 10px;
}

.post
{
    background: url(../images/metal_dark.jpg);
    border: 1px solid #0a0f51;
    line-height: 18px;
    margin-bottom: 35px;
}

.post h1
{
    background: url(../images/title_bg.gif) repeat-x #0d2368;
    color: white;
    font-size: 15px;
    margin: 0px;
    padding: 2px 10px;
}

.post_body
{
    padding: 5px 15px;
}

.post_info
{
    clear: both;
    padding-top: 10px;
}

.post_by
{
    clear: both;
    float: left;
}

.post_date
{
    float: right;
}

/* Column: Right */
#right_column
{
    float: left;
    width: 26%;
}

.box
{
    background: url(../images/cloudy_bg.jpg);
    border: 1px solid #0a0f51;
    margin: 10px 0px 25px 0px;
    padding: 10px;
}

/* Navigation Menu */
#navigation a
{
    background: url(../images/button.gif) no-repeat;
    color: white;
    display: block;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0px;
    padding-left: 25px;
    text-decoration: none;
    width: 170px;
}

#navigation a:hover
{
    background-position: 0px bottom;
}

/* Footer Section */
#footer
{
    clear: both;
    padding: 20px;
}

.notice
{
    font-size: 10px;
}

.copyright
{
    font-size: 12px;
    text-align: center;
}
