@font-face {
    font-family: 'copperplate';
    src: url('fonts/ufonts.com_copperplate_becker_bold-webfont.eot');
    src: url('fonts/ufonts.com_copperplate_becker_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ufonts.com_copperplate_becker_bold-webfont.woff') format('woff'), url('fonts/ufonts.com_copperplate_becker_bold-webfont.ttf') format('truetype'), url('fonts/ufonts.com_copperplate_becker_bold-webfont.svg#copperplate_becker_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'im_fell_italic';
    src: url('fonts/feenit27c-webfont.eot');
    src: url('fonts/feenit27c-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/feenit27c-webfont.woff') format('woff'), url('fonts/feenit27c-webfont.ttf') format('truetype'), url('fonts/feenit27c-webfont.svg#im_fell_english_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'im_fell';
    src: url('fonts/feenrm28c-webfont.eot');
    src: url('fonts/feenrm28c-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/feenrm28c-webfont.woff') format('woff'), url('fonts/feenrm28c-webfont.ttf') format('truetype'), url('fonts/feenrm28c-webfont.svg#im_fell_english_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, .wp-editor {
    font-family: 'Roboto Slab', serif;
    color: #2e3337;
    font-size: 16px;
    line-height: 26px;
    background: #f7f6f9;
}
p {
    margin-bottom: 18px;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif;
    color: #343f49;
}
h1 {
    font-size: 30px;
    line-height: 120%;
}
h2 {
    font-size: 26px;
    line-height: 120%;
}
h3 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
}
h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;    
}
a {
    color: #fc6345;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
strong, b {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
big {
    font-size: 131.25%;
}
small {
    font-size: .85em;
}
ins {
    background: #ffc;
    text-decoration: none;
}
blockquote {
    font-size: 1.2em;
    position: relative;
}
blockquote {
    border-left: 10px solid #fc6345;
    padding: 0 15px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #fc6345;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p:first-child {
    display: inline;
}
blockquote p {
    margin-top: 20px;
    margin-bottom: 0;
}
.wp-editor ul, article ul {
    margin-bottom: 18px;
}
.wp-editor ul li, article ul li {
    margin-left: 1em;
    list-style-type: disc;
}
.wp-editor ol li, article ol li {
    margin-left: 1em;
    list-style-type: decimal;
}
pre {
    font-family: Consolas, Monaco, monospace;
    background: rgba(255, 255, 255, .5);
    color: #3a2e24;
    padding: 5px;
    font-size: 14px;
    white-space: pre-wrap;
}
code {
    font-family: Consolas, Monaco, monospace;
}
.side-box {
    background: #eaebef;
    padding: 1% 3%;
    width: 30%;
    float: right;
    margin-left: 3%;
}
/*
.side-box p:first-child:before {
    display: inline-block;
    content: '';
    background: url('images/point-right.png') center right no-repeat;
    width: 60px;
    height: 35px;
}
 */
/* LAYOUT */
/* ----------------------------------------- */
/* Presentational classes generated by WordPress */

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.wp-caption {
    border: 1px solid #999;
    text-align: center;
    background: #eee;
    padding: 10px;
    margin: 10px;
}
.wp-caption-text {
    font-size: .8em;
}
.clearfix {
    clear: both;
}
.sticky {
    font-size: 1.1em;
}
.gallery-caption {
    font-size: .8em;
}
.bypostauthor {
    font-style: italic;
}
