/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.tcenter{
	text-align:center;
}
.clear{
	clear:both;
}
.wrapper{
	width:90%;
	margin:0 auto;
}
#header{
	background:#ffffff;
	padding:24px 0;
}
#navbar{
	float:right;
}
#topsocial{
	float:right;
}
#topsocial ul{
	list-style:none;
}
#topsocial ul li{
	display:inline-block;
	padding:40px 0;
}
#topsocial ul li a{
	color:#1F6036;
	text-decoration:none;
}
#topsocial ul li a:hover{
	color:#000;
}
#topsocial ul li i{
	font-size:22px;
	margin:0 10px;
}
#bishopinfo{
	background:#FFF;
	padding-top:30px;
}
#banners{
	width:100%;
}
#banners .bannerscol{
	width:50%;
}
.bannerimg img{
	width:100%;
}
.bannerlinks ul{
	list-style:none;
	position:absolute;
	margin-top:-60px;
	margin-left:20px;
}
.bannerlinks ul li{
	float:left;
	margin-right:15px;
}

.bannersociallinks ul{
	list-style:none;
	position:absolute;
	margin-top:-120px;
	margin-left:90px;
}
.bannersociallinks ul li{
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
#speciallinks{
	padding:40px
}
#speciallinks ul{
	list-style:none;
}
#speciallinks ul li{
	width:33%;
	display:inline-block;
}
#speciallinks ul li a{
	color:#583f65;
	text-decoration:none;
	font-size:22px;
	font-weight:bold;
}

#upcomingevents{
	background:#ffba00;
}
#upcomingevents img{
	width:100%;
	height:auto;
}
#upcomingevents .eventstitle{
	width:20%;
}
#upcomingevents .eventsblocks{
	width:25%;
}
#upcomingevents .eventsblocks img{
	width:100%;
	height:230px;
}
#upcomingevents .lasteventsblocks{
	width:25%;
	margin-right:5%;
}
#upcomingevents .lasteventsblocks img{
	width:100%;
	height:230px;
}
#upcomingevents p{
	background:#FFF;
	padding:5%;
	width:90%;
	float:left;
	color:#3d0351;
	font-size:18px;
	line-height:24px;
}
#upcomingevents span{
	color:#8f8f8f;
	font-size:16px;
}
#thumbrotator{
	width:100%;
	height:320px;
	float:left;
}
.imgcontent{
	padding:0;
	margin:0;
	width:100%;
}
.imgcontent img{
	width:100%;
	height:auto;
}


#livestream{
	background:#341343;
	padding:60px 40px;
}
#livestream h2 {
  position: relative;
  margin-top: 20px;
  color:#fffff;
  text-transform:uppercase;
  font-size:26px;
}

#livestream h2.one {
  margin-top: 0;
}
#livestream h2.one:before {
  content: "";
  display: block;
  border-top: solid 2px #5f3635;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

#livestream h2.one span {
  background: #341343;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
#livestream h2 .date{
	color:#FFF;
	font-size:54px;
}

#latestsermon{
	padding:40px;
}
#latestsermon h1 {
  position: relative;
  margin-top: 20px;
  color:#5c4369;
  text-transform:uppercase;
  font-size:26px;
}

#latestsermon h1.one {
  margin-top: 0;
}
#latestsermon h1.one:before {
  content: "";
  display: block;
  border-top: solid 4px #d2addf;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

#latestsermon h1.one span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
#latestsermon ul{
	padding-top:40px;
}
#latestsermon li{
	list-style:none;
	width:33%;
	display:inline-block;
}
#latestsermon img{
	float:left;
	margin-right:15px;
}


#latestsermon p{
	color:#6b79af;
	font-size:16px;
	padding:20px 0 10px 0;
}
#latestsermon h3{
	color:#3d0251;
	font-size:18px;
	padding-bottom:20px;
}
#latestsermon a{
	color:#000;
	text-decoration:underline;
	font-size:16px;
}
#latestsermon a:hover{
	color:#000;
	text-decoration:none;
}


