/*
 Theme Name:     Twenty Thirteen Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Thirteen Child Theme for jamietoddrubin.com
 Author:         Jamie Todd Rubin
 Author URI:     http://www.jamietoddrubin.com
 Template:       twentythirteen
 Version:        1.0.0
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

h1 {
    font-family: Oswald, arial, serif;
	font-size: 36px;
	margin: 33px 0;
}

h2 {
	font-family: Oswald, arial, serif;	
	font-size: 24px;
	margin: 25px 0;
        border-bottom: 1px dashed #4C666A;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-family: Oswald, arial, serif;
	font-size: 20px;
	margin: 25px 0;
	font-variant: small-caps; 
	font-weight:bold;
	border-bottom: 2px dotted black;
}

hr {
    background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	font-size: 18px;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
 	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
  	border-left: 3px solid #ccc;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}