html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 1000px;
    position: relative;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12pt;
}

body {
    background: url('/images/plain.jpg');
    background-color: #000;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center bottom;
}

.bgheader {
    position: absolute;
    height: 130px;
    min-width: 1100px;
    width: 100%;
    background-color: #000;
}

.pagecontainer {
    position: relative;
    top: 0;
    width: 60%;
    min-width: 750px;
    z-index: 1;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -78px;
}

.header {
    background-color: #000;
    height: 100px;
    padding-right: 25px;
    padding-top: 10px;
}

.menu {
    text-align: right;
    float: right;
    height: 80px;
}

.content {
    margin-top: 40px;
}

.contentbody {
    padding: 10px;
    background: #1f1f1f;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
}

.contentbody a {
    color: #fff;
    border-bottom: 1px #479fd8 dotted;
    text-decoration: none;
}

.commentSection {
    padding: 10px;
    background: #1f1f1f;
    color: #fff;
    margin-bottom: 15px;
}

.commentSection a {
    color: #479fd8;
    text-decoration: none;
}

.blue-link a {
    color: #479fd8;
    text-decoration: none;
    border-bottom: 0px;
}

.adminArea a:link, .adminArea a:visited, .adminArea a:active {
    color: #fff;
    text-decoration: none;
}

.footer {
    width: 60%;
    min-width: 750px;
    margin: auto;
    padding-top: 15px;
    background-color: #000;
    text-align: right;
    vertical-align: center;
}

.bgfooter {
    height: 78px;
    min-width: 750px;
    width: 100%;
    background-color: #000;
}

.menu a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    text-decoration: none;
}

.loginBar {
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 6px;
}

.loginBar a {
    text-decoration: none;
    color: #479fd8;
}

.push {
    height: 98px;
}

pageTitle {
    color: #FFF;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-top: 300px;
    text-decoration: none;
}

pageTitle a {
    color: #FFF;
    text-decoration: none;
}

footerText {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    color: #fff;
}

.icon-links img {
    margin-top: 10;
    margin-left: 15px;
    margin-bottom: 10px;
    width: 32px;
}

text-links a {
    word-spacing: 30px;
    margin-left: 15px;
}

gray {
    color: #4a4a4a;
}

white {
    color: #fff;
}

blue {
    color: #479fd8;
}

.sectionHeader {
    font-size: 28pt;
    font-weight: bold;
}

.smallHeader {
    font-size: 20pt;
    font-weight: bold;
}

.blog_subtext {
    font-size: 10pt;
}

hr {
    width: 85%;
    border-color: #479fd8;
    border-width: 1px;
    border-style: solid;
}

.leftCol {
    text-align: center;
    width: 50%;
}

.rightCol {
    text-align: center;
    width: 50%;
}

.about_me_table a {
    color: #FFF;
    border-bottom: 1px #479fd8 dotted;
    text-decoration: none;
}

.about_me_table {
    float: right;
    width: 300px;
    text-align: center;
    border: solid 3px #FFF;
    color: #FFF;
    margin: 20px;
    cell-padding: 5px
}

.about_image {
    width: 270px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comment-btn {
    margin-top: 10px;
    margin-right: 5px;
}

.comment {
    margin-bottom: 20px;
}

.comment-author-picture-parent {
    text-align: right;
}

.comment-author-picture {
    margin-right: -10px;
    width: 100%;
}

.comment-box {
    margin-top: 10px;
}

.flash-box {
    background-color: #008000;
    text-align: center;
}