#bishopbuttons{
	background:url(../images/bishop-photo.png) no-repeat center;
	height:827px;
}
#bishopbuttons ul{
	background:#711a7e;
	width:50%;
	margin:680px 25% 0 25%;
	border:1px solid #91538f;
	float:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#bishopbuttons li{
	display:inline-block;
	padding:20px;
	font-size:20px;
	border-right:1px solid #764188;
	margin:10px 0;
}
#bishopbuttons li a{
	color:#e0cfe3;
	text-decoration:none;
	text-transform:uppercase;
}
#bishopbuttons li.last{
	border-right:none;
}
#bishopinfo .bishopphoto{
	width:40%;
	margin-right:5%;
}
#bishopinfo .bishopphoto img{
	width:100%;
	height:auto;
}
#bishopinfo .bishopdesc{
	width:45%;
	padding:100px 10% 0 0;
	font-size:26px;
	line-height:42px;
}
#bishopinfo .bishopdesc h3{
	color:#630482;
	padding:20px 0;
}
#blog{
	background:#3dd37d;
}
#blogcontent{
	background:#FFF;
	width:95%;
	margin-right:5%;
}
#blogcontent li{
	list-style:none;
}
#blogcontent li.blogblocks{
	width:25%;
	padding:30px 2%;
	height:190px;
}
#blogcontent li.blogtitle{
	width:13%;
}
#blogcontent li.blogtitle img{
	width:100%;
	height:250px;
}
#blogcontent p{
	float:left;
	display:block;
	padding-bottom:25px;
	color:#7f588c;
	font-size:16px;
	line-height:24px;
}
#blogcontent h3{
	color:#3d0351;
	font-size:22px;
	font-weight:normal;
	padding:10px 0;
}
#blogcontent span{
	color:#777777;
	font-size:16px;
}
#threepoints{
	padding:50px 0;
	color:#1F6036;
	width:100%;
}
#threepoints li{
	width:26%;
	padding:0 3%;
	list-style:none;
	font-size:18px;
	line-height:36px;
}
#threepoints li h3{
	color:#501e68;
	font-size:22px;
	padding-bottom:40px;
	font-weight:500;
	text-transform:uppercase;
}
.allbu{
	background:#004001;
	border:2px solid #FFF;
	padding:10px 15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
}
#map{
	width:100%;
}
#map img{
	width:100%;
	height:auto;
}
#subscribe{
	background:#279a29;
	padding:64px 0;
	font-size:20px;
	color:#bbbbbb;
}
#subscribe input[type=text]{
	padding:12px 11px 11px 11px;
	border:2px solid #FFF;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	margin:0 0 0 10px;
	width:20%;
}
#subscribe input[type=button]{
	background:#004001;
	border:2px solid #FFF;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-transform:uppercase;
	color:#FFF;
	font-size:16px;
	margin-left:-10px;
}
#copyright{
	background:#004001;
	color:#e1d0e7;
	font-size:16px;
}
#copyright ul{
	padding:40px 0;
}
#copyright ul li{
	display:inline-block;
	border-right:1px solid #73248e;
	padding:10px 30px;
}
#copyright ul li a{
	color:#e1d0e7;
	text-decoration:none;
	text-transform:uppercase;
}
#copyright ul li a:hover{
	color:#2d1039;
}
#copyright .ftext{
	line-height:74px;
}



#innerheader{
	width:100%;
	z-index:999;
	position:relative;
}
#innerheader img{
	width:100%;
	height:auto;
}
#innercontent{
	width:100%;
	padding-bottom:60px;
}
#innerleft{
	width:65%;
	margin-right:10%;
	font-size:16px;
}
#innerleft blockquote{
	border-left:10px solid #ffb700;
	padding:0 0 0 30px;
	color:#600080;
	line-height:34px;
	font-weight:700;
	font-size:24px;
	margin-bottom:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#innerleft p{
	padding:10px 0;
}
#innerleft h2{
	color:#3e1650;
	padding:10px;
	font-size:36px;
}
#innerleft h4{
	color:#583668;
	text-transform:uppercase;
	font-size:16px;
	padding:10px;
}
#innerright{
	width:25%;
	margin-top:-80px;
	z-index:9999;
	position:relative;
}
#innerright h2{
	color:#3d0251;
	text-transform:uppercase;
	font-size:32px;
}
.innerblog{
	padding:10px 0;
}
.innerblog ul{
	list-style:none;
}
.innerblog ul li{
	padding:15px 0;
	line-height:20px;
	float:left;
	display:block;
	color:#4b135d;
	width:100%;
}
.innerblog img{
	width:100px;
	height:auto;
	float:left;
	margin-right:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.innerblog h3{
	color:#3d0251;
}
.innerblog span{
	color:#777777;
}
.innerblog a{
	color:#3d0251;
	font-size:12px;
	text-decoration:underline;
}
.innerblog a:hover{
	color:#3d0251;
	font-size:12px;
	text-decoration:none;
}
.innerblog .listenlinks{
	color:#000;
	text-decoration:underline;
}
.innerblog .listenlinks:hover{
	color:#000;
	text-decoration:none;
}
.dotedline{
	padding:30px 0 40px 0;
	display:block;
	float:left;
}
.dotedline img{
	width:200px;
	height:auto;
	float:left;
}
.innerbanners{
	padding:20px 0;
}
.innerbanners img{
	width:100%;
	height:auto;
}

@media only screen and ( min-width:300px) and ( max-width:500px ) {
	#speciallinks{
	padding:0px
}
	#speciallinks ul li{
	width:98%;
	padding:1%;
	display:block;
}
#speciallinks ul li a{
	color:#fff;
	text-decoration:none;
	font-size:22px;
	font-weight:bold;
	width:98%;
	padding:3% 1%;
	display:block;
	background:#004001;
}
#speciallinks ul li a:hover{
	color:#fff;
	background:#000;
}
#upcomingevents .eventstitle{
	width:100%;
}
#upcomingevents .eventsblocks{
	width:100%;
}
#upcomingevents .eventsblocks img{
	width:100%;
	height:auto;
}
#upcomingevents .lasteventsblocks{
	width:100%;
	margin-right:0;
}
#upcomingevents .lasteventsblocks img{
	width:100%;
	height:auto;
}

