/*-------------------
Sarah Lawrence College Alumnae/i Community 
Core styles
Author: Winston Churchill-Joell <wjoell@sarahlawrence.edu>
Copyright Sarah Lawrence College. All rights reserved
-----------------------------------------------------------*/

/*-------------------
General display settings and typography
-----------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	color:#003;
	background-color: #698336;
}
ul.down-link a {
	padding: .15em;
	padding-left: 22px;
	background-image: url("../../images/alumnae/alum-downlink.gif");
	background-position: 2px 50%;
}
a, ul.down-link a {
	color: #039;
}
a:link, ul.down-link a:link  {
}
a:visited, ul.down-link a:visited  {
}
a:hover, ul.down-link a:hover  {
	color: #cff;
	background-color: #039;
	text-decoration: none;
}
a:active, ul.down-link a:active  {
	color: #fff;
	background-color: #039;
}
#header h1  span {
	text-align: right;
	font: 185%/1em "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #063;
	/*margin: 0 .5em 77px 200px;*/
	padding:.5em 0 .5em 180px;
	display: block;
}
h2 {
	color: #639;
	font: 170%/1.5 "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #339;
	padding-left: .225em;
}
ul.news-release-list p.date-author {
	text-align: right;
}
ul.news-release-list h3 {
	margin-bottom: .5em;
}
hr {
	color: #9c3;
	background-color: #9c3;
	border-bottom: 1em solid #fff;
	border-top: 1px solid #9c3;
}
/*-------------------
Utility Bar and Breadcrumbs
-----------------------------------------------------------*/
#wayfinding {
	background: #9c3;
	color: #339;
}
#wayfinding a {
	color: #339;
}
#wayfinding a:link {
	color: #339;
}
#wayfinding a:visited {
	color: #339;
}
#wayfinding a:hover {
	color: #333;
	background: #cf6;
}
#wayfinding a:active {
	color: #000;
	background: #fff;
}
/*-------------------
Masthead
-----------------------------------------------------------*/
#header {
	background: url("../../images/alumnae/header-people.gif") #fff 174px 100% repeat-x;
}
#header img {
	margin-top: -2.5em;
	border: 0;
}
#header a {
	text-decoration: none;
	display: block;
	width: 99%;
	color: #063;
	padding: 0;
	background: none;
}
#header a:link {
	color: #063;
	background: none;
}
#header a:visited {
	color: #063;
	background: none;
}
#header a:hover {
	color: #063;
	background: none;
}
#header a:active {
	color: #063;
	background: none;
}
/*-------------------
Main Sidebar
Note: collapse the the white space between closing and opening
<li> tags in order to avoid IE's rendering bug with styled
lists
-----------------------------------------------------------*/
ul.sidebar-links {
	list-style: none;
	padding: .3em;
	border-left: 2px solid #9c3;
	border-right: 2px solid #9c3;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.sidebar-links a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #9c3;
	font-size: 85%;
	padding: .1em;
	color: #036;
}
h5.sidebar-heading {
	font-size: 95%;
}
.sidebar-feature h5.sidebar-heading {
	font-size: 90%;
	background: url("../../images/alumnae/main-sidebar-cap_tr.gif") #9c3 top right no-repeat;
}
.sidebar-feature h5.sidebar-heading span {
	background: url("../../images/alumnae/main-sidebar-cap_tl.gif") top left no-repeat;
	padding: .15em;
	padding-left: .7em;
	display: block;
	text-decoration: none;
}
.sidebar-feature .bottom-cap {
	background: url("../../images/alumnae/main-sidebar-cap_br.gif") bottom right no-repeat;
	height: 10px;
}
.sidebar-feature .bottom-cap span {
	background: url("../../images/alumnae/main-sidebar-cap_bl.gif") bottom left no-repeat;
	display: block;
	height: 10px;
}
/*-------------------
Footer
-----------------------------------------------------------*/
#global-footer {
	background: #369;
	color: #eee;
	text-align: left;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#global-footer a {
	color: #eee;
}
#global-footer a:link {
	color: #eee;
}
#global-footer a:visited {
	color: #eee;
}
#global-footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #003
}
#global-footer a:active {
	color: #eee;
}
#global-footer a.footer-image-link  img {
	border: none;
}
#global-footer a.footer-image-link {
	border: 1px solid #69c;
	display: block;
	width: 110px;
	text-align: center;
	float: right;
}
#global-footer a.footer-image-link:link {
	border: 1px solid #69c;
}
#global-footer a.footer-image-link:visited {
	border: 1px solid #69c;
}
#global-footer a.footer-image-link:hover {
	border: 1px solid #eee;
}
#global-footer a.footer-image-link:active {
	border: 1px solid #fff;
}
/*-------------------
iModules horizontal navigation above content header
-----------------------------------------------------------*/
div.imodules-navigation {
	text-align: right;
	margin-bottom: 1.5em;
	margin-top: -.7em;
	position: relative;
	z-index: 10;
}
div.imodules-navigation div {
	display: inline;
	padding: 0 .3em;
	font-size: 80%;
	font-weight: bold;
}




