/*
Layout Style Sheet for General Use on Macalester Alumni Relations Pages
Created: 2005-09-29 Last Updated: 2006-07-20 by NR
*/	

body {background-color: #fff; color: #000; margin: 0px; padding:0px;}

/*
Controls the presentation of sitewide nav-box (Alumni Directory, Events Calendar, etc.)
*/

div#site_nav {width:193px; border: 1px #68813C solid; padding:4px 0px 0px 0px; margin:0px 5px 0px 5px; background: #FFF url(/alumni/images/dot.gif) 16px 0px repeat-y; }
ul#sitenavlist {list-style:none; margin-left:23px; padding-left:0px; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; }
ul#sitenavlist li {height:18px; list-style:none; margin:0px; padding:0px;}
ul#sitenavlist img.marker {margin-left:-23px; float:left; margin-top:0px; border:0px;}
ul#sitenavlist a {font-size:9px; line-height:9px;}

/*
Controls the behavior and positioning of the dk. green navbar, including the 'your are here' crumb-trail and the 'resize text'.
*/	
div#navbar {width:747px; float:left; padding: 3px 3px 3px 0px; margin: 0px;}
div#crumbs {width:auto; height:auto; margin: 2px 15px 2px 10px; float:left; }
div#textsize {width:200px; height:1.0em; margin: 2px 0px 2px 0px; float:right; text-align:right; } 		
div#textsize>span, div#crumbs>span {vertical-align:bottom;}
			

/*
Hides links provided for accessibility.
*/
div.accessibility {margin-left:-999px; width:999px; float:left;}

/*
Standardizes the positioning of the content area. Use in place of <blockquote>. 
*/
div#content {margin: 1.0em auto 5.0em 10px;}
div#content img.left {border:1px #000 solid; margin-left:10px; margin-right:8px; float:left;}
div#content img.right {border:1px #000 solid; margin-left:8px; margin-right:10px; float:right;}

/*
Standardizes the positioning of the section navigation.
*/

div#section_nav {margin: 1.0em auto 5.0em 0px; width:200px;}
div#section_nav li.linksmain {margin: 1.0em auto 5.0em 0px;}
			
/*
Standardizes presentation of photos
*/

img.left {float:left; border:1px #000 solid; margin-left:10px; margin-right:4px;}
img.right {float:right; border:1px #000 solid; margin-left:8px; margin-right:4px;}
img.fullwidth {clear:both; border:1px #000 solid; margin-left:10px; margin-right:4px;}

