/*
Theme Name: Twenty Eleven for First Readings (2012)
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Description: Child theme for First Readings (2012)
Author: the WordPress team - customized by Brown University Library
Author URI: http://wordpress.org/
Template: twentyeleven
Version: .2
*/


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







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

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







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

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







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

a:hover {
	color: #805349;
	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;
}