/*
Main CSS file for St Margaret's Church Ilford
Copyright (C) St Margaret's Church 2007
By Matthew Dawkins - www.matthewdawkins.co.uk
*/

body {font-family: Arial, san-serif; font-size: 80%; color: #303030; background: #e0e0e0;}
#page {width: 800px; margin: 0 auto; border: 1px solid black; border-left: 8px solid #283AD3; background: white url(../images/core/pageblend.png) repeat-x; background-position: 0 130px;}
#header {height: 130px; background: #5781e8 url(../images/core/header.png) top left no-repeat;}
#footer {background: #5781e8 url(../images/core/footerblend.png) top repeat-x; color: white; height: 40px; padding: 0 20px; clear: both;}
#footer a {color: white;}
#copyright {float: left; line-height: 40px;}
#createdby {float: right; line-height: 40px;}
#menu {width: 230px; float: left;}
#menu ul {margin: 0; padding: 20px;}
#menu ul li {margin: 4px 0; padding: 0; list-style-position: inside; list-style-type: none;}
#menu ul li a {background: #A1BAFF; color: black; text-decoration: none; line-height: 2.4em; padding-left: 30px; display: block; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
#menu ul li a:hover {background: #5781e8; color: white;}
#menu ul li ul {padding: 4px; margin-left: 20px; margin-right: 10px; background: #A8F4B7; display: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;}
/*#menu ul li:hover ul {display: block;}*/
#menu ul li ul li a {background: #A8F4B7; line-height: normal; padding: 6px 0 6px 10px;}
#menu ul li ul li a:hover {background: #5cca6e;}
#menu ul li.WF_openfolder ul {display: block;}
#menu ul li#WF_here a {font-style: italic;}
#menu ul li#WF_here ul a {font-style: normal}
#content {width: 520px; float: right; padding: 0 20px 20px 20px; margin-top: 30px;}
h1, h2, h3 {font-family: Georgia, Garamond, Times, serif;}
h1 {color: #5B77FF; font-weight: normal; font-size: 3em; letter-spacing: -0.04em; padding-top: 0; margin-top: 0;}
h2 {color: #454545; font-weight: normal; letter-spacing: -0.04em; font-size: 1.8em;}
h3 {color: #606060; font-weight: normal; font-size: 1.4em; letter-spacing: -0.02em;}
p, li {}
form {display: block;}
form p {text-align: right;}
form p input, form p textarea {width: 60%; margin-left: 10px; margin-right: 10%; font-family: Helvetica, Arial, san-serif; font-size: 1.2em;}
form p textarea {height: 100px;}
form p img {margin-right: 10%; margin-left: 20px;}