/* $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  
 *
 * 
 * OTHER CHNANGES:
 * template.php changed to remove cloaked link on main page
 *
 *
 * April 4 2010
 * by A. Castellano Sunward Aerospace Group Limited
 * edited to remove logo from top notch on the bottom
 *
 *
 */
 #legal-notice {
 display:none
 }
 /**
 *
 * April 12, 2010
 * by A. Castellano Sunward Aerospace Group Limited
 * to remove icon on blog header on front page
 * as per eternalistic on drupal post
 *
 */
 #block-blog-0 div.block-icon,
body.layout-main-last #sidebar-last #block-blog-0 h2.block-title {
  background: none;
}
