/* resources.css v1.0 | 20081103 */

/** [Base Color] = #4c4c4c **/



/** page-header **/
#page-header-right {
	background-color: #53317a; /** (#411e6b - Pantone 267) **/
}
	#more a:link,
	#more a:visited {
		color:#999999 !important;
	}
#splash {
	height: 100px;
}
#splash #image-div {
	background: #ccc url(images/splash/page-header_splash.jpg) no-repeat;
	height: 94px;
}
/*#splash .corner-tl, #splash .corner-tr, #splash .corner-bl, #splash .corner-br  {
	display: none;
}*/

/** content-area **/
	#content-area h1 {
		color:#411e6b;
	}
	.splash #content-area h2 { color:#411e6b; background: none; }
	.gallerycell {
		float: left;
		width: 125px;
		margin: 10px 0;
	}
	.gallerycell h3 {
		font-size: 11px;
	}
	.gallerycell .count {
		font-size: 11px;
	}
/** sidebar right **/
#the-latest {
	background-color:#53317a;
}

/** menu **/
ul#primary-nav li a:visited {
	color: #411e6b; 
}
ul#primary-nav li a:hover {
	color: #7A6197;
}

ul#primary-nav li.menuparent {
	background: transparent url(images/tri.gif) 140px 8px  no-repeat;
}