/* Cyclone and Dust Collection Research Style Sheet 05/21/2013 */


/* Common */

BODY {
    font-family: 'Dutch (scalable)', 'Arial', 'Helvetica', 'sans-serif';
    background-color: #f6f6cc;    /* f0f0cc  ffb */
    color: #800000;            /* 600 */
    margin: auto; /* center page */
    width: 95%;
    max-width: 1260px;/* Keeps layout from getting too wide on a large monitor for better readability. IE6 does not respect this declaration. */
    min-width: 780px;/* Keeps layout from getting too narrow for better readability. IE6 does not respect this declaration. */
    text-align: justify;
    font-weight: normal ;
    font-size: medium ;
    background-position: 0px 0px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
}

P {
    font-size: medium ;
    font-weight: normal ;
    margin: 0px;
    padding: 5px 5px 15px 0px;
    height:
    line-height: 100%;
    line-height: 100%;
}

P.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

li {
    margin: 0px;
    padding: 0px 5px 0px 0px;
    height:
    line-height: 100%;
    line-height: 100%;
}


li p {
    font-size: medium;
    font-weight: normal;
    height:
    line-height: 100%;
    line-height: 100%;
}


TD {
    vertical-align: top;
}

TT, PRE {
    font-family: "Andale Mono", "Courier New", "Courier", monospace;
    /*font-size: small;*/
}

CODE {
    font-family: "Andale Mono", "Courier New", "Courier", monospace;
    /*background-color: #f0f9fc;*/
    white-space: nowrap;
    /*font-size: small;*/
}

IMG {border: 0;}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

A:link    {color: #30c; text-decoration: underline; }
A:visited {color: #306; text-decoration: underline; }
A:hover   {color: #3300FF;text-decoration: none;}
A:active  {color: #FF0000;text-decoration: none;}

/* Custom {{{1
*/

.nav {
    min-height: 12px;
    width: 100%;
    background-color: #fda; /* ec9 fc8 */
    vertical-align: top;
    text-align: center;
    border: 1px solid #500;
}

.navcolumn {
    float: left;
    font-size: medium;
    /* IE doesn't inherit background from .nav container */
    background-color: #fda; /* ec9 fc8 */
    padding: 1em;
    padding-right: 2em;
    vertical-align: top;
}

.main {
    clear: both; /* make IE display body below floating nav */
    background: #fff;
    padding: 3%;
    width: auto;
    max-width: 100%;
    border: 1px solid #500;
    text-align: justify;
    margin: 0em;
}

.footer {
    clear: both; /* make IE display body below floating nav */
    width: 100%;
    max-width: 100%;
    background-color: #ec9; /* fc8 */
    padding: 0%;
    margin-top: 1em; 
    vertical-align: top;
    text-align: center;
    border: 1px solid #500;
}

/* general markup */

.toc {
    font-weight: bold;
    font-size: large;
}

.head1 {
    font-weight: bold;
    font-size: x-large;
    height:
    line-height: 240%;
    line-height: 240%;
}

.head2 {
    font-weight: bold;
    font-size: larger ;
    height:
    line-height: 220%;
    line-height: 220%;
}

.head3 {
    font-weight: bold;
    font-size: large ;
    height:
    line-height: 200%;
    line-height: 200%;
}

.head4 {
    font-weight: bold ;
    font-size: medium ;
    height:
    line-height: 180%;
    line-height: 180%;
}

.normal {
    font-size: normal;
    font-weight: medium ;
    height:
    line-height: 100%;
    line-height: 100%;
}

.nolead {
    margin-top: 0;
}

.lesslead {
    margin-top: -1em;
}

.byline {
    float: right;
    text-align: right;
    margin-top: 0;
    font-size: small;
    font-style: italic;
}

.red {
    color: #f00;
    font-weight: bold;
}

.green {
    color: green;
    font-style:italic;
    font-weight: bold;
}

.indigo {
    color: indigo;
    font-style:italic;
    font-weight: bold;
}

.style1 { 
  font-size: medium ; 
  padding-right: 15px;
}

/* 1}}}
 vim:foldmethod=marker:filetype=css
*/