body{
    font-family: Helvetica, Arial, sans-serif;
    color: #6D6E70;
}

a{
    color: #02889F;
}

a:hover{
    color: #EE4036;
}

h3{
    margin-bottom: 10px;
    font-family: rosewood-std-fill, serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #BABCBE;
}

p{
    font-size: 14px;
    line-height: 20px;
}

.clear{
    clear: both;
    display: block;
}

#wrapper{
    width: 960px;
    margin: 0 auto;
    background: white;
}

#header{
    position: relative;
    height: 180px;
    margin: 0 0 80px 0;
    background: url(image/header.jpg);
    background-repeat: no-repeat;
}

#header #branding{
    position: absolute;
    width: 200px;
    height: 60px;
    top: 61px;
    left: 28px;
    background: url(image/logo.png);
    background-repeat: no-repeat;
}

#header #socialMenu{
    position: absolute;
    top: 0;
    right: 20px;
}

#header #socialMenu ul{
    margin: 0;
    list-style: none;
}

#header #socialMenu ul li{
    display: inline-block;
    margin-left: 2px;
    font-family: museo-slab, serif;
    font-size: 14px;
    text-transform: uppercase;
}

#header #socialMenu ul li a{
    display: block;
    min-width: 90px;
    padding: 10px 5px 2px 5px;
    text-decoration: none;
    background-image: url(image/social_media.png);
    background-color: #EE4036;
    text-align: center;
    color: white;
}

#header #socialMenu ul li a:hover{
    background-color: #02889F;
}

#header #access{
    position: absolute;
    bottom: 0;
    right: 0;
}

#header #access ul{
    margin: 0 5px 0 0;
    list-style: none;
}

#header #access ul li{
    display: inline-block;
    margin-left: 20px;
    font-family: rosewood-std-fill, serif;
    font-size: 18px;
    text-transform: uppercase;
}

#header #access ul li a{
    text-decoration: none;
    color: #BABCBE;
}

#header #access ul li a:hover,
#header #access ul li.current-menu-item a,
#header #access ul li.current-category-ancestor a{
    color: #EE4036;
}

#header #specialProjectsMenu{
    position: absolute;
    top: 180px;
    margin: 0;
    padding-top: 20px;
    list-style-type: none;
    background: url(image/special_projects.png);
    background-position: center top;
    background-repeat: no-repeat;
}

#header #specialProjectsMenu li{
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
}

#header #specialProjectsMenu li a{
    color: #BABCBE;
    text-decoration: none;
}

#header #specialProjectsMenu li.current-cat a,
#header #specialProjectsMenu li a:hover{
    color: #EE4036;
}

#container{
    width: 600px;
    float: left;
}

.main-aside{
    float: right;
    clear: right;
    width: 210px;
}

.main-aside ul{
    margin: 0;
    list-style: none;
}

.main-aside ul ul li{
    padding-bottom: 5px;
}

.main-aside .current-cat a{
    color: #EE4036;
}

.widgetcontainer{
    margin-bottom: 20px;
    padding-bottom: 30px;
    background: url(image/rules.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.widget_search,
.widget_links{
    background: none;
    padding-bottom: 10px;
}

#searchform #s{
    display: inline-block;
    width: 175px;
    height: 22px;
    padding: 2px 0 0 3px;
    margin: 0 2px 0 0;
    border: 1px solid #ACDDE1;
}

#searchform #searchsubmit{
    display: inline-block;
    width: 22px;
    height: 20px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: url(image/search.png);
    background-repeat: no-repeat;
    border: none;
    text-indent: -9000em;
}

#searchform #searchsubmit:hover{
    background-position: bottom;
}

.subscribe{
    margin-bottom: 20px;
}

.subscribe li{
    height: 18px;
    margin-bottom: 8px;
}

.subscribe li a{
    display: block;
    padding: 0px 0 0 30px;
    height: 18px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #EE4036;
}

.subscribe li a:hover{
    background-position: left bottom;
    color: #BABCBE;
}

.subscribe li.rss a{
    background-image: url(image/rss.png);
}

.subscribe li.email a{
    background-image: url(image/email.png);
}

.entry-meta{
    font-family: museo-slab, serif;
    text-transform: uppercase;
    color: #EE4036;
}

.entry-title,
.page-title{
    font-family: museo-slab, serif;
    font-size: 18px;
    line-height: 20px;
    margin: 5px 0 20px;
}

.entry-title a{
    text-decoration: none;
    color: #02889F;
}

.entry-title a:hover{
    text-decoration: underline;
}