#livestream{
	padding:60px 20px;
}
#livestream h2.one span {
  padding: 0 10px;
}
#latestsermon li{
	list-style:none;
	width:100%;
	padding:20px 0;
	display:block;
}
#latestsermon img{
	margin-right:0px;
	width:100%;
	margin-bottom:10px;
}

#bishopbuttons ul{
	width:90%;
	margin:680px 5% 0 5%;
}
#bishopbuttons li{
	border-right:0px;
	border-bottom:1px solid #764188;
}

#blogcontent{
	width:100%;
	margin-right:0;
}
#blogcontent li.blogblocks{
	width:96%;
	padding:30px 2%;
	height:190px;
}
#blogcontent li.blogtitle{
	width:100%;
}

#bishopinfo .bishopphoto{
	width:100%;
	margin-right:0%;
}
#bishopinfo .bishopdesc{
	width:92%;
	padding:0 4% 0 4%;
	font-size: 16px;
    line-height:22px;
}

#banners .bannerscol{
	width:100%;
	background:#000;
	padding-bottom:30px;
}
.bannerlinks ul{
	list-style:none;
	position:relative;
	margin-top:0px;
	margin-left:20px;
}
.bannerlinks ul li{
	float:left;
	margin-right:15px;
}
.bannerlinks ul li img{
	width:100%;
	height:auto;
}

.bannersociallinks ul{
	list-style:none;
	position:relative;
	margin-top:20px;
	margin-left:20px;
}
.bannersociallinks ul li{
	float:left;
	margin-right:0px;
	margin-bottom:20px;
	text-align:center;
	width:100%;
}
#threepoints li{
	width:94%;
	padding:5% 3%;
	border-bottom:1px solid #000;
	font-size:14px;
}
#threepoints li h3{
	padding-bottom:10px;

}
#subscribe input[type=text]{
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	margin:20px 0 10px 10px;
	width:80%;
}
#copyright ul li{
	display:inline-block;
	border-right:1px solid #73248e;
	padding:10px;
}
#copyright{
	padding-bottom:20px;
}
#copyright .ftext{
	line-height:22px;
}

#innerleft{
	width:90%;
	margin-right:5%;
	margin-left:5%;
	font-size:16px;
	border-bottom:2px dotted #3d0251;
	padding-bottom:30px;
}
#innerleft h2{
	font-size:26px;
}
#innerleft blockquote{
	line-height:26px;
	font-weight:700;
	font-size:20px;

}
#innerright{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:50px;
	z-index:9999;
	position:relative;
	border-bottom:2px dotted #3d0251;
}
.dotedline img{
	width:50%;
	height:auto;
	float:left;
}
#header img{
	width:60%;
	height:auto;
}
#navbar{
	float:none;
	position:absolute;
	right:0;
	z-index: 99999;
}
#topsocial ul li{
	display:inline-block;
	padding:10px 0;
}
#topsocial ul li a{
	color:#1F6036;
	text-decoration:none;
}
#copyright{
	font-size:12px;
}
}