html, body  {
	margin: 0px;
	background-color:#FFFFE6;
	font-family: Verdana, Arial, sans-serif;
	color:#415581;
	height: 100%;
	}

html {height: 101%; /*Forces scrollbars to always be present in browser to prevent content shift*/
	}

#wrapper {
	width: 100%; /* Holding outermost DIV */
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFE6;
	}

#banner {
	width: 100%; 
	min-height:150px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFE6;
	border-bottom: 2px solid #415581;
	}
	
#povbanner {
	width:50%; /* 500px/1000px */
	vertical-align: bottom;
	float: left;
	text-align: left;
	}

#address {
	width:50%; /* 500px/1000px */
	min-height:150px;
	float: right;
	text-align: right;
	}
#bannerbuttons, #bannerbuttons_southernhills, #bannerbuttons_lawrencecounty {
	margin-top: 20px;
	margin-bottom: 0px;
	vertical-align: bottom;
	}

#bannerbuttons_lawrencecounty {
	margin-top: 0px;
	}

#bannerbuttons a, #bannerbuttons_southernhills a, #bannerbuttons_lawrencecounty a {
	font: 125% /*20/16 */ 'new_ciclegordita';
	font-weight: 900;
	color: #FFFFE6;
	background-color: #415581;
	padding: 7.5px 20px 7.5px 20px;
	border: 1px solid #0A0722;
	display:inline-block;
	margin-right: 3px;
	text-decoration: none;
	-moz-border-radius: 20px 20px 0 0; /* Firefox */
	-webkit-border-radius: 20px 20px 0 0; /* Safari and Chrome */
	-ms-border-radius: 20px 20px 0 0; /* IE */
	border-radius: 20px 20px 0 0; /* W3C */
	-moz-box-shadow: 0px -3px 5px #0D3D3F; /* Firefox */
	-webkit-box-shadow: 0px -3px 5px #0D3D3F; /* Safari and Chrome */
	-ms-box-shadow: 0px -3px 5px #0D3D3F; /* IE */
	box-shadow: 0px -3px 5px #0D3D3F; /* W3C */
	}

#bannerbuttons a:last-child, #bannerbuttons_southernhills a:last-child, #bannerbuttons_lawrencecounty a:last-child {
	margin: 0px 5px 0px 0px;
	}

#search {
	min-height:39px;
	/*Login to admin console for Programmable Search Engine to update colors etc.*/
	}

#banneraddress, #bannerparish {
	min-height:57px;
	}

#addressleft p, #addressright p {
	font-family: "Trebuchet MS",Arial,san-serif;
	font-size: 87.5%; /* 14/16 */
	font-weight: bold;
	text-align: right;
	color: #415581;
	}

#addressleft {
	width: 50%;
	float: left;
	}

#addressright {
	width: 50%;
	float: right;
	}

#menu {
	width:100%;
	min-height:35px;
	border-bottom: 2px solid #415581;
	background-color: #415581;
	float: left; /*Fixes menu offset in Firefox*/
	}

#maincontentfullwidth , #news {
	width: 100%;
	vertical-align: top;
	background-color: #FFFFE6;
	}

/*Two column formatting*/
#maincontentright, #povmission {
	width: 73%; /* 730px/1000px; */
	float: right;
	border-left: 1px solid #415581;
	vertical-align: top;
	background-color: #FFFFE6;
	}

#maincontentleft {
	width: 73%; /* 730px/1000px; */
	float: left;
	border-right: 1px solid #415581;
	vertical-align: top;
	background-color: #FFFFE6;
	}

#mainsubcontentwideleft, #mainsubcontentwideright {
	width: 60%; /* 420px/700px */
	background-color: #FFFFE6;
	vertical-align: top;
	}

#mainsubcontentwideleft {
	float: left;
	}

#mainsubcontentwideright {
	float: right;
	}

