/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf 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.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */

#header-first {
	height:20px;
}
#preface-wrapper h2.block-title {
	color: #82B93B;
}

#sidebar-first h2.block-title,
#sidebar-last h2.block-title,
#postscript-wrapper h2.block-title {
	background-color: #82B93B;
}
#primary-menu ul.menu li ul li {
  background: #82B93B;
}
#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #82B93B;	
}
#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #82B93B;
}
#content-tabs ul.primary li a:hover,
#content-tabs ul.secondary li a:hover {
  border-bottom: 4px solid #82B93B;
}
#comments h2.comments {
	  background-color: #82B93B;
}
div.footer a.linkedin {
background:url("/sites/all/themes/acquia/acquia_marina/images/icon-linkedin.png") no-repeat scroll 0 2px transparent;
}
div.footer a.drupalorg {
background:url("/sites/all/themes/fourkitchens/images/icon-drupal.png") no-repeat scroll 0 2px transparent;
}
div.footer a.flickr {
background:url("/sites/all/themes/fourkitchens/images/icon-flickr.png") no-repeat scroll 0 2px transparent;
}
div.footer a.twitter {
background:url("/sites/all/themes/fourkitchens/images/icon-twitter.png") no-repeat scroll 0 2px transparent;
}
div.footer a.facebook {
background:url("/sites/all/themes/fourkitchens/images/icon-facebook.png") no-repeat scroll 0 2px transparent;
}
#content div.node-type-blog img {
padding-left:15px;
}

