/*-------------------
Sarah Lawrence College Home Page 
Author: Winston Churchill-Joell <wjoell@sarahlawrence.edu>
Copyright Sarah Lawrence College. All rights reserved
---------------------------------------------------------------------------------*/

/*-------------------
Normalize all elements and set base font sizing
---------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	background:#fff;
	font: small/1.5em Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom: 2em;
}
#wrapper {
	width: 66.15em;
	margin: auto;
	margin-bottom: 2em;
}
/*-------------------
Layout
---------------------------------------------------------------------------------*/
div#bodywrap {
	border: .075em solid #666;
	border-top: none;
	border-bottom: none;
}
div.content-block, div.sub-feature-block {
	float: left;
}
div#audience-navigation, div.sub-feature-block  {
	width: 22em;
}
div.content-block, div.sub-feature-block {
	overflow: hidden;
} 
div#main-content {
	width: 44em;
	margin-left: 22em;
}
div#flashcontent, embed#sotester {
	width: 44em;
	height: 32em;
}
div#feature-block3 {
	margin-right: -1px;
}
div.section-features-block {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
div.feature-wrapper {
	margin: .5em;
	padding: .5em;
	border: 1px solid #ddd;
	overflow: hidden;
	background-color: #fff;
	/* height: 45em; */
}
div#audience-navigation {
	width: 22em;
	margin-left: -66em;
	overflow: visible;
	position: relative;
	z-index: 100;
	background-color: #369;
}
div#sub-wrapper, div#sub-features, div#content {
	background-image: url("../../images/vertical-1px-ccc.gif");
	background-repeat: repeat-y;
	background-position: 22em 0;
	background-color: transparent;
}
div#main-body {
	background-color: #eee;
}
div#sub-features {
	background-position: 44em 0;
	background-color: transparent;
	border-bottom: 1px solid #333;
}

/*-------------------
General appearance and typography adjustments
---------------------------------------------------------------------------------*/
a {
	color: #039;
	padding: 2px;
}
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;
}
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;
}
.clearall {
	display: block;
	clear: both;
}
.hide {
	display: none;
}
.feature-block-image {
	margin: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	display: block;
}
.img-border, a.img-border-link img {
	padding: 3px;
	border: 1px solid #ccc;
}
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.sub-feature-block h4 {
	color: #369
}
ul.events-listings li {
	padding: .4em;
	border-bottom: 1px solid #eee;
	font-size: 90%;
	line-height: 1.3em;
}
ul.events-listings li a {
	padding: 0;
}
ul.events-listings li a:link {
	text-decoration: none;
}
ul.events-listings li a:visited {
	text-decoration: none;
}
ul.events-listings li em{
	display: block;
	text-align: right;
	margin-top: -.2em;
}
a.action:link {
	text-decoration: none;
}
a.action:visited {
	text-decoration: none;
}
a.action {
	display: block;
	text-align: right;
}
/*-------------------
Prospective Students and Community Navigation
Menu system is modified from source code courtesy of
HTML Dog and Patrick Griffiths
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------------------------------*/
#navprospective, #navprospective ul, #slccommunity, #slccommunity ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width: 20em;
	background-color: #369;
}
#navprospective ul, #slccommunity ul { 
	border: 1px solid #ccc;
}
#navprospective, #slccommunity {
	margin-left: 1.5em;
}
#navprospective li, #slccommunity li { /* all list items */
	position : relative;
	float : left;
	line-height : 1em;
	/* margin-bottom : -1px; */
	width: 20em;
}
#navprospective li a, #slccommunity li a {
	width: 20em;
	display : block;
	text-decoration : none;
	border-bottom: 1px solid #69c;
	color: #fff;
	padding: 0;
}
#navprospective li a span, #slccommunity li a span {
	display: block;	
	padding: .6em;
}
#navprospective li ul, #slccommunity li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 20em;
	margin-top : -2.3em;
	z-index: 100;
	background-color: #036;
}
#navprospective ul li ul, #slccommunity ul li ul { 
	background-color: #003;
}

