/* 
Styles specific to the help pages - bubbles and booklists
*/

div.underDevelopment { 
		display:none;
}

span.new { 
	color: #336633;
}


#content ul { 
	max-width:43em;
	text-align:justify;
}

#content li { 
	margin-bottom:10px;
}

#content a { 
	font-size:0.9em;
	color: #333366;
}

#content h2 { 
	font-size: 120%;
	color: #333366;
	
	width:95%;
	background-color: #CCCCFF;
	padding-left:1em;
	padding-right:1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:40px;
	margin-bottom:20px;
}

#content h3 { 
	font-size: 90%;
	color: #333366;
}

#content p strong { 
	font-size: 100%;
	font-weight:bold;
	color: #333366;
}


#helpHeader { 
	/*
	background-image: url(/ipuz/images/help/hitori/hitori_background.png);
	*/
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align:middle;
	text-align:center;
	border-bottom: 10px solid #666699;
}	
#helpHeader h1 { 
	font-size: 400%;
	padding:0;
	margin:0;
	color: #333399;
}
