/*

HOME PAGE STYLES FOR HAVERFORD COLLEGE WEB SITE Designed in 2007 by White Whale Web Services (www.whitewhale.net). Property of Haverford College.

*/

/*** NEWS AND EVENTS (TO BE DEPRECATED)  ***/ 

.news_image {min-height:82px;} .news_image img {float:left;} .news_image h4, .news_image p {padding-left:82px;}
li.gallery_image img {width: 72px; height: 72px;}

/****** MARQUEE NEWS **********/

.glidecontentwrapper{ position: relative; /* Do not change this value */ 
width: 265px; height: 415px; margin: 0 auto; /* Set height to be able to contain height of largest content shown*/

overflow: hidden; } /* Total wrapper width: 350px+5px+5px=360px Or width of wrapper div itself plus any left and right CSS border and padding Adjust related containers below according to comments */


.glidecontent{ /*style for each glide content DIV within wrapper.*/ position: absolute; /* Do not change this value */ background: #ffffff; padding: 5px; visibility: hidden; width: 255px; } /* Total glidecontent width: 330px+10px+10px=350px Or width of wrapper div itself (not counting wrapper border/padding) */

.glidecontenttoggler{ background-color: #ffffff; /*style for DIV used to contain toggler links. */ width: 270px; margin-top: 6px; text-align: left; /*How to align pagination links: "left", "center", or "right"*/ background: white; /*always declare an explicit background color for fade effect to properly render in IE*/ } /* Total contenttoggler width: 350px+5px+5px=360px Or total width of wrapper div (counting wrapper border/padding) */

.glidecontenttoggler a{ /*style for every navigational link within toggler */ background:#5C5C5C; font:bold 11px arial,sans-serif; color:#E1E1E1; text-decoration:none; cursor:pointer; padding:1px 9px 0px 9px; _padding:0 9px; margin-left:3px; border-right:2px solid #303030; border-top:1px solid #888888; border-left:1px solid #888888; border-bottom:1px solid #303030; line-height:25px; }

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */ background:#900; color:#FFF; border-right:2px solid #640101; border-top:1px solid #D42828; border-left:1px solid #D42828; border-bottom:1px solid #640101; }

.glidecontenttoggler a:hover{ background:#900; text-decoration:none; color:#FFF; border-right:2px solid #640101; border-top:1px solid #D42828; border-left:1px solid #D42828; border-bottom:1px solid #640101; }

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */ }

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */ }

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{ background:#900; text-decoration:none; color:#FFF; border-right:2px solid #640101; border-top:1px solid #D42828; border-left:1px solid #D42828; border-bottom:1px solid #640101; }

/********** MISC ATH HOMEPAGE **********/

.athcolumns {border-top: 1px dotted #ccc; margin-top: 20px;} .athcolumns .column {width:30%;height:98%;float:left;margin:0px 0px 0 0; background: none; padding: 5px 5px 5px 10px;} 
#aboutcol, #mediacol {border-right: 1px dotted #ccc;} .athcolumns .column h4 {font-size:1em;}

.threecolumns .column {width:31%;height:98%;float:left;margin:0px 0px 0 0; background: none; padding: 0px 5px 5px 5px;}
#eventcol {width: 33%;  padding-right: 0px; float: right;}
#column2 {min-width: 275px; }

.floatleft {float: left; padding: 5px;}
.w85p {width: 85%;}

