/**
 * Theme Name: My Child
 * Theme URI: http://link-to-your-site.com
 * Description: child theme for Africa Happening of Justin Tadlock's My Life
 * Version: 0.1
 * Author: Jed Weaver
 * Author URI: http://www.promacnyc.com
 * Tags: My-Life Child
 * Template: my-life
 *//* 
/* ======================= */
/* Get Theme-Parent CSS */

	@import url('../my-life/style.css');

/* ======================== */

/* = My Custom CSS  = */

/* ======================== */
/* move site title offscreen far left, make font small */

#site-title {
    font-size: 10px;
    text-indent: -9000px;
 }


/* move site description offscreen far left, make font small */

#site-description {
    font-size: 10px;
    text-indent: -9000px;
}




/* moved header up 15px  */

#menu-secondary {

margin-bottom: 22px;

}



/* make the post heading title bigger & give more breathing room between posts */

.entry-title {
	font-size: 29px;
	padding-top: 13px;
}


/* increased hdr depth to 320 wide */
.header-image {
    height: 320px;
    width: 1000px;
  
}

