/*
 Theme Name:   Zombie Apocalypse Child
 Theme URI:    http://www.cryoutcreations.eu/zombie-apocalypse/
 Description:  Zombie Apocalypse Child Theme
 Author:       Paul Vreeland
 Author URI:   http://paul.is-a-geek.org
 Template:     zombie-apocalypse
 Version:      0.0.1
 Tags:         compatibilty
 Text Domain:  zombie-apocalypse-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/*OVERRIDE TITLE FONT*/
@font-face {
	font-family: '28_days_later';
	src: url('/fonts/28_days_later.eot');
	src: url('/fonts/28_days_later.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/28_days_later.woff2') format('woff2'),
	     url('/fonts/28_days_later.woff') format('woff'),
	     url('/fonts/28_days_later.ttf') format('truetype'),
	     url('/fonts/28_days_later.svg#28_days_laterregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#site-title,
#site-description {
font-family: '28_days_later', Verdana, Geneva, sans-serif;
}

#site-title a {
	font-size: 32pt;
	font-weight: normal;
}

#content ul li {
	background: none;
}

.widget-container {
	clear: both;
}

#content img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, .entry-title, .menu-item, .widget-title {
	font-family: '28_days_later';
	color: #99090A;
	border: 0;
	padding: 0;
	margin: 0;
}

.entry-title {
	font-size: 2em !important;
}

#access .menu-header, div.menu {
	font-size: 1.5em !important;
}