/*
	Author Name	: Theophan
	Author Site	: www.allsaintsofamerica.org/blog
	Style Name	: Redneck Priest
	Style URI	:
	Version		:
	Comments	: Designed for the Priest of
	              All Saints of North America
				  Russian Orthodox Church
*/

#page {
	/* The entire design is contained within the 'page' id */
	 the following is from the HC design, and I assume will be useful:
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	width:778px !important;
	
	}
body {
	background-image: url(bg.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #4E6549;
}
#header {
	/* Contains the H1 and menu */
	margin: 0px;
	padding: 0px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4E6549;
	height: 200px;
	}
h1.blog-title a {
	color:#374733  !important;
	text-indent: 50px;
	position: absolute;
	top: 50px;
	left: 170px;
	padding: 0;
	letter-spacing: 1px;
	}
#header p.description {
	color:black  !important;
	position: absolute;
	top: 87px;
	left: 183px;
	padding: 0;
	letter-spacing: 1px;
	}
ul.menu li a {
	color: black;
	}
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

