/* Elements
---------------------------------------- */

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    border-top: 4px solid #333;
}

body {
    font-family: "georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
    color: #333;
    margin: 0 auto;
    max-width: 960px;
}	


h1  {
    line-height: 1.25;/*was 1.25*/
    margin: 0 0 0; /*was 0 0 14px like below, but makes no diff*/
}

h2, h3, h4, h5, h6 {
    line-height: 1.25;/*was 1.25*/
    margin: 0 0 14px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 34px; /*was 22px;but makes no diff*/
}

h3 {
    font-size: 24px;/*was 19*/
}

h4, h5, h6 {
    font-size: inherit;
}

a {
    text-decoration: none;
    color: #091 /*#c00*/;
}

a:hover {
    text-decoration: underline;
}

address, blockquote, dd, dl, fieldset, form, iframe, ol, p, pre, table, ul {
    margin: 0 0 20px;
}

address {
    font-style: normal;
}

blockquote {
    border-left: 4px solid #ccc;
    padding: 0 20px;
}

code, kbd, pre, samp {
    font-size: 14px;
    background: #efefef;
}

code, kbd, samp {
    padding: 4px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

embed, iframe, object, video {
    max-width: 100%;
}

hr {
    border: 0;
    border-bottom: 1px solid #999;
    margin-top: 40px;
    margin-bottom: 40px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    line-height: normal;
    padding: 8px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
    border-color: #999;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(0,0,0,.25);
}

pre {
    line-height: 1.4;
    padding: 8px;
    overflow: auto;
}

table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th, td {
    padding: 8px;
}

th, td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ccc;
}

ul, ol {
    padding: 0;
}

li {
    margin-left: 40px;
}

li > ul, li > ol {
    margin-bottom: 0;
}

small {
    font-size: 14px;
}

/* Navigation
---------------------------------------- */

.nav-menu {
    margin-bottom: 0;
}

.menu-item {
    list-style: none;
    display: block;
    margin-left: 0;
}

.menu-item-mobile {
    display: none;
}

.nav-links {
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 30px;
}

.nav-previous,
.nav-next {
    width: 50%;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
    text-align: right;
}

.page-links {
    word-spacing: 4px;
    clear: both;
}

/* Header
---------------------------------------- */


.site-header {
    border-bottom: 1px solid #999;
    padding: 20px 0;/*was 40px 0;*/
    margin-bottom: 25px;/*was 40px;*/
    width: 100%;
}

.header-navbar a,
.header-social a {
    color: inherit;
}

.header-logo {
    float: right;  /*was left*/
    margin-right: -20px;  /*was 65px*//*was -30px;*/
    width: 76%;
    /*height: 140px; /*added*/
}

.header-wrap {
    float: left /*was left*/
    /*max-height: 68%; /*added*/
}

.header-title {
    margin-bottom: 10px;/*was 10px*/
    font-size: 24px; /*was 13px */
    letter-spacing: 1px;
    text-transform: uppercase;
    /*text-align: center;*/
}

.header-navbar {
    font-size: 14px;
}

.header-navigation {
    float: left;
    margin-right: 60px;
}

.header-navigation ul {
    margin-bottom: 0;
}

.header-social {
    float: right;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 0;
}

.header-social li {
    margin-left: 0;
    list-style: none;
}

.header-social .icon {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    margin-right: 4px;
}

.header-social .twitter svg {
    width: 14px;
    height: 14px;
}

.header-social .rss svg {
    width: 12px;
    height: 12px;
}

.site-menu-checkbox,
.site-menu-label {
    display: none;
}

/* Content
---------------------------------------- */

.cramp p {
	  margin-top: 0px;
	   margin-bottom: 0px;
	   border: 2px
}


.content-main {
    float: left;
    width: 580px;/*was 680*/
}

.site-content {
    margin-bottom: 30px;
}

.page-header {
    margin-bottom: 20px;/*makes no diff*/
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c00;
}

.page-title {
    font-size: inherit;
    font-weight: normal;
}

.page-content {
    margin-bottom: 80px;
}

