/* begin css tabs */

ul#tabnav { /* general settings */
  text-align: right; /* set to left, right or center */
  font: bold 14px verdana, arial, sans-serif; /* set font as desired */
  list-style-type: none;
  margin: 0;
  padding: 2px 0px 0px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li {
  padding: 2px 0; /* Spacing between tabs */
}

body#main li.main a,
body#callouts li.callouts a, 
body#training li.training a, 
body#contacts li.contacts a, 
body#history li.history a, 
body#equipment li.equipment a, 
body#events li.events a, 
body#joining li.joining a, 
body#funding li.funding a, 
body#links li.links a, 
body#gallery li.gallery a { /* settings for selected tab link */
  background-color: #fff; /* set selected tab background color as desired */
  color: #000; /* set selected tab link color as desired */
  position: relative;
  margin-right: -2px; /* Enlarge and shift to override border */
  border-style: inset none inset inset;
}

ul#tabnav li a { /* settings for all tab links */
  padding: 1px 10px 2px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
  border: 2px outset #4863af; /* set border COLOR as desired; usually matches border color specified in #tabnav */
  color: #ffffff; /* set unselected tab link color as desired */
  text-decoration: none;
  border-right: none;
  display: block; /* Expand to full width of container */
  overflow: hidden;
  /* Native rounded corners */
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-topleft: 1em;
}

ul#tabnav a:hover { /* settings for hover effect */
  background: #dd3f2c; /* set desired hover color */
  border-color: #dd3f2c;
}

ul#tabnav li a:active { /* settings for click */
  border-style: inset none inset inset;
}

/* end css tabs */

/* * { border: solid 0.1px; } */

html {
  height: 100%;
}
body {
  font-family: verdana, arial, sans-serif; /* default font */ 
  background: #a2b4b4;
  background-image: url('graphics/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed; /* Not sure about this */
  background-position: bottom;
  height: 100%;
  margin: 0;
}

#container { 
  height: 95%;
  padding: 10px;
  padding-bottom: 0;
}

#leftpane { 
  float: left;
  width: 120px;
  margin: 0;
}

#contents {
  height: 90%;
  background: #fff;
  overflow-y: auto;
  border: 2px inset #4863af; /* set border COLOR as desired; usually matches border color specified in #tabnav */
  padding: 6px;
  margin: 0;
}

#copyright {
  font-size: 8pt;
  color: white;
}

#valid { 
  float: left;
  width: 0;
  margin-top: 10px ;
}

#news_box {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 18em;
  background: #ee4;
  border: 2px outset #4863af;
}
#news_head { 
  background: #4863af;
  color: white;
  cursor: default;
 }
#nonews { 
  font-size: 75%;
  color: #ee4;
  margin-right: 5px;
  padding: 1px;
  float: right;
 }
#shownews a{ 
  float: right;
  padding: 5px;
  color: #ee4;
 }

#news { 
  padding: 5px;
  border: 2px inset #4863af;
 }

#slogan { 
  font-weight: bold;
  color: red;
  padding: 5px;
}

#donate { 
  position: absolute;
  background: #a2b4b4;
  border: 2px outset #4863af;
  border-top: none;
  top: 10px;
  right: 30px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px;
}

#charity { 
  margin: 5px;
  font-size: 8pt;
}

#webmaster { 
  margin: 0;
  font-size: 8pt;
}

#header { 
  height: 30px;
}

dl#contacts_list { 
  margin: 20px auto;
  width: 30em;
}
dl#contacts_list dt { 
  float: left; 
  text-align: right; 
  font-weight: bold; 
  padding: 0 1em 0.75em 0; 
  width: 15em;
} 
dl#contacts_list dd { 
  padding: 0 0 0.75em 0; 
}

iframe { border: solid 1px; }

p { margin: 10px }

.fr { 
  float: right;
  clear: right;
}

.c { 
  text-align: center;
 }

.photolink { 
  background: #666;
  background-image: url('graphics/camera.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  border: 1px solid #4863af;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
}
.photolink a { 
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  min-height: 50px;
}
