/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       Kurt Hebel
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.xsite-header .home-link {
        color: #141412;
        background-color: #281214;
        display: block;
        margin: 0 auto;
        max-width: 1600px;
        min-height: 230px;
        padding: 0;
        text-decoration: none;
        width: 100%;
}

.site-title {
        font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.site-description {
        text-shadow: rgb(51,51,51) 1px 1px 2px;
}

.site-header .site-title:hover {
	text-decoration: none;
}

.xheader-logo {
	max-width:100%;
	position:relative;
	display:block;
}

.entry-content blockquote {
	font-size: 100%;
	font-weight: 500;
}

.entry-header {
	margin-bottom: 0px;
}

.hentry {
	padding: 24px 0 40px 0;
}