/*
Theme Name:     Imagination Fabrication
Theme URI:      http://imaginationfabrication.com/
Description:    Child theme for the Twenty Twelve theme 
Author:         Skunk
Author URI:     http://skunkadelia.com/about/
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

#colophon {
	background-color: #F0F0F0;
	border-top: 1px solid #991F1F;
	max-width: none;
	text-align: center;
}

#masthead {
	background-color: #f0f0f0;
	text-align: center;
}

.archive-header {
	border-bottom: 1px solid #991F1F;
}

.archive-title {
	color: #991F1f;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
}

.description {
	color: #991F1F;
	font-weight: bold;
	height: 25px;
}

.main-navigation {
	margin: 0;
	padding-top: 5px;
	border-bottom: 1px solid #991F1F;
	border-top: 1px solid #991F1F;
}

.main-navigation li a {
	line-height: normal;
}

.main-navigation ul.nav-menu {
	border: 0;
	text-align: center;
}

.metaslider {
    margin: 0 auto;
}

.header-image {
	margin: 0;
}

.site {
	max-width: none;
	width: 100%;
}

.post-block {
	height: 320px;
	width: 300px;
	float: left;
	margin: 0 10px 0 10px;
}

	.post-block .entry-content {
		display: none;
	}
	
	.post-block .entry-header img.wp-post-image {
		margin: 0;
		border: 1px solid #991F1F;
	}
	
	.site-content article {
		margin-bottom: 0;
	}
	
	.post-block h1 {
		text-align: center;
	}

.site-content article {
	border-bottom: 0;
}

.site-header {
 padding: 0;
 margin: 0;
}

.site-content {
	text-align: center;
}

.site-content p {
	text-align: left;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 900px;
}

a:link {color:#991f1f;}      /* unvisited link */
a:visited {color:#991f1f;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */

h1, h2, h3, h4, h5 {
	color: #991F1f;
	font-family: "Arial Black", Gadget, sans-serif;
}

h1 a {
	color: #991F1f;
}

img.header-image, img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}

p {
	font-size: 16px;
}