/* 
Styles specific to the daily puzzles page.  Also for Vault
*/

#content p { 
	font-family: Arial;
	font-size:1em;
}

#content div.newBubble { 
	-moz-border-radius:25px;
	border: 4px solid #C0F0C0;
	background-color: #DDFFDD;
}

#content div.newBubble div.bubbleHead { 
	margin-bottom: 0px;
	border-bottom:none;
}
#content div.newBubble div.bubbleHead h2 { 
	font-size: 150%;
	text-align:center;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #4B8200;
}
#content div.bubbleBody {
	width:95%; /* Some stupid thing to stop IE 'hiding' the text */
	padding: 1em;
	border-top: none;
}



#content div.bubble { 
	/*
	-moz-border-radius:25px;
	border: 4px solid #EEE;
	background-color: #FFF;
	*/
	margin-top:20px;
}


#content div.bubble div.bubbleHead { 
	margin-bottom: 0px;
	border-bottom:none;
}
#content div.bubble div.bubbleHead h2 { 
	font-size: 150%;
	background-color: #CCCCFF;
	padding-right:3em;
	padding-left: 3em;
	/*
	text-align:center;
	*/
	margin:0px;
	padding-top: 5px;
	padding-bottom: 2px;
	/*
	color: #4B8200;
	*/
	
}





#content div.bookthumb { 
	padding-right:0.3em;
	padding-bottom:1em;
	margin:0;
	text-align:center;
}

#content div.bookthumb img { 
	border:none;
	padding:0;
	margin:0;
}

#content div.bookthumb a { 
	font-size:80%;
	color:black;
	text-decoration:none;
}



p.clear { 
	clear:both;
}
