/* $Id: local-sample.css 6555 2010-02-24 20:21:15Z 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 */


div.content-help-inner div.help {
background-color: #f5f7e7;
border-color: #f5f7e7;
color: #292929;
}

/* 01/13/2011 CSS to remove extra white space around banner
#header-group-inner-inner {
padding: 0px 0px;
}


/* Block Icon Additions 08/12/2010 */
.icon-help .block-icon {
background: url(../images/icons/icon-help.png) no-repeat left center;
}




/* Search Catalog formatting from Saturday */
#catalog p{
/* no support for inline-table in some versions of IE */
display:inline;
margin:3px 3px 3px 3px;
}

#catalog input{
margin:0.5em 0 0 0;
}

/* content font color */
p {
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

a, a:link, a:visited {
color:#27638C;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
}

.node .read-more a, .node .more-link a, .node .links a {
font-size:.9em;
font-weight:normal;
margin:0;
}

/* faq section headings */
h5 { 
font-size: 1.1em;
text-decoration: underline;
}


