body
{
    padding:0px;
    margin:0px;
    
    font-family: Georgia, Verdana, Arial, sans-serif;
}

#Header
{
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size: 5em;
    color:#000000;
}

#Menu
{
    font-family: Verdana, Arial, sans-serif;

}

#Menu a
{
    color:#1B75BB;
    text-decoration:none;
    font-weight:bold;
    height:33px;
    line-height:28px;
    width:100px;
    display:block;
    float:left;
    text-align:center;
}

#Menu a:hover, #Menu a.Selected:hover
{
    color:#ffffff;
    text-decoration:none;
    background:url('/Static/Images/Site/MenuHoverWide.jpg') no-repeat bottom center;
}

#Menu a.Selected {
    background:url('/Static/Images/Site/MenuSelected.jpg') no-repeat bottom center;
}

#SubMenu a {
    color:#7D3606;
    display:block;
    float:left;
    width:100px;
    border-right: 1px solid #7D3606; /* difference */
    text-align:center;
}

#SubMenu a:first-child {
    color:#7D3606;
    display:block;
    float:left;
    width:100px;
    border-left: 1px solid #7D3606; /* difference */
    text-align:center;
}


#SubMenu a.Selected {
    color:#7D3606;
    display:block;
    float:left;
    width:100px;
    border-right: 1px solid #7D3606; /* difference */
    text-align:center;
    font-weight:bold;
}

a
{
    text-decoration:none;
}

a:hover {
       text-decoration:underline;
}

h3.blog {
    color:#7D3606;
}

h4.blog {
    color:#00ACED;
}
a.username {
   color:#00ACED;
}

a.blog {
    color:#1B75BB; 
    font-weight:bold;
    text-decoration: none;
}
a.blog:hover {
        text-decoration:underline;   
}

.tags a {
    color:gray;
}

.MenuBar a {
    font-family: Verdana, Arial, sans-serif;  
}

.BlogPostText p {
    width:600px;
}

.BlogPostText ul {
    width:600px;
}

.BlogPostText pre {
    width:600px;
}
