@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-attachment: scroll;
	background-color: #333333;
	background-image: url(images/backstripe.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #000000;
	text-align: center;
	padding: 5px;
}
#nav {
	background-color: #009933;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#videosub {
	background-color: #000000;
	padding: 12px;
	color: #999999;
}
#videosub p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#videosub h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#wrap {
	padding: 5px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#left {
	float: left;
	width: 380px;
}
#left_inside {
	float: left;
	width: 560px;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
#nav a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	background-color: #FFCC33;
}
#video {
	background-color: #0066FF;
	z-index: 100;
	width: 580px;
	top: 0px;
	right: auto;
}
#sidebar {
	float: right;
	width: 580px;
	margin-top: 10px;
}
#sidebar_inside {
	float: right;
	width: 400px;
	margin-top: 370px;
}
#mission {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	width: 382px;
	font-weight: bold;
	padding: 10px;
	opacity: 0.9;
	background-color: #222222;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0px solid #444444;
}
#mission a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#mission a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#donate {
	background-color: #000000;
	background-image: url(images/donate.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	padding: 15px;
	float: left;
	width: 130px;
	height: 110px;
	color: #CCCCCC;
}
#donate h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#donate p {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#donate a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
.blogger-labels {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	color: #999999;
	margin: 0px;
}
#blog h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	color: #999999;
	margin: 0 0 5px 0;
}
#blog h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#blog h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#blog h1 a:link, #blog h1 a:hover, #blog h1 a:visited, #blog h1 a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#blog h2 a:link, #blog h2 a:visited {
	color: #AAA;
}
#blog h2 a:hover {
	color: #FFCC33;
}
#blog p, #blog div {
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #CCC;
}
#blog ul {
	margin: 0 0 0 40px;
}
#blog li {
	list-type: square;
	padding: 0 0 20px 0;
}
#main {
	text-align: center;
	padding: 5px;
}
#left_inside #blog {
	width: 560px;
}
#full #blog {
	width: 980px;
}
#full {
	float: left;
	width: 980px;
}
#blog {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: left;
	width: 380px;
	padding: 10px;
	opacity: 0.9;
	background-color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #444444;
}
#signup {
	background-color: #996633;
	background-image: url(images/signup.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding: 15px;
	float: right;
	width: 370px;
	height: 110px;
	color: #FFFFFF;
}
#links {
	background-color: #006633;
	background-image: url(images/links.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 90px;
	color: #FFFFFF;
}
#links p {
	font-size: 14px;
	padding-bottom: 5px;
}
#links a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#links #two {
	float: left;
	margin-left: 60px;
}
#signup h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#signup p {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#donate a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#photos {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
#signup form {
	padding-top: 15px;
}
#signup input {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#signup a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#signup a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#footer img {
	float: left;
	padding-right: 10px;
}
#links a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#links #one {
	float: left;
}
#links #three {
	float: left;
	margin-left: 60px;
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
#footer #copyright {
	background-color: #009933;
	padding: 15px;
	float: left;
	width: 370px;
	margin-top: -30px;
	margin-bottom: -5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#blog a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#blog a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#videosub a {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#videosub a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#sidebar #previous {
	background-color: #444444;
	padding: 15px;
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
}
#sidebar #previous a, #sidebar #archives a, #twitter a, #twitter2 a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar #previous a:hover, #sidebar #archives a:hover, #twitter a:hover, #twitter2 a:hover {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#twitter {
	background-color: #444444;
	color: #FFFFFF;
	padding: 15px;
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
}
#twitter2 {
	background-color: #444444;
	color: #FFFFFF;
	padding: 15px;
	width: 370px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
}
#sidebar #archives {
	background-color: #444444;
	padding: 15px;
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
}
#sidebar #previous ul, #sidebar #archives ul, #twitter ul, #twitter2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar #previous li, #sidebar #archives li, #twitter li, #twitter2 li {
	margin-bottom: 14px;
}
#sidebar #twitter li {
	margin-bottom: 24px;
}
#sidebar #previous h1, #sidebar #archives h1, #twitter h1, #twitter2 h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mailform #idhihr-idhihr, #mailform #name, #mailform #PostalCode {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	padding: 5px;
}
#mailform input {
	font-size: 16px;
}
#blogheader {
	color: #999999;
	background-color: #444444;
	font-size: 12px;
	width: 150px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
}
#social {
	margin: 14px 0 10px 0;
}
#social ul, #social li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#social a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	margin: 10px 3px 0 0;
	background-color: #000;
}
#social a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	margin: 10px 3px 0 0;
	background-color: #FFCC33;
}