.entry-utility{
    margin: 50px 0 60px;
    padding: 15px 0 25px 0;
    background: url(image/rules.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border-top: 1px solid #ACDDE1;
}

.entry-utility td{
    vertical-align: middle;
}

.entry-utility p{
    width: 415px;
    margin: 5px 0;
    padding-right: 10px;
    font-size: 12px;
}

.entry-utility p span{
    text-transform: uppercase;
    padding-right: 2px;
}

.entry-utility .comments{
    width: 150px;
    padding: 10px 5px 5px 25px;
    border-left: 1px solid #ACDDE1;
    font-size: 12px;
}

.entry-utility .comments-link a{
    display: block;
    height: 22px;
    padding: 2px 0 0 42px;
    background: url(image/comments.png);
    background-repeat: no-repeat;
    color: #EE4036;
}

.entry-utility .comments-link a:hover{
    background-position: left bottom;
    color: #02889F;
}

.entry-utility .sharing{
    padding: 3px 15px 10px 0;
    text-align: center;
    border-left: 1px solid #ACDDE1;
}

.entry-content img{
    margin: 0;
}

.entry-content div{
    margin-bottom: 18px;
    line-height: inherit;
    font-size: inherit;
}

#nav-above{
    display: none;
}

#nav-below{
    margin: 25px 0 10px 0;
    text-align: center;
}

#nav-below div{
    display: inline-block;
    padding: 0 15px;
}

.navigation a{
    text-decoration: none;
}

.navigation a:hover{
    text-decoration: underline;
}

#footer{
    clear: both;
    margin: 0px 0 20px;
    padding-top: 20px;
    text-align: center;
}

#footer #siteinfo{
    font-size: 10px;
}

.home #header{
    height: 125px;
    margin: 0 0 40px 0;
    background: none;
}

.home #main a{
    color: #EE4036;
    text-decoration: none;
}

.home #main a:hover{
    color: #02889F;
    text-decoration: underline;
}

#homepageFeature{
    position: relative;
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    background: url(image/rules.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#homepageFeature .nav{
    position: absolute;
    display: block;
    top: 200px;
    z-index: 100;
}

#homepageFeature .nav a{
    display: block;
    width: 22px;
    height: 82px;
    background-repeat: no-repeat;
}

#homepageFeature .nav a:hover{
    background-position: bottom;
}

#homepageFeature .prev{
    left: 10px;
}

#homepageFeature .next{
    right: 10px;
}

#homepageFeature .prev a{
    background-image: url(image/home_arrow_left.png);
}

#homepageFeature .next a{
    background-image: url(image/home_arrow_right.png);
}

#homepageFeature ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#homepageFeature ul li{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 420px;
    background: url(image/home_bg.jpg);
    background-repeat: no-repeat;
}

#homepageFeature li img{
    position: absolute;
    top: 50px;
    left: 60px;
    padding: 9px;
    border: 1px solid white;
}

#homepageFeature li div{
    position: absolute;
    top: 90px;
    right: 60px;
    width: 300px;
    height: 300px;
}

#homepageFeature li .entry-meta{
    color: #6D6E70;
}

#homepageFeature li .more{
    position: absolute;
    bottom: 0;
    font-family: museo-slab, serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #EE4036;
}

.home h3{
    margin-bottom: 20px;
}

#homepageFooter > div{
    display: inline-block;
    width: 31%;
    margin: 0 1% 20px;
    vertical-align: top;
}

#homepageInstagram img{
    width: 100%;
    height: auto;
}

#homepageTwitter ul{
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
}

#homepageTwitter ul li{
    padding-bottom: 15px;
}

#samples{
    width: 710px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#samples li{
    display: inline-block;
    vertical-align: top;
    width: 330px;
    margin: 0 0 15px 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ACDDE1;
}

#samples a{
    float: left;
    width: 130px;
    height: 170px;
}

#samples div{
    float: right;
    width: 190px;
    padding-top: 10px;
}

#samples div a{
    float: none;
}

#samples .entry-title{
    margin-bottom: 8px; 
}

#samples .entry-title span{
    font-size: 12px;
    text-transform: uppercase;
    color: #BABCBE;
}

#samples .publication{
    font-family: museo-slab, serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #EE4036;
}

.specialProjects .post{
    margin-top: 30px;
}

.specialProjects .entry-title{
    color: #02889F;
    margin-bottom: 3px;
}

.category-special-projects #container{
    width: 900px;
}

.category-special-projects ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.specialProjectsHeader{
    display: block;
    width: 600px;
    height: 200px;
    margin-bottom: 30px;
    padding: 3px 0;
    border-top: 1px solid #ACDDE1;
    border-bottom: 1px solid #ACDDE1;
    background-repeat: no-repeat;
}

.category-beauty-schooled .specialProjectsHeader{
    background-image: url(image/beauty-schooled.jpg);
}

.category-never-say-diet .specialProjectsHeader{
    background-image: url(image/never-say-diet.jpg);
}

.more-link{
    display: block;
    font-size: 14px;
    margin-top: 18px;
}
