/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

.more a:link, .more a:visited, .more a:active {
	color:#004d4a;
	}
	
.more a:hover {
	color:#004d4a; 
	}

.header-group-wrapper {
	background-image:url('../images/jpclogo-header.png');
	}

.page {
	background:#ffffff;
	}
	
.footer-wrapper {
	background:#ffffff;
	}
	
.footer-message-wrapper {
	background:#ffffff;
	}

.header-group-inner {
  padding: 0;
}

.prosper-gray-rounded-plain .content {
  padding: 4px;
}

.prosper-gray-rounded-plain h2.block-title {
  background:#b5c294;
  padding: 2px 16px;
  color:#004d4a;
  font-weight:bold;
}