/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twelve Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

h1{}
h2{}
h3{}


/* blog entry */
.entry-header .entry-title {
    font-size: 1.57rem;
    line-height: 1.85rem;
}

.entry-header .entry-title a {
    color: #1E2124;
}

.entry-header .entry-title a:hover {
    color: #4281B3;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 1px;
	margin-bottom: 0.8rem;
	padding: 10px;
	padding: 1.1rem;
	padding-top: 1px;
	font-style: italic;
}

.entry-content img {
	box-shadow: 0px 0px 0px 0px;
}

.site-content article{
    margin-bottom: 2.14286rem;
    border-bottom: .22rem solid #25282B;
}

/* widget area */

.widget-area {
    background: AliceBlue;
    padding: 5px;
}
.widget-area .widget h3 {
    margin-bottom: 0.5rem;
    color: red;
}

.widget-area .widget li {
	margin-bottom: 0.5rem;
}

.comments-title {
	color: red;
}