/*
Fonts CSS for site
by Simon Pollard - Deckchair UK Ltd
http://deckchair.co.uk
*/

/* Font Families */
/*----------------------------------------------------------------------------*/
body, div#content_area form#email_form label span{
    font-family: Verdana, Myriad, Geneva, Lucida-Grande, Helvetica, sans-serif;
}

h2,h3,h4,h5,h6, #nav_sub ul,div#content_area form#email_form label{
    font-family: georgia;
}


/*
{
	font-family: Georgia, Times New Roman, serif;
}
*/

/* Font Sizes */
/*----------------------------------------------------------------------------*/

h1
    {
     font-size: 28px;
    }

h2
    {
     font-size: 24px;
    }

h3
    {
     font-size: 20px;
    }

h4
    {
     font-size: 18px;
    }

h5
    {
     font-size: 16px;
    }

h6, div#nav_sub ul a
    {
     font-size: 14px;
    }

p, em, blockquote, strong, ul, ol, dl, a
    {
     font-size: 12px;
    }
div#content_area form#email_form label i,div#content_area form#email_form label span{
  font-size: 10px;
}



/* FONT COLOURS */
/*----------------------------------------------------------------------------*/

{/* White */
color: #FFF;
}


{/* Black */
color: #000;
}

{/* Grey */
color: #7f7f7f;
}

{/* Grey Blue*/
color: #3f667f;
}

div#nav_sub ul a,div#pagination dl dd a, div#content_area
{/* Menu Grey*/
color: #394241;
}


#nav_main a{ /*Yellow*/
color: #fdd80d;
}

div#content_area form#email_form label span{
color: #ed1c24;
}


/* FONT WEIGHTS */
/*----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, dt, #nav_main a,div#content_area form#email_form label span
{
font-weight: 700;
}

{
font-weight: normal;
}


/* TEXT ALIGNMENT */
/*----------------------------------------------------------------------------*/
{
  text-align: left;
}

{
  text-align: right;
}

{
  text-align: center;
}

{
  text-align: justify;
}


/* TEXT DECORATION */
/*----------------------------------------------------------------------------*/
{
text-decoration: none;
}

/* LINE HEIGHT */
/*----------------------------------------------------------------------------*/
p, em, blockquote, strong, ul, ol, dl,div#nav_sub ul a
    {
     line-height: 18px;
    }

/* STYLE */
/*----------------------------------------------------------------------------*/
div#content_area h2,div#content_area form#email_form label{
    font-style: italic;
}
div#content_area form#email_form label span{
  font-style: normal;
}


/* -9999px */
/*----------------------------------------------------------------------------*/
div#masthead_content a#logo ,div#masthead_content h1
{
display:block;
font-size:0;
line-height:0;
text-indent:-9999px;
}




