/*
Layout Style Sheet for Reunion 2006
Created: 2005-07-22 Last Updated: 2005-08-12
*/	

/*
Defines attributes of BODY on all reunion pages. 
*/
			body {background:#fff; margin:0px; }

/*
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;}
			
/*
Controls how sitewide navigtion displays.
*/
			div#sitewide_nav {width:200px; margin:0px; padding:0px;}
			#sitewide_nav p {margin:4px 0px 6px 20px;}
			#sitewide_nav a:link {font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 800; color:#666449; text-decoration:none; }
			#sitewide_nav a:visited {font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 800; color:#666449; text-decoration:none; }
			#sitewide_nav a:hover {font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 800; color:#666449; text-decoration:underline; }
			#sitewide_nav a:active {font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 800; color:#666449; text-decoration:none; }


/*
Controls the default way images are displayed on reunion notes pages. 
*/
			div.entry img {border:1px #000 solid; float:left; margin:2px;}
			div.entry {width:100%; margin:1.0em 0px 1.0em 0px; clear: both; min-height:90px;}	

/*
Allows for presentation of reunion scrapbook thumbnails on reunion note and remember when story pages.
*/

			div.thumbbox {width:204px; height:auto; float:left; margin:0px 4px 1em 10px;}
			div.thumbbox img {border:1px #000 solid; margin-right:auto;}
			div.thumbbox span {margin-left:0px; clear:both;}
			
/*
Positions and controls tables used on Planning Committee (committee.html) to show list of committee members.
*/
			
  			table.subcomm {width:380px; border:0px; padding:2px; margin-left:12px;}
  			table.subcomm td.photo {height: 112px; width:85px; border:0px; padding:0px;}
  			table.subcomm td.name {width:202px; border:0px; padding:0px; vertical-align:middle;}			
			
/*
Reunion Notes Table of Contents table.
*/
			.new {font: bold 9px 'verdana, helvetica, arial'; color:#900;}
			 table#toc {border: 0px; padding:0px; width: 100%;}			
			 table#toc img {border: 0px; margin:2px; float:left;} 
			 table#toc ul {margin:.5em 0em 2em 20px;}
			 table#toc td.photo {width:70px; vertical-align:top;}
			 table#toc td.photo img {border:1px #000 solid;}
			 table#toc td.name {width:auto; vertical-align:middle;}
			 table#toc td.icon {width:40px; vertical-align:top;}
			 table#toc td.icon img {margin-top:15px;}

/*
Planning/Not Planning/May Attend text treatment.
*/
.attendy {
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	color: #68813C;
}
.attendn {
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	color: #990000;
}
.attendm {
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	color: #999999;
}

/*
For 71-72-73 Connections feature
*/
.datestamp {
	clear:both;
	font: 10px lighter Verdana, Arial, Helvetica, sans-serif;
	color:#68813C;	
	}
