/* $Id: local_sample.css,v 1.1.2.1 2008/12/03 08:23:47 jwolf Exp $ */
/* tntbase 6 - topnotchthemes_1000 v1.0 01012008 */

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

code,pre {
  font-family: Courier New, Courier, Monospace;
  font-size: 1em;
  background: #eee;
  border: 1px #000 dashed;
  padding: 3px 5px;
}

h2.title {
  text-transform: none;
}

input.form-submit,
input.teaser-button {
  text-transform: none;
}

#comments h2.comments {
  text-transform: none;
}

p {
  font-size: 1.2em;
}

#primary-menu {
  text-transform: none;
}

#content-tabs ul.primary, #content-tabs ul.secondary {
  text-transform: none;
}

