/* Begin Structure */

* {
    margin: 0;
    padding: 0; 
}

body {
    margin: 0;
    padding: 0; 
    background-color: #1d2823;
    }

#page {
    margin: 0px auto;
    padding: 0;
    width: 747px;
    height: auto;
    background-color: #030200;
background-image: url("images/white_tile.gif");
    }
    
#header {
    height: 284px;
    width: 730px;
    }

#navigation {
color: black;
position: absolute;
margin: 210px 0 0 265px;
}

#subNav {
color: black;
position: absolute;
margin: 236px 0 0 265px;
}

.story {
	width: 680px;
text-align: left;
padding: 10px 50px;
	height: 100%;

}

#announce {
    padding-left: 22px;
    width: 380px;
	  float: left;
	  text-align: left;

}

#announce p{
font-size: 11px;

}



.supportContent {
	width: 720px;
text-align: left;
margin-top:30px;
	height: 100%;
	background-image: url("images/white_tile.gif");
background-repeat: repeat-y;
}

#contactForm {
    float: left;
    padding: 0 0 0 50px;
    margin: 0;
    width: 210px;
border-right: 1px #efc45c dotted;
	  text-align: left;
}

#donations {
    margin-right: 19px;
margin-top: 15px;
margin-bottom:15px;
    width: 420px;
	  float: right;
	  text-align: left;
}
    
#footer {
    width: 730px;
    height: 30px;
background-image: url("images/footer.gif");
background-repeat: no-repeat;    
clear: both;
    text-align: right;
    background-color: #50412e;
}

#footer p a {
    margin: 0;
    padding: 5px;
    font-size: .8em;
color: white;
background-color: black;
}




/* End Structure */



/* Begin Typography & Colors */

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: black;
    text-align: center;
line-height: 185%;
    }

p {
font-size: 1.2em;
padding-bottom: 10px;
}

p.italic {
	font-style: italic;
}

.intro {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px #a44608 dotted;
}

.storyquote {
border-top: 1px #666 dotted;
border-bottom: 1px #666 dotted;
padding: 10px;
margin-bottom: 10px;
font-size: 1em;

}

.lastEntry {
	margin-top: 15px;
	padding-top: 25px;
	border-top: 1px #00F109 dotted;
}

.name {
	font-style: oblique;
	color: #FFF29F;
}

.date {
	font-size: .95em;
}

#content {
    font-size: 1.2em
    }
  
#footer {
    background-color: #eee;
    }

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    }

h1, h2, h3 {
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    font-weight: normal;
    }

h1 {
    font-size: 2em;
padding-bottom: 10px;
line-height: 90%;
font-family: Georgia, Times, serif;
    }

.description {
    font-size: 1.2em;
    text-align: center;
    }

h2 {
    font-size: 1.3em;
color: #4c6c93;
padding: 5px 0;
    }

h2.pagetitle {
    font-size: 1.6em;
    }

h3 {
    font-size: 1.3em;
    }


.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }
    
.commentlist li {
    font-weight: bold;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }
    
code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

pre {
    font: 1em 'Courier New', Courier, Fixed;
    }


acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    }

a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
    }

a:hover {
    color: #04b30c;
    text-decoration: underline overline;
    }
    
/* End Typography & Colors */



/*  Begin Headers */


.description {
    text-align: center;
    }

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

h2.darker {
	color: #164f1a;
	padding: 1px 5px;
	background-color: white;
	margin: 10px 0;
	width: 230px;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
    }

h3 {
    padding: 0;
    margin: 30px 0 0;
    }

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
    }
/* End Headers */



/* Begin Lists */

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */


#navigation ul {

margin-top:-2px;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: Arial, Verdana, sans-serif;
}

#navigation ul li { display: inline; }

#navigation ul li a {
	padding: 10px 0 0 15px;
	color: black;
	text-decoration: none;
	float: left;
}

#navigation ul li a:hover {
	color: #eeaf52;
}

#subNav ul {

margin-top:-2px;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: Arial, Verdana, sans-serif;
}

#subNav ul li { display: inline; }

#subNav ul li a {
	padding: 10px 0 0 15px;
	color: black;
	text-decoration: none;
	float: left;
}

#subNav ul li a:hover {
	color: #eeaf52;
}

/* End Lists */


/* Begin Images */

img.lined {
	border: 1px black solid;
}

img.people {
height: 200px;
width: 200px;
float:left;
margin-right: 20px;
border-right: 6px #582f33 solid;
border-left: 6px #171e48 solid;
border-bottom: 1px #171e48 solid;
border-top: 1px #582f33 solid;
}
