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



/* Contact Info block icon (speech balloons icon) */
#block-block-1 div.block-icon {
  background: transparent url('icons/tnt_icon_06.png') no-repeat left center;
}

/* Badges (Geek Stuff) block icon (gears icon) */
#block-block-2 div.block-icon {
  background: transparent url('icons/tnt_icon_12.png') no-repeat left center;
}

/* Recent Work block icon (newspaper icon) */
#block-block-10 div.block-icon {
  background: transparent url('icons/tnt_icon_10.png') no-repeat left center;
}

/* Hide credits - override of style.css */
#legal-notice {
  display: none;
}

/* Right align random quotes - override of quotes.css */
.block-quotes {
  text-align: right;
  clear: both;
}


/* Reverse the "text-decoration" for links in paragraphs: underline them and remove it on hover */
a,
a:link,
a:visited {
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

