/* Enter Your Custom CSS Here */

/* Enter Your Custom CSS Here */

.genesis-nav-menu {
    color: #7a7766;
    font-family: "Open Sans","Helvetica Neue",sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
}

.genesis-nav-menu {
    border-bottom: 1px solid #add3c6;
    border-top: 1px solid #add3c6;
}

.genesis-nav-menu .menu-item {
    padding: 2px 2px;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #b6d5cf;
}

h1.entry-title, .entry-title a, .sidebar .widgettitle a {
    color: #d37975;
    text-decoration: none;
}

h1.entry-title:hover, .entry-title a:hover {
    color: #add3c6;
    text-decoration: none;
}

a.more-link, .more-from-category a {
    background: none repeat scroll 0 0 #b9d7cd;
    font-family: "Source Sans Pro","Helvetica Neue",sans-serif;
    font-weight: 400;
}

a.more-link:hover, .more-from-category a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #954c74;
}

.widgettitle {
    font-family: "Open Sans", sans-serif;
    color: #d27975;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.entry-content {
background: url("wp-content/uploads/2014/11/Post-Divider.png") no-repeat scroll 50% 100% rgba(0,0,0,0);
padding-bottom: 38px;
}

.entry-footer .entry-meta, .post-meta {
    border-top: none;
    padding-top: 10px;
}

.header-image .site-header {
    margin-top: 10px;
}

.header-image .site-title a {
    float: none;
    min-height: 232px;
    width: 100%;
}

body {
    color: #333;
    font-family: "Arial",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.625;
}

h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
  text-transform: none;
}

.entry-content {
    background: none repeat scroll 0 0 #fff;
    border: 1px dotted #7a7766;
    overflow: hidden;
    padding: 10px;
}

.entry-content a {
    color: #d27975;
}

.entry-content a:hover {
    color: #7a7766;
}

.sidebar-primary {
    background: none repeat scroll 0 0 #fff;
    border: 1px dotted #7a7766;
    margin: 15px;
    padding: 5px 5px 10px;
}