/* $Id: typography.css,v 1.1.2.3 2010/01/11 00:08:12 sociotech Exp $ */

/* Typography
-------------------------------------------------------------- */

/* Base Settings
-------------------------------------------------------------- */

/* Don't use yet, wait for testing */
body {
/*  font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif; /*
    /* web safe fonts */
/*  font-size: 81.25%;  */
}


/* HTML Elements
-------------------------------------------------------------- */
h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
  font-weight: bold;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 90%;
}

h6 {
  font-size: 80%;
}

#footer {
  font-size: 95%;
}



/* Font Settings
/-------------------------------------------------------------- */
/* font sizes relative to default. Don't use yet.*/
/* .font-size-10 {
  font-size: 62.5%;
}

.font-size-11 {
  font-size: 68.75%;
}

.font-size-12 {
  font-size: 75%;
}

.font-size-13 {
  font-size: 81.25%;
}

.font-size-14 {
  font-size: 87.5%;
}

.font-size-15 {
  font-size: 93.75%;
}

.font-size-16 {
  font-size: 100%;
}

.font-size-17 {
  font-size: 106.25%;
}

.font-size-18 {
  font-size: 112.5%;
} */


/* absolute font sizes */
.font-size-10px {
  font-size: 10px;
}

.font-size-11px {
  font-size: 11px;
}

.font-size-12px{
  font-size: 12px;
}

.font-size-13px{
  font-size: 13px;
}

.font-size-14px{
  font-size: 14px;
}

.font-size-15px{
  font-size: 15px;
}

.font-size-16px{
  font-size: 16px;
}

.font-size-17px{
  font-size: 17px;
}

.font-size-18px{
  font-size: 18px;
}

/* font family */
.font-family-sans-serif-sm {
  font-family: Arial, Helvetica, sans-serif;
}

.font-family-sans-serif-lg {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.font-family-serif-sm {
  font-family: Garamond, Perpetua, "Times New Roman", serif;
}

.font-family-serif-lg {
  font-family: Baskerville, Georgia, Palatino, "Palatino Linotype", "Book Antiqua", serif;
}

.font-family-myriad {
  font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.font-family-lucida {
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
}

