/* GLOBAL CSS */
/* other font options: Raleway, Merienda, Gruppo, Julius Sans One, Titillium Web, BenchNine */
/*@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);*/
/*url(http://fonts.gstatic.com/s/juliussansone/v3/iU65JP9acQHPDLkdalCF7gaS65eljNVkG0R6HbhLwtY.woff format('woff');*/

@font-face {
  font-family: 'Julius Sans One';
  font-style: normal;
  font-weight: 400;
  src: local('Julius Sans One'), local('JuliusSansOne-Regular'), url(../fonts/JuliusSansOne.woff) format('woff');
}

/* use the #page below to control overall font size and face */
html, body
{
	margin: 0px;
	padding: 0px;
	/* use the ID #page below to control font sizes */
}

/* MAIN NAVBAR */
#navbar
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 15px;
}

#navbar ul
{
	margin: 0px -10px 0px -10px;
	padding: 7px 0px 0px 0px;
	list-style-type: none;
	white-space: nowrap;
}

#navbar ul li
{
	margin: 0px;
	padding: 0px 3% 0px 3%;
	display: inline;
}

#navbar a
{
	margin: auto;
	padding: 2px 2px 0px 2px;
	color: #000;
	text-decoration: none;
	border-width: 0px 0px 3px 0px;
	border-color: Transparent;
	border-style: solid;
	font-weight: bold;
	display: inline-block;
}

#navbar a:hover, #navbar a:active, #navbar a:focus
{
	color: #000;
	border-color: #900;
	border-style: solid;
}

/* SUB NAVBAR */
#subnavbar
{
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: .15em;
	text-transform: lowercase;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

#subnavbar ul
{
	margin: 0px -10px 0px -10px;
	padding: 4px 0px 0px 0px;
	list-style-type: none;
	white-space: nowrap;
}

#subnavbar ul li
{
	margin: 0px;
	padding: 0px 3% 0px 3%;
	display: inline;
}

#subnavbar a
{
	margin: auto;
	padding: 0px 2px 0px 2px;
	color: #000;
	text-decoration: none;
	border-width: 0px 0px 2px 0px;
	border-color: Transparent;
	border-style: solid;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

#subnavbar a:hover, #subnavbar a:active, #subnavbar a:focus
{
	color: #000;
	border-color: #900;
	border-style: solid;
}

#subnavbar a #subnav_news { display: none; }

/* TABLE WRAPPER */
#wrapper
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	background-color: #FFF;
	/* postion: relative; --- may not be needed */
	position: relative;
}

/* 
#announcements
{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 13px;
	letter-spacing: .15em;
	font-style: italic;
}
 */

#announcements
{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 18px;
	letter-spacing: .06em;
	font-style: italic;
	font-weight: normal;
}

#announcements a
{
	color: #A60000;
	font-weight: normal;
}

/* ************************************************ */
/* BEGIN ANNOUNCEMENT CONTROL */
/* Turn announcements On-Off by commenting & uncommenting the following line */
/* #announcements { display: none; } */
/* then change top padding - if annoucement OFF use 20px - if announce ON use 54px */
/* IMPORTANT ----- ALSO SEE MEDIA QUERIES BELOW FOR MOBILE CONTROLS */
#page
{
	/* padding-top: 20px; */
	padding-top: 62px;
}

/* END ANNOUNCEMENT CONTROL */
/* ************************************************ */
#page
{
	margin: 90px 80px 114px 80px;
	/*padding-top: --- located above for Announcement control*/
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-family: Palatino, "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
}

#page_title
{
	margin: 0px auto 0px auto;
	padding: 0px;
}

h1
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	/*font-family: 'Sofadi One', cursive;*/
	/*font-family: 'Quicksand', sans-serif;*/
	/*	font-family: 'Titillium Web', cursive;*/
	font-family: 'Julius Sans One', Verdana, sans-serif;
	font-size: 24px;
	color: #000;
	/*letter-spacing: .1em;*/
	/*font-weight: 300;*/
	font-weight: normal;
	display: inline;
	/*text-shadow: 3px 3px 3px #ccc;*/
}

.default { display: inline; }
.mobile { display: none; }

#content
{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 80%;
	/*min-width: 400px;*/
	max-width: 600px;
}

.title
{
	font-weight: bold;
	font-size: 14px;
}

h2
{
	font-size: 16px;
	/*margin: 10px 0px 10px 0px;*/
	font-weight: bold;
}

.small
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}

.upper { text-transform: uppercase; }

.smallgrey
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
}

.redbold
{
	color: #900;
	font-weight: bold;
}

hr
{
	border-bottom: 1px #CCC solid;
	margin: 30px auto 30px auto;
	clear: both;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}

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

.justify { text-align: justify; }

.right
{
	float: right;
	margin: 10px 0px 10px 10px;
}

.left
{
	float: left;
	margin: 0px 10px 10px 10px;
}

.clear { clear: both; }
.box { display: inline-block; }

