﻿/**************************************************************
Nation Of Christ Website
 **************************************************************/
#content {
	position: relative;
	height: auto;
	height: 70%;

}
/**************************************************************
   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;
}
#floatleft {
	float: left;
	border: thin solid #778899;
	height: 515px;
	background-color: #3B5D77;
	width: 180px;
	margin-right: 1px;
	margin-left:2px;
	margin-top: 2px;
	text-align: center;
	color: white;
}
#maincontent {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	width: 580px;
	height: 432px;
	float: left;
}
#floatright {
	float: right;
	border: thin solid #778899;
	height: 432px;
	background-color: #3B5D77;
	width: 180px;
	margin-right: 1px;
	margin-left:1px;
	margin-top: 2px;
	text-align: center;
	color: white;
}

.carrier {
	width: 170px;
	height: 80px;
	text-align:center;
	font-size: 12px;
	font: Calibri;
	margin: 3px;
	padding: 1;
	border:thin solid;
	background: black;
	
}

/**************************************************************
   Footer
 **************************************************************/
#footer {
	clear: both;
	text-align:center;
	width: 776px;
	height: 8em;
	background-color: #e7f1f3;
	margin: 0 auto;
	margin-top: -6em;
	
}

/**************************************************************
   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 */
