/*
 Theme Name:     Twenty Thirteen Child
 Theme URI:      http://www.gentgoddard.lizgent.co.uk/twenty-thirteen-child/
 Description:    Twenty Thirteen Child Theme
 Author:         Liz Gent
 Author URI:     http://www.gentgoddard.lizgent.co.uk
 Template:       twentythirteen
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentythirteen/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

/*Increase width - original max-width 604 px*/
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 704px;
	width: 100%;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-style: Helvetica;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.entry-header .entry-title {
    text-align: center;
}