#mainsubcontentnarrowleft, #mainsubcontentnarrowright {
	width: 40%; /* 280px/700px */
	background-color: #FFFFE6;
	vertical-align: top;
	}

#mainsubcontentnarrowleft {
	float: left;
	}

#mainsubcontentnarrowright {
	float: right;
	}

#mainsubcontentequalleft, #mainsubcontentequalright {
	width: 50%; /* 350px/700px */
	background-color: #FFFFE6;
	vertical-align: top;
	}

#mainsubcontentequalleft {
	float: left;
	}

#mainsubcontentequalright {
	float: right;
	}
	
#maincontenttwocolumn {
	width: 100%;
	vertical-align: top;
	background-color: #FFFFE6;
	}

#maincontenttwocolumn  section {
	-moz-column-width: 350px; /* Firefox */
	-webkit-column-width: 350px; /* Safari and Chrome */
	-ms-column-width: 350px; /* IE */
	column-width: 350px; /*W3C*/
	-moz-column-gap: 10px; /* Firefox */
	-webkit-column-gap: 10px; /* Safari and Chrome */
	-ms-column-gap: 10px; /* IE */
	column-gap: 10px; /*W3C*/
	}

/*Three column formatting*/
#maincontentthreecolumn {
	width: 100%;
	vertical-align: top;
	background-color: #FFFFE6;
	}
	
#maincontentthreeleft, #maincontentthreecenter, #maincontentthreeright {
	width: 33.33333333%; /* 333px/1000px */
	background-color: #FFFFE6;
	vertical-align: top;
	float:left;
	}

#maincontentthreeclear {
	clear:both;
	}

/*Four column formatting*/
#maincontentfourcolumn {
	width: 100%;
	vertical-align: top;
	background-color: #FFFFE6;
	}

#maincontentfourcolumn  section {
	-moz-column-width: 230px; /* Firefox */
	-webkit-column-width: 230px; /* Safari and Chrome */
	-ms-column-width: 230px; /* IE */
	column-width: 230px; /*W3C*/
	-moz-column-gap: 10px; /* Firefox */
	-webkit-column-gap: 10px; /* Safari and Chrome */
	-ms-column-gap: 10px; /* IE */
	column-gap: 10px; /*W3C*/
	}

#maincontentfourcolumn ul.upperlist li, #maincontentfourcolumn ul.lowerlist li, ul.upperlist li, ul.lowerlist li {
	list-style-type: none;
	}

#maincontentfourcolumn ul.upperlist li, ul.upperlist li {
	-moz-page-break-inside:avoid; /* Firefox */	
	-webkit-page-break-inside:avoid; /* Safari and Chrome */
	-ms-page-break-inside:avoid; /* IE */
	page-break-inside:avoid; /* W3C Not perfect, but working*/
	font-family: 'new_ciclegordita';
	line-height: 100%;
	font-weight: bold;
	font-size: 112.5%; /*18/16*/
	color: #415581;
	}

#maincontentfourcolumn ul.lowerlist li, ul.lowerlist li {
	font-family: 'new_ciclefina';
	line-height: 150%;
	font-weight: normal;
	font-size: 100%; /*inherits 16/14*/
	color: #415581;
	margin-left: -25px;
	}

/*Sidebar formatting*/
#sidebarleft {
	width: 27%; /* 270px/1000px */
	height: 100%;
	margin-right: -2px;
	float: left;
	border-right: 1px solid #415581;
	background-color: #D6E7FF;
	}
	
#sidebarright {
	width: 27%; /* 270px/1000px */
	margin-left: -2px;
	float: right;
	border-left: 1px solid #415581;
	background-color: #FFFFE6;
	}
	
/*Spacer formatting*/	
#spacer, #spacer-narrow, #spacercopyright, #hiddenspacer {
	width:100%;
	min-height:20px;
	background-color: #415581;
	clear: both;
	border-top: 1px solid #415581;
	border-bottom: 1px solid #415581;
	}
	
