﻿html
{
	overflow-y: scroll;
	overflow-x: hidden;
}

body
{
    font-family: 'Century Gothic';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    background-image: url('../Images/Common/BackGround.png');
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0px;
}

.SocialNav a
{
    font-family: 'Century Gothic';
    font-size: 10px;
    color: #333333;
    text-decoration: none;
}

.SocialNav a:hover
{
    font-family: 'Century Gothic';
    font-size: 10px;
    color: #f68521;
    text-decoration: none;
}

.BlogExtras
{
    font-family: 'Century Gothic';
    font-size: 10px;
    color: #333333;
    text-decoration: none;
}

.BlogExtras a
{
    font-family: 'Century Gothic';
    font-size: 10px;
    color: #333333;
    text-decoration: none;
}

.BlogExtras a:link
{
    font-family: 'Century Gothic';
    font-size: 10px;
    color: #333333;
    text-decoration: none;
}

.BlogExtras a:hover
{
    font-family: 'Century Gothic';
    font-size: 10px;
    color: #f68521;
    text-decoration: none;
}

.BlogArchives
{
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    padding: 10px 0px 0px 0px;
}

.BlogArchives a
{
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.BlogArchives a:hover
{
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #f68521;
    text-decoration: none;
}

.ArchiveHeader
{
    font-family: 'Century Gothic';
    font-size: 16px;
    color: #f68521;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
}

.SiteFooter
{
    font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #808080;
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
}

.SiteContent
{
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #666666;
    padding: 10px 0px 10px 25px;
    min-height: 300px;
}

.BlogEntry
{
    padding: 10px 20px 10px 20px;
}

.BlogEntryTitle
{
    font-family: 'Century Gothic';
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
    margin: 0px;
    font-weight: bold;
}

.BlogCopy
{
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 20px;
    padding: 0px 0px 0px 20px;
}
