/* 
Description: Text format stylesheet for FARMCode.org site
Author: James Diacono (jd@thefarmdigital.com.au)
Date created: 15th of April, 2010
*/
/* General */

body {
    font:1em Tahoma, sans-serif;
    color:#424242;
    }
    
pre {
    font-size:1.2em;
    background-color:White;
    padding:0.4em 1em !important;
    margin-bottom:1em;
    overflow:auto;
    }
    
code {
    font-size:1.3em;
    color:#96210D;
    }
    
#content {
    font-size:0.8em;
    line-height:1.8;
    }
    
#content h1 {
    font-size:3.5em;
    font-family:Courier New, Monospace;
    font-weight:bold;
    margin-bottom:0.2em;
    letter-spacing:-0.05em;
    line-height:1.2;
    }
    
#content h1 a {
    text-decoration:none;
    color:#424242;
    }
    
#content h2 {
    font-size:1.3em;
    }
    
#content h2:before {
    content: "\00BB \0020";
    }
    
#content h3 {
    font-size:1.2em;
    margin-bottom:0.8em;
    font-weight:bold;
    border-bottom:1px dashed #ccc;
    padding-bottom:0;
    line-height:1.3;
    }
    
#content h4 {
    margin-bottom:0.6em;
    font-weight:bold;
    }
    
#content p {
    margin-bottom:1em;
    }
    
#side {
    font-size:0.8em;
    }
    
/* Links */
a {
    color:#1a5823;
    text-decoration:none;
    }
    
a:hover {
    color:#537b59;
    text-decoration:underline;
    }

/* Lists */
ol, ul {
    margin: 0 0 1em 0;
    padding-left: 2em;
}

ol {
    list-style:decimal none outside;
}

ul {
    list-style:disc none outside;
}

ul ul {
    list-style-type:circle;
}

ul ul ul {
    list-style-type:square;
}

dt {
    margin-bottom:-1.3em;
    min-height:1em;
    line-height:1.3em;
    font-weight:bold;
    }
    
dd {
    margin-left:5em;
    margin-bottom:1.7em;
    }
    
/* Classes */

.wai {
    display: none; /*for screen readers only */
}

.finePrint {
    font-size: 0.9em;
}

.finePrint p,
p.finePrint {
    margin: 0 0 0.2em 0;
}


