/*
Theme Name: Child Theme 2
Template: twentytwelve
Author: Child Theme Configurator by Lilaea Media
Version: 1.0.1452076875
Updated: 2016-01-06 10:41:15
*/

@charset "UTF-8";

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.site-header {
    padding-top: 1rem;
    padding-bottom: 0;
}
.site-header h1 {
    text-align: center;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: "helvetica";
    font-color: #000;
    letter-spacing: -3px;
}
.site-header h2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    color: #c80000;
    font-weight: bold;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
     /* display: inline-block !important; */
    
}
.widget-area .widget {
    margin-bottom: 6px;
    margin-bottom: 1.428571429rem;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    word-wrap: normal;
    webkit-hyphens: none;
    moz-hyphens: none;
}
.widget-area .widget h3 {
    margin-bottom: .25rem;
}
.entry-header {
    margin-bottom: 0;
}
.entry-header .comments-link {
    margin-top: 0;
}
.site-content article {
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    word-wrap: normal;
    webkit-hyphens: none;
    moz-hyphens: none;
}
.comments-area article header {
    margin-bottom: 0;
}
.main-navigation li a {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    font-family: helvetica;
}
.page .entry-title {
    font-weight: bold;
}
.post .entry-title {
    font-weight: bold;
}
.widget a {
    font-size: 1rem !important;
    text-decoration: none;
    color: #000 !important;
    font-family: helvetica;
}
.widget-title {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    font-family: helvetica;
}
.widget-area .widget li {
    margin-left: 17px;
    margin-left: 20px;
    list-style-type: square;
}
.footer[role="contentinfo"] {
    padding-bottom: 0;
}
.comment-content p {
    margin-top: 0;
    margin-bottom: 0;
}
.commentlist li a {
    font-weight: bold;
}