/*
Theme Name:     mtrlc - a Twenty Eleven Child
Description:    Custom tweaks to the twentyeleven theme
Author:         Jason Cooper
Template:       twentyeleven
Version:        0.1.0
*/

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

body {
	min-width: 1000px;
}

.singular .entry-header {
	text-align: center;
}

.singular .entry-header .entry-meta {
	text-align: center;
	right: 0;
}

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	width: 100%;
}

.singular.page .hentry {
	padding-top: 0.6em;
}

.presentationImages {
	text-align: center;
}

#site-description {
	display: none;
}

#site-title {
	padding-top: 1em;
	padding-bottom: 1em;
}

#branding #searchform {
	top: 1.5em;
	right: 2%;
}

#branding {
	z-index: 50;
}

#post-5 .entry-title,
#post-5 .edit-link {
	display: none;
}

#bannerImage {
	height: 288px;
	width: 1000px;
	position: relative;
}

#bannerForground {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bannerRow {
	margin: 0;
	padding: 0;
	height: 144px;
	width: 1000px;
}

.bannerCell {
	transition: background 0.5s linear;
	background-color: white;
	display: inline-block;
	border-color: black;
	border-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	margin: 0;
	padding: 0;
	width: 199px;
	height: 143px;
}

.bannerRow:first-child .bannerCell {
	border-top-style: solid;
	height: 142px;
}

.bannerCell:first-child {
	border-left-style: solid;
	width: 198px;
}

.entry-content h1,
.comment-content h1 {
  font-size: 1.4em;
  font-weight: bolder;
  clear: none;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}


.entry-content h2,
.comment-content h2 {
  font-size: 1.2em;
  font-weight: bolder;
  clear: none;
  letter-spacing: 0.1em;
  line-height: 2.4em;
  text-transform: uppercase;
}
.entry-content h3,
.comment-content h3 {
  font-size: 1.2em;
  clear: none;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-transform: none;
}

.entry-content h4,
.comment-content h4 {
  font-style: italic;
  clear: none;
}

#content nav#nav-single {
  float: none;
  padding-bottom: 1rem;
}
