/* General */
html {
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
}
body {
/*    font-size: 16px;
    font-size: 1.6rem;*/
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

/*body, button, input, select, textarea {
    color: #5e5e5e;
}*/
a {
/*    color: #9f111b;
*/    text-decoration: none;
    transition: color .3s ease-in-out;
}
/*a:hover, a:focus, a:active, .entry-title a {
    color: #5e5e5e;
}*/

b {
    font-weight: bold;
}
h1 {
    line-height: 1.2;
    margin: .4em 0;
}

h2 {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
/*    font-family: "Merriweather Sans", sans-serif;
*/    margin: .8em 0;
}

input[type="submit"] {
    letter-spacing: 1px;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


/* Brand header */
.brand-header {
    margin-bottom: 4.5em;
    text-align: center;
}

p {
    margin-bottom: 1.6em;
}

/* Widget area */
/*#widget-area {
    float: right;
    width: 24%;
    margin-left: 5%;
}*/
.widget {
/*    color: #5e5e5e;
*/    font-size: 1.4rem;
    margin-bottom: 3em;
    overflow: hidden;
}
/*.widget a {
    color: #9f111b;
}*/
.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget ul li {
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-top: .8em;
    padding-top: .8em;
}
.widget > ul > li:first-child {
    border-top: 0;
}
/*.widget a:hover, .widget a:focus {
    color: #5e5e5e;
}*/
.widget-logo > img {
    max-width: 100%;
}
.widget-title {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: .8em;
    overflow: hidden;
    text-transform: uppercase;
}

/* Content */
#content {
    max-width: 1140px;
    margin: 0 auto 1.6em;
}

main {
    display: block;
    float: left;
}



.small-part {
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    /*color: #b9b9b9;*/
}
.small-part a {
/*    color: #b9b9b9;
*/    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.space-left-right {
    padding: 0 5px;
}

/* Entries */
.entry {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.05);
    display: block;
    /*margin-bottom: 3em;*/s
    position: relative;
}

.entry-categories {
    /*color: #b9b9b9;*/
    font-weight: 400;
    font-size: 1.4rem;
    font-style: normal;
    letter-spacing: 1px;
    padding-bottom: .8em;
    text-transform: uppercase;
}
.entry-header {
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
}
.entry-title {
/*    font-family: "Merriweather Sans", sans-serif;
    font-size: 30px;  
    font-size: 3.0rem;*/
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
}
/*.entry-content {
    margin: 1.6em 0 0;
}*/

.entry-bottom {
    padding-top: .8em;
    border-top: 1px dotted rgba(0,0,0,.1);
}

/* Comments */
.comments-area {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.05);
    margin-bottom: 1.6em;
    padding: 1.6em 4.5em;
}
.comments-title {
    border-bottom: 1px dotted rgba(0,0,0,.1);
    padding-bottom: 1.6em;
    letter-spacing: -1px;
    margin-bottom: 1.6em;
}
.comment-list {
    list-style: none;
    margin: 0;
    margin-bottom: 1.6em;
}
.comment-list article {
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0 0 3em;
    position: relative;
}
.comment-list article .comment-content {
    clear: both;
    padding-top: .8em;
    padding-bottom: .8em;
}
.comment-respond {
    clear: both;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: normal;
    margin: 0 0 15px 0;
    overflow: hidden;
    padding: 15px 0;
    width: auto;
}
.comment-reply-title {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0;
}
.comment-form {
    background: rgba(0, 0, 0, .08);
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto !important;
}
.comment-form-field {
    -webkit-margin-after: 0 !important;
    -webkit-margin-before: 0 !important;

    font-size: 12px;
    overflow: visible;
    padding: 0;
}
.comment-form-field input, .comment-form-field textarea {
    background: rgba(255, 255, 255, .85);

    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .12);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .12);

    border: 1px solid rgba(0, 0, 0, .2);
    margin: .5em auto;
    width: 90%;

}
.comment-textarea {
    position: relative;
}
.comment-textarea textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    height: 7em;
    margin-top: 0;
    padding: 10px 10px 5px !important;
    resize: none;
    width: 100%;
    word-wrap: break-word;
}
.form-submit {
    float: right;
    line-height: 18px;
    margin: 0;
    padding: 10px 5px 10px 0;
    width: auto;
}
.form-submit input {
    background: #f0f0f0;
    /*border: 1px solid #ccc;*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #555;
    cursor: pointer;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 18px;
    min-width: 0;
    width: auto;
    padding: 3px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .45);
}