.background
{
	margin: 0px;
	background-color: #FFCA42;
	padding: 10px;
	border: 1px #999 solid;
	background-image: url(../../archive/art/backgrounds/fade_vert.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.background_light
{
	margin: 0px;
	background-color: #FFCA42;
	padding: 10px;
	border: 1px #999 solid;
	background-image: url(../../archive/art/backgrounds/fade_vert.jpg);
	background-repeat: repeat-x;
	background-position: left 30%;
	color: #333;
}

.border
{
	margin: 0px;
	border: 1px #CCC solid;
	padding: 4px;
	vertical-align: middle;
}

#prayer_categories { margin: 0px 0px 0px 0px; }
#prayer_categories td { padding: 2px 2px 2px 0px; }

/* turn off default browser focus */
a
{
	outline: 0;
	outline-width: 0;
	outline-style: none;
}

/*
*:focus
{
	outline-color: white;
	outline-style: none;
	outline-width: 0;
}
*/

/*
*:focus
{
	outline-color: #FFCA42;
	outline-style: dotted;
	outline-width: .2em;
}
*/

/*
#navbar :focus, #subnavbar :focus
{
	outline-color: #000;
	outline-style: dotted;
	outline-width: .2em;
	padding: 2px;
}
*/

#header_link
{
	margin: -24px auto 0px auto;
	padding: 0px;
	text-align: right;
	font-size: 12px;
}

#footer_link
{
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align: right;
	font-size: 12px;
}

a:link, #index a:link, a.redlink:link, a.redlink:visited
{
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a:hover, #index a:hover, a.redlink:hover, a:active, #index a:active, a.redlink:active, a:focus, #index a:focus, a.redlink:focus { text-decoration: underline; }
#index a:visited { color: #333; }
img { border: none; }
#site_url { display: none; }

a.button:link, a.button:visited
{
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 4px;
	background-color: #FC3;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: .1em;
	display: inline-block;
	border: 1px #999 solid;
}

a.button:hover, a.button:active, a.button:focus
{
	background-color: #FFDB5B;
	color: #900;
	background-image: url(none);
	text-decoration: none;
}

dl
{
	padding: 0px;
	margin: 20px 0 0 20px;
}

ul
{
	padding: 0px;
	margin: 15px 0 15px 25px;
}

/* ************************************ */
/* ACCORDION SLIDE MENU */
/* ************************************ */
.over
{
	text-decoration: underline;
	color: #900;
}

.accordionButton
{
	cursor: pointer;
	color: #900;
	margin: 15px 0px 0px 0px;
}

.accordionContent
{
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	/*margin: 0px;*/
	/*padding: 0px 0px 10px 25px;*/
	/*display: none;*/
}

/* ************************************************** */
/* MOBILE DEVICES */

@media only screen and (max-width:580px), only screen and (max-height:480px)
{
	html
	{
		/* Prevent font scaling in landscape */
		/*-webkit-text-size-adjust: none;*/
		-webkit-text-size-adjust: 100%;
	}
	
	#navbar { padding: 3px 3px 3px 3px; }
	
	#navbar ul
	{
		/*white-space: normal;*/
		padding: 0px;
		margin: 0px auto 0px auto;
	}
	
	#navbar ul li
	{
		margin: 0px;
		padding: 0px 1% 0px 1%;
	}
	
	#navbar a
	{
		margin: auto;
		padding: 2px 2px 0px 2px;
		letter-spacing: normal;
		font-size: 11px;
		line-height: normal;
		border-width: 0px 0px 3px 0px;
	}
	
	#subnavbar { padding: 2px 0px 3px 0px; }
	
	#subnavbar ul
	{
		/*white-space: normal;*/
		padding: 0px;
		margin: 0px auto 0px auto;
	}
	
	#subnavbar ul li
	{
		margin: 0px;
		padding: 0px 1% 0px 1%;
	}
	
	#subnavbar a
	{
		padding: 0px 0px 0px 0px;
		letter-spacing: normal;
		font-size: 9px;
		border-width: 0px 0px 2px 0px;
	}
	
	#announcements
	{
		font-size: 14px;
		letter-spacing: .1em;
	}
	
	#announcements a
	{
		color: #A60000;
		/* font-weight: bold; */
	}
	
	/* ************************************************ */
	/* BEGIN ANNOUNCEMENT CONTROL */
	/* if annoucement OFF use 20px - if announce ON use 50px or 60px to allow for line wrapping */
	#page
	{
		/* padding-top: 20px; */
		padding-top: 56px;
	}
	
	/* END ANNOUNCEMENT CONTROL */
	/* ************************************************ */
	#page
	{
		margin: 45px 35px 60px 35px;
		/* padding top is controlled by the default setting above - leave as is */
		padding-bottom: 48px;
		padding-right: 0px;
		padding-left: 0px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
	}
	
	/* approximate available device width 248px */
	#content
	{
		margin: 0px auto 0px auto;
		padding: 0px;
		text-align: left;
		min-width: 210px;
		/*max-width: auto;*/
	}
	
	ul
	{
		padding: 0px;
		margin: 20px 0 20px 15px;
	}
	
	dl
	{
		padding: 0px;
		margin: 20px 0 0 0px;
	}
	
	ol
	{
		padding: 0px;
		margin: 20px 0 0px 18px;
	}
	
	blockquote
	{
		padding: 0px;
		margin: 16px 0 0px 18px;
	}
	
	.title { font-size: 12px; }
	h2 { font-size: 14px; }
	#prayer_categories { margin: 0px; }
	
	#header_link
	{
		margin: -24px auto 5px auto;
		font-size: 10px;
	}
	
	#footer_link
	{
		margin: 10px auto -24px auto;
		font-size: 10px;
	}
}

@media only screen and (max-width:650px)
{
	.default { display: none; }
	.mobile { display: inline; }
	#subnavbar ul li { padding: 0px 2% 0px 2%; }
}

@media only screen and (max-width:360px)
{
	/* turn off News on smart phones */
	#subnavbar li#subnav_news { display: none; }
}

/* END MOBILE */
