/* 
** Staffin Campsite - design variation 01 - "blue landscape"
**
** This file contains a design variation of the base
** stylesheet.
** 
** April 14, 2007 - (version 1.0)
** 
** This is a part of the template
** "Staffin Campsite" made by Angus MacLeod (www.technacom.com)
*/


/* cover picture */
#inner_cover {
	background-image: url("../images/staffin.jpg");
}

/* area next to the cover image: */
#cover {
	background-color: #D0DDED;
}

/* image colors: */
.image {
	background-color: #98B5D8;
}
	
.image:hover {
	background-color: #497CBA;
} 

/* navigation */
#inner_header ul li a:hover, #inner_header ul li a:active {
	background-color: #497CBA; 
	color: #FFFFFF;
}
	
#inner_header h1 { color: #80A1CC; }

/* content link colors */
#content a:hover, #content a:active { 
	background-color: #497CBA; 
	color: #FFFFFF;
}