﻿body 
{
    font-family: Arial;
    background-image: url("../images/gradient.jpg");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #010101;
    background-attachment: fixed;
}
img
{
    border: 0px solid red;
}
#nav
{
    float: left;
    font-size: 11pt;
    margin-top: 15px;
}
.buttons
{
    padding: 5px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #555555;
    border: 1px solid #111111;
}
#nav a:hover
{
    border: 1px solid white;
}
#nav a
{
    text-decoration: none;
    color: White;
}
#main
{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
#header
{
    float: left;
    width: 100%;
    color: #dddddd;
}
#headerText
{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 24pt;
}
#headerSubText
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
#headerImg
{
    position: relative;
    width: 100%;
    float: left;
    height: 150px;
    border: 1px solid #000000;
}
#curl
{
    position: absolute;
    right: 0px;
    border: 0px solid red;
    bottom: -3px;
}
#mail
{
    position: absolute;
    left: 0px;
    border: 0px solid red;
    bottom: -3px;
}
#content
{
    width: 100%;
    margin-top: 15px;
    border: 1px solid black;
    background-color: #E9CBA5;
    float: left;
    margin-bottom: 10px;
}
#footer
{
    float: left;
    width: 100%;
    color: #dddddd;
    margin-bottom: 10px;
    padding-bottom: 30px;
}
.blogMedialeft
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
}
.blogMediaright
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
}
.blogEntry
{
    width: 880px;
    font-family: Georgia;
    float: left;
    padding-bottom: 20px;
}
.blogEntryTitle
{
    font-size: 20pt;
    font-weight: bold;
    padding-bottom: 20px;
}
#hello
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 190px;
    height: 60px;
    padding: 5px;
    font-weight: bold;
    background-color: #000000;
    border: 1px solid white;
}