/*
Theme Name: Twenty Eleven for Brasiliana
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Description: Child theme for Brasiliana site
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 !important;
}
#page {
	margin: 0em auto;
	max-width: 1000px;
}






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

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

#branding #searchform {
	display:none;
}
#branding .only-search + #access div {
	padding-right: 0px;
}





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

a:hover {
	color: #8b8c64;
	background: transparent;
}





#access {
	background: #454531; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#454531, #212118);
	background: -o-linear-gradient(#454531, #212118);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#454531), to(#212118)); /* older webkit syntax */
	background: -webkit-linear-gradient(#454531, #212118);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

.entry-title,
.entry-title a {
	color: #3e4c54;
}

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


.singular.page .hentry {
    padding: 0em;
}

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