/*----------------------------------------------------------------------------------------
Typography CSS file for CTSavesEnergy.org
Created 01 August 2005 by Aaron Gustafson (agustafson at cronin-co dot com)

This style sheet handles typography for the site and is available for all browsers.

Colors: #fff    White
        #000    Black
        #ccc    Light Grey
        #999    Medium Grey
        #777    Text Grey
        #0076c0 Blue
        #efa11a Orange
        #00b193 Teal
----------------------------------------------------------------------------------------*/

/* REDEFINE BROWSER STYLES */
abbr, acronym, dfn {
  border-bottom: 1px dotted #efa11a;
  color: #000;
  cursor: help;
  font-style: normal;
}
a, a:link, a:visited {
  color: #efa11a;
}
a:focus, a:hover {
  color: #0076c0;
}
blockquote {
  color: #333;
  margin: 0 .75em;
}
body {
  background: #fff;
  color: #000;
  font: 80%/1.4em "Trebuchet MS", Helvetica, Arial, sans-serif;
}
dl, ul, ol {
  margin: .3em 0;
  padding: 0 0 0 1.5em;
}
ul {
  list-style: url(../images/bullet.png);
  padding-left: 1.9em;
}
dl {
  padding-left: 0;
}
dd, dt, li {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: .3em;
}
dt {
  font-weight: bold;
  color: #0076c0;
}
h1, h2, h3, h4, h5, h6 {
  color: #0076c0;
  line-height: 1.2em;
  margin-bottom: .3em;
}
h1 {
  margin-top: 0;
}
hr {
  border: 0;
  height: 1.5em;
  background: url(../images/layout/rulebreak.gif) center center no-repeat;
}
img {
  display: block;
  border: 0;
}
kbd {
  font-size: 1.5em;
  color: #00b193;
}
p {
  margin: 1em 0 0;
}
strong {
  color: #0076c0;
}


/* NESTED STYLES */
h1 abbr, h1 acronym, h1 dfn,
h2 abbr, h2 acronym, h2 dfn,
h3 abbr, h3 acronym, h3 dfn,
h4 abbr, h4 acronym, h4 dfn,
h5 abbr, h5 acronym, h5 dfn,
h6 abbr, h6 acronym, h6 dfn {
  border: 0;
  color: inherit;
}
a abbr, a acronym, a dfn,
strong abbr, strong acronym, strong dfn {
  border: 0;
  color: inherit;
}

/* CLASSES */
.printOnly {
  display: none;
}
.glossary {
  margin: 3px 0 -3px;
}
.phone {
  color: #0076c0;
  white-space: nowrap;
}
.hidden {
  border: 0;
  display: none;
}
ul.normal{
 /* list-style: disc !important;*/
 list-style-image: none;
  /*list-style: url(/images/bullet.png);*/
}


/* ADVANCED TYPE STYLES */
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
  margin-top: 0;
}
div#glossary{
	display:none;
}

div#glossary.show{
	display:inherit !important;
}

body[id] #glossary dt,
body[id] #glossary dd {
  display: inline;
}
body[id] #glossary dt:after {
  content: '\00A0\2013\00A0';
}
body[id] #glossary dd:after {
  content: '\A';
  white-space: pre;
}

/* FORMS */
fieldset {
  border: 0;
}
input, select, textarea {
  background: #ebebeb;
  border: 1px solid #999;
}
input:focus, select:focus, textarea:focus {
  background: #fff;
}
label {
  font-weight: bold;
  display: block;
}
legend {
  font-weight: bold;
}

/* TABLES */
table {
  border-collapse: collapse;
  margin: 0;
}
caption {
  color: #0076c0;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.25em 0 .3em;
}
caption em {
  color: #000;
  font-size: .8em;
  font-style: normal;
  font-weight: normal;
}
th, td {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: .9em;
}
thead th {
  background: #ebebeb;
  color: #0076c0;
  text-align: center;
}
tbody th {
  background: #fff;
  text-align: left;
}
td {
  background: #fff;
  text-align: center;
}
tbody th kbd {
  display: block;
  text-align: center;
}

/* FILE LIST */

ul.fileList li{
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
}

ul.filelist li ul li{
	font-weight:normal !important;
}

/* SEARCH */
#srchResults li {
  padding-bottom: 10px;
}
#srchResults p {
  margin: 0;
}
#srchResults .description {
  color: #999;
  font-style: italic;
}
#srchResults .url {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
#srchResults p {
  display: none;
}
#srchResults blockquote p,
#srchResults p.url {
  display: block;
}
