/*-------------------
Sarah Lawrence College Public Web Site 
Core CSS
Author: Winston Churchill-Joell <wjoell@sarahlawrence.edu>
Copyright Sarah Lawrence College. All rights reserved
-----------------------------------------------------------*/

/*-------------------
General display settings and typography
-----------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	background:#fff;
	font: small/1.5em Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom: 2em;
}
.right {
	float:right;
}
.left {
	float:left;
}
.block {
	display:block;
}
.auto {
	margin: auto;
}
a {
	color: #039;
	padding: .15em;
}
a:link {
}
a:visited {
}
a:hover {
	color: #cff;
	background-color: #039;
	text-decoration: none;
}
a:active {
	color: #fff;
	background-color: #039;
}
p {
	padding-bottom: 1em;
}
#header h1 {
	font-size: 200%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 140%;
	padding-bottom: .5em;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	line-height: 1.4em;
}
#wrapper {
	width: 66em;
	margin: auto;
	margin-bottom: 2em;
	margin-top: .3em;
	border: 1px solid #036;
	background-color: #fff;
}
.clearall {
	display: block;
	clear: both;
}
.hide {
	display: none;
}
.margin-auto {
	margin: auto;
}
.feature-block-image {
	margin: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	display: block;
}
.img-border, a.img-border-link img, div.licensed-img img {
	padding: 3px;
	border: 1px solid #ccc;
	display: block;
}
a.img-border-link:link img {
	border-color: #ccc;
}
a.img-border-link:visited img {
	border-color: #eee;
}
a.img-border-link:hover img {
	border-color: #333;
}
a.img-border-link:active img {
	border-color: #000;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.licensed-img {
	padding:.5em;
}
div.licensed-img p {
	font-size:85%;
	font-style:italic;
	text-align:right;
	padding-top:.3em;
}
div.licensed-img p em {
	font-style:normal;
}
.indent {
	margin: .5em 1em;
}
ul, ol {
	padding: 0 2.25em;
	padding-bottom: 1em;
}
ul li, ol li {
	line-height: 1.4em;
	padding-bottom: .3em;
}	
ul ul, ol ol, ol ul, ul ol {
	padding-bottom: 0;
}
ul.link-list {
	list-style: none;
}
ul.down-link {
	line-height: 1.1em;
	list-style: none;
}
ul.down-link a {
	font-size: 90%;
	padding-left: 20px;
	/*background-image: url("../images/icons/down-link.gif");*/
	background-image: url("../images/icons/down-link.gif");
	background-position: 2px 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
}
ul.down-link ul {
	list-style: none;
}
a.back-top {
	display: block;
	text-align: right;
	padding: .7em 0;
}
address {
	padding: 0 0 1em 3em;
	font-style: normal;
}
p.faculty-title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
ul.series-list, ul.news-release-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.news-release-list img {
	float: right;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 0 5px 5px;
}
/* 
  Modification from this so that design layout is more flexible for CMS integration
  body.news-events p.date-author { 
*/
p.date-author {
	font-size: 90%;
	text-align: right;
	clear: right;
}
ul.series-list li {
	border: 1px solid #eee;
	padding: .3em;
	margin-bottom: .7em;
}
ul.series-list li .caption {
	text-align: right;
	font-size: 85%;
	padding-bottom: .5em;
}
ul.series-list h3 {
	text-transform: none;
	letter-spacing: normal;
}
ul.news-release-list li {
	padding: 1.5em 0 .3em 0;
	border-bottom: 1px solid #c8c8c8;
}
div#main-body ul.noBullets {
	list-style: none;
}
p.note {
	font-style: italic;
	font-size: 90%;
	padding-left: 3em;
}
p.fine-print {
	font-size: 80%;
}
p.by-line {
	text-align: right;
	font-style: italic;
	margin-top: .7em;
	font-weight: normal
}
ol.typical-program-list {
	list-style: none;
	padding: 1em;
	margin: 0;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
	padding: .3em;
	background-color: #fff;
	border: 1px solid #eee;
	margin-bottom: 1em;
	font-size: 95%;
}
blockquote p {
	padding: 0;
	margin-bottom: 1em;
}
blockquote.sidebar-quote {
	margin: .5em 0;
}
blockquote.quote-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
blockquote.quote-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
a.no-hover {
	background: none;
	display: block;
}
a.no-hover:link {
	background: none;
}
a.no-hover:visited {
	background: none;
}
a.no-hover:hover {
	background: none;
}
a.no-hover:active {
	background: none;
}
.block, a.block:link, a.block:visited, a.block:hover, a.block:active  {
	display: block;
}
ul.two-column-list, ul.two-column-list ul {
	list-style: none;
	padding: 0;
	margin:0;
}
ul.two-column-list li {
	float: left;
	width: 49%;
}
ul.two-column-list li li {
	float: none;
	width: 99%
}
ul.two-column-list {
	width: 99%;
}
ul.two-column-list ul {
	width: 99%;
}
ol.hierarchical-list {
	font-size: 130%;
	font-weight: bold;
}
ol.hierarchical-list ul {
	font-weight: normal;
	font-size: 90%;
}
li.list-heading * {
	font-weight: normal;
}
li.list-heading, li.list-heading li.list-heading {
	font-weight: bold;
}
div.job-posting {
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
}
hr {
	margin: 1em;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	margin: auto;
	clear: both;
	width: 90%;
	border: none;
	border-bottom: 1em solid #fff;
	border-top: 1px solid #ccc;
}
table.tabular-data {
	width: 99%;
	border-collapse: collapse;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
table.tabular-data  td, table.tabular-data  th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: .3em;
	text-align: left;
}
table.tabular-data thead th {
	text-align: center;
}
table.tabular-data td.right-text {
	text-align: right;
}
table.tabular-data tr.alt {
	background-color: #eee;
}
table.tabular-data tr.highlight {
	background-color: #333;
	color: #fff;
	font-weight: bold;
}
table.tabular-data caption {
	text-align: left;
	padding-bottom: .5em;
	font-weight: bold;
}
a.anchorGlyph {
	visibility: hidden;
	display: block;
}
/*-------------------
Utility Bar and Breadcrumbs
-----------------------------------------------------------*/
#utility-bar {
	text-align: right;
	background: #333;
	color: #ccc;
	font-size: 85%;
	padding: .25em;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	line-height: 1em;
}
#utility-bar a {
	font-weight: 300;
	color: #ccc;
	text-decoration: none;
}
#utility-bar a:link {
}
#utility-bar a:visited {
	color: #ccc;
}
#utility-bar a:hover {
	color: #ccc;
	text-decoration: underline;
}
#utility-bar a:active {
	color: #fff;
	text-decoration: none;
}
#utility-bar label {
	display: none;
}
#utility-bar input {
	font-size: 85%;
	background: #eee;
}
#utility-bar input#q {
	width: 8em;
}
#utility-bar input#sa {
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	background-color: #e2ffaa;
	border: 1px solid #598600;
	border-top-color: #84ae30;
	border-left-color: #84ae30;
}
#utility-bar input#sa:hover {
	background-color: #354f01;
	color: #fff;
}
#wayfinding {
	background: #9c3;
	color: #339;
	font-size: 80%
}
#wayfinding a {
	text-transform: uppercase;
	color: #339;
	text-decoration: none;
	padding: .15em;
	font-weight: bold;
	letter-spacing: .125em;
}
#wayfinding a:link {
	color: #339;
}
#wayfinding a:visited {
	color: #339;
}
#wayfinding a:hover {
	color: #333;
	background: #cf6;
	text-decoration: underline;
}
#wayfinding a:active {
	color: #000;
	background: #fff;
}
/*-------------------
Default header
-----------------------------------------------------------*/
p#tagline {
	text-align: left;
	padding-left: 70px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 90%;
	font-weight: 400;
	color: #333;
	margin-top: -1em;
}
#header {
	background: url("../images/orange-trees.jpg") #fff 100% 50% no-repeat;
}
/*-------------------
Footer
-----------------------------------------------------------*/
#global-footer {
	background-color: #2a2a2a;
	background-image: url("../images/footer-leaves.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 3px solid #666;
	text-align: right;
	color: #ccc;
	font-size: 85%;
	padding-bottom: 99px;
	clear: left;
}
#global-footer p {
	padding: .3em .5em;
	line-height: 1.3em;
}
#global-footer p.feedback-link {
	border-bottom: 2px solid #666;
}
#global-footer a {
	color: #ccc;
	padding: 1px;
}
#global-footer a:link {
	color: #ccc;
}
#global-footer a:visited {
	color: #ccc;
}
#global-footer a:hover {
	color: #fff;
	text-decoration: none;
}
#global-footer a:active {
	color: #ccc;
}

