/*
css for A Globle Future site / web/
*/

body {
font-family: Veranda, hevetica, Arial, sans-serif;
background-color: #cccc99;
line-hight: 125%;
padding: 0;
margin: 0;
}

#tagline p {
font-style: italic;
font-family: Georgia, Times, serif;
background-color: #9999cc;
border-top: 3px solid #b3cc99;
border-bottom: 3px solid #b3cc99;
padding-top: .2em;
padding-bottom: .2em;
padding-left: .8em;
margin: 0;
background: #e6ccff url(tagline-fade2.jpg) repeat-y right bottom;
}

li {
font-size: small;
list-style-type: square;
color: darkgreen;
}

p {
font-size: normal;
color: black;
}

em {
text-transform: uppercase;
}

h1, h2, h3 {
font-family: "Broadway BT", Calibri, Arial, sans-serif;
font-size: x-large;
}

h1 {
font-size: 200%;
color: white;
padding-top: 1.2em;
padding-bottom: .2em;
padding-left: .4em;
margin: 0;
background: #b3cc99 url(sunset.jpg) repeat-y right;
}

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

h3 {
color: black;
font-size: 150%;
font-weight: normal;
padding-bottom: 0px;
}

a {
font-weight: bold;
color: black;
}

a:link {
color: #336699;
}

a:visited {
color: #bb6644;
}

a:hover {
text-decoration: none;
color: white;
background: gray;
}

a:active {
color: aqua;
}

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

blockquote.fun {
font-style: italic;
}

#navigation {
width: 180px;
height: 300px;
background: #586878 no-repeat;
}

#subnav {
width: 180px;
height: 300px;
background: #cccc99;
margin-top: 0px;
margin-left:0px;
padding-top: 10px;
}

#altnav {
width: 50px;
height: 30px;
background: yellow;
margin-top: 0px;
margin-left:600px;
padding-top: 30px;
padding-right: 30px;
}

#header {
border-top: 3px solid #b3cc99;
}

/* 
This section deals with the position of items on the screen. It uses absolute positioning - fixed x and y coordinates measured from the top left corner of the browser's content display. !!! Remember that in this css thatnavigation is representative of navigation.
*/

#navigation, #bodycontent, #header, #subnav, #altnav {
position: absolute;
}

#navigation, #bodycontent {
top: 7.20em;
}

#bodycontent {
left: 200px;
padding-right: 10px;
}

#header {
width: 100%;
}

.dashedborder {
border-width: 1px;
margin-fight: 170px;
}

.feature {
float: right;
margin: 10px;
}

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

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

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

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(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(td.jpg) repeat-x top;
}

table.events caption {
color: #000066;
font-size: small;
text-align: left;
padding-bottom: 5px;
padding-weight: bold;
}

form.contact fieldset {
border: 2px solid brown;
margin-right: 10px;
padding: 10px;
}

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

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

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

form.contact label.fixedwidth {
display: block;
width: 240px;
float: left;
}

form.contact .buttonarea input {
background: #99cccc;
color: brown;
font-weight: bold;
padding: 5px;
border: 1px solid white;
}

form.contact .buttonarea {
text-align: center;
padding: 4px;
border-style: ridge;
border-width: 5px;
border-color: #cccc99;
background-color: #a399aa;
}



