/* 
** blue:blossom - design variation 04 - "grass green"
**
** This file contains a design variation of the base
** stylesheet.
** 
** April 14, 2007 - (version 1.0)
** 
** This is a part of the open source template
** "blue:blossom" made by Jonas John (www.jonasjohn.de)
*/

/* cover picture */
#inner_cover
{ 

background-image: url("../images/pennan.jpg");

}
	
/* area next to the cover image: */
#cover {
	background-color: #000000;
}
	
	
/* image colors: */
.image { background-color: #FFFFFF; }            
.image:hover, { background-color: #FFFFFF; } 
	
	
/* navigation */
#inner_header ul li a:link, #inner_header ul li a:visited { 
	background-color: #FFFFFF;
}

#inner_header ul li a:hover, #inner_header ul li a:active {
	background-color: #FFFFFF;
	color: #FF3300;
}


/* content link colors */
#content a:link, #content a:visited {
	background-color: #FFFFFF;
}

#content a:hover, #content a:active {
	background-color: #FFFFFF; 
	color: #FF3300;
}
            

/* borders: */        
#inner_header {
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC; 
}
				
#inner_content {
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
}

#inner_cover {
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
}

