/*
Theme Name:     Child Theme for Blog
Description:    
Author:         admin
Template:       rundown

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#header .site-title {
	font-size: 3.438em;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'Playball', Arial;
	z-index: inherit;
	line-height: 56px;
	display: block;
}
#header .site-title a {
    color: #000;
	text-decoration: none;
	text-shadow: 0 0.033em 0 #fff;
    border-bottom: none;
}
#header .site-description {
    text-shadow: 0 0.063em 0 #fff;
}
.post-head .post-title {
    font-family: 'Bitter', serif;
    font-weight: 700;
    margin: 0;
    padding: 0.125em 0;
    font-size: 2.175em;
    line-height: 1.10em;
	color:#222222;
	text-shadow: 0 0.063em 0 #f3f3f3;
	text-decoration: none;
	border-bottom: none;}

.post-head .post-title a {

}


.widget .widget-title {
	font-family: 'Bitter', serif;
	font-weight: 600;
	border-bottom: 0.063em solid #c7c7c7;
	margin: 0 0 0.938em 0;
	font-size: 1.215em;
	line-height: 1.286em;
	padding: 5px 0.3em;
	padding-top: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	background:url('images/pattern2.png');
	text-shadow: 0 0.063em 0 #fff;
	color:#444444;
	display: block;
}