#spacer-narrow {
	min-height:3px;
	}
	
#hiddenspacer{
	min-height:25px;
	}
	
/*Copyright footer section*/
#copyright {
	width: 78%; /* 780/1000 */
	margin-left: 4px;
	float: left;
	text-align: left;
	
	font-size: 75%; /*12/16 */
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFE6;
	}

#errorreporting {
	width: 20%; /* 200/1000 */
	margin-right: 4px;
	float: right;
	text-align: right;
	font-size: 75%; /*12/16 */
	font-family: "Trebuchet MS",Arial,san-serif;
	color:#17104D;
	}

#errorreporting  img{
	vertical-align:text-top;
	}

#errorreporting a {
	color:#17104D;
	}

/*Text for small screen to return to top of page*/
#hiddenspacer {
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 100%; /*16/16 */
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #17104D;
	color: #FFFFE6;
	border-left: 2px solid #415581;
	border-right: 2px solid #415581;
	}

/*Hides small screen menu*/
#hiddenspacer {
  display: none;
}

/*Image formatting*/
img {
	max-width: 100%;
	}

#sidebarleft img, #sidebarright img {
	margin-bottom: -5px;
	}

#sidebarright img, #sidebarleft img, #homeprayer img {
	border: none;
	}

/*Centering*/
#center {
	margin: 0 auto;
	}

/*Home Page povmission formatting*/	
#povmission {
	vertical-align: top;
	background-color: #7D6549;
	background-image: url(images/backgrounds/sunset.jpg);
	background-repeat: no-repeat;

	/*width: 630px; /*IE fix */
	height: 284px;
	}

/*Home Page news and FeedBurner formatting*/	
/*#news  div {
	background-color: #E9EEC4;
	}
*/
#highlightnews li, div.feedburner li {
	font-size: 13px;
	}

div.feedburner span.feedburner ul li{
	margin: 12px 0 0 0;
	}

/*Home Page prayer formatting*/
#prayer {
    display:block;/*Sets div height*/
    width:100%;
	padding-top: 10px;
	padding-bottom: 5px;
    /*overflow:scroll;*/
    }
	
#prayer div{
    clear:both;
    }

/*ACCORDION*/
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #FFFFE6;
    color: #101461;
    cursor: pointer;
    padding: 8px 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #415581;
    color: #FFFFE6;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: #E7F3FF;
	font-family: 'new_ciclegordita';
	font-size: 112.5%; /*18/16*/
    display: none;
    overflow: hidden;
} 

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #FFFFE6;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/*SLIDESHOW*/
/*Slideshow formatting*/
* {box-sizing:border-box}

/* Slideshow container */ /*Slideshow formatting*/
.slideshow-container {
  max-width: 450px;
  position: relative;
  float: right;
  margin: auto;
  margin-top: 5px;
  margin-right: 10px;
}

/* Hide the images by default */ /*Slideshow formatting*/
.mySlides {
    display: none;
}

/* Next & previous buttons */ /*Slideshow formatting*/
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "previous button" to the left */  /*Slideshow formatting*/
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */  /*Slideshow formatting*/
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */  /*Slideshow formatting*/
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */  /*Slideshow formatting*/
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */  /*Slideshow formatting*/
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */  /*Slideshow formatting*/
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */  /*Slideshow formatting*/
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
	
/*FONTFAMILY*/
/*@font-family settings*/
@font-face {
    font-family: 'new_ciclefina';
    src: url('fonts/New-Cicle/New_Cicle_Fina-webfont.eot');
    src: url('fonts/New-Cicle/New_Cicle_Fina-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/New-Cicle/New_Cicle_Fina-webfont.woff') format('woff'),
         url('fonts/New-Cicle/New_Cicle_Fina-webfont.ttf') format('truetype'),
         url('fonts/New-Cicle/New_Cicle_Fina-webfont.svg#new_ciclefina') format('svg');
    font-weight: 500;
    font-style: normal;
	}

