/*
Theme Name: Twenty Eleven for A Mother's Cry
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Description: Child theme for A Mother's Cry
Author: the WordPress team - customized by Brown University Library
Author URI: http://wordpress.org/
Template: twentyeleven
Version: .1
*/

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







/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
#page {
	margin: 0em auto;
	max-width: 1000px;
}







/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px solid #bbb;
}

.only-search .with-image {
	display: none;
}





a:link, a:visited {
	color: #b0a611;
	background: transparent;
}

a:hover {
	color: #544f08;
	background: transparent;
}







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

.wp-caption .wp-caption-text {
padding: 10px 10px 5px 15px;
}







/* misc. updates
----------------------------------------------- */

.singular .entry-title {
	font-size:30px;
}

.singular #content, .left-sidebar.singular #content {
    margin: 0px 7.6% 0px 26%;
    position: relative;
    width: auto;
}