/********
 STYLE.CSS
 Style file for OSU Linguistics Home Page

 Modification history
 1999/3/5  RFG Changed formatting of links, some <p> classes
 1999/3/6  RFG added header class of A link
 1999/3/9  RFG modified <Hx> styles: removed italics, changed sizes & fonts
 2000/6/20 MRH changed background-image url to be absolute path from / so
 		more than just pages in the root directory could use it
 2001/6/13 JJM Added classes for the navigation bar.  Basically only sets
               colors because netscape support for CSS is minimal currently.
 ********/

BODY 
 {
   background-image: url("/images/osu_logo_bg.gif") ;
   margin: 10pt;
   font-family: helvetica;
 }

A:link    {
  color: #993300 ;
  font-weight: bold;
  font-family: helvetica;
  }

A:visited {
  color: #660000 ; 
  font-family: helvetica;
  }

 .note     {color: orange;}
 .warning  {color: red; font-weight: bold}
 .header  
   {
   margin-left: 5 ;
   margin-bottom: 5 ;
   text-align: left ; 
   font-weight: bold ;
   font-size: medium ; 
   color: black ;
   }


/*
 * <P>
 */

/* P { 
 * color: black;
 * margin-top: 0; 
 * margin-bottom: 0;
 * }
 */

 .indent {
  margin-left: 50 ;
  margin-right: 50 ;
 }

 .nav_bar {
  text-align: center; 
  font-size: 9pt;
  }

 .list {
  font-family: helvetica;
  font-size: 10pt;
  margin-left: 20 ;
  margin-right: 20 ;
  }

 .toc { 
  color: black;
  margin-top: 0; 
  margin-bottom: 0;
  }

 .disclaimer {
  font-size: x-small;
  font-family: sans-serif;
  text-align: right ;
  }

 .name { 
  margin-top: 1em; 
  font-weight: bold 
  }

 .email { 
  font-size: 11pt;
  font-family:Helvetica;
  }

 .office {
  font-size: 11pt;
  font-family: Helvetica;
  }

 .title {
  font-size: 11pt;
  font-family: Helvetica;
  }

 .header {
   margin-bottom: 20 ;
   font-weight: bold ;
   font-size: medium ; 
  }
  
  .info {
   font-size: 12pt;
   font-style: italic;
  }

UL { list-style-type: disc }
DT { margin-bottom: 1em }

/* 
 * H class
 */

H1 {
 color: black;
 font-style: normal;
 font-weight: bold;
 font-family:  Helvetica, Arial
 }
H1.subtitle {
 font-style: italic;
 font-weight: bold;
 font-family: Helvetica, Arial, Switzerland, sans-serif 
 }
H2 {
 color: black;
 font-weight: bold;
 font-family:  Helvetica, Arial
 }
H2.subtitle {
 font-style: italic;
 color: black;
 font-weight: bold;
 font-family: Helvetica, Arial, Switzerland, sans-serif 
 }
H3 {
 font-weight: bold;
 font-family:  Helvetica, Arial
 }
H3.SUBTITLE {
 font-style: italic;
 font-weight: bold;
 font-family: Helvetica, Arial, Switzerland, sans-serif 
 }

li.vspace {
 margin-top: 7;
 margin-bottom: 7;
}

/********
 Modification history
 2001/6/12 JJM added navbar class to display the left nagivation bar, soon
               to be redone.  Since netscape sucks, I can't move many
	       properties to CSS.  About the only thing it supports is
	       defining the background of the cells.  Blah.
 ********/
br.spacer
  {
    font-size: 6pt;
  }

table.navborder
  {
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    border-style: none;
  }

td.navborder
  {
    background-color: black;
  }  
  
table.navheader
  {
    /* Netscape doesn't display this right...  Moved to cellpadding property
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      */
    border-style: none;
  }

td.navheader
  {
    /* Netscape doesn't display this right...  Moved to cellpadding property
      padding-top: 3px;
      padding-left: 3px;
      padding-right: 3px;
      padding-bottom: 3px;
    */
    /* Purple */
    /* background-color: #aaaaee; */
    background-color: #d1d1d1;
    font-weight: bold;
    font-size: 11pt;
  }

td.navlinks
  {
    text-align: left;
    background-color: #ffffff;
    color: #993300 ;
    font-weight: bold ;
    font-size: 9pt;    
  }
  
td.navsearch
{
  font-size: 9pt;
}


td.layout-heading-left
{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 100px;
    background-color: #910705;
    /* background-image: url("/layout/images/ling_head_left.png"); */
}

/* Stuff for the Dynamically Created Heading */
td.layout-heading
  {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #910705;
    /* background-color: #000000; */
    font-family: Helvetica, Arial;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    color: white;
  }

