/*
Copyright Sarah Lawrence College. All rights reserved.
Author: Winston Churchill-Joell
		Communications / Interactive
*/

/* Header */

div#header { 
	/*background-image: url("../../img/header/header_bg_mag_design.jpg");*/ 
	background-image: url("../../img/header/header_bg_mag_design.jpg"); 
}

/* Copy */

p.storyCredits {
	line-height: 1.2;
	font-style: italic;
}
blockquote {
	border: 1px solid #eee;
	color: #a3a3a3;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5;
	padding: 1.4em;
}

/* Section Pagination */

div#sectionPagination {
	clear: left;
	margin-right: 2em;
	padding-top: 2em;
}
div#sectionPagination ul {
	float: right;
	list-style: none;
}
div#sectionPagination ul li {
	float: left;
	list-style: none;
	line-height: 1;
	border-left: 1px solid #ccc;
	margin: .3em;
	padding: 0 .5em
}
div#sectionPagination a {
	display: block;
	text-decoration: none;
	font-size: .75em;
	padding: .4em;
	border: 1px solid #eee;
	color: #666;
	text-transform: uppercase;
}
div#sectionPagination a:link {
	color: #666;
}
div#sectionPagination a:visited {
	color: #666;
}
div#sectionPagination a:hover {
	border-color: #666;
}
div#sectionPagination a:active {
	color: #000;
}
div#sectionPagination a.pageCurrent {
	border-color: #ccc;
	font-weight: bold;
	text-transform: uppercase;
}


/* Story footer */


ul#storiesFooter {
	list-style: none;
	float: left;
	margin-left: .7em;
	padding: 1em 0;
	/*background: #fff url("../../img/bg/1px_horiz_rule_ccc.gif") top left repeat-x;*/
	background: #fff url("../../img/bg/1px_horiz_rule_ccc.gif") top left repeat-x;
	width: 94.5em;
}
ul#storiesFooter li {
	padding-top: 30px;
	float: left;
	margin-left: .7em;
}
ul#storiesFooter li.firstFloat {
	margin-left: 0;
}
ul#storiesFooter li a, ul#storiesFooter li img {
	display: block;
}
ul#storiesFooter li a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
ul#storiesFooter li a:link {
	color: #666;
}
ul#storiesFooter li a:visited {
	color: #666;
}
ul#storiesFooter li a:hover {
	color: #333;
}
ul#storiesFooter li a:active {
	color: #fdc73a;
}
ul#storiesFooter li a:hover img {
	border-color: #333;
}
ul#storiesFooter li img {
	border: 1px solid white;
	margin-bottom: .7em;
}

/* Archives */

div#content-main ul.archiveList {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#content-main ul.archiveList li {
	margin: 1em 0;
	padding: 0;
	clear: right;
	border-bottom: 1px solid #eee;
overflow: auto;
}
div#content-main ul.archiveList li img {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #fff;
}
div#content-main ul.archiveList li a {
	text-decoration: none;
	color: #333;	
}
div#content-main ul.archiveList li a:link {
	text-decoration: none;	
}
div#content-main ul.archiveList li a:visited {
	text-decoration: none;
	color: #333;
}
div#content-main ul.archiveList li a:hover {
	text-decoration: none;
	color: orange;
}
div#content-main ul.archiveList li a:hover img {
	border-color: orange;
}
div#content-main ul.archiveList li a:active {
	text-decoration: none;
	color: #333;
}


/* Story-specific */

body.allaccess li#footerAllAccess {
	/*background: url("../../img/bg/1px_down_pointer.gif") top center no-repeat;*/
	background: url("../../img/bg/1px_down_pointer.gif") top center no-repeat;
}
body.allaccess li#footerAllAccess a {
	color: #000;
}
body.allaccess li#footerAllAccess img {
	border-color: #000;
}

