/*
Theme Name:     Twenty Twelve Beyond Carnival Child
Theme URI:      http://library.brown.edu/openingthearchives
Description:    a child theme
Author:         brown university library
Author URI:     unknown
Template:       twentytwelve
Version:        0.1.0
*/

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

/* banner */
div#banner-area
{
	display:block;
	width:100%;
	height:105px;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	overflow:hidden;
	z-index: 10;
 	background: #fefdf4 url(https://library.brown.edu/create/beyondcarnival/wp-content/uploads/sites/40/2016/06/BULheader.png) repeat-x;
}

#wrapper 
{
	margin: auto;
	width: 91%; /* forces left & right visual margins to display at narrower browser window widths */
	min-height: 1px;
}

#header {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	height: 87px;
	margin-top: 17px;
	overflow: hidden;
	z-index: 9999;
	background: url(https://library.brown.edu/create/beyondcarnival/wp-content/uploads/sites/40/2016/06/BULheader_940x87_narrow.png) no-repeat;
}

#header .BUhomelink {
	position: relative;
	float: left;
	width: 50px;
	height: 87px;
}

#header .BULhomelink {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 31px;
	width: 440px;
	height: 30px;
}

p.top_header_links {
	margin-top: 43px;
	margin-right: 1.9em;
	font-weight: normal;
	font-size: .875em;
	color: #ad8d89;
	line-height: 190%;
	float: right;
}

.top_header_links a {
	font-weight: normal;
	font-size: 1.0em;
	border-bottom: 1px dotted #efcc00;
	color: #efcc00;
	text-decoration: none;
}

.top_header_links a:hover {
	font-weight: normal;
	font-size: 1.0em;
	border-bottom: 1px dotted #efcc00;
	color: white;
	text-decoration: none;
}

body .site {
	margin-top: 9em;
}

body.custom-background {
background-color: #e9dfd3;
}

#page {
  background: #ffffff;
}

.site-header {
	padding: 0;
	width: 120%;
	margin-left: -3em;
}

img.header-image {
	border-radius: 0px;
	box-shadow: 0 0px 0px;
	width: 100%;
	margin-top: 0;

}

.site-content article {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.main-navigation {
	margin-top: 4px;
}

div.nav-menu {
	margin-left: 0em;
}

.entry-content img {
	border-radius: 0;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	
	div.nav-menu {
	margin-left: 2em;
}
	
}

