body {
    height: 100%;
    http://colorzilla.com/gradient-editor/#ffffff+0,d8cd31+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(216,205,49,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(216,205,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(216,205,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8cd31',GradientType=0 ); /* IE6-9 */
    background-size: 100% 120%;
    color: rgb(131, 43, 124);
}
.container {
    width: 1110px;
}

.slider-wrapper {
    margin-top: -40px;
}

.page-wrapper {
    border-top: 7px solid #d8cd31;
}

.image-1 {
    clear: both;
    z-index: 9;
    width: 1080px;
    position: absolute;
    top: 0;
}

.image-2 {
    position: absolute;
    top: 38px;
}

.title {
    position: absolute;
    top: 76px;
    left: 54px;
    color: #FFF;
}

.title h1 {
    font-weight: 700;
}

.subheader-wrapper, .nav {
    z-index: 10;
    position: relative;
}

.nav {
    text-align: center;
    font-size: 1.15em;
}

.nav a,
.nav a:visited,
.footer-nav a,
.footer-nav a:visited,
.blog .content-body a,
.blog .content-body a:visited {
    margin-left: 30px;
    color: #89821a;
    font-weight: bold;
}

.nav a:link,
.nav a:hover,
.footer-nav a:link,
.footer-nav a:hover,
.sidenav a:link,
.sidenav a:hover,
.blog .content-body a:link,
.blog .content-body a:hover
 {
    text-decoration: none;
}
.nav a:first-child,
.footer-nav a:first-child {
    margin-left: 0px;
}

.sidenav {
    margin-top: 20px;
    margin-left: 20px;
}

.sidenav a {
    font-size: 1.15em;
    text-align: left;
    color: rgb(131, 43, 124);
    margin-bottom: 15px;
    display: block;
}

.sidenav a span {
    padding-left: 50px;
}

.footer-nav a {
    font-size: 0.85em;
}

.copyright-text {
    font-size: 0.8em;
}

.fb-like {
    padding-top: 10px;
}

.footer-wrapper {
    height: 52px;
    text-align: center;
    background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(216,205,49,1) 50%, rgba(216,205,49,1) 51%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(216,205,49,1) 50%,rgba(216,205,49,1) 51%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(216,205,49,1) 50%,rgba(216,205,49,1) 51%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 */
}

.content-wrapper {
    margin-top: 158px;
    background: url("../images/pretty_bar.png") repeat-y 0 0;
}

.content-body {
    padding-top: 43px;
    padding-left: 35px;
    display: block;
    position: relative;
    color: rgb(145, 147, 146);
    font-size: 1.15em;
    letter-spacing: 2px;
}

.page-cs .content-body:after {
    content: "";
    background: url("../images/pretty_csbg.png");
    opacity: 0.5;
    top: 0;
    left: -30px;
    bottom: -150px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.text-1 {
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 1.3em;
    width: 60%;
    text-shadow: 2px 1px 10px #d1c527;
    color: #89821a;
}

.blogger-nav {
    width: 80%;
    margin-left: 10px;
}

.blogger-nav a {
    margin-bottom: 10px;
    display: block;
}

.blogger-name {
    display: block;

}

a.blogger-name {
    margin-left: 0px !important;
}
.textblock {
    margin-bottom: 10px;
}

.overlay:hover {
    color: #89821a;
    opacity: 0.5;
}