@font-face {
    font-family: 'new_ciclegordita';
    src: url('fonts/New-Cicle/New_Cicle_Gordita-webfont.eot');
    src: url('fonts/New-Cicle/New_Cicle_Gordita-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/New-Cicle/New_Cicle_Gordita-webfont.woff') format('woff'),
         url('fonts/New-Cicle/New_Cicle_Gordita-webfont.ttf') format('truetype'),
         url('fonts/New-Cicle/New_Cicle_Gordita-webfont.svg#new_ciclegordita') format('svg');
    font-weight: 800;
    font-style: normal;
	}

/*Paragraph formatting*/
#povmission p {
	font-family: "Century Schoolbook","Cambria",cursive;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #415581;
	/*color:#FFFFE6;*/
	margin-top: 22px;
	margin-right: 10px;
	}

p {
	margin-left: 6px;
	padding-right: 4px;
	color: #000000;
	}
	
p.announce {
	text-align: center;
	font-size: 20px;
	font-family: Tahoma, san-serif;
	font-weight: bold;
	}

p.alert {
	color: #BC001D;
	font-family: Verdana,Arial,san-serif;
	font-size: 14px;
	}

p.blue, p.blueheading, p.blueleft, p.bluelist, p.bluesidebar, p.reporting, p.small, li, ol {
	color: #415581;
	font-family: Verdana,Arial,san-serif;
	font-size: 14px;
	}

p.blueleft, p.bluelist, p.brownleft, p.reporting {
	text-align: left;
	}

p.blue {
	text-align: center;
	}

p.blueheading {
	text-align: center;
	font-weight: bold;
	}

p.bluesidebar {
	text-align: center;
	font-size: 13px;
	}

p.churchheading {
	color: #415581;
	font-family: 'new_ciclegordita';
	font-size: 112.5%; /*18/16*/
	}

 p.churchinfo {
	color: #415581;
	font-family: 'new_ciclefina';
	font-size: 100%; /*16/16*/
	}

p.reporting {
	border-style: double; 
	/*border-color: #BC001D;*/
	border-color: red;
	padding: 8px;
	}

p.small {
	text-align: right;
	font-size: 10px;
	}

ul, ol {
	line-height: 150%;
	text-align: left;
	}

ol {
	list-style-image: url('none');
	}

ul li {
	text-align: left;
	}

li {
	line-height:1.4em;
	padding-right: 4px;
	}

li.small {
	font-size: 11px;
	}

	
/*Horizontal rule formatting*/
hr {
	margin: 0px 4px 8px 4px;
	padding-right: 8px;
	border-left: 6px solid #101461;
	border-right: 6px solid #101461;
	background-color: #750000;
	}

hr.bluebar {
	height: 4px;
	padding: 2px;
	border-left: 6px solid #3E382F;
	border-right: 6px solid #3E382F;
	/*color: #750000;*/
	background-color: #750000;
}

/*Header formatting*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px 4px 8px 4px;
	padding-right: 8px;
	font-family: "Trebuchet MS", Arial, san-serif;
	}

h1 {
	font-size: 175%; /*28/16 */
	color: #415581;
	text-align: center;
	padding: 2px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	}

h2 {
	font-size: 18px;
	color: #566B89;
	text-align: left;
	padding: 3px;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	text-align: center;
	}

h3 {
	font-size: 18px;
	color: #415581;
	text-align: left;
	padding: 2px 5px;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	border-bottom: 1px solid #415581;
	}

h4 {
	font-size: 125%; /*20/16 */
	color: #415581;
	text-align: center;
	padding: 2px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	}

h5 {
	font-size: 18px;
	color: #415581;
	text-align: left;
	padding: 2px 5px;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	border-bottom: 1px solid #415581;
	}

