/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 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                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts. Tahoma used to be first choice, now removed */
}

html {
  color: #000033;			/* font color used to be #666 */
}

body.layout-first-main-last #content-wrapper #sidebar-last {
   width: 260px; /* used to be 280px;*/
}

a:link, a:visited {
  color: #0033FF; 	/* link colour used to be #27638C;*/
} 

#header-first h1 {    /* site name link  - lowered by 10px to line up with logo*/
  font-size: 3em;
  line-height: 80%;
  margin: 20px 0 15px 0;
}

.breadcrumb {
  font-size: 1.1em;
  font-weight: bold;
}	

#block-block-1 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-2 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-3 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-4 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-5 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-6 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-7 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-9 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-14 div.block-icon {
  background: transparent url('icons/tnt_icon_14.png') no-repeat left center;
}
#block-block-17 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-18 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-20 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-21 div.block-icon {
  background: transparent url('icons/tnt_icon_12.png') no-repeat left center;
}
#block-block-22 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
#block-block-23 div.block-icon {
  background: transparent url('icons/tnt_icon_08.png') no-repeat left center;
}
.border {
border: 1px solid #000033;
}	
