/* controls background color first loaded on page */
body {
background-color: #466577;
font-family: georgia, "times new roman", serif;
font-size: 100%;
font-style: normal;
line-height: 120%;
color: #000000;
}

/* background image */
.stage {
background-image: url('wye_images/castleLogo.jpg');
background-repeat: no-repeat;
background-color: #aecee7;
position: relative;
width: 90%;
min-width: 1024px;
height: 768px;
margin-left: auto;
margin-right: auto;
border: 1px solid #F4DE21
}

/* editor note */
.ed-note {
position: absolute;
text-align: left; 
left: 40px;
top: 150px;
}

/* rotation link */
.rotation-link {
position: absolute;
text-align: left; 
left: 20px;
top: 25px;
}

/* navigation position start */
.header_nav {
position: absolute;
text-align: left;
font-family: georgia, "times new roman", serif;
font-size: 110%; 
left: 40px;
top: 325px;
width: 225px;
height: 400px;
overflow: auto;
}



/* for the bubba page */
.bubba {
position: absolute;
text-align: left;
left: 70px;
top: 600px;
width: 225px;
height: 325px;
overflow: auto;
}

/* motto position */
.motto {
width:445px;
height: 80px;
margin-bottom: 5px;
background: url('wye_images/motto.gif') no-repeat 0 0;
position: absolute;
top: 25px;
left: 400px; padding-left:7px; padding-right:1px; padding-top:1px; padding-bottom:0px
}

/* officer handbook */
.officer {
width:445px;
height: 40px;
margin-bottom: 5px;
position: absolute;
top: 110px;
left: 400px; padding-left:7px; padding-right:1px; padding-top:1px; padding-bottom:0px
}

/* page title */
.title {
width:445px;
height: 40px;
margin-bottom: 5px;
position: absolute;
top: 110px;
left: 400px; padding-left:7px; padding-right:1px; padding-top:1px; padding-bottom:0px
}

/* content position */
.content {
position: absolute;
right: 30px;
left: 290px;
min-width: 700px;
height: 575px;
top: 150px;
overflow: auto;
padding-right: 25px;
}

/* list sign up information */
.signup {
/*
background-color: #FFFFCC;
border: 1px solid #0066CC;
color: #0066CC;
*/
position: absolute;
bottom: 50px;
right: 50px;
width: 250px;
font-size: 80%;
padding: 5px 10px 10px 10px;
}

/* event quick notes */
.event_headlines {
/*
position: absolute;
top: 500px;
left: 290px;
*/
min-width: 700px;
height: 150px;
}


h3 {
font-family: georgia, "times new roman", serif;
font-size: 110%;
color:#827504;
margin-bottom: 3px;
}


h4, h5 {
padding-top: 1em;
padding-left: 2em;
margin-bottom: 3px;
}


p {
font-size: 95%;
padding-right: 0em;
padding-top: 0em;
}


input.blue {
background-color: #263940;
font-family: georgia, "times new roman", serif;
font-size: 90%;
font-style: normal;
color: #f2f6d5;
}
a img, a object {
border: none;
}
a:link {
color: #827504;
text-decoration:none;
}
a:hover {
color: #00ffff;
text-decoration:none;
}
a:visited
{color: #827504;
text-decoration:none;}
a:active
{color: #ffffff;
text-decoration:none;}

/* copyright notice */
.copyright {
position: relative;
font-family: georgia, "times new roman", serif;
font-size: 7pt;
text-align: center;
line-height: 100%;
color: #F4DE21;
}


/* For the Gallery Page */
div.img
{
  margin: 2px;
  border: 0px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 0px solid #ffffff;
}
div.img a:hover img {border: 0px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

/* for the bubba page menu */
.bubba {
position: absolute;
left: 20px;
width: 250px;
top: 350px;
padding-right: 15px;
}