/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://prairiewest.net/
Description:    Child theme for the Twenty Eleven theme
Author:         Prairie West Software
Author URI:     http://prairiewest.net/
Template:       twentyeleven
Version:        0.1.0
*/

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

#branding img {
	width: 790px;
	height: 190px;
}

#page {
	margin: 2em auto;
	max-width: 790px;
}

.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 790px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#content {
	margin: 0 30% 0 7.6%;
	width: 62.4%;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 85%;
}


#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 790px;
}

#access {
	background: #899D00; /* Show a solid color for older browsers */
	background: url(/images/nav.jpg) repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

#branding #searchform {
	display:none;
}

#access ul li {
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

pre {
	background: #dddddd;
	font: 11px Monaco, Courier, Courier New, monospace;
	color: #2F902F;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 4px;
}
