﻿/**************************************************************
Nation Of Christ Website
 **************************************************************/
#content {
	height: auto;
	width: 780px;
	margin: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 40px;
}
/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/
/* #topbar {
	float: left;
	width: 100%;
	padding: 0.6em 0;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #CFD9DB;
	background: #FFF url(../images/bg/topbar.gif) repeat-x bottom left;*/
}
/**************************************************************
   Top menu and logo
 **************************************************************/
#header {
	clear: both;
	margin: 0 auto;
	width: 776px;
	border-bottom: 2px solid #48525B;
	background-color: #48525B;
}
/**************************************************************
   Header Image/Flash Movie
 **************************************************************/
#headerImg {
	clear: both;
	margin: 0 auto;
	width: 776px;
	height: 143px;
	text-align: center;
}
/**************************************************************
   Top Block Menu
 **************************************************************/
#menu {
	margin: 0 auto;
	width: 776px;
	height: 40px;
}
/**************************************************************
   Page Content
 **************************************************************/
#page {
	clear: both;
	margin: 0 auto;
	width: 776px;
	margin-bottom: 6em;
}
/*#columns {
	margin: 0 auto;
	width: 776px;
}*/
#floatleft {
	float: left;
	border: thin solid #778899;
	height: 605px;
	background-color: #3B5D77;
	width: 180px;
	margin-right: 6px;
	margin-top: 2px;
	text-align: center;
	color: white;
}
#maincontent {
	float: right;
	margin-left: 7px;
	margin-right: 1px;
	margin-top: 2px;
	width: 575px;
	height: 605px;
}
/**************************************************************
   Footer
 **************************************************************/
#footer {
	clear: both;
	text-align:center;
	width: 776px;
	height: 8em;
	background-color: #e7f1f3;
	margin: 0 auto;
	
}

/**************************************************************
   Posts
 **************************************************************/
.post {
	float: left;
	width: 100% !important;
	width: 99%;
	position: relative;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #CCCCCC;
}
.post .date {
	position: absolute;
	top: 0;
	left: 5px;
	width: 2.3em;
	text-align: right;
}
.post .date .month {
	text-transform: uppercase;
	font: 700 1.0em arial, sans-serif;
	color: #888;
}
.post .date .day {
	display: block;
	margin-top: -5px;
	font: 700 2.1em arial, sans-serif;
	color: #888;
}
.post .title {
	display: block;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #586B7A;
}
.post p {
	margin: 0 0 0 3.5em;
	padding: 0 0 1em 1.2em;
	border-left: 1px solid #CCCCCC;
}
/* Updated Sunday 18th March, 2007 */

