/* thanks bluerobot.com for the CSS centering technique */
body {
	margin: 0px 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-family: verdana, tahoma, arial;
	font-size: 0.8em;
}

img { border: 0px; }

a {
	text-decoration: none;
	color: #2e82c2;
}
a:hover {
	text-decoration: underline;
}
a.white {
    font-weight: strong;
    color: #fff;
}
blockquote {
    background-color: #2e82c2;
    color: #fff;
    padding: 4px 18px 4px 18px;
    margin: 5px 15px 5px 15px;
}
h1 {
	font-weight: normal;
	font-size: 2 em;
	color: #0067b4;
}
h1.orange { color: #F27131; }
h2 {
    color: #F27131;
    font-size: 1.4em;
	font-weight: normal;
   font-family: Garamond;
}
h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: #2e82c2;
}
ul {
	list-style-type: none;
}

.donate_button {
	padding: 4px 0px 4px 8px;
	float: right;
	position: relative;
}
.navlink {
	padding: 0px 1px 0px 1px;
}
.navlinks {
	color: #2e82c2;
	text-align: center;
	margin: 0px;
	font-size: 0.68em;
	/*padding: 10px 0px 10px 0px;
	float: center;
	position: relative;*/
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: center;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.content_float {
	padding: 0px 10px 0px 10px;
	text-align: left;
	float: left;
	position: relative;
}

.content_box {
    position: relative;
    float: left;
    text-align: left;
}
.blurb {
    margin: 0px;
    padding: 0px 6px 0px 0px 0px;
    text-align: justify;
}
#box {
	width: 960px;
	margin: 0px auto;
}
#nav {
	float: left;
	position: relative;
	width: 960px;
}
#body {
	float: left;
	position: relative;
	text-align: left;
}
#footer {
	margin: 10px 0px 0px 0px;
	width: 960px;
	float: left;
	position: relative;
    text-align: center;
}
#photos {
	float: left;
	position: relative;
	margin: 20px 10px;
}
#content_third {
	width:350px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	float: left;
	position: relative;
}
#content_twothirds {
	width: 650;
	padding: 0px 10px 0px 10px;
	text-align: left;
	float: left;
	position: relative;
}
#sidebar_third_right {
	width:240px;
	padding: 10px 0px 0px 20px;
	text-align: left;
	float: left;
	position: relative;
}
#footer_third {
    width:310px;
	text-align: center;
	float: left;
	position: relative;
}
#connect_box {
	width: 154px;
	margin: 20px 0px 20px 00px;
}
#connect_inner {
	padding: 2px;
	border-left: 2px solid #f26722;
	border-right: 2px solid #f26722;
}

/* wordpress overrides */

p.postmetadata {
	margin: 10px 5px 10px 5px;
	padding: 10px;
	background-color: #dbdbdb;
}
