/* Seashell CSS - 17/03/2008 

	Table of Contents:
	Typography
	Positioning
	IE Fixes
			
*/


/* Typography
---------------------------------------------------------------------------------------- */

ul.curious_family h5 {
	font-size: 24px;	
}

ul.curious_family {
	font-size: 16px;
}	

div#footer ul.curious_family h5 a {
	color: white;
}	

ul.curious_family a {
	text-decoration: none;	
}

ul.curious_family h5 a:hover {
	text-decoration: underline;	
}

ul.curious_family {
	text-align: center;	
}

/* Positioning
---------------------------------------------------------------------------------------- */    

div#footer {
	padding: 0 0 10px 0;	
	background: black url(../images/home/footer_dither.gif) top left repeat-x;	
	border: 1px solid black;
	border-style: solid none none none;
}

ul.curious_family {
	float: left;
	width: 900px;
	padding-bottom: 38px;	
	margin-left: 40px;
}

ul.curious_family li {
	width: 225px;
	float: left;	
}

ul.curious_family h5 {
	padding-bottom: 5px;	
}

/* IE Fixes
---------------------------------------------------------------------------------------- */


/* damn you, IE.  damn you */


/* 3rd Party
---------------------------------------------------------------------------------------- */

