@charset "utf-8";

/* www.2ndcuddingtonscouts.org.uk, April 2009 */
/* Copyright 2009 2nd Cuddington (Rowe) Scout Group */
/* 2ndcudd_style.css */
/* author: Simon Digweed */

body {
  background-color: black;
}

.centre {
  position: relative;
  width: 862px;
  margin: 0 auto;
}

/* global text
------------------------------------------------------------------*/

html, body, p, th, td, dd, dt {
  font: 1em Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 { 
  font-size: 0.9em;
  font-weight: bold;
  text-align: justify;
  color: #777777;
}

h2 { 
  font-size: 0.8em; 
  font-weight: normal;
  text-align: justify;
  color: #777777;  
}

h3 { 
  font-size: 0.7em; 
  font-weight: normal;
  text-align: justify;  
  margin-top: 0;
  margin-bottom: 0;
  color: #777777;
}

h7 { 
  font-size: 0.7em; 
  font-weight: normal;
  text-align: justify;  
  margin-top: 0;
  margin-bottom: 0;
  color: red;
}

h4 { 
  font-size: 0.7em;
  font-weight: bold;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  color: #777777;
}

h5 { 
  font-size: 0.7em;
  font-weight: normal;
  text-align: right;
  color: #fff;
}

h6 { 
  font-size: 0.7em; 
  font-weight: normal;
  text-align: justify;  
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}

/* header
------------------------------------------------------------------*/

#login_topbar {
  position: relative;
  height: 23px;
  background-color: black;
}

#header {
  position: relative;
  height: 162px;
  background-image: url('../images/topheader.png');
  background-repeat: no-repeat;
}

/* main containers
------------------------------------------------------------------*/

#main_content {
  position: relative;
  height: 450px;
  background-color: white;
  background-image: url('../images/bg_content.png');
  background-repeat: no-repeat;
} 

#pagecontent_text {
  position: relative;
  top: 40px;
  left: 390px;
  width: 450px;
  height: 370px;
  padding: 0px 5px 0px 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
}

#pagecontent_text_wide {
  position: relative;
  top: 40px;
  left: 120px;
  width: 720px;
  height: 370px;
  padding: 0px 5px 0px 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
}

#pagefooter {
  position: absolute;
  height: 38px;
  width: 862px;
  background-image: url('../images/bg_footer.png');
}

#footer_text {
  position: relative;
  top: 15px;
  left: 10px;
}

#pagetitle {
  position: relative;
  top: 20px;
  left: 390px;
  width: 250px;
}

#pagetitle_wide {
  position: relative;
  top: 20px;
  left: 120px;
  width: 250px;
}

#content_photobg {
  position: absolute;
  top: 170px;
  left: 60px;
  width: 268px;
  height: 212px;
  background-image: url('../images/contentphotobg.gif');
  background-repeat: no-repeat;
}

#content_photo {
  position: relative;
  top: 25px;
  left: 30px;
}

#gallery_plus {
  position: absolute;
  top: 150px;
  left: 170px;
}

/* forms
------------------------------------------------------------------*/

.webform {
  width: 400px;
  font: 11px Arial, Helvetica, sans-serif;
  color: #777;
  background-color: #fff;
}

.webform label {
  display: block;
  width: 300px;
  font-weight: bold;
}

.webform input-box {
  height: 18px;
  width: 250px;
  padding: 4px 3px 2px 3px;
  margin: 2px 0 10px 3px;
  border: 1px solid #ccc;
}

.webform textarea {
  height: 60px;
  width: 250px;
  padding: 4px 3px 2px 3px;
  margin: 2px 0 10px 3px;
  border: 1px solid #ccc;
}

.submit {       
  margin: 2px 0 0 3px;
  background-color: #eee;
  height: 30px;
  width: 80px;
  padding: 0;
  border: 1px solid #ccc;
  display: block;
  color: #666;
}