body {
	margin: 0;
	padding: 0;
	background: #CCCCCC url(images/bg_top1.gif) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
		min-height: 1000px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 12px  Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.top:link {
	color: #666666;
	font-size:10px;
	text-decoration:none;
}
a.top:visited {
	color: #666666;
	font-size:10px;
}
a.top:hover {
	color: #BF270C;
	font-size:10px;
	text-decoration:underline;
}

small {
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 120px 20px 0px 30px;
	font-size: 20px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 91px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
	clear: both;
	margin: 0 auto;
	width: 800px;
	height: 200px;
	background: url(images/topper.jpg) no-repeat left top;
	margin: 0 auto;
	margin-top: 0px;
}

/* Logo */

#logo {
	float: left;
	margin-top: 30px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	background: url(images/agape_logo.jpg) no-repeat left 50%;
	padding-left: 60px;
	margin-top: 10px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin-top: 21px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 10px 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #4E4E4E;
	letter-spacing: .5px;
}

#menu a:hover {
	background: url(images/arrow_links.jpg) no-repeat center top;
	color: #BF270C;
}

#menu .current_page_item a {
	background: url(images/arrow.png) no-repeat center top;
	margin-top: -1px;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
}

#latest-post {
	float: left;
	width: 700px;
	padding: 0px 50px 0px 50px;
	line-height: 25px;
	font-size: 12px;
}



.post {
}

.post .title {
	margin: 0;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #BF270C;
}


.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;

}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	background: #BF270C;
	color: #FFF;
	font-size: 11px;
	margin-bottom:0px;
	bottom:0px; 
}

#footer p {
	padding: 15px 50px 15px 50px;
	line-height: 12px;
	letter-spacing: 1px;
}

#footer p.legal {
	font-size:9px;
	margin-top: -30px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none
}

#footer a:hover {
	text-decoration: underline; 
}

