/* 
** blue:blossom - design variation 01 - "bright blue blossom"
**
** This file contains a design variation of the base
** stylesheet.
** 
** April 14, 2007 - (version 1.0)
** 
*/

/* cover picture */
#inner_cover { background-image: url("../images/cover_blossom.jpg"); }
	
/* area next to the cover image: */
#cover { background-color: #00235B; }
	
	
/* image colors: */

.image {
	background-color: #FFFFFF;
}
	
.image:hover {
	background-color: #FFFFFF;
} 
	
/* navigation */
#inner_header ul li a:hover, #inner_header ul li a:active { background-color: #003687; }

/* content link colors */
#content a:hover, #content a:active { background-color: #003687; }


/* borders: */       

#inner_header {
	border-left: 1px solid #B4D8FA; 
	border-right: 1px solid #B4D8FA; 
	border-top: 1px solid #B4D8FA; 
}
				
#inner_content {
	border-left: 1px solid #B4D8FA; 
	border-right: 1px solid #B4D8FA; 
	border-bottom: 1px solid #B4D8FA; 
}

#inner_cover {
	border-left: 1px solid #818493; 
	border-right: 1px solid #818493; 
}