@CHARSET "UTF-8";

#flavor-listing{
	text-align:center;
}

#flavor-listing .description{
	/* 
	 * So that the hidden description
	 * doesn't take up any space on-screen
	 */
	position:absolute;
	
	top:2em;
	left:70px;
	display:none;
	background-image:url("/images/box.gif");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
			
	font-size:10px;
}

#flavor-listing .description p{
	display:block;
	margin:7px 0px 0px 7px;
	padding:0px 0px 0px 5px;
	background-color:#fcf6e3;
	width:250px;
}

#flavor-listing .day{
	float:left;
	margin:0px 30px;
	
	/* Keeps IE7 Happy */
	width:160px;
	
	margin-bottom:15px;
	text-align:center;
}

#flavor-listing .day h2{
	padding-top:0px;
	margin-bottom:10px;
	font-weight:bold;
}

/* Applying the same formatting as the 
 * body text
 */
#flavor-listing .title{
	color:#4e4742; 
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	margin: 0 0 18px 0; 
	padding: 0; 
	line-height:160%;
}

/* The anchor for each flavor */
#flavor-listing > div > div{
	position:relative;
}

#flavor-listing a.title{
	position:relative;
}

#flavor-listing a.title:hover + .description{
	display:block;
	z-index:1;
}

div.thursday{
	clear:both;
}
