/* CSS Stylesheet - css/listings.css - www.iangraham.org - design by Creative Creature - www.creativecreature.ca */ 
                                           
/* LISTINGS */
	dl { margin-left: 2em; margin-top: 0.2em; }
	dt { font-weight: bold; margin-top: 0.5em; } 
	dt table { width: 100%;  margin: 0; padding:0; border: 1px solid red; }
	dt span  { text-align: bottom; }
	dt { display: table; width: 100%; border-bottom: 1px solid #ccc; }
	dt span.title { display: table-cell; text-align: left; }
	dt span.date { display: table-cell; text-align: right;  white-space: pre; }
	h3 { margin-bottom: 0.2em; }

	/* patch for IE 6  - doesn't get table cell sizes correct */
	dt span.title { width: 80%; }
	dt span.date { width: 20%; }
	/* end IE 6 patch */		