#navprospective li ul ul, #slccommunity li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#navprospective a.nav-parent, #slccommunity a.nav-parent {
	background: url("right-arrow.gif") center right no-repeat;
}
#navprospective li a:hover, #slccommunity li a:hover {
	color: white;
	background-color: #036;
}
#navprospective ul li a:hover, #slccommunity ul li a:hover {
	color: white;
	background-color: #003;
}
#navprospective ul ul li a:hover, #slccommunity ul ul li a:hover {
	color: white;
	background-color: #000;
}

#navprospective li:hover ul ul, #navprospective li:hover ul ul ul, #navprospective li.sfhoverv ul ul, #navprospective li.sfhoverv ul ul ul, #slccommunity li:hover ul ul, #slccommunity li:hover ul ul ul, #slccommunity li.sfhoverv ul ul, #slccommunity li.sfhoverv ul ul ul {
	left: -999em;
}

#navprospective li:hover ul, #navprospective li li:hover ul, #navprospective li li li:hover ul, #navprospective li.sfhoverv ul, #navprospective li li.sfhoverv ul, #navprospective li li li.sfhoverv ul, #slccommunity li:hover ul, #slccommunity li li:hover ul, #slccommunity li li li:hover ul, #slccommunity li.sfhoverv ul, #slccommunity li li.sfhoverv ul, #slccommunity li li li.sfhoverv ul { /* lists nested under hovered list items */
	left: auto;
}
#audience-navigation h3, #audience-navigation h4 {
	font-size: 120%;
	clear: left;
	padding: 7px 5px 2px 5px;
	padding-top: 5px;
	background-color: #ddd;
	border-bottom: 2px solid #999;
	color: #333;
	line-height: 1em;
	border-top: 1px solid #999;
}
/*-------------------
Utility Bar
---------------------------------------------------------------------------------*/
#utility-bar {
	text-align: right;
	color: #ccc;
	font-size: 85%;
	padding: .75em .25em;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	line-height: 1em;
	border-bottom: 1px solid #666;
}
#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: 10em;
}
#utility-bar input#sa {
	padding: 0 .15em;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #a6cef6;
	color: #039;
	border: 1px solid #627eb6;
	border-top-color: #9baed5;
	border-left-color: #9baed5;
}
#utility-bar input#sa:hover {
	background-color: #039;
	color: #fff;
}
/*-------------------
Header
---------------------------------------------------------------------------------*/
div#header {
	background: url("../../images/gradient-short-v-fff-ccc.jpg") top left repeat-x;
	background-color: #fff;
	border: .075em solid #666;
	border-bottom: none;
}
p#tagline {
	color: #333;
	margin: 0;
	text-align: right;
	padding-right: 3em;
	font: italic 90%/1em Georgia, serif;
}
div#header img {
	padding-top: 5px;
}
div#header a {
	background: none;
}
div#header a:link {
	background: none;
}
div#header a:visited {
	background: none;
}
div#header a:hover {
	background: none;
}
div#header a:active {
	background: none;
}
/*-------------------
Upper content block
---------------------------------------------------------------------------------*/
div#content {
	background-image: url("../../images/000-369-1000px.gif");
	background-position: 22em 0;
	background-color: #ccc;
	background-repeat: repeat;
	background-color: #fff;
	border-bottom: 2px solid #999;
	width: 66em;
}
#main-content, #flashcontent, #flashcontent embed {
	position: relative;
	z-index: 10;
}
/*-------------------
Alternative content in upper block
-----------------------------------------------------------*/
div#alternate-content h2 {
	display: block;
	font-weight: normal;
	border-bottom: 1px solid #333;
	font-size: 180%;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding-top: .4em;
}

