/*
Theme Name: Writer Child
Theme URI: http://themefuse.com/demo/wp/writer/
Description: Child theme for the Writer. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: writer-parent
*/

@import url("../writer-parent/style.css");

/*============================================================================================*/
/* 2. SITE STRUCTURE */
/*============================================================================================*/
/*----------------------------------------------*/
/* 2.1 Header */
/*----------------------------------------------*/
.header .logo {
	top: 20px;
	left: 116px;
	width: 750px;
	height: 155px;
}
/*============================================================================================*/
/* 6. POSTS */
/*============================================================================================*/
/*----------------------------------------------*/
/* 6.1 Blog post list  */
/*----------------------------------------------*/
.post-item{
	padding-bottom: 10px;
}
.post-item .post-image{
	padding: 10px 0 10px;
}
.single .post-item h1, 
.single .post-item h2{
	padding-bottom: 10px;
}
.post-item .post-image img.alignleft{
	margin: 10px 10px 10px 0!important;
}
.entry{
	clear: none;
	padding: 0;
}
.entry p{
	margin: -6px 0 20px 0;
}