/*
Theme Name: Twenty Thirteen Child
Theme URI: http://wordpress.org/themes/twentythirteen
Description: Twenty Thirteen Child Theme
Author: WPMU
Author URI: http://hwy.com.au
Template: twentythirteen
Version: 1.0.0
*/
@import url("../twentythirteen/style.css");
/* Reduce height of header
-------------------------------------------------------------- */
.site-header .home-link {
	min-height: 175px;
}

/* Increase body content width - original max-width 604 px
-------------------------------------------------------------- */
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

/* Align navigation menu
-------------------------------------------------------------- */
.nav-menu {
text-align: center;
}


/* Remove categories & tags from posts  (leave date)
-------------------------------------------------------------- */
.categories-links {
display: none;
}

span.tags-links {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Remove archive/category widget headers
-------------------------------------------------------------- */
.archive-header {
	display: none;
}
