/*
CSS for ACAOS site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height:125%;
  padding: 0;
  margin: 0; 
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(backgrounds/header-bg.jpg) repeat-y right;
}

h2 {
  color:navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
  color:navy;
  font-size: large;
  font-weight: normal;
  line-height:100%;
  padding: 0;
  margin: 0;
}

h4 {
  color:navy;
  font-size: medium;
  font-weight: normal;
  line-height:100%;
  padding: 0;
  margin: 0;
}

li {
  font-size: small;
  list-style-type: none;
}

ul {
  margin: 15px;
}

p {
  font-size: small;
  color:navy;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right top;
}

ul  {
  margin-left: 2em; 
  padding-left: 0;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: blue;
  /* background-color: navy; */
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #339999;
  font-family: Georgia; Times; serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 180px;
  height: 484px;
  background: #7da5d8 url(backgrounds/nav-bg.jpg) no-repeat;
}

#navigation, #bodycontent, #header, #banner-right {
  position: absolute;
}

#navigation, #bodycontent, #banner-right {
  top: 107px;
}

#bodycontent {
  left: 200px;
  width: 80%;
  text-align: justify;
  padding-right: 10px;
}

#banner-right {
  left: 805px;
}

#header {
  width: 100%;
  border-top: 3px solid #7da5d8;
}

#extlinks {
    padding-top: 50px;
}

.noborder {
    border: 0;
}

.feature {
  float: right;
  margin-left: 10px;
  border: 0;
}

.facebookicon {
  margin-left: 30px;
  border: 0;
}

.beboicon {
  margin-left: 10px;
  border: 0;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;   
  color: gray; 
}

.galleryphoto {   
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2edff url(backgrounds/td.jpg) repeat-x top;
}

table.memberdocs {
  border-collapse: collapse;
  table-layout: fixed;
  width: 600px;
}

table.memberdocs th, table.memberdocs td {
  padding-left: 20px;
  border: 1px none;
}

table.memberdocs th {
  font-size: x-small;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.memberdocs td {
  font-size: small;
  text-align: center;
}

form.contact fieldset {
  border: 2px solid navy;
  padding: 10px
}  

form.contact legend {
  font-weight: bold;
  font-size: small;
  color: navy;
  padding: 5px;
}	

form.contact {
  padding: 0;
  margin: 0;
  margin-top: -15px;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
  line-height: 150%;
}

#blogpost p {
  margin: 0;
  } 
  
.post {
  font-size: small;
  color:navy;
}

#Character 
{
  position: absolute;
  left: 10px;
  width: 220px;
  font-weight: bold;
}

#Player 
{
  position: absolute;
  left: 230px; 
  width:250px;
}

.makeinline 
{
    display: inline;
}

.addpad
{
    padding: 10px;
}

.removestyling
{
    text-decoration: none;
    color: Navy;
}
