/* CSS Document */
/*
#=====================  FONTS  ===============================================
# font-comic.css
# 
# part of the Gemini Two skin for Pmwiki
#============================================================================*/
/*======= Master font sizes =========*/

#content { font-size: 100%; }
#rightbar { font-size: 85%; }
#sidebar { font-size:85%; }
#topnav { font-size:80%;}
#footnav { font-size:80%;}
#pagefooter { font-size:80%; }

/*=============================*/

#content { font-family: "Comic Sans MS", cursive; }
#content h1, h2, h3, h4, h5, h6 { 
		font-style: normal;
		font-weight:600; 
		line-height:1.3em; 
		font-family:"Comic Sans MS", cursive; }
#content h1 { font-size:2em; }
#content h2 { font-size:1.7em; }
#content h3 { font-size:1.5em; }
#content h4 { font-size:1.35em; }
#content h5 { font-size:1.2em; }
#content h6 { font-size:1.0em; font-variant:small-caps;}

#sidebar h1 { font-size:1.1em; }
#sidebar h2 { font-size:1.05em; }
#sidebar h3 { font-size:1em; }
#sidebar h4 { font-size:0.9em; }

#pagegroup, #pagetitle { font-weight:600; }
#pagegroup { font-size:1.2em; font-family: "Comic Sans MS", cursive;}
#pagetitle { font-family: "Comic Sans MS", cursive;
		font-size:2.5em; font-weight:bold; }

#topnav, #rightbar, #footnav, #pagefooter{ font-family:"Comic Sans MS", cursive; } 
#sidebar { font-family:"Comic Sans MS", cursive;}
#rightbar h1 { font-size:1.5em}
