/*---------- Create a clean slate to work on ----------*/

body, html
{ 
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  font-family: arial,verdana,sans-serif;
  font-size: 100%; /* Note - this gets applied twice! */
}

/*---------- Create a fixed header area ---------------*/

#header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 136px;
  background: #fff url(header.jpg) top center no-repeat;
  font-size: 1px;
  text-indent: -999em; /*Move header text out of sight*/
  overflow: hidden;
  z-index: 3;
}

* html #header /*Hack for IE6 and below*/
{
  position: absolute;
}

/*---------- Create a fixed left hand menu area ----------*/

#menu 
{
  position: fixed;
  top: 136px;
  left: 0;
  bottom: 0;
  width: 10em;
  border-right: 1px solid black;
  padding: 1.5em 0.75em 0 0.75em;
  font-size: 0.9em; /* Note - this affects menu box size */
  color: #000;
  background-color: #72a372;
  vertical-align: top;
  overflow: auto;
  z-index: 2;
}

* html #menu /*Hack for IE6 and below*/
{
  position: absolute;
  border-top: 136px solid #fff;
  top: 0px;
  height: 100%;
  width: 11.5em;
}

/*---------- Style Navigation area ----------*/

#nav ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav li 
{
  display: inline; /*Needed for IE6 and below*/
}

#nav a:link, #nav a:visited, #current
{
  display: block;
  background-color: #ceffce;
  padding: 0.25em 0.25em 0.25em 1em;
  color: #006c00;
  text-decoration: none;
  font-weight: normal;
  border-width: 1px;
  border-color: #fff #444 #444 #fff;
  border-style: solid;
}

#nav a:hover, #nav a:active
{
  border-color: #000 #ccc #ccc #000;
  background-color: #72a372;  
  color: #ceffce;
}

#current
{
 background-color: #72a372;
 color: #fff;
}


#updates
{
  display: block;
  border: 1px solid black;
  background-color: #cfe6cf;
  padding: 0 0.3em 0.1em 0.5em;
  margin-top: 3em;
  color: #000;
  font-size: 0.9em;
  font-style: normal;
}

#updates h4
{
  font-weight: bold;
  color: #990000;
  font-size: 1.1em;
  margin: 0.5em 0 0 0;
}

span.menu_date
{
  font-size: 80%;
}

.accessaid /*Make access aid shortcuts invisible*/
{
  position: absolute;
  height: 0;
  overflow: hidden;
  font-size: 1px;
  text-indent: -999em;

}


/*---------- Create a liquid content area ----------*/

#content
{
  position: absolute;
  top: 136px;
  left: 10.35em;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 0 0.75em 0 1.5em;
  color: black;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  background-color: #fff;
  z-index: 1;
}

* html #content
{
  top: 0;
  left: 0;
  border-top: 136px solid #fff;
  border-left: 10.35em solid #fff;
  height: 100%;
  width: 100%;
}

/*---------- Footer styling ----------*/

#footer
{
  margin: 5em 0 5em 0;
  font-size: 0.8em;
  color: #006400;
  text-align: center;
}


#footer img
{
  margin-top: 1em;
}

#footer a img
{
  background-color: white;
}

/*---------- Global styling ----------*/

h2
{
  font-size: 1.3em;
  text-align: left;
}

h3
{
  font-size: 1.1em;
}

h3.rule_off
{
  padding-top: 1.5em;
  border-top: solid 1px #ccc;
}

img
{
  border: 0;
}

a
{
  color: #006400;
  font-weight: normal;
  text-decoration: underline;
}


a:hover
{
  color: white;
  background-color: #72a372;
}

img.right
{
  border: 0px none ;
  margin: 10px;
  float: right;
}

img.left
{
  border: 0px none ;
  margin: 10px;
  float: left;
}

q
{
  background-color: #cfe6cf;
  font-style: italic;
}


/*---- Page-specific styling (Home)----*/

#disclaimer
{
  font-size: 0.8em;
  color: #006400;
}


/*---- Page-specific styling (Newsletters)----*/

#newsletter img
{
  float: right;
  border: 1px solid black;
  margin: 0 0 0 2em;
}


#newsletter ul
{
  list-style-type: none
}


/*---- Page-specific styling (Councillors)----*/


div.councillors
{
  width: 17em;
  height: 18em;
  float: left;
}

