/* blue_diary.css */ 

@import url(blue_common2.css);
	
#themeSelector 
{
	border: 1px solid #000;
	position: fixed;
	width: 20%;
	top: 5em;
	right: 3%;
	font-size: 0.8em;
}
	
#themeSelector ul 
{
	list-style-type: none;
	list-style-image: none;
}
	
#themeSelector label:hover 
{
	border: 1px dashed #008000;
	background-color: #efe;
}
  
#themeSelector p 
{
	margin: 0em;
	padding: 0em;
	text-indent: 0em;
	background-color: #ddd;
	border-bottom: 1px solid #000;

}
  
h1 + div 
{
	margin-right: 20%;
}
  
