/* 
Styles specific to the daily puzzles page.  Also for Vault
*/

p { 
	text-align:left;
}


span.new { 
	color: #336633;
}

h2 { 
	background-color: #CCCCFF;
	font-size: 150%;
	padding-right:3em;
	padding-left: 3em;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 2px;
	
	margin-bottom: 10px;
	margin-top: 20px;
}	

#content table.daily { 
	width:100%;
	float:left;
	background-color: white;
	padding: 0;
	margin:0;
}

#content table.daily td.thumb { 
	text-align:center;
}

#content table.daily a { 
	font-size: 90%;
	color: #333366;
}

#content table.daily img { 
	text-decoration:none;
}




p.clear { 
	clear:both;
}
