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







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

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







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

a:hover {
	color: #93624d;
	background: transparent;
}







/* =sidebox in content
-----------------------------------------------*/
.sideboxarea {
float:right;
background: #F1F1F1;
display: inline;
border: 1px solid #DADADA;
-webkit-border-radius: 3px;
margin-left: 16px;
padding: 4px 8px;
margin-bottom: 12px;
font-size: 85%;
max-width: 30%;
padding-right: 0;
margin-right: 0;
}

.titlebox {
text-align: center;
}

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