/* CSS Document */

BODY {
background-color:#FFFFFF;
font-family: Verdana, Geneva, sans-serif;
}

hr {
  border: 0;
  height: 1px;
  color: #aaa;
  background-color: #aaa;

}

.doublespacing {
	line-height: 150%;
}

.nodeco {
	text-decoration:none;
}

a:link {
	color: #6666AA;
	text-decoration: none;
}
a:visited {
/*	color: #AA6666; */
	color: #6666AA;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.header {
	color: #630;
	font-weight: bold;
	line-height: 150%;
}

.remark {
	padding-left: 50pt;
	font-size: 13px;
	white-space:normal;
}

.centered {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.px11 {font-size: 11px}
.px12 {font-size: 12px}
.px13 {font-size: 13px}
.px14 {font-size: 14px}
.px16 {font-size: 16px}
.px18 {font-size: 18px}

.mainbox {
    max-width: 800px;
    width: 100%;
	margin-left:auto;
	margin-right:auto;
	
}

.leftbar {
	max-width:180px;
	width:100%;
	vertical-align:top;
	font-size: 13px;
	float:left;
}

table.bordered {
	border: 1px solid #ccc;
	font-size: 13px;
}

table.bordered td {
	border: 1px solid #eee;
}


.nonjcfn {
/*	display:none; */
}

.topbanner img {
    max-width: 800px;
    width: 100%;
    height: auto;
	display:block;
	border: 0px;
	text-align:center;
}

.topbanner {
    max-width: 800px;
    width: 100%;
    height: auto;
	display:block;
	border: 0px;
	text-align:center;
}

.mainspace {
	vertical-align:top;
	text-align:left;
	width:100%;
	float:left;
}

.jtodaysbible {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	max-width:500px;
	width:100%;
	padding-bottom: 10px;
}


.fb-page {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	max-width:500px;
	width:100%;
}

.bottom-links {
	text-align:center;
	margin-top:5px;
}

.vip-banner {
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	max-width:500px; 
	width:100%; 
	clear:both;
}

.vip-banner img {
	margin-top:5px;
	border:none; 
	text-align:center; 
	max-width:500px; 
	width:100%; 
	clear:both;
}

.bottom-jcfn-banner {
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	max-width:468px; 
	width:auto; 
	clear:both;
}

.bottom-jcfn-banner img {
	border:none; 
	text-align:center; 
	max-width:468px; 
	width:auto; 
	clear:both;
}

.sidemenu ul {
	margin-left:auto;
	margin-right:auto;
	max-width:180px;
	width: 100%
	text-align:center;
	border:none;
	background-color:white;
}


.sidemenu ul {
    list-style-type: none;
    padding: 0;
}

.sidemenu ul li {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 2px;
	background-color:#eee;
	text-align:left;
	font-weight:bold;
}

.sidemenu ul li:last-child {
    border-bottom: none
}

.event-cover {
	margin-top:15px; 
	margin-bottom:15px; 
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}



@media (min-width: 840px) {
    .bottom-links, .topmenu {
		 display:none;
    }

	.mainspace {
		max-width:600px;
		margin-left: 10px;
	}

	.mainbox {
		max-width:800px;
		width:100%;
		
	}
	
	.event-cover {
		max-width:600px; 
		width:100%; 
	}
}

@media (max-width: 840px) {
    .leftbar {
		 display:none;
    } 

	.mainbox {
		width:99%;
		margin-right: 15px;
	}

	.event-cover {
		max-width:480px; 
		width:100%; 
	}


}

@media (max-width: 480px) {
    .bottom-jcfn-banner {
		 display:none;
    }

}


