/* 

Font stacks, taken from:
http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

To ensure that your paragraphs are properly styled, always wrap them in <p>'s.

classes:

arial
century-gothic
franklin-gothic-medium
futura
geneva
gill-sans
helvetica-neue
impact
lucida-sans
tahoma
trebuchet
verdana

baskerville 
cambria
copperplate-light
garamond
georgia
palatino
times

consolas
courier-new

*/

/* Sans-serif stacks */
.arial {
 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; /* paragraph, t */
}
.century-gothic {
 font-family: "Century Gothic", "Apple Gothic", sans-serif; /* paragraph, title */
}
.franklin-gothic-medium {
 font-family: "Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif; /* paragraph, title */
}
.futura {
 font-family: Futura, "Century Gothic", AppleGothic, sans-serif; /* p, title */
}
h1.geneva, h2.geneva, h3.geneva, h4.geneva, h5.geneva, h6.geneva, .geneva h1, .geneva h2, .geneva h3, .geneva h4, .geneva h5, .geneva h6 {
 font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; /* title */
}
p.geneva, .geneva p {
 font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; /* paragraph*/
}
.gill-sans p, p.gill-sans {
 font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif; /* paragraph*/
}
h1.gill-sans, h2.gill-sans, h3.gill-sans, h4.gill-sans, h5.gill-sans, h6.gill-sans, .gill-sans h1, .gill-sans h2, .gill-sans h3, .gill-sans h4, .gill-sans h5, .gill-sans h6 {
 font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif; /* title */
}
.helvetica-neue p, p.helvetica-neue {
 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; /* paragraph*/
}
h1.helvetica-neue, h2.helvetica-neue, h3.helvetica-neue, h4.helvetica-neue, h5.helvetica-neue, h6.helvetica-neue, .helvetica-neue h1, .helvetica-neue h2, .helvetica-neue h3, .helvetica-neue h4, .helvetica-neue h5, .helvetica-neue h6 {
 font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; /* title */
}
.impact {
 font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; /* p, title */
}
.lucida-sans {
 font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; /* paragraph, title */
}
.tahoma p, p.tahoma {
 font-family: Tahoma, Geneva, Verdana; /* paragraph*/
}
h1.tahoma, h2.tahoma, h3.tahoma, h4.tahoma, h5.tahoma, h6.tahoma, .tahoma h1, .tahoma h2, .tahoma h3, .tahoma h4, .tahoma h5, .tahoma h6 {
 font-family: Tahoma, Verdana, Geneva; /* title */
}
.trebuchet p, p.trebuchet {
 font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif; /* paragraph*/
}
h1.trebuchet, h2.trebuchet, h3.trebuchet, h4.trebuchet, h5.trebuchet, h6.trebuchet, .trebuchet h1, .trebuchet h2, .trebuchet h3, .trebuchet h4, .trebuchet h5, .trebuchet h6 {
 font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; /* title */
}
.verdana p, p.verdana {
 font-family: Verdana, Geneva, Tahoma, sans-serif; /* paragraph*/
}
h1.verdana, h2.verdana, h3.verdana, h4.verdana, h5.verdana, h6.verdana, .verdana h1, .verdana h2, .verdana h3, .verdana h4, .verdana h5, .verdana h6 {
 font-family: Verdana, Tahoma, Geneva, sans-serif; /* title */
}

/* Serif stacks */

p.baskerville, .baskerville p {
 font-family: Baskerville, "Times New Roman", Times, serif; /* paragraph*/
}
h1.baskerville, h2.baskerville, h3.baskerville, h4.baskerville, h5.baskerville, h6.baskerville, .baskerville h1, .baskerville h2, .baskerville h3, .baskerville h4, .baskerville h5, .baskerville h6 {
 font-family: Baskerville, Times, "Times New Roman", serif; /* title */
}
.cambria {
 font-family: Cambria, Georgia, Times, "Times New Roman", serif; /* paragraph, title */
}
.copperplate-light {
 font-family: "Copperplate Light", "Copperplate Gothic Light", serif; /* p, title */
}
p.garamond, .garamond p {
 font-family: Garamond, "Hoefler Text", Times New Roman, Times, serif; /* paragraph*/
}
h1.garamond, h2.garamond, h3.garamond, h4.garamond, h5.garamond, h6.garamond, .garamond h1, .garamond h2, .garamond h3, .garamond h4, .garamond h5, .garamond h6 {
 font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif; /* title */
}
.georgia p, p.georgia {
 font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; /* p*/
}
h1.georgia, h2.georgia, h3.georgia, h4.georgia, h5.georgia, h6.georgia, .georgia h1, .georgia h2, .georgia h3, .georgia h4, .georgia h5, .georgia h6 {
 font-family: Georgia, Times, "Times New Roman", serif; /* title */
}
.palatino p, p.palatino {
 font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif; /* p*/
}
h1.palatino, h2.palatino, h3.palatino, h4.palatino, h5.palatino, h6.palatino, .palatino h1, .palatino h2, .palatino h3, .palatino h4, .palatino h5, .palatino h6 {
 font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif; /* title */
}
.times {
 font-family: Times, "Times New Roman", Georgia, serif; /* paragraph, title */
}

/* Monospace stacks */

.consolas {
 font-family: Consolas, "Lucida Console", Monaco, monospace; /* paragraph, title */
}
.courier-new {
 font-family: "Courier New", Courier, monospace; /* p, title */
}
