/*BLUE stylesheet*/

/*primary text tags*/
a:link, a:visited {  
	color: #5c5885
}

/*page area properties*/
	#mainContent, #mainEssay, #footer, #sidebar, .archive, #subFooter, #subMain {
		border-color: #5c5885
	}
	#bar {
 		background-image: url(../images/layout/bars/blue800.jpg);
		background-repeat: no-repeat
	}
	/*icontable properties*/
		#icontable {
			background-color: #5c5885
		}	
			#icontable a {
				background-color: #5c5885 !important;
				border-top: 1px solid #5c5885 !important
			}
	#navBar {
 		background-image: url(../images/layout/bars/blue150.jpg);
		background-repeat: no-repeat
	}
	
	
/*navigation properties*/
/*main menu*/
	#menu, .category {
		background-color: #5c5885
	}
	#p7PMnav li .category, #p7PMnav ul li .category {
		background-image: url(../images/layout/menu/blue.gif)
	}
	#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
	#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
	#p7PMnav .p7PMon:active {
		background: #5c5885 url(../images/layout/menu/blue-background.jpg);
	}
	#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
		background: #5c5885
	}
	#p7PMnav ul, #p7PMnav li, #p7PMnav ul li {
		border-color: #5c5885;
	}
	#p7PMnav ul li a {
		color: #5c5885
	}


/*miscellaneous text properties*/
.colour, .tabletextcolour, .note {
	color: #5c5885
}
.popbox, .popboxwide, .popboxrep, .box, .bio {
	border-color: #5c5885
}

/* subpage area properties */
	#subBar {
 		background-image: url(../images/layout/bars/blue700.jpg);
		background-repeat: no-repeat
	}

