body {
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'Alegreya Sans SC', sans-serif;
    background: #ffffff;
    line-height: 20px;
    color: #333;
}

#container {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: 5px solid #99999;
    color: #333;
}

/* TOP BANNER */
#topimg {
    height: 100px;
    padding: 0;
    margin: 0;
    background: #0e2821;
    color: #333;
    width: 940px;
    position: static;
}

#topimg h1 {
    float: left;
    margin: 10px 0 0 35px;
    font-size: 150%;
    letter-spacing: 3px;
    color: #fff;
}

#bottomimg {
    height: 245px;
    padding: 0;
    margin: 0;
    background: #0e2821;
    color: #333;
    font-family: 'Anton', sans-serif;
    font-size: 100%;
    width: 940px;
    position: static;
}

#imgbot {
    height: 245px;
    font-family: 'Anton', sans-serif;
    font-size: 90%;
    padding: 0;
    margin: 0;
    background: #0e2821;
    color: #333;
    width: 940px;
    position: static;
}

#bottomimg h1 {
    float: left;
    margin: 10px 0 0 35px;
    font-size: 150%;
    letter-spacing: 3px;
    color: #fff;
}

#socialmediacontainer {
    float: inherit;
    position: relative;
    width: 15%;
    padding-left: 0;
    margin: 60px 0 0 550px;
    font-size: 150%;
    color: #333;
}

#starcontainer {
    float: inherit;
    position: relative;
    width: 410px;
    height: 275px;
    padding-left: 0;
    margin: 0 0 0 0;
    font-size: 150%;
    color: #333;
    background: url(images/dreamstar.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#starcontainer a:link {
    color: #000000;
    text-decoration: none;
}

#aboutcontainer {
    float: inherit;
    position: relative;
    padding-left: 0;
    margin: 0 0 0 20px;
    font-size: 200%;
    color: #333;
}

#mencontainer {
    float: inherit;
    position: relative;
    padding-left: 0;
    margin: 0 0 0 0;
    font-size: 200%;
    color: #333;
    text-align: center;
}

#womencontainer {
    float: inherit;
    position: relative;
    padding-left: 0;
    margin: 0 0 0 0;
    font-size: 200%;
    color: #333;
    text-align: center;
}

#classiccontainer {
    float: inherit;
    position: relative;
    padding-left: 0;
    margin: 0 0 0 0;
    font-size: 200%;
    color: #333;
    text-align: center;
}

/* TOP NAVIGATIONY */
#navcontainer ul {
    float: inherit;
    position: relative;
    width: 75%;
    padding-left: 0;
    margin: 20px 0 20px 350px;
    font-family: 'Anton', sans-serif;
    font-size: 150%;
    color: #333;
    text-transform: uppercase;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li a {
    float: left;
    padding: 0.2em 1em;
    text-decoration: none;
    background: #0e2821;
    color: #fff;
}

#navcontainer ul li a:hover,
#navcontainer ul li a#current {
    background: #0e2821;
    color: #c8b519;
}

/* BOTTOM LEFT NAVIGATIONY */
#bottomleftnavcontainer ul {
    float: inherit;
    position: relative;
    width: 100%;
    padding-left: 0;
    margin: 5px 0 0 80px;
    font-size: 150%;
    color: #333;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

#bottomleftnavcontainer ul li {
    display: inline;
}

#bottomleftnavcontainer ul li a {
    float: left;
    padding: 0.2em 1em;
    text-decoration: none;
    background: #0e2821;
    color: #fff;
}

#bottomleftnavcontainer ul li a:hover,
#bottomleftnavcontainer ul li a#current {
    background: #0e2821;
    color: #c8b519;
}

/* MAIN CONTENT */
#content {
    margin: 0 0 0 0;
    padding: 0;
    height: 100%;
    color: #F00;
}

#bodycontent {
    font-size: 150%;
    font-family: 'Alegreya Sans SC', sans-serif;
    line-height: 20px;
    color: #000000;
    text-align: center;
}

/* SIDEBAR */
#sidebar {
    float: left;
    width: 160px;
    margin: 0 10px 0 0;
    padding: 5px;
    background: #e9eee4;
    color: #333;
}

/* FOOTER */
#footer {
    clear: both;
    padding: 5px;
    margin: 0;
    font-size: 90%;
    border-top: 1px solid #fff;
    background: #417c2c;
    color: #333;
}

#footer a:link,
#footer a:visited {
    text-decoration: none;
    background: inherit;
    color: #fff;
}

#footer a:hover {
    border-bottom: 1px dashed #eee;
    background: inherit;
    color: #333;
}

/* TYPOGRAPHY */
p {
    line-height: 1.7em;
    margin: 15px;
}

h1 {
    margin-top: 10px;
    padding: 0;
    font-size: 140%;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #336633;
    background: inherit;
}

h2 {
    margin: 10px 0 0 5px;
    padding-left: 10px;
    font-size: 120%;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    background: #417c2c;
}

#h3footer {
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    font-size: 200%;
    font-family: 'Alegreya Sans SC', sans-serif;
}

h3 {
    margin-top: 10px;
    padding: 0;
    font-size: 140%;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333;
    text-align: center;
}

#authorfooter {
    padding: 0;
    font-size: 100%;
    font-family: 'Alegreya Sans SC', sans-serif;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

/* CLASSES */
.img {
    float: left;
    padding: 10px;
    border: none;
}

.img a {
    border: none;
}

.post {
    background: #eee;
    padding: 3px;
    margin: 20px 10px 0 5px;
    border: 0 dashed #8a795d;
    font-size: 90%;
}

.post .date {
    background: url(img/clock.gif) no-repeat left center;
    padding-left: 15px;
    margin: 0 15px 0 5px;
}

.post .comments {
    background: url(img/comment.gif) no-repeat left center;
    padding-left: 15px;
    margin: 0 15px 0 5px;
}

.post .readmore {
    background: url(img/document.gif) no-repeat left center;
    padding-left: 15px;
    margin: 0 15px 0 5px;
}

blockquote {
    font-weight: bold;
    font-style: italic;
    color: #804000;
}
