body {
	background-repeat: no-repeat;
	background-image: url('http://www.christemple.org/source/bg_full.jpg');
	background-color: #000;
	background-position: top center;
}


h1 {
	padding: 8px 0px 5px 0px; 
	margin: 0px;
	display: inline;
	color: #3B3557; 
	font-size: 20px; 
	text-align: left;
	font-family: trebuchet ms, arial;
}

h2 {
	padding: 8px 0px 0px 0px; 
	margin: 0px;
	display: inline;
	color: #54245B; 
	font-size: 16px; 
	text-align: left;
	font-family: trebuchet ms, arial;
}

h3 {
	padding: 8px 0px 0px 0px; 
	margin: 0px;
	display: inline;
	color: #54245B; 
	font-size: 13px; 
	text-align: left;
	font-family: trebuchet ms, arial;
}

h4 {
	padding: 0px 0px 15px 0px; 
	margin: 0px 0px 15px 0px;
	color: #FFFFFF; 
	font-size: 20px; 
	text-align: left;
	font-family: trebuchet ms, arial;
}

/*   MAIN HEADER AREA   */

.header_area {	
	width: 768px;	
}

.header_link {
	width: 768px; 
	height: 128px; 
	float: left; 
	cursor: hand;
}

.header_message {
	float: left; 
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	padding: 75px 10px 5px 10px;
	line-height: 100%;
}




/*   MAIN FRAME   */
.darkframe {
	background-color: #000000;
}

.mainbody_block {
	clear: both;
	margin: 3px;
}



/*   BREADCRUMBS   */

.breadcrumb, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	font-size: 10px;
	font-family: arial; 
	font-weight: normal;
	color: #808080;
	padding: 0px;
	margin: 0px 5px 15px 0px;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}




/*   CONTENT   */

.content_block {
	padding: 8px 18px 15px 18px; 
	margin: 0px;
	font-family: arial;
	text-align: justify; 
	font-size: 14px;
	line-height: 1.5;
	color: #555555;
}

.content_block p {
	padding: 0px 0px 15px 0px; 
	margin: 0px;
}

.content a:link, .content a:visited, .content a:active {
	color: #717495;
}

.content a:hover {
	color: #4E5063;
}

.content_footer {
	width: 100%; 
	height: 26px; 
	background-image: url('http://www.christemple.org/source/contentblock_footer.jpg'); 
	background-repeat: no-repeat;
}

.content ul {
	list-style-type: square;
	color: #74788F;
}



/*   CONTENT IMAGES   */

.right_framed {
	margin: 15px 0px 15px 15px;
	border: 1px solid #ccc;
	float: right;
}

.left_framed {
	margin: 15px 15px 15px 0px;
	border: 1px solid #ccc;
	float: left;
}

.center_framed {
	margin: 10px 10px 10px 10px;
	padding: 3px;
	border: 1px solid #ccc;
	text-align: center;
}

.right_plain {
	margin: 15px 0px 15px 15px;
	padding: 3px;
	float: right;
}

.left_plain {
	margin: 15px 15px 15px 0px;
	padding: 3px;
	float: left;
}



/*  MAIN NAVIGATION (HORIZONTAL MENU)   */

.suckertreemenu {
background-image: url('http://www.christemple.org/source/mainmenu_bg.jpg'); 
margin: 0px 5px 0px 5px;
padding: 0px;
border: none;
}

.suckertreemenu ul{
font-family: trebuchet ms, arial;
font-weight: bold;
font-size: 13px;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
font-family: trebuchet ms, arial;
margin: 0;
padding: 0;
border: none;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
font-family: trebuchet ms, arial;
font-weight: bold;
font-size: 13px;
display: block;
/* width: 93px; Width of top level menu link items*/
padding: 5px 30px 5px 18px;
margin: 0px;
border: none;
border-left-width: 0;
text-decoration: none;
color: #ffffff;
}