.entry-wrapper {
    margin-bottom: 10px;
}

.entry-title {
    font-weight: normal;
    margin-bottom: 0px;/* was 5px;*/
}

.single .entry-title {
    margin-bottom: 0px;/*was 10px*/
}

.page .type-page .entry-title,
.error404 .not-found .entry-title {
    margin-bottom: 20px;
}

.entry-title a {
    color: inherit;
}

.entry-meta {
    font-size: 14px;
}

.meta-item ~ .meta-item:before {
    content: "\2022";
    color: #999;
}

.entry-date + .updated {
    display: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h5,
.entry-content h6 {
    margin-top: 40px;
}

.entry-header {
    margin-top: 10px; /*was 40px*/
}

.entry-content h4 {
    margin-top: 20px; /*was 40px*/
}

.entry-content li {
    list-style: none;
    margin:0 0 4px 0;/*added here*/
    font-size: 13px; /*added here*/
}

.entry-blurb li {/*added here*/
    list-style: none;
    margin:6px 6px 6px 0;
    font-size: 16px; 
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
    margin-top: 0;
}

.edit-link {
    font-size: 14px;
    clear: both;
}

.categories-list {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 30px;
}

.categories-list h2 {
    font-weight: normal;
}

.categories-list li,
.categories-list li ul {
    list-style: none;
    margin: 0;
}

.categories-list li a {
    float: left;
    background: #eee;
    border-radius: 20px;
    padding: 3px 12px;
    margin: 6px 6px 6px 0;
    color: inherit;
}

.wpcf7-text {
    max-width: 100%;
}

.wpcf7-textarea {
    width: 100%;
}

/* Sidebar
---------------------------------------- */

.content-sidebar {
    float: right;
    width: 320px;/*was 220*/
}

.widget {
    margin-bottom: 30px;
}

.widget h2 {
    font-size: inherit;
    font-weight: normal;
}

.widget li {
    list-style: none;
    margin:0 0 4px 0;/*added here*/
    font-size: 13px; /*added here*/
}

.widget_text {
    margin-bottom: 15px;/*was 20px*/
    color: #666;
}

/* Search
---------------------------------------- */

.search-form {
    position: relative;
    width: 90%;
    max-width: 330px;
}

.search-field {
    font-size: 14px;
    width: 100%;
    -webkit-appearance: none;
}

.search-submit {
    position: absolute;
    left: auto;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 0;
}

.search-submit:focus {
    outline: none;
}

.search-submit svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 60%;
    opacity: .75;
    transition: opacity .2s;
}

.search-submit:hover svg {
    opacity: .5;
}

/* Comments
---------------------------------------- */

.comment-respond {
    margin-bottom: 40px;
}

.comment-reply-title small,
.comment-form .comment-notes,
.comment-form .logged-in-as {
    font-size: 14px;
}

.comment .comment-respond {
    margin-top: 20px;
}

.comment-reply-title small {
    font-weight: normal;
}

.comment-form {
    margin-bottom: 0;
}

.comment-form .required {
    color: crimson;
}

.comment-form label {
    display: block;
    margin-bottom: 4px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 50%;
}

.comment-form textarea {
    width: 100%;
}

.comment-form .form-allowed-tags {
    display: none;
}

.comment-form .form-submit {
    margin-bottom: 0;
}

.comments-area {
    margin-bottom: 40px;
}

.bypostauthor .fn:before,
.comment-awaiting-moderation,
.comment-meta,
.comment-body .reply,
.no-comments {
    font-size: 14px;
}

.comment-list .pingback,
.comment-list .comment {
    list-style: none;
}

.comment-list .depth-1 {
    margin-left: 0;
    margin-bottom: 0;
}

.pingback .comment-body {
    padding-bottom: 20px;
}

.comment .comment-body {
    position: relative;
    margin-top: 30px;
    padding-left: 50px;
}

