/*
 *   Stylesheet for the Multicultural and Gender Studies Faculty Development Website
 *   
 *   author: Brian Rosmaita
 *   Last modified: Friday, October 27, 2000 at 5:06 pm EDT
 *
 *   Contents:
 *      Body Styles: default, noback, colorback
 *      Basic Styles: (defs for em, strong, TT, etc.)
 *      Heading Styles: title
 *      Paragraph Styles: dc, tc, doubleindent
 *      Rule Styles: default, topofpage
 *      List Styles: nospace, nobullet
 *      
 *      
 */

/*
 *   Hyperlink styles
 */

A:link {
  color: #005500;
  background-color: transparent;
}
A:visited {
  color: #23238E;
  background-color: transparent;
}
A:hover {
  font-style: italic;
  text-decoration: none;
}
A.hl {
  /* for links where you want the URI to be readable; puts it in a monospace font */
  font-family: "lucinda console", rockwell, "courier new", courier, monospace;
  font-size: 110%;
}

/* 
 *   Body Styles
 */
BODY
{
  color: #000000;     /* black text */
  background-color: #FFFFCC;
  background-image: url(../img/tan75perblur.jpg);
  margin: 1em;
  font-family: verdana, "minion web", helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
}

BODY.noback
{
  color: #000000;     /* black text */
  background-color: #FFFFFF;	/* white background */
  background-image: none;
  margin: 1em;
  font-family: verdana, "minion web", helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
}

BODY.colorback
{
  color: #000000;     /* black text */
  background-color: #EEEECC;
  background-image: none;
  margin: 1em;
  font-family: verdana, "minion web", helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
}

/*
 *   Basic Styles
 */
STRONG {
  font-weight: 700;
}
EM {
  font-style: italic;
}
CITE {
  font-style: italic;
  font-weight: 700;
}
CODE {
  font-family: rockwell, "courier new", courier, monospace;
  font-size: 110%;
  font-style: normal;
}
TT {
  font-family: rockwell, "courier new", courier, monospace;
  font-size: 110%;
  font-style: normal;
}

/*
 *   Heading Styles
 */
H1.title {
  font-size: 250%;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background-color: transparent;
}
H2.title {
  font-size: 170%;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background-color: transparent;
}
H3.title {
  font-size: 125%;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background-color: transparent;
}


/*  
 *   Paragraph Styles
 */
P.dc:first-letter {  /* dropped cap */
  font-size: 225%;
  font-weight: 700;
  float: left;
}
P.tc:first-letter {  /* "top" cap (i.e, large initial letter, not dropped) */
  font-size: 175%;
  font-weight: 700;
}
P.doubleindent {
  margin-right: 3em;
  margin-left: 3em;
}


/*
 *  Rule Styles
 */
HR {
  color: #000000;
}

HR.topofpage {
  color: #000000;
  margin-left: 10%;
  margin-right: 10%;
}

ADDRESS.modbox {
  border-width: .25ex;
  border-color: #000000;
  border-style: solid;
  padding: 1ex;
  font-style: normal;
  font-size: 82%;
  text-align: left;
  min-height: 74;
}


TD.category {
  font-size: 250%;
  font-weight: 700;
  text-align: center;
}

TD.minorcategory {
  font-size: 180%;
  font-weight: 700;
  text-align: center;
}

TABLE.toc {
}

TABLE.toc UL {
  list-style-type: square;  
}

UL.nobullet {
  list-style-type: none;
}
UL.nospace {
  margin-top: 0;
  margin-bottom: 0;
}