/*1st sub level menu*/
.suckertreemenu ul li ul {
font-family: arial;
font-weight: normal;
font-size: 12px;
position: absolute;
display: block;
visibility: hidden;
border: 1px solid #000000;
padding-bottom: 5px;
background-color: #000;
z-index: 200;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
left: 85;
float: left;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
font-family: arial;
font-weight: normal;
font-size: 12px;
display: block;
width: 150px; /*width of sub menu levels*/
background-color: #000000;
color: #ffffff;
text-decoration: none;
padding: 4px 8px;
margin: 0px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
text-align: left;
float: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 30px; /* no need to change, as true value set by script */
top: 0;
border: 1px solid #000000;
}

.suckertreemenu ul li a:hover {
background-image: none;
background-color: #000000;
}

.suckertreemenu ul li ul li a:hover {
background-color: #222;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}

.suckertreemenu ul li ul li ul li a {
background-color: #222222;
}

.suckertreemenu ul li ul li ul li a:hover {
background-color: #222;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 0em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */




/*   SUB NAVIGATION   */

div.right_column{
	width: 250px;
	margin: 3px;
	font-family: arial;
}

.area_navigation {
}

.addy {
	color: #efefef;
	font-size: 15px;
	text-align: left;
	padding: 10px;
}

div.submenu {
	margin: 3px;
	padding: 0px;
	clear: both;
	float: left;
}
.submenu a:link, .submenu a:visited, .submenu a:active {
	background-color: #222;
	border: 1px solid #111;
	text-align: left;
	float:left;
	text-decoration: none;
	font-size: 13px;
	color: white;
	font-weight: bold;
	padding: 6px 0px 6px 8px;
	margin: 0px;
	width: 237px !important;
	list-style-type: none;
	list-style-position: outside;
}
.submenu ul, .submenu ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 237px !important;
	text-align: left;
	float:left;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
}
.submenu ul li a:link, .submenu ul li a:visited, .submenu ul li a:active {
	background-color: #222 !important;
	border: 1px solid #111;
	text-align: left;
	float:left;
	text-decoration: none;
	font-size: 13px;
	color: white;
	font-weight: bold;
	padding: 6px 0px 6px 8px;
	margin: 0px;
	width: 237px !important;
	list-style-type: none;
	list-style-position: outside;
}
.submenu ul li ul li a:link, .submenu ul li ul li a:visited, .submenu ul li ul li a:active {
	background-color: #111 !important;
	border: 1px solid #000;
	text-align: left;
	float:left;
	text-decoration: none;
	font-size: 13px;
	color: white;
	font-weight: bold;
	padding: 6px 0px 6px 25px;
	margin: 0px;
	width: 220px !important;
	list-style-type: none;
	list-style-position: outside;
}
.submenu ul li a:hover {
	background-color: #333 !important;
	border: 1px solid #444;
}
.submenu ul li ul li a:hover {
	background-color: #1b1b1b !important;
	border: 1px solid #000;
}
.submenu ul li ul li ul li a:hover {
	background-color: #333 !important;
	border: 1px solid #444;
}



/*   BLOCK SEARCH   */

div.site_search {
	width: 245;
	height: 50px;
	margin: 5px;
}

.site_search_field {
	font-size: 16px;
	color: #777;
	background-color: #222;
	border: 3px solid #444;
	padding: 3px 0px 3px 5px;
	margin: 0px 5px 0px 5px;
}

.site_search_button {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}



/*   BLOCK ADBLOCKS   */

.adblock img {
	border: none;
}



/*   BLOCK CONNECT POINT   */

div.connect_points {
	background-image: url('http://www.christemple.org/source/connect_points_bg.jpg');
	background-repeat: no-repeat;
	height: 200px;
}



/*   BLOCK VOTD   */

div.verseoftheday {
	text-align: justify;
	font-family: arial;
	font-size: 12px;
	color: white;
	padding: 70px 15px 15px 15px;
	background-image: url('http://www.christemple.org/source/verseoftheday_bg.jpg');
	background-repeat: no-repeat;
}

.verseoftheday a {
	font-weight: bold;
	color: white;
}




/*   FOOTER   */

.footer {
	font-family: arial;
	font-size: 11px;
	color: #555;
	text-align: center;
}
	
.footer a:link, .footer a:visited, .footer a:active {
	font-family: arial;
	font-size: 11px;
	color: #555;
	text-align: center;
	text-decoration: none;
}

.footer a:hover {
	font-family: arial;
	font-size: 11px;
	color: #777;
	text-align: center;
}

.footer ul {
	list-style: none;
	text-align: center;
                margin: 5px;
}

.footer ul li {
	list-style-position: outside;
	display: inline;
	list-style: none;
	text-align: center;
	margin-right: 30px;
	margin-left: -15px;
}



/*   LINK ICONS   */

a[href ^="mailto:"] {
   padding-right: 18px;
   background: transparent url('http://www.christemple.org/source/icon_mailto.gif') no-repeat center right;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(http://www.christemple.org/source/icon_pdf.gif) no-repeat center right;
}

a[target $='blank'] {
	padding-right: 18px;
	background: transparent url(http://www.christemple.org/source/icon_external.gif) no-repeat center right;
}

a[href ^='http://www.theignited.com'] { 
   padding-right: 15px;
   background: transparent url(http://www.christemple.org/source/icon_ignited.gif) no-repeat center right;
}



/*   MOD RSS OUTPUT   */

.rsstitle{ /*shared class for all title elements in an RSS feed*/
	padding: 60px 15px 0px 15px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
	padding: 2px 15px 20px 15px;
	text-align: justify;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
	display: none;
}



/*   FRONT CALENDAR   */

.frontcalendar {
	width: 245px;
	padding: 5px 0;
}
.main {
	width:100%;
	border-collapse: collapse
}
.month {
	background-color: #111;
	font: bold 12px arial;
	color: #ccc;
	padding: 3px;
}
.daysofweek {
	background-color: #333;
	font: bold 11px arial;
	color: #888;
	padding: 2px;
}
.days {
	background-color: #111;
	font: 12px arial;
	color: #777;
	padding: 1px;
}
.days #today{
	background-color: #000;
	font: bold 12px arial;
	color: #fff;
}



/*   ERROR STYLES   */

.error div {
	width: 500px; background-color: #ffffff; text-align: justify; border: 1px solid #999999; padding: 15px; margin: 15px;
}
.error h1 {
	color: #321856; font-size: 12px; font-family: trebuchet ms, arial; padding: 0px; padding-bottom: 10px; margin: 0px;
}
.error p {
	color: #444444; font: normal 9px arial; padding: 0px; padding-bottom: 10px; margin: 0px;
}
.error a:link, .error a:visited {

	text-decoration: none; color: #321856; border-bottom: 1px dotted #c0c0c0; 
}
.error a:hover, .error a:active {
	text-decoration: none; border-bottom: 1px dotted #321856;
}



/*   EDIT ME STYLES   */

div.editme p{
	font-family: arial;
	font-size: 13px;
	text-align: left;
	color: #777;
	margin: 6px;
}

.editme a {
	color: #ffcc00;
}
.editme a:link, .editme a:visited, .editme a:active {
	color: #ffcc00;
}
.editme a:hover {
	color: #ff9900;
}


/*   IE NAV STYLES   */

.ienavstyle {
background-image: url('http://www.christemple.org/source/mainmenu_bg.jpg'); 
margin: 0px 3px 0px 3px;
padding: 0px;
width: 758px;
height: 25px;
border: none;
}

.ienavstyle ul{
font-family: trebuchet ms, arial;
font-weight: bold;
font-size: 13px;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ienavstyle ul li{
font-family: trebuchet ms, arial;
margin: 0;
padding: 0;
border: none;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ienavstyle ul li a{
font-family: trebuchet ms, arial;
font-weight: bold;
font-size: 13px;
display: block;
padding: 5px 20px 5px 10px;
margin: 0px;
border: none;
border-left-width: 0;
text-decoration: none;
color: #ffffff;
}