/*---- Page-specific styling (Photo gallery)----*/

#gallery
{
  position:relative;
  width:100%;
  overflow: hidden;
}

#thumbs
{
  width:230px;
  float:left;
}

#thumbs a
{
  display:block;
  float:left;
  margin:0 5px 5px 0;
  width:50px;
  height:50px;
  border:1px solid #000;
}

#thumbs a img
{
  width:50px;
  height:50px;
  border:0;
}

* html #thumbs a img /*---- Hack for < IE6 ----*/
{
  width:48px;
  height:48px;
  display: block;
}

#thumbs a:hover
{
  border-color:#ddd;
  background-color: #fff;
}

#thumbs a:hover img
{
  position:absolute;
  width:auto;
  height:auto;
  left: 250px;
  top:0;
  border:1px solid #333;
}

/*---- Page-specific styling (Photo gallery)----*/

#keylist
{
  list-style-type: none;
}

/*---- Page-specific styling (Terms & Conditions)----*/

dd
{
  margin-bottom: 1em;
}

dt
{
  font-weight: bold;
  margin-bottom: 0.1em;
}

/*---- Page-specific styling (Contact us)----*/

#clerk, #other_contacts
{
  width: 18em;
  padding: 1em;
  border-width: 1px 5px 5px 1px;
  border-color: #aaa;
  border-style: solid;
  margin: 0 0 2em 2em;
  background-color: #cfe6cf;
}

#other_contacts
{
  width:40em;
}

/*---- Page-specific styling (Meetings)----*/

#meetings
{
  border: 1px solid #000;
  margin: 2em 0 0 0;
}



#meetings td, #meetings th
{
  padding: 0.2em 0.5em 0.2em 0.5em;
  background-color: #cfe6cf;
}

#meetings th
{
  padding: 0.5em;
}

/*---- Page-specific styling (Planning)----*/

.planning
{
  border: 1px solid #000;
  margin: 0 0 2em 0;
}

.planning caption
{
  font-weight: bold;
  margin: 0.75em 0 0.75em 0;
  font-size: 90%;
}

.planning td, .planning th
{
  font-size: 80%;
  padding: 0.25em 1em;
  background-color: #cfe6cf;
}

/*---- Page-specific styling (News)----*/

#exhibitions
{
  border: 1px solid #000;
  margin: 0 0 1em 0;
}

#exhibitions td, #exhibitions th
{
  font-size: 80%;
  padding: 0.25em 1em;
  background-color: #cfe6cf;
}

#exhibitions caption
{
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}

/*---- Page-specific styling (Conservation)----*/

#conservation img
{
  float: right;
  margin: 0 0 2em 2em;
}

/*---- Page-specific styling (Parish Map)----*/

#parish_map img
{
  float: right;
  margin: 0 0 2em 2em;
}

/*---- Page-specific styling (Parish Plan)----*/

#parish_plan img
{
  float: left;
  margin: 0 2em 2em 0;
}

/*---- Page-specific styling (Village Hall)----*/

#events
{
  width: 50em;
  padding: 0.5em;
  border-width: 1px 5px 5px 1px;
  border-color: #aaa;
  border-style: solid;
  margin: 2em 0 2em 2em;
  background-color: #cfe6cf;
  font-size: 0.9em;
}

#events h4
{
  font-weight: bold;
  text-align: center;
  color: #990000;
  font-size: 2em;
  margin: 0 0 0 0;
}
 
#events h5
{
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  margin: 0 0 0 0;
}

#event_booking_form
{
  width: 700px;
  padding: 1em;
  border-width: 1px 5px 5px 1px;
  border-color: #aaa;
  border-style: solid;
  margin: 0 0 2em 2em;
  background-color: #cfe6cf;
}
    
#event_booking_form label 
{
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  margin-right: 10px;
  position: relative;
  display: block;
  float: left;
  width: 200px;
}

#event_booking_form fieldset
{
  border-color: #cfe6cf;
  border-style: solid;
}

.hire_charges
{
  border: 1px solid #000;
  margin: 2em 0 0 0;
}

.hire_charges td, .hire_charges th
{
  padding: 0.2em 0.5em 0.2em 0.5em;
  background-color: #cfe6cf;
}

.hire_charges th
{
  padding: 0.5em;
}




