

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

body {
	background: white;
	text-align: justify;
	font-size: 14px;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #790000;
}

h1 {
	letter-spacing: -1px;
	font-size: 123%;
	
}

h2 { font-size: 122%; }

h3 {
	letter-spacing: 2px;
	font-size: 85%;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	margin-top: 1.5px;
}

blockquote {
	padding-left: 2em;
	background: url(images/img06.gif) no-repeat;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat 0 9px;
}

ol {
	margin-left: 2em;
}

a {
	border-bottom: 1px dotted #790000;
	text-decoration: none;
	color: #4E58BE;
}

a:hover {
	border: none;
}

/* Boxed */

.boxed {
	padding-top: 20px;
}

.boxed .title {
	margin: 0 15px;
	padding: 0 0 0 10px;
	background: url(images/img08.gif) no-repeat left center;
	font-size: 100%;
}

.boxed .content {
	padding: 15px;
	border-bottom: 1px solid #790000;
}

.boxed ul li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	font-size: 85%;
}

/* Page */

#page {
	width: 760px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: #000000 url(images/bg-img_1.jpg) repeat-y center top;
}

html>body #page {
	height: auto;
}

#col-one {
	float: left;
	width: 550px;
}

#col-two {
	float: right;
	width: 210px;

}

/* Logo */

#logo {
/*	height: 371px;*/
	background: #790000 /*url(images/r_side_img_1.jpg) no-repeat*/;
}

#logo h1 {
	margin: 0;
	padding: 15px 0 0 13px;
	font-size: 22px;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	color:#000000
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 10px;
	background: url(images/img09.gif) repeat-x left top;
}

#menu li.first {
	background: none;
}

#menu a {
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover b {
	text-decoration: underline;
}

/* Search */

#search {
	padding: 15px;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#search #text1 {
	width: 175px;
	margin-bottom: 10px;
}

/* Featured Post */

#featured-post {
	/*height: 326px;*/
	padding: 15px 20px 30px 20px;
	background: #790000 /*url(images/homepage.gif) no-repeat left bottom;*/
	color: #FFFFFF;
}

#featured-post h1 {
	background: url(images/mini_leaf.gif) no-repeat;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}

#featured-post a {
	color: #FFFFFF;
}

/* Latest Posts */

#latest-posts {
}

.post {
}

.post .title {
	margin: 0 20px;
	padding: 20px 0 0 0;
	background: url(images/mini_leaf.gif) no-repeat right bottom;
	border-bottom: 1px solid #000000;
}

.post .title a {
	border: none;
	color: #29351E;
}

.post .meta {
	margin: 0 20px 20px 20px;
	padding: 10px 0;
	background: url(images/img05.gif) repeat-x left bottom;
	text-transform: none;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.post .meta a {
	color: #999999;
}

.post .story {
	padding: 0 20px 20px 20px;
}

/* Footer */

#footer {
	padding: 20px;
	background: #FFFFFF;
	border-top: 1px solid #790000;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 77%;
	color: #790000;
}

#footer a {
	color: #790000;
}

.donate {margin-top: 1.5em;
text-align:center;
}

.left {float:left; width: 250px; padding-right: 20px;}
.clear {clear:both;}
