/* CSS Design by Sue Johnson www.suesdesign.co.uk for Oblong Design Collective www.oblongdesigncollective.org.uk */

/* Print styelsheet*/

/* default values for all html elements */
* { 
margin: 0; 
padding: 0;
}

/*------------------------------------------------------
Typography
------------------------------------------------------*/
body {
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
line-height: 150%;
}

h1, h2, h3 {
color: #425E35;
margin-bottom:20px;
}

h1 {
font-size:2em;
font-family: Georgia, "Times New Roman", Times, serif ;
margin-bottom:20px;
}

h2 {
font-size:1.3em;
font-family:Arial, Helvetica, sans-serif;
}

h3 {
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
}

p, h2, h3 {
margin-bottom:10px;
}

#banner h1 {
font-size:40px;
color: #374F6C;
margin-top:5px;
}

#footer p {
font-size:12px;
}

blockquote {
margin:20px;
}


/*------------------------------------------------------
images and make menu and footer invisible
------------------------------------------------------*/
img {
margin:10px 10px 0 0;
border:0px;
}

#banner img, .notices p, .notices a, .menu {
display:none;
}

