/* styles for educational commons site */

/* ordinary paragraph text */
p, h1, h2, h3, li, dt, dd {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #333333;
  line-height: 120%;
}

/* main heading above content */
h1 {
  font-size: 0.75em;
  font-weight: bold;
  color: #333333;
  line-height: 100%;
}
/* next level of heading */
h2 {
  font-size: 0.75em;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  line-height: 100%;
}

/* home page intro */
.tdintro,
.tdintro p {
  color: #666666;
}

/* home page spotlight */
.tdspotlight,
.tdspotlight p {
  color: #666666;
}
.tdspotlight a,
.tdspotlight a:link,
.tdspotlight a:visited,
.tdspotlight a:active,
.tdspotlight a:hover { 
  color: #666666;
}

/* default link characteristics */
a,
a:link { 
  color: #999933;
}
a:visited { 
  color: #999933;
}
a:active,
a:hover { 
  color: #999933;
}

/* secondary navigation */
.tdnav2, .tdnav2current {
  padding-bottom: 10px;
}
.tdnav2, .tdnav2 p,
.tdnav2current, .tdnav2current p {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 100%;
}
.tdnav2 a,
.tdnav2current a,
.tdnav2 a:link,
.tdnav2current a:link,
.tdnav2 a:visited,
.tdnav2current a:visited {
  color: #666666;
  text-decoration: none;
}
.tdnav2 a:active,
.tdnav2current a:active,
.tdnav2 a:hover,
.tdnav2current a:hover {
  color: #666666;
  text-decoration: underline;
}

/* footer */
.tdfooter, .tdfooter p {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999;
  line-height: 14px;
}
.tdfooter a,
.tdfooter a:link,
.tdfooter a:visited,
.tdfooter a:active,
.tdfooter a:hover { 
  color: #000000;
}