.comment-author .avatar {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.comment-author .fn {
    font-weight: bold;
    font-style: normal;
}

.bypostauthor .fn:before {
    margin-right: 4px;
    content: "\2605";
}

.comment-author .says {
    display: none;
}

.comment-meta {
    margin-bottom: 12px;
}

.comment-body .reply {
    margin-top: -10px;
}

/* Footer
---------------------------------------- */

.site-footer {
    border-top: 1px solid #999;
    padding: 30px 0 40px;
    font-size: 14px;
}

.footer-meta {
    float: right;
}

.site-footer a {
    text-decoration: underline;
    color: inherit;
}

/* Plugins
---------------------------------------- */

#fscf_required1 {
	margin-bottom: 20px;
}

.fscf-required-indicator {
	color: #c00;
}

.fscf-div-clear {
	margin-bottom: 10px;
}

.fscf-label {
	margin-bottom: 5px;
	display: block;
}

.fscf-input-text {
	width: 100%;
	max-width: 400px;
}

.fscf-input-textarea {
	width: 100%;
	height: 150px;
}

.fscf-button-submit {
	margin-top: 20px;
}

.fscf-div-error {
	color: #c00;
	font-style: italic;
}

#atstbx {
    margin-bottom: 20px;
}

/* Clearings
---------------------------------------- */

.clearfix:before,
.clearfix:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.header-navbar:before,
.header-navbar:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after {
    content: "";
    display: table;
}

.clearfix:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.header-navbar:after,
.entry-content:after,
.comment-content:after,
.nav-links:after {
    clear: both;
}

/* Jetpack
---------------------------------------- */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/* Media
---------------------------------------- */

.hentry .mejs-container,
.hentry .wp-embedded-video,
.hentry .wp-playlist {
    margin: 0 0 20px;
}

.hentry .wp-embedded-video {
    display: inline-block;
}

/* Defaults
---------------------------------------- */

.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.screen-reader-text.focusable:active,
.screen-reader-text.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.sticky {
    display: block;
}

.alignleft {
    float: left;
    margin: 6px 24px 12px 0;
}

.aligncenter {
    margin: 0 auto 20px;
    display: block;
}

.alignright {
    float: right;
    margin: 6px 0 12px 24px;
}

.wp-caption {
    text-align: center;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.wp-caption-text,
.gallery-caption {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

/* Mobile
---------------------------------------- */

@media (max-width: 1000px) {

    html {
        border-top: 0;
    }

    body {
        max-width: none;
        padding: 0 20px;
    }

    h1 {
        font-size: 25px;
    }

    .content-main {
        float: none;
        width: auto;
    }

    .content-sidebar {
        display: none;
    }

    .site-header,
    .site-footer {
        border-color: #ddd;
    }

    .site-header {
        position: relative;
        padding: 15px 0;
    }

    .header-logo,
    .header-social {
        display: none;
    }

    .header-wrap {
        float: none;
    }

    .header-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .header-title a {
        color: inherit;
    }

    .header-navigation {
        float: none;
        margin-right: 0;
    }

    .site-menu-label {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 10px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .site-menu-label:before,
    .site-menu-label:after {
        content: "";
        display: block;
        position: relative;
        background: #333;
        width: 24px;
        height: 2px;
        margin: 8px auto;
    }

    .site-menu-label:before {
        margin-top: 14px;
    }

    .site-menu-checkbox:checked ~ .site-menu-label:before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 4px;
    }

    .site-menu-checkbox:checked ~ .site-menu-label:after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -6px;
    }

    .site-menu-checkbox:checked ~ .header-navbar {
        display: block;
    }

    .header-navbar {
        display: none;
        text-align: center;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 55px;
        width: 100%;
        border-width: 1px 0;
        background: #fff;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .header-navbar li {
        display: block;
        margin: 0;
        border-top: 1px solid #ddd;
    }

    .header-navbar li:last-child {
        border-bottom: 1px solid #ddd;
    }

    .header-navigation-1 li:last-child {
        border-bottom: 0;
    }

    .header-navbar li a {
        display: block;
        padding: 14px 0;
        color: #333;
    }

}



/* Print
---------------------------------------- */

@media print {
}
