/*
Copyright Sarah Lawrence College. All rights reserved.
Author: Winston Churchill-Joell
		Communications / Interactive
*/


* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6 {
	font: 10px/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: .75em 0 .25em;
}
h4, h5, h6 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
}
body {
	margin-bottom: 3em;
}
div.clearall {
	clear: both;
}
a img {
border: 0;
}
sup {
	font-weight: bold;
	padding: 0 .2em;
	border-bottom: 1px dotted #333;
}
/* Based on body font size of 10 px, a 14 column grid, 7px gutters and each unit 61px wide and total layout width of 959px */
.units1 {
	width: 6.1em;
}
.units2 {
	width: 12.9em;
}
.units3 {
	width: 19.7em;
}
.units4 {
	width: 26.5em;
}
.units5 {
	width: 33.3em;
}
.units6 {
	width: 40.1em;
}
.units7 {
	width: 46.9em;
}
.units8 {
	width: 53.7em;
}
.units9 {
	width: 60.5em;
}
.units10 {
	width: 67.3em;
}
.units11 {
	width: 74.1em;
}
.units12 {
	width: 80.9em;
}
.units13 {
	width: 87.7em;
}
.units14 {
	width: 94.5em;
}

.clearall {
	display: block;
	clear: both;
}
hr {
	border: 0;
	color: silver;
	background: silver;
	height: 1px;
	margin: 1.8em;
}
.byline {
	text-align: right;
}
.right {
	display: block;
	float: right;
	clear: right;
	margin: 0 1em 1em;
}
.left {
	display: block;
	float: left;
	clear: left;
	margin: 0 1em 1em 0;
}
a + blockquote { clear: both;}
div#content ul.multiColumnList {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}
div#content ul.multiColumnList ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
ul.multiColumnList li {
	float: left;
}
div#content ul.multiColumnList li li, div#content ul.multiColumnList ol li {
	float: none;
	clear: right;
	padding: 1em;
	overflow: auto;
	margin: 0;
}
div#content li.twoColumn {
	width: 48%;
	padding: 1%;
}
li.twoColumn img {
	display: block;
	float: right;
	margin: .3em 0 .5em .7em
}
li.twoColumn li a {
	display: block;
	overflow: auto;
}
li.twoColumn li a:link {
	text-decoration: none;
	color: #153b56;
}
li.twoColumn li a:visited {
	text-decoration: none;
	color: #153b56;
}
li.twoColumn li a:hover strong {
	color: #2f73a4;
	text-decoration: underline;
}
li.twoColumn li a:active {
	text-decoration: none;
	color: #153b56;
}
li.twoColumn li:hover {
	background-color: #eee;
}

a.thickbox img {
	padding-bottom: 15px;
	background: url("/core/SLCv4.0/img/icons/view-larger-tab.png") bottom right no-repeat;
}
a.thickbox, a.thickbox:link, a.thickbox:visited, a.thickbox:hover, a.thickbox:active {
	text-decoration: none;
	color: #333;
}
span.caption span {
	display: block;
	clear: both;
	text-decoration: none;
	color: #666;
	font-size: 90%;
	text-align: right;
	line-height: 1.3;
	padding: .3em 1em 0 0;
}
span.extra {
	color: white;
	background: blue;
	/*width:  1.2em;
	display: block;*/
	padding: .1em .4em;
}
