/*
 Theme Name:     Twenty Thirteen Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Thirteen Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       twentythirteen
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentythirteen/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

.site-main .widget-area {
	float: left;
	width: 250px;
}


@media (min-width: 1000px){
	.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
		padding: 0 60px 0 290px;
	}

	.entry-header {
		margin-bottom: 10px;
	}

	.archive-header{
		padding: 0 60px 0 290px;
		max-width: 1040px;
		margin: 0 auto;
	}
}

@media (max-width: 999px){
	.archive-header{
		max-width: 604px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 643px){
	.archive-header{
		padding-left: 20px;
		padding-right: 20px;
	}
}

#main.site-main:before, #main.site-main:after {content: " "; display: table;}
#main.site-main:after {clear: both;}
#main.site-main {*zoom: 1;}

.book:before, .book:after {content: " "; display: table;}
.book:after {clear: both;}
.book {*zoom: 1; margin-bottom: 2em;}

.book p {
margin-bottom: 5px;
}

.img-left{float: left; margin-right: 1em;}

ul.nav-menu{
	margin-left: 27%;
}

@media (max-width: 1000px){
	ul.nav-menu{
		margin: auto;
		width: 604px;
		padding: 0;
	}

	.nav-menu li a{
		padding: 15px;
	}
}

.hentry:first-child{
	padding-top: 40px;
}

.hentry{
	padding: 10px 0;
}

.archive-header {
	background: none;
}

.site-footer {
	background: none;
}

#quotescollection p{
	margin-bottom: 0;
}

h1{
	font-size: 38px;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft{
	margin-left: 0px;
}

.widget.widget_nav_menu ul li{
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
}

.site-header .home-link{
	min-height: 190px;
}

.site-header {
	background-position: center -40px !important;
	background-color: #FAF8F8 !important;
}

.site-title{
	padding: 38px 0 10px;
	text-decoration: underline;
}

@media (min-width: 643px) and (max-width: 930px){
	.site-title{
		font-size: 48px;
	}
}

@media (min-width: 643px) and (max-width: 800px){
	.site-title{
		font-size: 38px;
	}
}

.entry-content blockquote{
	font-size: 21px;
}

.tags-page a{
	margin: 22px 0;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
	font-weight: bold;
	display: inherit;
}

.tags-page a:after{
	content: '\A';
	white-space: pre;
}