div#alternate-content {
	background-color: #fff;
	padding: 1em;
	margin: 1em;
	height: 27.99em;
	overflow: scroll;
	border: 1px solid #ccc;
}
/*-------------------
Lower block
---------------------------------------------------------------------------------*/
div.sub-feature-block h2, div.sub-feature-block h3, div.sub-feature-block h4, div.sub-feature-block p, div.sub-feature-block ul {
	padding-top: 0;
	margin-top: 0;
}
div.sub-feature-block {
	/* padding-top: .7em; */
}
div.sub-feature-block h4 a.img-border-link {
	display: block;
	border-bottom: none;
}
div.sub-feature-block h4 a.img-border-link:link {

}
div.sub-feature-block h4 a.img-border-link:visited {

}
div.sub-feature-block h4 a.img-border-link:hover {
	background-color: #eee;
	border-bottom: none;
}
div.sub-feature-block h4 a.img-border-link:active {

}
div.sub-feature-block h4 a {
	text-decoration: none;
	display: block;
	/* margin-bottom: 5px; */
	border-bottom: 2px solid #fff;
}
div.sub-feature-block h4 a:link {
}
div.sub-feature-block h4 a:visited {
}
div.sub-feature-block h4 a:hover {
	color: #fff;
	border-bottom: 2px solid #999;
}
div.sub-feature-block h4 a:active {
}

/*-------------------
Large Footer
---------------------------------------------------------------------------------*/
div#page-footer {
	background-color: #fff;
	padding: .5em;
	padding-bottom: 2em;
}
#page-footer ul {
	list-style: none;
}
#page-footer ul, #page-footer li {
	margin: 0;
	padding: 0;
}
#page-footer ul.sub-list {
	margin-left: .6em;
}
#page-footer li {
	border-bottom: 1px solid #eee;
}
div.double {
	width: 43em;
	float: left;
}
div.single {
	width: 21em;
	margin-right: -1px;
	float: left;
}
div.double div, div.single div {
	padding: 1.5em;
}
div.double div.clearall, div.single div.clearall {
	padding: 0;
}
div#page-footer h4, div#page-footer h3 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	color: #666;
}
div#page-footer h4 {
	font-size: 100%;
}
div#page-footer h3 {
	font-size: 120%;
}
div#page-footer h4 a, div#page-footer h3 a {
	text-decoration: none;
	color: #69c;
}
div#page-footer ul.two-column-list, div#page-footer ul.two-column-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#page-footer ul.three-column-list li {
	float: left;
	width: 33%;
	border-bottom: none;
}
div#page-footer ul.two-column-list li {
	float: left;
	width: 49%;
	border-bottom: none;
}
div#page-footer ul.two-column-list li ul, #page-footer ul.three-column-list li ul {
	padding: 0;
	margin: 0;
}
div#page-footer ul.two-column-list li ul li, #page-footer ul.three-column-list li ul li {
	float: none;
	width: 95%;
	border-bottom: 1px solid #eee;
	padding: .15em 0;
}
div#page-footer li a {
	text-decoration: none;
	font-size: 85%;
	display: block;
	padding: 2px;
	line-height: 1.2em
}
div#page-footer div.separator {
	clear: both;
	margin: 1em;
	border-top: 1px solid #333;
	height: 1px;
}
div#page-footer ul.basic-list {
	padding: 1em 0;
}
div#page-footer form {
	padding: 0 1em;
	font-size: 85%;
}
div#page-footer form legend {
	padding: .3em;
	border: 1px solid #eee;
	background-color: #fff;
}
div#page-footer form label {
	display: none;
}
div#page-footer form fieldset {
	padding: .3em;
	border: 1px solid #eee;
}
p.stand-alone {
	text-align: right;
	padding-right: 1em;
}
p.stand-alone a {
	font-size: 85%;
	text-decoration: none;
}
input#sa2, input#keyword-submit {
	padding: 0 .15em;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #a6cef6;
	color: #039;
	border: 1px solid #627eb6;
	border-top-color: #9baed5;
	border-left-color: #9baed5;
}
input#sa2:hover, input#keyword-submit:hover {
	background-color: #039;
	color: #fff;
}
/*-------------------
Global Footer
-----------------------------------------------------------*/
#global-footer {
	background-color: #2a2a2a;
	background-image: url("../../images/footer-leaves.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	border: .075em solid #666;
	border-top-width: .225em;
	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;
}
/*-------------------
Frequently Changing Settings
---------------------------------------------------------------------------------*/
body {
	background-color: #036;
}
div.feature-wrapper {
	min-height: 52em;
}
div.advisory-form {
	border: 4px solid #666;
	background: #abefff;
	margin: .5em;
	padding: 2em;
}

