/*
 * Theme Name:   Muddle Eleven Child
 * Theme URI:    http://jerssoftwarehut.com/muddle-eleven-child/
 * Description:  theme for muddled ramblings and half-baked ideas, based on twentyeleven
 * Author:       Jerry Seeger
 * Author URI:   http://jerssoftwarehut.com
 * Template:     twentyeleven
 * Version:      1.0.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  muddle-eleven-child
 */

body {
	line-height: 1.5;
}

h1 {
	font-weight: inherit;
}

#branding {
	border: none;
	background-color: transparent;
}

#page {
	background-color: transparent;
}

#content {
	width: 68.4%;
	margin-left: 0;
}

#secondary {
	margin-right: 0;
	width: 23.8%;
	padding-left: 1em;
	padding-right: 1em;
	background-color: rgba(255,242,219,0.95);
	overflow: hidden;
}

#secondary ul {
	list-style-type: none;
}

#secondary, #secondary a {
	font-weight: 400;
}

article {
/*background-color: rgba(255,242,219,0.95);*/
	background-color: white;
}

article.post, article.page {
	padding-left: 1.5em;
	padding-right: 1em;
}

article.post, article.page, #secondary {
	border-radius: 1em;
}

article.comment {
	background: none;
}

header.entry-header, .entry-header .comments-link a {
	background-color: transparent;
}

/*img[class*="align"] {
	background-color: rgb(169,134,109);
	border-color: rgb(169,134,109);
}*/
.entry-header .comments-link a {
	right: 1em;
}

.entry-title, .singular .entry-title, .entry-title a {
	font-weight: 400;
}

.singular .entry-header .entry-meta {
	top: 1em;
	left: 1em;
}

#nav-single {
	top: .5em;
}

#content nav {
	padding-right: 1em;
}

.widget-title {
	margin-top: 0;
	margin-left: -2em;
	margin-right: -3em;
	margin-bottom: .5em;
	padding: 0 2em;
	color: rgb(255,242,219);
	background-color: rgb(108,44,10);
}

#get_recent_comments_wrap > ul > li {
	margin-top: 6px;
}

body.page-template-fat-page #content {
	margin: 0;
	width: 1100px;
}

body.page-template-fat-page .entry-content {
	width: 90%;
}

.entry-content .section {
	padding: 0 1em;
}

.entry-content .section p {
	margin: 0;
	text-indent: 2em;
	font-family: Baskerville, "Times Roman", serif;
}

/* recommended by http://www.transformationpowertools.com/wordpress/twenty-eleven-sidebar-on-single-posts-and-pages for single pages with sidebar */
#respond {
	width: auto;
}
.commentlist {
	width: auto;
}
.commentlist > li.comment {
	margin: 0px 0px 20px 102px;
	width: auto;
}

/* specialized stuff that maybe should be in plugins */
div.amazon {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

