/*-------------------
Sarah Lawrence College Year in Review 
Core styles
Authors: Winston Churchill-Joell <wjoell@sarahlawrence.edu>
         Patricia Pasquale <ppasquale@sarahlawrence.edu>
Copyright Sarah Lawrence College. All rights reserved
-----------------------------------------------------------*/

/*-------------------
General display settings and typography
-----------------------------------------------------------*/
#year-in-review {
	margin: .5em 0 2em 0;
	padding: 10px;
	border: 1px #462515 solid;
	background-color:#fff4c9;
}
#year-in-review .month-header {
	background-color: #ffffff;
	border-color: #5A7793 rgb(0, 51, 102) rgb(0, 51, 102) rgb(90, 119, 147);
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color: #000000;
	font-family: Cambria, Georgia, serif;
	font-size: 150%;
	margin-bottom: 1em;
	padding: .1em .25em;
}
#year-in-review p {
	margin-top: 6px;
}
#year-in-review p {
	font-size: 100%;
	line-height: 1.5em;
	margin-bottom: 1em;
}

