/* 
Description: Text format stylesheet for Specifi site
Author: James Diacono (jd@thefarmdigital.com.au)
Date created: 18th of June, 2010
*/

body 
{
    font:70%/1.5 Helvetica, Arial, sans-serif;
    color:#947f5c;
}

p 
{
    margin:0.5em 0 1.6em;
    }

/* Links */
a 
{
    color:#947f5c;
}

a:hover 
{
    color:#705528;
}

a.pdf
{
    text-decoration:none;
    display:block;
}

a.pdf img
{
    vertical-align:middle;
    margin-right:0.2em;
}

/* Headings */
h1 
{
    font-size:1.6em;
    margin-bottom:0.5em;
}

h2 
{
    font-size:1.2em;
    margin-bottom:0.5em;
}

/* Lists */
ol, ul {
    margin: 1.6em 0;
    padding-left: 2em;
}

ol {
    list-style:decimal none outside;
}

ul {
    list-style:disc none outside;
}

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;
}

.downArrow,
.rightArrow
{
    padding-left:24px;
    background-repeat:no-repeat;
    line-height:21px;
}

.downArrow
{
    background-image:url(../images/down_arrow.png);
}

.rightArrow
{
    background-image:url(../images/right_arrow.png);
}
