/* ----------------------------------------------------
	Webdesign by Fathima Cader

	http://www.likethewind.ca
	In perpetual pursuit of beautiful CSS.
	Updated July 12 2005
   ----------------------------------------------------- */

/* Shared styles for all archive pages saved elsewhere */  
@import url("base.css");
	

/* Listing all the abstracts for that year, below #nav, left of #content
_____________________________________________________________________*/
#toclist {
	top: 34em;
	}
#toclist h3 {
	background-image: url(../../archives/img/h3pres.gif);
	}
#toclist a {
	background-position: 0 0.7em;
	margin-bottom: 0.5em;
	}


/* Laying out the program details
_____________________________________________________________________*/
.date {
	float: left;
	width: 10%;
	background-color: #DDD;
	border: 1px solid #CCC;
	border-right: 0;
	font-size: 0.9em;
	padding: 0.6em;
	}
.abstract {
	padding: 0 2em 1em 2em;
	float: left;
	width: 70%;
	border: 1px solid #CCC;
	}
	

/* Navigating one year's pages
_____________________________________________________________________*/
#nav {
	top: 23em;
	}
