html {
	background-color: #222;
}

body {
	max-width: 960px;
	background-color: #fff;
	margin:0 auto;
}

header {
	background-color: #5f7b74;
	background-image: url(../_media/logo_mw_box.png);
	background-repeat: no-repeat;
	background-position: 50% 20px;
	padding:90px 60px 8px;
	/*height:140px;*/
}

header h1, header h2 {
	visibility: hidden;
	display: none;
}

nav {
	text-align: center;
	-webkit-transition:.4s all ease-out;
}


nav a {
	font-family: "Arial";
	text-decoration: none;
	color: #222;
	font-size: 13px;
	margin-right: 2em;
	/*line-height: 2;*/
	-webkit-transition:.2s all ease-in-out;
	padding:.5em .25em!important;

}

nav a:hover {
	color:#fff;
}

a {
	color:#d3591f;
	font-weight: bold;
	font-size: 12px;
}

.larger {
	font-size: 120%;
}

section {
	padding:30px 60px;
	font-family: "Arial";
}

section h3 {
	color: #697B74;
	font-weight: bold;
	font-size: 18px;
}

section p {
	font:normal normal 12px/1.8 "Arial";
	max-width: 368px;
	margin-bottom: 2em;
}

figure {
	margin: 20px 0;
}

figcaption {
	font:normal normal 12px/1.8 "Arial";
}

figcaption .book_title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 1.2;
	margin-top: 1em;
}

#titles article {
	/*outline: thin red dotted;*/
	max-height:220px;
	overflow: hidden;
	position: relative;
	-webkit-transition:.7s all ease-in-out;
	margin-bottom: 2em;

}

#titles article img, #events article img {
	float: left;
}

#titles article p, #titles article h3, #events article p, #events article h3 {
	margin-left: 260px;
}

#events strong {
	font-weight: bold;
	color: #5f7b74;
	text-transform: uppercase;
}

#events article {
	border-bottom: 15px solid rgba(95,123,116,.2);
	margin-bottom: 2em;
}

#events article:last-child {
	border-bottom: none;
}

.toggleme {
	position: absolute;
	bottom:0;
	right:0;
}

.growme {
	max-height:3000px!important;
}

i {font-style:italic;}

strong {font-weight:bold;

}

































