/* $Id: local-sample.css 7156 2010-04-24 16:48:35Z chris $ */

/****************************/
/* 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 */

.fullwidthblocktitle h2.block-title {
    padding: 8px 8px 6px 8px;
}
/* Adding enforcement to make links on front page (node 12) be not link-colored */
#node-12 a, #node-12 a:link, #node-12 a:visited, #node-12 a:hover { color:#333; }
#node-12 h2 a, #node-12 h2 a:link, #node-12 h2 a:visited, #node-12 h2 a:hover { color:#fff; }

