/*
Theme Name:     Twenty Thirteen Judith Bodie Child
Theme URI:      http://judithbodie.com/
Description:    Child theme for the Twenty Thirteen theme
Author:         Leah Klein
Author URI:     http://loukleindesign.com
Template:       twentythirteen
Version:        0.1.0
*/
 
@import url("../twentythirteen/style.css");

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height:230px; /**changed from 230px    changed to 130px*/
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;  /**changed from 60px */
	font-weight: bold;
	line-height: 1; /**changed from line-height: 1; */
	margin: 0;
	padding: 58px 0px 10px; /**changed from 58px 0 10px     changed to 17px 0px 10px*/
}

.site-description {
	font: 300 italic 21px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;  /**changed from italic 24px        changed to 21px*/
}
