body {
	background: #304B73;
	color: #222;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-weight: normal;
	margin: 5px 0;
}
h1 {
	color: #fff;
	font-family: 'Overlock SC', cursive;
	font-size: 36px;
	margin: 10;
}
h2 {
	color: #ededed;
	font-family: 'Cardo', serif;
	font-size: 20px;
	font-style: italic;
}
h3 {
	color: #b51919;
	border-bottom: 2px solid #b51919;
	font-family: 'Overlock SC', cursive;
	font-size: 30px;
	margin: 0 0 15px 0;
	text-align: left;
}
h4, h4 a {
	color: #304B73;
	font-family: 'Cardo', serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
}
h4 a:hover {
	color: #2B48C0;
}
h5 {
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
h6 {  font-size: 18px;
	color: #990000;
}
h7 {
	font-size: 10px;
	font-style: italic;
}
h8 {
	font-size: 32px;
	color: black;
}
a:hover {
	text-decoration: none;
}
.center-text {
	text-align: center;
}
#wrap {
	margin: auto;
	max-width: 1200px;
	width: 85%;
}
#header {
	padding: 1% 0;
}
#header img {
	position: absolute;
	width: 87px;
}
#banner {
	height: 85px;
	overflow: hidden;
}
#tagline {
	padding-left: 100px;
}
#search {
	display: block;
	float: right;
}
#searchimage {
	margin: 7px 0 0 5px;
}
#q {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	display: block;
}
#container {
	background: #ebebeb;
	overflow: hidden;
	padding: 15px;
}
#container #home {
	margin: -15px;
}
.btn-primary a {
	color: #fff;
}
.box, .label-success, .label-important {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.label-success, .label-important {
	color: #fff;
	margin: 10px auto;
	padding: 2px 4px;
}
.box {
	background: #fff;
	padding: 15px;
	width: auto;
}
.box:hover, .label-success:hover, .label-important:hover {
	border: 1px solid #777;
}
.box img {
	border: solid 1px #777;
	display: block;
	padding: 3px;
}

#books ul {
	font-size: 16px;
}

#collections ul {
	font-size: 13px;
}
#findingaid-grid .box {
	border: solid 3px #red;
}

.thumbnail img {
	margin-bottom: 15px;
}
.row-fluid.section {
	margin-top: 15px;
}
#home .span12, #contact .thumbnail  {
	padding: 15px;
}
.photo-page img {
	margin: 0 auto 15px;
}
.showcase img {
	margin: 15px auto;
}
.news {
	border-bottom: solid 1px #222;
	margin: 5% 3%;
	overflow: hidden;
}
.news img {
	border: solid 1px #777;
	display: block;
}
.news .cover {
	float: left;
	margin: 0 10px 5px 0;
	width: 42%;
}
.news .brochure {
	margin: 10px auto;
	width: 50%;
}

.news .exhibition {
margin: 15px auto;
width: 97%;
}

.date-range {
	font-family: 'Overlock SC', cursive;
	font-size: 28px;
	text-align: center;
}


#photos img {
	margin: 0 auto;
}


#policies h4 {
	margin-top: 10px;
}

#footer {
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 10px;
	position: relative;
}
#footer p {
	margin: 0;
	text-align: center;
}
#footer a {
	color: #ffaa02;
}
#footer a:hover {
	color: #da9100;
}
.socialmedia {
	float: right;
	position: absolute;
	right: 10px;
	padding-top: 40px;
}
.socialmedia img {
	border: none;
	float: right;
}



@media (max-width: 1213px) {
	#header h2 {
		display: none;
	}
}
@media (max-width: 768px) {
	#header h1 {
		font-size: 30px;
	}
	.box {
		margin: 5px;
	}
}
@media (max-width: 700px) {
	.news .cover {
		width: 60px;
	}
	.news .brochure {
		display: inline;
		float: left;
		margin: 0 10px 0 0;
		width: 50px;
	}
	.news p {
		text-align: center;
	}
}
@media (max-width: 619px) {
	#header h1 {
		font-size: 25px;
	}
}
@media (max-width: 565px) {
	.container-fluid {
		width: 100%;
	}
	.carousel-caption h4 {
		font-size: 15px;
	}
}
@media (max-width: 479px) {
	#header h1 {
		display: none;
	}
}