/*
Main CSS for North Luffenham Site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  background: #99ccff url(background/cloud.jpg);  
  line-height: 125%;
  padding: 0;
  margin: 0;
}
#header p{
  margin: 0;
  padding: 0;
}
#header h1{
  color: #191FFF;
}
#header {
  position: relative;
  top: 0;
  right: 0;
  border-top: 3px solid #e2edff;
  border-bottom: 3px solid #e2edff;
  height: 125px;
  min-width: 1150px;
  width: 100%;
  background: #c4d4ee url(background/header.jpg) repeat-y right center;
}

#mainbody {
 position: absolute;
 width: 100%;
}
#navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 12em;
  padding-bottom: 15em;
  background: #C4D4EE url(background/nav.jpg) no-repeat;
}
#navigation li {
  display: block;
  font-size: small;
  list-style-type: none;
  margin-bottom: 5px;
}
#navigation a:link, #navigation a:visited{
  border-left: solid 0.5em #ffffff;
  border-bottom: solid 1px #ffffff;
  display: block;
  color: navy;
}
#navigation a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}
#navigation a:active {
  text-decoration: none;
  color: aqua;
  background-color: navy;
}
#add {
  position: absolute;
  bottom: 1em;
  right: 5px;
}
#add p{
  font-size: 100%;
  color: navy;
  font-style: italic;
  font-family: Georgia, Times, serif;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 1.8em;
  margin: 0;
}
#bodycontent {
  min-height: 26em;
  margin-left: 13em;
  margin-right: 15px;
  min-width: 25em;
}
#headtext {
  position: relative;
  width: 75%;
  border: solid 2px #ff0000;
  font-size: 150%;
  color: red;
  text-align: center;
  font-weight: bold;
  padding: 2em;
  margin: 2em;
}
#headtext2 {
  position: relative;
  width: 75%;
  border: solid 2px #0000ff;
  color: blue;
  font-size: 150%;
  font-family: "Comic Sans MS";
  text-align: center;
  font-weight: bold;
  padding: 2em;
  margin: 2em;
}
#footer {
  clear: both;
  border-top: solid 1px #0000ff;
  padding-bottom: 1em;
  margin: 2em;
  margin-left: 17em;
  line-height: 1;
  font-size: 80%;
  font-weight: bold;
}
#footer p {
  text-align: right;
}
ul.active {
  position: relative;
  top: -80px;
  left: 10px;
  padding-left: 85px;
  padding-bottom: 0;
  margin-bottom: -120px;
  margin-left: 0;
}
/* headtab used for buttons at top of bodycontent */
.headtab th, .headtab td {
  font-size: small;
  text-align: center;
  font-weight: bold;
  color: navy;
  padding: 5px;
  width: 15em;
}
.headtab a:link, .headtab a:visited{
  display: block;
  border-left: solid 0.5em #ffffff;
  border-bottom: solid 1px #ffffff;
  font-size: small;
  list-style-type: none;
  text-decoration: none;
  width: 14em;
}
.headtab a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}
.feature3 {
  position: relative;
  width: 100px;
  height:  12em;
  float: left;
  margin: 0;
  padding: 15px;
  border-style: none;
}
.feature2 {
  float: left;
  margin: 0;
  padding-right: 2em;
  padding-bottom: 2em;
  border-style: none;
}

.feature {
  float: right;
  margin: 10px;
  border-style: none;
}
object.feature {
  float: right;
  margin: 10px;
}

.leftpic {
  float: left;
  margin: 0px;
}
.indentlist li {
  font-size: small;
  padding-left: 10px;
}
.blockflow {
  float: left;
  min-width: 20em;
  padding: 20px; 
  margin-bottom: 20px; 
  width: 40%;
}
.clearbreak {
  clear: both;
  padding-top: 2.5em;
  margin: 0;
}
.linebreak {
  clear: both;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 150%;
  color: #0004A8;
  line-height: 125%;
  padding-top: .5em;
  padding-bottom: 0.2em;
  padding-left: 6.4em;
  margin: 0;
}
h2 {
  color: #0004A8;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}
h3 {
  clear: left;
}
a {
  font-weight: bold;
  position: relative;
}
a:link {
  color: navy;
}
a:visited {
  color: navy;
}
a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}
a:active {
  color: aqua;
  background-color: navy;
}
a:hover, a:focus, a:active {
  z-index: 1;
}
/* events used for diary table */
table.events th, table.events td {
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
}
table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}
table.events tr:hover {
  background: #e2edff;
}
tr.alt {
  background: #e9e9e9;
}
.tooltip {
  position: absolute;
  text-decoration: none;
  display: block;
  font-size: smaller;
  left: 0;
  top: 1.7em;
  width: 20em;
  background: #ffffff url(background/cutbadge.gif) top left no-repeat;
  color: navy;
  min-height: 54px;
  padding: 5px;
  padding-left: 80px;
}
.textbox {
  text-align: center;
  float: left;
  width: 15em;
  font-family: "Comic Sans MS", sans-serif;
  background: #ffffff;
  padding: 0;
  margin: 1em;
}
.warning {
  font-weight: bold;
  color: red;
}
#warning a:link, #warning a:visited{
  border-left: solid 0.5em #ffffff;
  border-bottom: solid 1px #ffffff;
  display: block;
  color: red;
}

