@CHARSET "ISO-8859-1";

 /*
  	-- -- -- -- -- -- --
  	Browser Fixes
  	-- -- -- -- -- -- --
  	This file uses CSS filtering methods to fix various
  	layout bugs.
  	Each of the following three imported files is a
  	separate, browser-specific CSS file that keeps all
  	hacks out of the main style sheet.

  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement below, or
  	simply no longer linking this file from the HTML.

  */

  /*

    fix ie6 "peekaboo bug" using the "holly hack".
    Note, this style only gets applied to ie6
  */

  * html .wrapper {
    height: 0.1%;
  }


  /*
   * IE5 mac - overrides the IE/Win hack
   */

  /*\*//*/


  * html #threecolumn div {
  	height: auto;
  }

  /**/



  /*
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */


  @media tty {

   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}

  }/* */

  /* Styling for editable elements. Eventually, this will be part of the style. */
  .editable {
    border: 1px dashed blue;
  }

  #footer {
    clear: both;
  }

  a img,:link img,:visited img {border: none;}

  /** BEGIN CUSTOM SKIN **/

  /*
  	-- -- -- -- -- -- --
  	Base CSS
  	-- -- -- -- -- -- --
  	This file simply removes default styling on most HTML elements in
  	order to reduce the need to later override them.
  */


  h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
  dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {}
  a img,:link img,:visited img {border: none;}
  address {font-style: normal;}/*
  	-- -- -- -- -- -- --
  	Type Scheme: Deco
  	-- -- -- -- -- -- --
 */

/*
  h1, h2, h3, h4, h5, h6, p.description {
  	font-family: "Trebuchet MS", Trebuchet, sans-serif;
  }
*/
  h1 {
  	font-size: 3em;
  	font-weight: bold;
    letter-spacing: 2px;
  }

  h2 {
  	font-size: 2em;
  	font-weight: normal;
  }

  h3 {
  	font-size: 1.5em;
  }

  h4 {
  	font-size: 1.2em;
  	letter-spacing: 0.2em;
  }

  h5 {
  	font-size: 1.2em;
  }

  h6 {
  	font-size: 1em;
  	font-weight: bold;
  }

  p, td {
  }

  code, kbd {
  	font-size: 1.25em;
  }
  
  /*
 	-- -- -- -- -- -- --
  	STYLE: Chemise
  	-- -- -- -- -- -- --
  */


  /* ie6win */

  #footer {
  	height: 1%;
  }

  /* ie5mac */

  /*\*//*/

  #footer { height: auto; }

  /**/


  /* ie5 win */

  @media tty {
   i{content:"\";/*" "*/}} td, * html th { font-size: 0.8em; } h1 { height: 1%; } /*";}
  }/* */
