/* @override 
	http://risenking.businesscatalyst.com/css/screen.css
	http://www.risenking.org/css/screen.css
*/

body  {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
	background-color: #dbdee3;
	background-image: url(../images/bg_horiz_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.container-wrap {
	width: 973px; /* was 750 but IE has a 3px bug that throws everything down below sidebar1 - dangit */
	margin: 0 auto;
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

td.photogalleryNavigation {
	display: none;
}
.container {
	padding:1px 0 0 0;
	margin:0;
	}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 200px 0 0 0;
}
.sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px;
	margin: 158px 0 0 0;
	text-align:left;
}
.mainContent {
	margin: 148px 217px 0 214px; /* (was 214) the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 10px; 
	background-color:#EFF0F1;
	background-image: url(../images/bg_horiz_tile_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	z-index:0;
	padding:0;	
	position:relative;
	display:block;
	
	float:none;
	clear:none;
	} 
.contentContainer {
	width:515px;
	padding:10px;
	margin:0;
	display:block;
	position:relative;
	float:left;
	clear:none;
	background:#eff0f1 url(/images/bg_horiz_tile_content.jpg) repeat-x left top;
	overflow:hidden;
	}

/*.mainContentContainer {
	width:520px;
	padding:0;
	margin:0;
	position:relative;
	float:left;
	}*/

.mainCol1, .otherCol1 {
	width:263px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	clear:none;
	position:relative;
	overflow:hidden;
	}
.mainCol2, .otherCol2, .mainCol2b {
	width:203px;
	margin:0;
	padding:0 0 0 10px;
	float:left;
	clear:none;
	position:relative;
	}
.mainCol2b {
	width:210px;
	float:right;
	clear:both;
	z-index:30;
	}
.otherCol1 {
	width:333px;
	}
.otherCol2 {
	width:133px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}






.nav1 ul {
	list-style:none;
	padding:5px 0;
	margin:0;
	background: url(../images/btn_nav1.jpg) no-repeat;
	position:relative;
	width:214px;
	
	display:block;
	z-index:50;
	}
.nav1 ul li {
	list-style:none;
	padding:0;
	margin:0;
	position: relative;
	height:35px;
	
	text-align:center;
	font-family:Helvetica, Arial, san-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:.1em;
	text-transform:uppercase;
	line-height:35px;
	}
.nav1 ul li a {
	text-decoration:none;
	height:35px;
	margin:0;
	padding:0;
	width:214px;
	display:block;
	line-height:35px;
	}
.nav1 ul li a:link, .nav1 ul li a:visited {
	color:#003450;
	}
.nav1 ul li a:hover, .nav1 ul li a:active {
	color:#E9001B;
	}



.nav1 ul li ul {
	/*list-style:none;
	padding:0;
	margin:0;*/
	
	padding:0;
	background: #2b4376 none;
	position: absolute;
	left: 200px;
	top: 3px;
	width:188px;

	display: none;
	}
.nav1 ul li ul li {
	/*list-style:none;
	padding:0;
	margin:0;
	position: relative;
	font-family:Helvetica, Arial, san-serif;
	font-weight:normal;
	text-transform:uppercase;*/
	font-size:12px;
	text-align:left;

	height:25px;
	
	letter-spacing:.05em;

	border: solid 1px #4b6c98;
	border-left-style: none;
	border-right-style: none; 
	}
	
.nav1 ul li ul li a {
	/*text-decoration:none;
	display:block;
	margin:0;*/
	
	height:25px;
	padding-left:8px;
	width:180px;
	line-height:25px;

	color: #fff;
	}
.nav1 ul li ul li a:link, .nav1 ul li ul li a:visited {
	color: #fff;
	}
.nav1 ul li ul li a:hover, .nav1 ul li ul li a:active {
	color:#fff;
	background-color: #4b6c98;	
	}
	

/* Holly Hack. IE Requirement \*/
* html .nav1 ul li { float: left; height: 1%; }
* html .nav1 ul li a { height: 1%; }
/* End */


.nav1 ul li:hover ul, .nav1 ul li.over ul {
	display: block;
	}


	
	
	
	
	
	
	
.nav2 ul {
	list-style:none;
	padding:0 0 0 43px;
	margin:20px 0;
	}
.nav2 ul li {
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:.1em;
	text-transform:uppercase;
	padding:3px 0 0 22px;
	margin:10px 0;
	height:16px;
	display:block;
	}
.nav2 ul li.home {
	background-image: url(/images/btn_back.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}	
.nav2 ul li.contact {
	background-image: url(/images/btn_contact.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}	
.nav2 ul li a:link, .nav2 ul li a:visited {
	text-decoration:none;
	color:#003450;
	}
.nav2 ul li a:hover, .nav2 ul li a:active {
	text-decoration:none;
	color:#E9001B;
	}
	




.address, .credits {
	font-size:10px;
	color:#003450;
	padding: 0 10px 0 45px;
	margin:10px 0;
	line-height:14px;
	}
.address a:link, .credits a:link, .address a:visited, .credits a:visited {
	color:#003450;
	}
.address a:hover, .credits a:hover, .address a:active, .credits a:active {
	text-decoration:none;
	}
.credits {
	font-size:9px;
	}
.mainContent h1, .sidebar2 h1 {
	text-transform:uppercase;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#003450;
	letter-spacing: .1em;
	padding:0;
	margin:0px 0 5px 0;
	clear:left;
	}
.mainContent h1.altHeader {
	display:none;
	}
.mainContent h2 {
	color:#286110;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-top:1px solid #ccc;
	padding:6px 10px 0 0;
	margin:3px 0 0 0;
	clear:left;
	position:relative;
	display:block;
	}
/*.mainContentContainer h2 {this fixes the IE float issue with the h2
	clear:left;
	}

.resourceItem {
	}*/

.mainContent p, .mainContent ol li, .mainContent ul li, .mainContent ol, .mainContent ul, .mainContent table, .mainContent dl {
	font-size:11px;
	line-height:15px;
	color:#003450;
	margin:6px 0 10px;
	}
.mainContent table th, .mainContent table caption {
	display:none;
	}
dl {
	width:223px;
	
	}
dt {
	width:80px;
	float:left;
	padding:9px 0 8px 0;
	margin:0;
	display:block;
	clear:left;
	}
dd {
	width:120px;
	margin:0;
	padding:8px 0 8px 100px;
	margin:0;
	display:block;
	clear:right;
	border-top:1px solid #ccc;
	}
	
	
.mainContent ol li, .mainContent ul li {
	margin:2px 0 4px;
	line-height:11px;
	}
.mainContent a:link, .mainContent a:visited, .sidebar2 a:link, .sidebar2 a:visited {
	color:#844444;
	text-decoration:underline;
	}
.mainContent a:hover, .mainContent a:active, .sidebar2 a:hover, .sidebar2 a:active {
	text-decoration:none;
	}
.mainContent img {
	position:relative;
	}
.mainContent img.arrowbtn {
	border:none;
	margin:0 0 0 2px;
	position:relative;
	top:4px;
	}
.mainContent img.arrow {
	border:none;
	margin:0 5px 0 0;
	float:left;
	}
.mainContent a img.arrow, .mainContent a:link img.arrow, .mainContent a:visited img.arrow {
	text-decoration:none;
	border:none;
	}
	
p.contentLogin {
	display:block;
	position:relative;
	float:right;
	margin:0;
	padding:0px 10px 0px 3px;
	}
p.contentLogin img {
	border:none;
	margin:0 5px 10px 0;
	float:left;
	clear:left;
	}

/*-------------------------Events List------------------------------*/
	
.eventsList {
	width:210px;
	padding:0;
	margin:0 0 10px 0px;
	float:right;
	background-color:#f5f7f8; /* when over white use: E1E4E9 */
	}
.mainCol2b .eventsList {/* just events on homepage style*/
	background-color:#e2e6ea;
	}
.eventsList h1 {
	background-color:#758FA8;
	margin:0;
	padding:6px 3px 5px 3px;
	color:#fff;
	text-align:center;
	font-size:15px;
	}
.eventsList h2 {
	font-size:12px;
	margin:0 10px;
	padding:10px 0 0 0;
	
	color:#286110;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	
	}
.eventsList h2 a:link, .eventsList h2 a:visited {
	color:#286110;
	font-size:12px;
	text-decoration:none;
	}
.eventsList h2 a:hover, .eventsList h2 a:active {
	text-decoration:underline;
	}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#003450;
	margin:0;
	padding:0;
	}
.eventsList p {
	color:#666666;
	font-size:10px;
	padding:0 10px;
	margin:0 0 10px 0;
	}
.eventsList img {
	border:none;
	margin:0 5px 10px 0;
	float:left;
	clear:left;
	}
.eventsList ul {
	padding-left: 10px;
}

.contentHeader {
	margin:0 0 9px 0;
	padding:0;
	border:none;
	}


.testimonyBox {
	width:210px;
	padding:0;
	margin:0 0 10px 0;
	float:right;
	/*background-color:#f5f7f8;  when over white use: E1E4E9 */
	background: #f5f7f8 url(/images/icon_quoteleft.gif) no-repeat 5px 5px;
	}
.testimonyBox h1 {
	display:none;
	}
.testimonyBox p {
	color:#666666;
	font-size:11px;
	padding:0 10px;
	margin:0 0 10px 0;
	line-height:13px;
	}
.testimonyBox p.quote {
	padding: 23px 10px 0 23px;
	}
img.thumb01 {
	border:solid 1px #fff;
	padding:0;
	margin:0 7px 7px 0;
	}
img.fpoVideo {
	border:solid 1px #fff;
	padding:0;
	margin:0 7px 7px 0;
	float:left;
	}
p.staff, p.staffLast {
	/*display:block;*/
	float:left;
	width:120px;
	height:230px;
	padding:0;
	margin:0 8px 10px 0;
	text-align:center;
	/*position:relative;*/
	}
p.staffLast {
	margin-right:0;
	}
p.staff img {
	float:none;
	clear:right;
	/*display:block;*/
	}
img.thumb02 { /*Homepage Pastor Image*/
	float:left;
	padding:0;
	margin:0 8px 4px 0;
	position:relative;
	border: solid 3px #fff;
	}
img.sideAd {
	padding:0;
	margin:0 0 10px 0;
	}
.mainCol2 h3 {
	font-weight:bold;
	font-size:11px;
	border-top:solid 1px #ccc;
	margin-top:10px;
	padding:5px 0 0;
	}
.mainCol2 img {
	position:relative;
	top:3px;
	display:inline;
	float:none;
	padding:0;
	margin:0;
	}
img.thumb03 { /*Resource Thumbnail ------------------------------------------------------------------------------------------------------------------------------------------ */
	float:left;
	padding:0;
	margin:2px 8px 8px 0;
	position:relative;
	border:none;
	}
.mainCol2b p.photos {
	text-align:right;
	}
.mainCol2b p.photos img {
	margin:0 0 8px 0;
	border:none;
	padding:0;
	}	
a.mp3 {
	display:block;
	position:relative;
	background-image:url(/images/icon_audio.gif);
	padding: 0 0 0 20px;
	margin:0;
	background-repeat: no-repeat;
	background-position: left;
	}
a.pdf {
	display:block;
	position:relative;
	background-image:url(/images/icon_pdf.gif);
	padding: 0 0 0 20px;
	margin:0;
	background-repeat: no-repeat;
	background-position: left top;
	}
.footer p {
	font-weight:normal;
	letter-spacing:.1em;
	text-align:center;
	background-color:#738FA8;
	padding:0 10px;
	margin:0 0 10px;
	line-height:20px;
	height:20px;
	float:left;
	position:relative;
	display:block;
	width:515px;
	}
.footer p {
	font-family:Helvetica, Arial, san-serif;
	font-size:10px;
	color:#fff;
}
.footer p a:link, .footer p a:visited {
	text-decoration:none;
	color:#fff;
	}
.footer p a:hover, .footer p a:active {
	text-decoration:none;
	color:#fff;
	}

a.arrow {
	font-family:Helvetica, Arial, san-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:.1em;
	text-transform:uppercase;
	padding:3px 0 0 22px;
	margin:10px 0;
	height:16px;
	display:block;
	background:url(/images/btn_arrow.jpg) no-repeat top left;
	}
div a.arrow:link, div a.arrow:visited {
	text-decoration:none;
	color:#003450;
	}
div a.arrow:hover, div a.arrow:active {
	text-decoration:none;
	color:#E9001B;
	}

div.quoteContainer {
	position:relative;
	padding:0;
	margin:0;
	clear:right;
	display:block;
	}

div.quoteBox {
	margin:0;
	width:440px;
	padding:0;
	text-align:left;
	display:block;
	position:relative;
	float:left;
	}
div.quoteBox p {
	margin:0;
	padding:0;
	color:#000000;
	}
img.quotephoto {
	float:right;
	display:block;
	position:relative;
	}

div.quoteBoxTL {
	background: url(/images/quotebox_left_tl.jpg) top left no-repeat;
	width:100%;
	padding:0 0 0 0;
	margin:0;
	position:relative;
	float:right;
	clear:both;
	}
div.quoteBoxTR {
	background: url(/images/quotebox_left_tr.jpg) top right no-repeat;
	padding:15px 40px 0 17px;
	margin:0;
	position:relative;
	min-height:30px;
	}
div.quoteBoxBL {
	background: url(/images/quotebox_left_bl.jpg) bottom left no-repeat;
	position:relative;
	padding:0;
	margin:0 0 20px 0;
	height:16px;
	float:right;
	clear:both;
	display:block;
	width:100%;
	}
div.quoteBoxBR {
	background: url(/images/quotebox_left_br.jpg) bottom right no-repeat;
	height:16px;
	position:relative;
	clear:both;
	line-height:0px;
	display:block;
	font-size:1px;
	}


div.quoteBoxCol {
	margin-bottom:10px;
	}
div.quoteBoxColT {
	background: url(/images/quotebox_col_t.gif) top left no-repeat;
	width:180px;
	padding:15px 15px 0 15px;
	margin:0;
	position:relative;
	float:right;
	clear:both;
	display:block;
	clear:both;
	display:block;
	}
div.quoteBoxColT p {
	padding:0;
	margin:0;
	}
div.quoteBoxColB {
	padding:0;
	margin:0;
	display:block;
	position:relative;
	clear:both;
	line-height:0px;
	font-size:1px;
	}
.blog-post h2.post-title {
	border: none;
	border-top: solid 1px #ccc;
	padding-top: 10px;
	font-size: 15px;
}

.eventsList .BlogTagCloud {
	padding-left: 10px;
	margin: 5px 0 10px;
}
ol.blogsitesummary {
	padding: 0;
	list-style: none;
	margin: 0;
	width: 290px;
}
ol.blogsitesummary li {
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	border-bottom: solid 1px #ccc;
}
ol.blogsitesummary li a {
	font-size: 1.2em;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}
ol.blogsitesummary li a:link, ol.blogsitesummary li a:visited {
	text-decoration: none;
}
ol.blogsitesummary li a:hover, ol.blogsitesummary li a:visited:hover {
	text-decoration: underline;
}
ol.blogsitesummary span.author {
	font-style: italic;
}

ol.blogsitesummary span.date {
	display: inline;
	padding-left: 5px;
}
div.post-list img {
	max-width: 512px;
}

div.constAd {
	border: 2px solid #fff;
	padding: 0;
	margin: 0 0 10px 0;
}
div.constAd a img, div.constAd img {
	padding: 10;
	margin: 0;
	line-height: 0;
	display: block;
	position: relative;
}

.blog-post .post-details {
	margin: 0;
	padding: 0;
}

.post-body .links {
	padding-top: 10px;
}

#blogPodcastWrapper span.author {
	display: none;
}
