/* 
Copyright Sarah Lawrence College. All rights reserved.
Author: Winston Churchill-Joell
		Communications / Interactive
		
*/


#main-body {
	clear: both;
	float: left;
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}
#section-sidebar {
	width: 18em;
	float: left;
	margin-right: -18.1em;
	position: relative;
	z-index: 30;
	border-right: .1em solid silver;
	background-color: #fff;
}
#content {
	padding: 0 0 2em 19em;
	float: left;
	width: 76.8em;
}
#content .contentSleeve {
	float: left;
	width: 46em;
	padding-right: 31em;
	background-color: #fff;
}
#content-sidebar {
	width: 29em;
	float: left;
	margin-left: -30em;
	border-left: .1em solid silver;
	position: relative;
}
#content #content-main.no-content-sidebar .contentSleeve {
	width: 64em;
	float: none;
	padding: 0;
}
#wayfinding {
	padding: 2em 0 1em;
	color: #666;
	font-size: 1.1em	
}
#wayfinding a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#wayfinding a:link {
	color: #666;
	text-decoration: none;
}
#wayfinding a:visited {
	color: #666;
	text-decoration: none;
}
#wayfinding a:hover {
	color: #333;
	text-decoration: underline;
}
#wayfinding a:active {
	color: #666;
	text-decoration: none;
}
h2#content-heading {
	font-size: 1.8em;
	padding-bottom: 18px;
	padding-right: 8em;
}
.page-sidebar {
	margin: 2em 1em;
}
.page-sidebar h4 {
	font-size: 1.6em;
	color: #075c45;
}

#content hr {
	display: block;
	clear: both;
	margin: 2em 0;
	color: silver;
	background-color: silver;
	height: 1px;
	border: 0;
}
.section-features-block {
	padding: 1em;
}
div#faculty-alpha {
	text-align: center;
	padding: 2em;
	border: 1px solid #eee;
	white-space: nowrap;
}
div#faculty-alpha a, div#faculty-alpha span {
	font-size: 1.2em;
	padding: .2em .3em;
}
ul.course-list, ul.course-list ul {
	list-style: none;
}
#content ul.course-list li, #content ul.course-list li li {
	font-size: 1em;
}
#content ul.course-list, #content ul.course-list li {
	margin: 0;
}
div.course-listing {
	border-bottom: 1px solid #ccc;
}
ul.course-list li {
	border: 1px solid #ccc;
	padding: 0 1em 1em;
}
#content ul.course-list li {
	margin-bottom: 2em;
}
h3.context-name {
	border-bottom: 2px solid #ccc;
}
a.callToAction {
	font-size: 1.2em
}
div#content-sidebar ul.related-content {
	list-style: none;
	padding: 1em;
	margin: 0;
	border: 1px solid silver;
	border-radius: 10px;
}
div#content-sidebar ul.related-content li {
	padding: 0;
	margin: 0;
	overflow: auto;
}
ul.related-content a {
	display: block;
	text-decoration: none;
	overflow: auto;
	padding: 8px 12px 8px 4px;
	outline: none;
}
ul.related-content a:hover {
	color: black;
	background: #eee;
}
ul.related-content li img {
	float: left;
	margin: 0 4px
}
ul.related-content li.list-start {
	border-top: 1px solid silver;
}
ul.related-content li.list-end {
	border-bottom: 1px solid silver;
}
ul.related-content li.external-start {
	border-top: 2px solid silver;
}
ul.related-content li.external-end {
	border-bottom: 2px solid silver;
}
ul.related-content li.external-end.external-start {
	border-bottom: none;
}
ul.related-content li.external a {
	background: url("/core/SLCv4.1/img/external-link.png") left center no-repeat;
	padding-left: 15px
}







