/*
Theme Name: CVO Custom Theme
Theme URI: http://coalitionofvets.org/
Description: This is a Child theme of the TwentyEleven theme.  << WARNING: this theme contains customizations which will be lost if you simply switch themes.  To maintain the customizations, make a copy of this theme and rename it, then make design or other changes >>.
Author: JoeK12
Version: 1.0
Template: twentyeleven
*/

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

#branding hgroup {
display: none;
margin: 0 7.6%;
}

#main {
    clear: both;
    padding: 0em 0 0;
	}

.widget-title {
color: #fff;
background-color:#151a49;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 2em;
text-transform: uppercase;
text-align: center;
}


input#s {
	background-color:#fff
	}
	
#access {
	border-top:10px solid #9A1C35;
	}
	
/* Small featured post */
section.featured-post .attachment-small-feature {
	right: 10px;
}

#supplementary {
	/* border-top: 10px solid #9A1C35; */
	/* background-color:#29327e; */
	padding: 1.625em 7.6%;
	overflow: hidden;
} 

/* Site Generator Line */
#site-generator {
	background: #29327e;
	border-top: 10px solid #9A1C35;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #fff;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}

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