/* CSS Document */
 
body {
  background:white url(/Img/ScoutsGreyLarge.gif) no-repeat center center fixed ;
  color: black;
  text-align:justify;
}

/* does not work in IE <= v6 - fixed using inline javascript in homepage*/
#homepage #menu ul a { 
  background:white url(/Img/ScoutsGreyLarge.gif) no-repeat center center fixed ;
  opacity:0.7; 
}

#title {
  text-align:center;
  padding-bottom:0px;
  border-bottom:solid black 1px;
  margin-bottom:10px;
}
#title h1 {
  font-family:explorer, serif;
  font-variant:small-caps;
  margin:0;
  padding-top:20px;
}
#title #sitelogo {
  float:left;
  width:200px;
}
#title #sectionlogo {
  float:right;
  width:200px;
}

hr.clear {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}

#footer {
  text-align:center;
  border-top:solid black 1px;
  margin-top:5px;
  padding-top:5px;
  padding-bottom:10px;
}

#footer #modtime {
  float:left;
  text-align:left;
  font-size:xx-small;
}

#footer #stats {
  float:right;
  text-align:right;
  font-size:xx-small;
}

table {
  border: gray solid 1px;
  margin-left:auto;
  margin-right:auto;
}
table td, table th {
  border: gray inset 1px;
  vertical-align:top;
}
table th {
  text-align:center;
}

table.layout, table#loginTable {
  border:none;
}
table.layout td.layout, table.layout th.layout, table#loginTable td{
  border: none;
}

table#gallery {
  border:none;
}
table#gallery td {
  border: none;
  text-align:center;
  vertical-align:bottom;
}
div#nav {
  text-align:center;
  margin-top:10px;
  margin-bottom:5px;
}

.bullet {
  float:left;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:5px;
}

#changelog {
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
}

.programme {
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
}


.contact, .blankcontact {
  width:30%;
  margin-left:2px;
  margin-right:2px;
  margin-top:5px;
  text-align: center;
  padding:5px;
  float:left;
}
.contact {
  border: outset 2px;
}
.contact h3 {
  margin-top:0;
  border-bottom:solid 1px;
}


#links {
  margin:auto;
  text-align:center;
}


.badgelink {
  width:130px;
  height:130px;
  text-align:center;
  float:left;
}

.blockbullet {
  float:left;
}


#homepage #logo {
  float:left;
  margin-top:20%;
  margin-left:5%
}
#homepage #potd {
  text-align:center;
  float:right;
  margin-left:-300px;
}
#homepage #menu {
  float:left;
  margin-top:5%;
  margin-left:10%;
  font-size:130%;
  line-height:140%;
}
#homepage img#captainslog {
  float:right;
  margin-left:-88px;
}
