/*	Hope-Project.net styles Copyright 2005
	by Mark Eagleton mark@thebigreason.com http://www.thebigreason.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
	background: url('../img/html_bg.png') repeat-x;
}

body { 
	font: .7em/1.5em Verdana,Helvetica,Arial,sans-serif;
	text-align: center;
	color: #666;
	background: #fff;
	margin: 30px 0 0 0;
}

h1, #bhome h2 {
	font: 2em "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #80CFEA;
}

h3, h2 {
	font: 1.2em "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	color: #C31F3E;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.thumb {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}

address {
	font: 9px/1.5em Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	margin: 10px;
	padding: 5px;
	color: #999;
}

acronym {
	cursor: help;
}

a img {
	border: 0;
}

blockquote {
	font: 1.3em/1.5em Georgia, Times, serif;
	font-style: italic;
	color: #999;
}

dl {
	padding-left: 1em;
}

dt {
	font: 1.2em "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	color: #333;
	margin-top: .5em;
}

dd {
	margin-left: 1em;
}

#mainnav address a {
	padding: 0;
}

#main {
	background: url('../img/body_bg.png') repeat-y center;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url('../img/header_bg.png') no-repeat center;
	padding: 10px 0;
}

#right {
	float: right;
	width: 460px;
	padding-right: 100px;
}

#mainnav {
	font: 1.5em "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	list-style-type: none;
	text-align: right;
	float: left;
	width: 173px;
}

#mainnav li+li {
	border-top: 1px solid #ccc;
}

#mainnav a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

#mainnav a:link, #mainnav a:visited {
	color: #666;
}

#mainnav a:hover {
	color: #C31F3E;
	background: #fff;
}

body#bhome #nhome a:link, body#bhome #nhome a:visited,
body#babout #nabout a:link, body#babout #nabout a:visited,
body#bprojects #nprojects a:link, body#bprojects #nprojects a:visited,
body#bvolunteer #nvolunteer a:link, body#bvolunteer #nvolunteer a:visited,
body#bdonate #ndonate a:link, body#bdonate #ndonate a:visited,
body#bcontact #ncontact a:link, body#bcontact #ncontact a:visited {
	color: #C31F3E;
	background: #fff;
}

#right a:link, #right a:visited {
	color: #333;
}

#right a:hover {
	color: #C31F3E;
}

.attn {
	background: #fff;
	padding: 10px;
	margin: 10px 0 10px -10px;
	border: 1px solid #ccc;
}

.attn h1 {
	margin-top: 0;
}

.attn p {
	margin-bottom: 0;
}

#footer {
	text-align: center;
	background: url('../img/header_bg.png') no-repeat top center #fff;
	clear: both;
	padding-top: 10px;
	color: #999;
}

#footer ul {
	padding: 0;
}

#footer li {
	display: inline;
	margin: 0 .7em;
}

#footer a:link, #footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #C31F3E;
}