/* XHTML tags */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #1E293C;
	background: #4A7AC9;
}
h1 {
	font: bold 15px Verdana, sans-serif;
	color: #BD392B;
}
h2 {
	font: bold 13px Verdana, sans-serif;
	color: #BD392B;
}
img {
	border-left: 4px solid #334B78;
	border-bottom: 4px solid #52A5F2;
	border-top: 1px solid #334B78;
	border-right: 1px solid #52A5F2;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* LINKS styles */
a {
	text-decoration: none;
}
a:link {
	color: #2F5598;
}
a:visited {
	color: #2E577F;
}
a:hover {
	color: #4C78C5;
}
#navigation li a {
	font: bold 12px Verdana, sans-serif;
}
#navigation li a:link {
	color: #2E577F;
}
#navigation li a:hover {
	color: #5280AC;
}
#rightcontent a {
	font-weight: bold;
}	
#rightcontent a:link {	
	color: #C2C2C2
}
#rightcontent a:hover {
	color: #4C78C5;
}
#backlink a {
	font: bold 12px Verdana, sans-serif;
}
#backlink a:link {
	color: #94291F;
}
#backlink a:hover {
	color: #AF372C;
}	
.recentpost a {
	padding-top: 5px;
}
.recentpost a:link {
	color: #406ab5;
}
.recentpost a:hover {
	border-bottom: 15px solid #618DDB;
}
.contenttext p a {
	font-weight: bold;
}
.contenttext p a:link {
	color: #354B78;
}
.contenttext p a:hover {
	color: #436099;
}
.blogcontrols a {
	margin: 0 2px;
	padding: 0 3px;
}
.blogcontrols a:link {
	font-weight: bold;
}
.blogcontrols a:hover {
	background-color: #4C78C5;
	color: #94291F;
}

/* FORM styles */
.leftbox form {
	padding: 0 10px;
}
.leftbox input {
	border: 1px solid #4C78C5;
	color: #945A54;	
}
.leftbox option {
	border: 1px solid #4C78C5;
	border-top: none;
	color: #945A54;	
	background-color: #EBEBEB;
}
.leftbox textarea {
	border: none;
	border: 1px solid #4C78C5;
	color: #945A54;	
}
.contenttext form {
	background: #945A54;
	padding: 10px;
	border: 1px solid #5C211C;
	border-top: 20px solid #5C211C;
}
.contenttext textarea {
	border: none;
	border: 1px solid #4C78C5;
	color: #945A54;	
}
.contenttext  input {
	border: 1px solid #4C78C5;
	color: #945A54;	
}

/* POSITION styles */
#pageall {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	position: relative;
	background: url('pageback.png') repeat-y left top;
}
#masthead {
	position: relative;
	height: 150px;
	background: url('header.jpg') no-repeat left top;
	margin: 0 auto;
	width: 760px;
}
#masthead img {
	display: none;
}	
#rightcontent {
	color: #B8B8B8;
}
.mainnav {
	padding: 126px 0 0 0;
}
#navigation li {
	float: left;
	margin: 2px 7px 0 7px; 
}
#backlink {
	margin: 0;
	padding: 10px 0 5px 229px;
	background-color: #4C78C5;
	height: 25px;
	border-left: 1px solid #121F36;
	border-right: 1px solid #121F36;
	border-bottom: 5px solid #254C90;
display: none;
}
#rightcontent {
	position: absolute;
	top: 10px;
	right: 25px;
}
.leftbox {
	margin: 10px 0 0 0;
	padding: 0;
	width: 217px;
	position: absolute;
	top: 0px;
	left: 1px;
	font: 11px Verdana, Arial, sans-serif;
}
.leftbox h1, .leftbox h2 {
	border-right: 8px solid #253D6B;
	border-bottom: 1px solid #253D6B;
	margin: 10px 15px 8px 0;
	padding:  2px 0 2px 10px;
}
 .leftbox p {
	padding: 0 0 5px 10px;
}
.leftbox p {
	font: 12px Verdana, sans-serif;
}
.leftbox ul li {
	padding: 0px 0px 15px;
	border-bottom: 1px solid #BFBEBE;
	padding: 7px 0 7px 5px;
}
.contentbox {
	margin: 0;
	padding: 0 10px;
	width: 519px;
	float: right;
}
.contentheader h1, .contentheader h2 {
	padding: 10px 15px 8px 0;
}
.contenttext  form p {
	font: bold 12px Verdana, sans-serif;
	color: #152144;
}
.contenttext ul li small {
	font-size: 12px;
}
.contenttext ul li small img {
	margin: 10px 0;
}
#randomblog {
	float: right;
	text-align: center;
}
#randomblog hr, .leftbox hr, .contentbox hr {
	display: none;
}
.recentpost {
	float: left;
	width: 160px;
	height: 160px;
	margin: 3px 3px;
	font: bold 10px Verdana, Arial, sans-serif;	
	color: #1B3057;
}
.contenttext p {
	color: #111B2E;
}
#rssfeed {
    margin: 0 0 0 10px;
	font: bold 12px Verdana, sans-serif;
}
#donate {
	clear: both;
	padding: 20px 0 20px 70px;
}
#footer {
	font-size: 10px;
	color: #BFCCE3;
	background: url('graphics/footer.png') repeat-x left top;
	height: 61px;
	clear: both;
	line-height: 60px;
	text-align: center
}