h6 {
	font-size: 18px;
	color: #BC001D;
	text-align: left;
	padding: 2px 5px;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	border-bottom: 1px solid #BC001D;
	}

div.centered {
	text-align: center;
}	

/*Link formatting*/
a:link {
	text-decoration: none;
	color: #2D73B9;
	background-color: transparent;
	}
	
a:visited {
	text-decoration: none;
	color: #2D73B9;
	background-color: transparent;
	} 

a:hover {
	text-decoration: underline;
	color: #8597BC;
	}

a:active {
	text-decoration: underline;
	color: #8597BC;
	}

a img {
	border: none;
	}

.sidebarleft a:link, .sidebarleft a:visited, .sidebarleft a:active {
	color: #566B89;
	}

p.brownleft a:link, p.brownleft a:visited, p.brownleft a:active {
	color: #412700;
	}

#errorreporting  a:link , #errorreporting  a:visited, #errorreporting  a:active {
	color: #FFFFE6;
	text-decoration: none;
	}
	
/* On smaller screens, decrease text size */ /*Slideshow formatting*/
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*Settings for 1024px max-width*/
@media screen and (min-width: 801px) and (max-width: 1024px) {
	#povbanner {
		width:100%;
		clear: both;
		float: none;
		}

	#address {
		width:100%;
		clear: both;
		float: none;
		border-bottom: 2px solid #415581;
		}

	#addressleft {
		width: 25%;
		float:right;
		}

	#addressright {
		width: 25%;
		float: right;
		}
	
	#maincontentleft, #maincontentright, #povmission  {
		width: 100%;
		clear: both;
		}

	#sidebarleft, #sidebarright {
		width: 100%;
		clear: both;
		}
	
	#sidebarleft img, #sidebarright img {
		max-width: 75%;
		}
	
	#copyright {
		width: 70%;
		clear: both;
		}
		
	#errorreporting {
		width: 20%;
		clear: both;
		}
	}
	
/*Settings for 800px max-width*/
@media screen and (min-width: 601px) and (max-width: 800px) {
	#povbanner {
		width:100%;
		clear: both;
		float: none;
		}

	#address {
		width:100%;
		clear: both;
		float: none;
		border-bottom: 2px solid #415581;
		}

	#addressleft {
		width: 25%;
		float:right;
		}

	#addressright {
		width: 25%;
		float: right;
		}
	
	#maincontentleft, #maincontentright, #povmission {
		width: 100%;
		clear: both;
		}

	#sidebarleft, #sidebarright {
		width: 100%;
		clear: both;
		}
	
	#sidebarleft img, #sidebarright img {
		max-width: 50%;
		}
	
	#copyright {
		width: 70%;
		clear: both;
		}
		
	#errorreporting {
		width: 20%;
		clear: both;
		}

	#spacercopyright {
		height: 45px;
		}
	}
	
/*Settings for 600px max-width*/
@media screen and (min-width: 301px) and (max-width: 600px) {
	#povbanner {
		width:100%;
		clear: both;
		float: none;
		}

	#address {
		width:100%;
		clear: both;
		float: none;
		border-bottom: 2px solid #415581;
		}

	#addressleft {
		width: 25%;
		float:right;
		}

	#addressright {
		width: 25%;
		float: right;
		}
	
	#maincontentleft, #maincontentright, #povmission  {
		width: 100%;
		clear: both;
		}
	#povmission p {
		font-size: 20px;
		}

	#sidebarleft, #sidebarright {
		width: 100%;
		clear: both;
		}
	
	#sidebarleft img, #sidebarright img {
		max-width: 50%;
		}
	
	#copyright {
		width: 70%;
		clear: both;
		}
		
	#errorreporting {
		width: 30%;
		clear: both;
		}

	#spacercopyright {
		height: 45px;
	}
	
	#hiddenspacer {
		display: block;
		}
		
	#hiddenspacer a {
		color:#FFFFE6;
		text-decoration: none;
		}
	}