/* $Id: faq.css,v 1.5 2008/02/10 22:31:07 susan Exp $
 *
 * Supplemental stylesheet for Rocky Mtn 1200 FAQ page
 * 
 * Author: Doug Latornell
 * Start Date: 2007-11-24
 * Last Revision $Date: 2008/02/10 22:31:07 $ [UTC]
 * $Revision: 1.5 $
 */

/* This file assumes that it is applied along with the styles defined
 * in base.css.
 */

/* Default styles from docutils project */
@import url(styles/html4css1.css);

/* The styles below are applied to HTML that is generated by docutils
 * via the rstfaq2html() method in the tools/faq_page/FAQLogic.py module.
 */

/* Top of page stuff */
h1#pagetitle {
    font-size: 200%;}
p#lastrevdate {
    font-family: sans-serif;}

/* Hide the contents title that docutils generates */
p.topic-title {
    display: none;}

/* Table of contents is rendered as a generic unsorted list */
ul {
    font-family: sans-serif;}

/* Increase the font size of the section titles in the table of contents
 *
 * Note: These ids have to be adjusted any time questions are added
 * or deleted, or the order of the list is changed.
 */
a#id1, a#id4, a#id12, a#id14, a#id17, a#id19, a#id23, a#id28, a#id40, 
a#id48, a#id50, a#id52, a#id54 {
    font-size: 120%;}

/* Section headings are h1, questions are h2 */
h1 {
    font-size: 120%;}
h2 {
    font-size: 100%;}
/* Unsorted lists within answers */
ul.answer {
    font-family: serif;}

/* end of file */

