/*
Theme Name: Twenty Eleven Child
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: John Wise
Description: JHW modifications to the 2011 theme.
Template: twentyeleven
*/

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

.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.0em;
	padding-bottom: .3em;
	padding-top: 0px;
}

.singular .hentry {
	border-bottom: none;
	padding: 0 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0 0 0;
}

#site-title {
	margin-left: 110px; 
}

#site-description {
	margin-left: 110px;
}

#branding img.site-logo {                                
	float: left;
	position: absolute;
	clear: left;
	top: 1em;
	left: 1em;
	margin: 0 0 0 0;
	padding: 2px;
	width: 157px;
}

.wp-caption {
	margin-bottom: 0;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding-left: 10px;
}

.wp-caption .wp-caption-text:before {
	content: '';
	left: 7px;
}

.entry-content h2 a {
	color: #000000;
}

.entry-content h2 a:hover,
.entry-content h2 a:active,
.entry-content h2 a:focus {
	color: #1982d1;
}


.singular #primary {
margin: 0 -26.4% 0 0;
}
 
#nav-single {
display: none;
}
 
.singular .entry-header .entry-meta {
position: relative;
}
 
.singular .hentry {
padding: 0;
}
 
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
width: 100%;
}
 
.singular #content, .left-sidebar.singular #content {
margin: 0 34% 0 7.6%;
}
 
.singular article .entry-title {
padding-top: 0;
}
 
.singular .entry-meta .edit-link a {
right: 0;
top: 0;
left: auto;
}
