/* 
** blue:blossom - design variation 10 - "transparent blossom"
**
** 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 */



/* area next to the cover image: */

	
/* header background */
#inner_header {	width:100%; }

/* content background */
#inner_content { width:100%;   }


/* image colors: */
.image {
	background-color: #AFD9FA; 
}
	
.image:hover {
	background-color: #595959;
} 

/* navigation */
#inner_header ul li a { 
	background-color: #84B9F9; 
	color: #FFFFFF;
	border-bottom: 1px solid #D8EBFC;
	border-right: 1px solid #D8EBFC;
}
	
#inner_header ul li a:hover, #inner_header ul li a:active { 
	background-color: #595959;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

/* content link colors */
#content a {
	background-color: #AFD9FA;
}

#content a:hover, #content a:active { 
	background-color: #595959;
}

/* 
	Sizes
	-----
	Here you can modify your page width and height
*/    

	.full { width: 100%; }
	.centered { width: 40em; }
	#inner_cover { 
		height: 50px; width:800; 
		background-position: left center;
		background-repeat: no-repeat;
		background-color: #AACFFB;
	}
