﻿/* ======== GENERAL RULES ======== */
html {
	height: 101%;
	margin-bottom: 1px;
}
body {
	background: #ffffde url('../images/css/backgroundtest3.jpg') repeat-x;
	color: 000000;
	font: normal 0.85em Verdana, Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}
header, footer, nav, article, section, aside, hgroup {
	display: block;
}
hr {
	background-color: #c0c0c0;
	color: #c0c0c0;
	border: none;
	height: 1px;
}
ul {
	list-style-type: disc;
	margin: 10px 0 20px 20px;
	padding: 0;
}
ul li a:hover {
	color: #808080;
	text-decoration: underline;
}
blockquote {
	background: url('../images/css/blockquote.png') no-repeat 5px 5px;
	color: #666666;
	margin: 5px;
	padding: 3px 5px 3px 35px;
	text-align: left;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.95em;
	font-family: Georgia, Times, "Times New Roman", serif;
}
.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
	border-right: 1px #909090 dashed;
}
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
	border-left: 1px #909090 dashed;
}
fieldset {
	border: 1px #bbb solid;
	margin: 20px 0;
	text-align: center;
	line-height: normal;
}
fieldset img {
	background-color: #ffffff;
	margin: 5px 10px;
	border: 1px #919191 solid;
}
fieldset p {
	font-size: 0.85em;
	text-align: left;
	padding: 0 10px;
}
legend {
	background-color: transparent;
	padding: 0 10px;
	margin: 0 0 0 10px;
	color: #1b618b;
	letter-spacing: 1px;
	font: small-caps bold 18px Georgia, Times, "Times New Roman", serif;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}
/* ======== TYPOGRAPHY ======== */
a {
	color: #41a2dc;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
h1 {
	font: normal 32px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #1b618b;
	letter-spacing: 1px;
	margin: 0.5em 0;
}
h2 {
	font: normal 28px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #505050;
	margin: 0.3em 0;
}
h3 {
	font: normal 26px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #1b618b;
	margin: 0.5em 0;
	text-align: left;
	border-bottom: 1px #1b618b solid;
}
h4 {
	font: normal 22px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #505050;
	margin: 0.5em 0;
}
h5 {
	font: bold 16px Georgia, Times, "Times New Roman", serif;
	color: #505050;
	margin: 0.5em 0;
}
h6 {
	font: bold 14px Georgia, Times, "Times New Roman", serif;
	color: #1b618b;
	margin: 0.5em 0;
}
.alternate {
	color: #ffffff;
	background-color: #222;
	margin: 0.5em 0;
	padding: 3px 10px;
	text-align: center;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}
.alternate2 {
	margin: 0.5em 0;
	padding: 2px 10px;
	text-align: center;
	border-top: 3px #1b618b double;
	border-bottom: 3px #1b618b double;
}
.alternate3 {
	margin: 0.5em 0;
	text-align: center;
	border-bottom: 1px #1b618b solid;
}
.button {
	font-size: 0.90em;
	text-transform: uppercase;
	padding: 6px;
	color: #ffffff;
	text-decoration: none;
	background-color: #707070;
	font-weight: normal;
	border-radius: 5px;
	box-shadow: 0 -2px 4px #202020 inset;
}
.button:hover {
	background-color: #41a2dc;
	color: #ffffff;
	font-size: 0.90em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 -2px 4px #202020 inset;
}
p.dropcap {
	overflow: hidden;
}
p.dropcap:first-letter {
	color: #000000;
	display: block;
	float: left;
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	padding: 3px 4px 0 0;
}
.bignumber {
	border-radius: 25px;
	background-color: #505050;
	color: #FFFFFF;
	display: block;
	float: left;
	font: normal 28px/50px Verdana, serif;
	height: 50px;
	margin: 0 10px 5px 0;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
}
ul.list2 li {
	background: url('../images/css/bullet02.png') no-repeat 0 5px;
	padding: 1px 0 0 12px;
}
ul.list3 li {
	background: url('../images/css/bullet03.png') no-repeat 0 5px;
	padding: 1px 0 0 15px;
}
ol.leadingzero {
	background: none;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}
/* ======== LAYOUT RULES ======== */
#contentWrapper {
	width: 100%;
	background: #ffffff url('../images/bannerscrollhebrewgreek2014.jpg') top center no-repeat;
	color: #000000;
}
#footerWrapper {
	width: 100%;
	background: #ffffde url('../images/backgroundfooter.jpg') repeat-x;
	border-top: 3px #ffffff solid;
}
.wrapper {
	background-color: transparent;
	color: #000000;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
/* ======== HEADER AREA ======== */
#header {
	position: relative;
	width: 100%;
	height: 150px;
	margin: 0;
}
/* ======== TOP SOCIAL MEDIA AREA ======== */
#global {
	position: absolute;
	top: 0;
	right: 1%;
	width: 98%;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	background: url('../images/bibleprayinghands.png') no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	width: 320px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	margin-left: -160px;
	z-index: 2;
}
#logo h1 {
	font: normal 24px "Federo", "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 20px 0 10px 0px;
	letter-spacing: 1px;
	text-align: center;
}
#logo h1 a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#logo h1 a:hover {
	color: #4b0082;
	text-decoration: none;
}
#logo h2 {
	font: italic normal 12px Georgia, Times, "Times New Roman", serif;
	color: #000000;
	text-align: center;
	margin: 0;
	padding-left: 0px;
	letter-spacing: 1px;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	clear: both;
	position: absolute;
	top: 100px;
	left: 0;
	color: #ff0000;
	width: 98%;
	height: 40px;
	margin: 0 1%;
	text-transform: uppercase;
	background: #ff0000;
	background-image: -webkit-linear-gradient(top, #ff0000, #ffd700);
	background-image: -moz-linear-gradient(top, #ff0000, #ffd700);
	background-image: -ms-linear-gradient(top, #ff0000, #ffd700);
	background-image: -o-linear-gradient(top, #ff0000, #ffd700);
	border: 1px #ffffff solid;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 0 15px #ff8c00;
}
#nav {
	margin: 0;
	padding: 0;
/* to move menu away from the left edge */list-style: none;
	text-align: center;
}
#nav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 5px;
	padding: 0;
	text-align: left;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 12px 8px 11px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
/* text on hovering */
#nav li a:hover {
	color: #000000;
	background: #fafad2;
	background-image: -webkit-linear-gradient(top, #ffd700, #ff0000);
	background-image: -moz-linear-gradient(top, #ffd700, #ff0000);
	background-image: -ms-linear-gradient(top, #ffd700, #ff0000);
	background-image: -o-linear-gradient(top, #ffd700, #ff0000);
}
#nav a.selected {
	color: #ffffff;
	background-color: #41a2dc;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 3px 8px #ff8c00;
}
#nav ul li {
	width: 200px; /* you can increase or decrease width of submenu */;
	float: left;
	border-top: 1px solid #ff8c00;
	background-color: #fafad2;
	padding: 0;
	margin: 0;
}
#nav ul a {
	display: block;
	height: 13px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 5px 5px 10px;
	font-size: 0.95em;
	color: #000000;
	background-color: #fafad2;
	background-image: none;
}
#nav ul a:hover {
	padding: 5px;
	color: #ffffff;
	font-size: 0.95em;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	background-color: #41a2dc;
	background-image: none;
}
.selectnav {
	display: none;
}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 19%;
	text-align: left;
	font-size: 0.90em;
	line-height: 1.4em;
	padding: 10px 0 0 0;
	margin: 0 1%;
	background-color: #ffffed;
}
#sidebarRight {
	float: right;
	width: 16%;
	text-align: left;
	font-size: 0.90em;
	line-height: 1.4em;
	padding: 10px 0 0 0;
	margin: 0 1%;
	background-color: #ffffed;
}
/* ======== CONTENT AREA ======== */
#contentRight {
	float: right;
	width: 71%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentLeft {
	float: left;
	width: 71%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentMiddle {
	float: left;
	width: 59%;
	padding: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
	background-color: #ffffde;
}
#contentFull {
	width: 98%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
/* ======== SECTION BLOCKS ======== */
.contentBox2 {
	float: left;
	width: 48%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}
.contentBox3 {
	float: left;
	width: 31.333%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}
.contentBox4 {
	float: left;
	width: 23%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}
.marginleft {
	margin-left: 0 !important;
}
.marginright {
	margin-right: 0 !important;
	float: right !important;
}
/* adds a border to the bottom of a div */
.catalog {
	border-bottom: 1px #c0c0c0 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.catalog h6 {
	text-align: center;
	font: normal 20px Georgia, Times, "Times New Roman", serif;
}
/* ======== FOOTER AREA ======== */
#footerwrapper {
	background-color: #99ffcc;
	width: 100%;
	height: 400px;
	margin: 5px 0 0 0;
	border-top: 5px #41a2dc solid;
}
footer {
	width: 980px;
	margin: 0 auto;
	color: #000000;
	font-size: 0.90em;
	padding: 10px 0 10px 0;
}
footer ul li {
	line-height: 1.5em;
	margin-left: -10px;
}
footer ul li a {
	color: #808080;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
footer ul li a:hover {
	color: #41a2dc;
	text-decoration: underline;
}
footer a {
	color: #41a2dc;
}
footer a:hover {
	color: #808080;
}
footer h3 {
	font: normal 22px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #41a2dc;
	margin: 0.5em 0;
	text-align: center;
	border-bottom: 1px #41a2dc solid;
}
footer hr {
	background-color: #404040;
	color: #404040;
	border: none;
	border-top: 1px #000000 solid;
	height: 2px;
}
ul#horizontal {
	list-style: none;
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
ul#horizontal li {
	background-image: none;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	text-align: left;
}
ul#horizontal li a {
	display: block;
	padding: 0 8px 0 8px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	color: #808080;
	text-align: left;
}
ul#horizontal li a:hover {
	color: #41a2dc;
	text-decoration: underline;
}
/* ======= TABBED CONTENT ======== */
ul.tabs {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	width: 100%;
	border-radius: 10px 0 0 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 15px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #bbb;
	border-left: none;
	background: #dedede;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
}
ul.tabs li:hover {
	background: #41a2dc;
	color: #ffffff;
}
ul.tabs li.active {
	background: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}
.tab_container {
	border: 1px solid #bbb;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.tab_content {
	padding: 20px;
	font-size: 0.90em;
	display: none;
}
/* ======== IMAGES ======== */
img {
	border: none;
}
.imageleft {
	margin: 0 10px 0 0;
	float: left;
}
.imageright {
	margin: 0 0 0 10px;
	float: right;
}
.image-border {
	background-color: #ffffff;
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.imageleft-border {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #d0d0d0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #d0d0d0 solid;
}
.image-round {
	border-radius: 50%;
	box-shadow: 0 0 10px #444;
	border: 1px #ffffff solid;
	background-color: #ffffff;
}
.image-catalog {
	border: 1px #d0d0d0 solid;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.image-verticalalignmiddle {
	vertical-align: middle;
}
.image-verticalaligntop {
	vertical-align: top;
}
/* ======== MISC. CLASSES ======== */
p.comment {
	background: url('../images/css/comment.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
p.home {
	background: url('../images/css/home.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
p.phone {
	background: url('../images/css/phone.png') no-repeat 0 2px;
	padding: 0 0 5px 25px;
}
p.email {
	background: url('../images/css/email.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
p.hours {
	background: url('../images/css/clock.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 0.85em;
}
.clear {
	clear: both;
	margin: 20px 0;
}
.clearsmall {
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}
dt.question {
	background: no-repeat left bottom;
	text-decoration: underline;
	color: #1b618b;
	padding: 10px 0 0 30px;
	margin: 10px 50px;
	cursor: pointer;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	hover: color #808080
}
dd.answer {
	padding: 10px 0;
	margin: 0 10px;
	display: block;
}
dd p {
	padding-bottom: 20px;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.highlight {
	background-color: #FFFF00;
}
/* ================ */
.codeblock {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.95em;
	color: #333;
	border-left: 2px #1b618b solid;
	padding-left: 7px;
	margin: 0 50px;
}
.codesnippet {
	margin: 15px;
	padding-left: 5px;
}
.codeblock ol {
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
	padding-left: 15px;
}
/* ======== TOGGLE ======== */
.caret {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
}
.caret.down{
    border-top-color: black;
}
.caret.right{
    border-left-color: black;
}
.caret.up{
    border-bottom-color: black;
}
.caret.left{
     border-right-color: black;
}
.homilytoggle1 {
	font-size: 12pt;
	font-family: Times New Roman;
	text-align: justify;
	margin-bottom: -34px;
	margin-left:-40px
}
.homilytoggle2 {
	font-size: 12pt;
	font-family: Times New Roman;
	text-align: justify;
	margin-left: 72px;
	margin-bottom: -34px;
}
.homilytitletoggle {
	font-size: 13pt;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: -20px;
	font-family: "Times New Roman", Times, serif;
}
/* ======== css frtommylane developed ======== */
/* blue */
a:link {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
}
/* midnightblue */
a:hover {
	color: #191970;
	background-color: #def;
}
.audioplayers {
	font-size: 11pt;
	text-align: Justify;
	line-height: 100%;
}
/* paprika red */
.bookbanner1 {
	font-family: Times New Roman;
	font-size: 15pt;
	text-align: center;
	line-height: 100%;
	color: #990033;
	font-weight: bold;
}
.bookmessage {
	font-family: Times New Roman;
	font-size: 11pt;
	text-align: justify;
	line-height: 100%;
}
.bookmessagecentre {
	font-family: Times New Roman;
	font-size: 11pt;
	text-align: center;
	line-height: 100%;
}
.booktext {
	font-size: 13pt;
	font-family: Times New Roman;
	text-align: Justify;
	text-indent: 40px;
}
.bulletcircle {
	list-style-type: circle;
}
.bulletsquare {
	list-style-type: square;
}
.dailyhomiliesadventlent {
	border-radius: 10px;
	padding: 8px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: Center;
	line-height: 100%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7C429A;
	font-variant: small-caps;
}
.dailyhomilieseaster {
	border-radius: 10px;
	border: 1px solid #ff0000;
	padding: 8px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: Center;
	line-height: 100%;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFFF;
	font-variant: small-caps;
}
.dailyhomiliesordinarytime {
	border-radius: 10px;
	padding: 8px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: Center;
	line-height: 100%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00cc65;
	font-variant: small-caps;
}
.dailyhomiliesproperofsaints {
	border-radius: 10px;
	border: 1px solid #ff0000;
	padding: 8px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: Center;
	line-height: 100%;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFFF;
	font-variant: small-caps;
}
.favorite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
}
.favoritecenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
}
.favoritecentersmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
}
.funeralweddingtitle {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
.homily1 {
	font-size: 12pt;
	font-family: Times New Roman;
	text-align: justify;
	margin-bottom: -14px;
}
.homily1center {
	font-size: 12pt;
	font-family: Times New Roman;
	text-align: center;
	margin-bottom: -14px;
}
.homily2 {
	font-size: 12pt;
	font-family: Times New Roman;
	text-align: justify;
	margin-left: 52px;
	margin-bottom: -14px;
}
.homily3 {
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: justify;
	margin-left: 104px;
	margin-bottom: -14px;
}
.homily4 {
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: justify;
	margin-left: 150px;
	margin-bottom: -18px;
}
/* paprika red */
.homilybanner1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	text-align: center;
	line-height: 100%;
	color: #990033;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -20px;
}
/* maroon */
.homilybanner1_2013 {
	border-radius: 10px;
	padding: 8px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: Center;
	line-height: 100%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
	font-variant: small-caps;
}
/* guardsman red */
.homilybanner2 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: Center;
	line-height: 100%;
	color: #800000;
	font-weight: bold;
}
.homilybanner2_2008 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: Center;
	line-height: 100%;
	color: #800000;
	font-weight: bold;
}
.homilycopyright {
	font-family: Times New Roman;
	font-size: medium;
	text-align: center;
	margin-top: -10px;
	margin-bottom: -10px;
}
.homilyday {
	text-align: center;
	line-height: 100%;
	font-family: Times New Roman;
	font-size: 12pt;
	margin-top: 40px;
	margin-bottom: -20px;
}
.homilydeliver1top {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
}
.homilydeliver1top_2008 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
}
.homilydeliver2bottom {
	font-family: Times New Roman;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -15px;
}
.homilylink {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.homilylist {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: -10px;
}
.homilymessage {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
	line-height: 100%;
}
.homilymessagecentre {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	line-height: 100%;
}
.homilymessagetop {
	text-align: center;
	font-size: small;
	font-family: georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.homilyprayer {
	font-size: large;
	font-family: georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: justify;
	line-height: 150%;
	margin-left: 30px;
	margin-right: 30px;
}
.homilyquotation {
	font-size: large;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: Justify;
	line-height: 100%;
	margin-left: 35px;
	margin-right: 35px;
}
.homilyquotationcenter {
	font-size: large;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 100%;
	margin-left: 80px;
	margin-right: 80px;
}
.homilyquotationcenternomargin {
	font-size: large;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 100%;
	margin-left: 35px;
	margin-right: 35px;
}
.homilyquotationparagraphs {
	font-size: large;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: justify;
	text-indent: 40px;
	line-height: 100%;
	margin-left: 80px;
	margin-right: 80px;
}
.homilytext {
	font-size: large;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: justify;
	text-indent: 20px;
	line-height: 150%;
}
.homilytextcenter {
	font-size: large;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-indent: 20px;
	line-height: 150%;
}
.homilytextitalic {
	font-size: large;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: justify;
	text-indent: 40px;
	font-style: italic;
	line-height: 150%;
}
.homilytextnoindent {
	font-size: large;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 150%;
}
/* guardsman red */
.homilytitle {
	font-size: 13pt;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: -20px;
	font-family: "Times New Roman", Times, serif;
}
.homilytitlebottomenglish {
	font-size: 13pt;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: -20px;
	font-family: "Times New Roman", Times, serif;
}
.homilytitlebottomdeutsch {
	font-size: 13pt;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -20px;
	font-family: "Times New Roman", Times, serif;
}
/* guardsman red */
.homilytitlecenter {
	font-size: 13pt;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
	margin-bottom: -18px;
	font-family: "Times New Roman", Times, serif;
}
.homilyweek {
	text-align: center;
	line-height: 100%;
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: -20px;
}
.hrspacebefore {
	margin-top: 40px;
}
.lesson {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
	text-indent: 40px;
}
.lessonnoindent {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
}
.lessonquotation {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
	margin-left: 35px;
	margin-right: 35px;
}
.linksbottom {
	font-family: Times New Roman;
	font-size: 12pt;
	line-height: 100%;
	text-align: center;
}
.liturgygreen {
	font-size: small;
	text-align: center;
	background-color: #00ff7f;
}
.liturgypurple {
	font-size: small;
	text-align: center;
	background-color: #b25fdc;
}
.liturgyred {
	font-size: small;
	text-align: center;
	background-color: #ff7700;
}
.liturgyrose {
	font-size: small;
	text-align: center;
	background-color: #ff007f;
}
.liturgywhite {
	font-size: small;
	text-align: center;
	background-color: #FFFFFF;
}
.myworktitle {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.myworktitle2 {
	font-family: Times New Roman;
	font-size: 12pt;
	font-style: italic;
	text-align: Center;
}
.Numbers {
	text-align: justify;
	text-indent: 0;
	line-height: 150%;
	font-family: georgia, Times New Roman, Times, serif;
	font-size: large;
	margin-left: 50;
}
.orderinginstructions {
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: justify;
}
.orderinginstructionscenter {
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: center;
}
.reader1 {
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.reader2 {
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-weight: bold;
}
.scripturebanner1 {
	font-family: Times New Roman;
	font-size: 13pt;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}
.scripturebanner2 {
	font-family: Times New Roman;
	text-decoration: underline;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
}
.scripturebanner3 {
	font-family: Times New Roman;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}
.scripturenoindent {
	font-size: 13pt;
	font-family: Times New Roman;
	text-align: justify;
	line-height: 100%;
}
.scriptureprayer {
	font-size: 15pt;
	font-family: Times New Roman;
	text-align: justify;
	font-style: italic;
	line-height: 100%;
}
.scripturetext {
	font-size: 13pt;
	font-family: Times New Roman;
	text-align: justify;
	text-indent: 40px;
	line-height: 100%;
}
.sidebarmessage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
}
span.homilyweekday {
	text-align: left;
	line-height: 100%;
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	font-weight: bold;
}
/* form of red */
span.homily2006 {
	color: #FF0404;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/* form of blue */
span.homily2007 {
	color: #0066FF;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/* Pakistan green, dark lime green */
span.homily2008 {
	color: #006600;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/* orange, tawny */
span.homily2009 {
	color: #CC6600;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/* midnightblue, navy blue */
span.homily2010 {
	color: #000066;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/* black */
span.homily2011 {
	color: #000000;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/* dove gray */
span.homily2012 {
	color: #666666;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/* teal */
span.homily2013 {
	color: #7C210D;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/* sienna */
span.homily2014 {
	color: #a0522d;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
span.homily2015 {
	color: #a0522d;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
span.homily2017 {
	color: #50084a;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
span.homily2019 {
	color: #972209;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
span.homily2020 {
	color: #000099;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
span.homily2021 {
	color: #310F0F;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
span.homily2022 {
	color: #611808;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
span.homily2023 {
	color: #ff5711;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
span.homily2024 {
	color: #514cf9;
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
span.homilygreek {
	font-family: Times New Roman;
	font-size: 13pt;
	line-height: 150%;
}
span.homilyhebrew {
	font-size: 16pt;
	text-align: right;
	line-height: 150%;
	font-family: Times New Roman;
}
span.homilytextexplanation {
	font-size: 11pt;
	font-family: Times New Roman;
	text-align: Justify;
	line-height: 150%;
}
/* paprika red */
.storybanner1 {
	font-family: Times New Roman;
	font-size: 15pt;
	text-align: Center;
	line-height: 100%;
	color: #990033;
	font-weight: bold;
}
/* guardsma nred */
.storybanner2 {
	font-family: Times New Roman;
	font-size: 13pt;
	text-align: Center;
	line-height: 100%;
	color: #CC0000;
	font-weight: bold;
}
.storymessage {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 100%;
	text-align: justify;
}
.storymessagecenter {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: Center;
	line-height: 100%;
}
.storytext {
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: Justify;
	text-indent: 40px;
}
.storytextnoindent {
	font-size: medium;
	font-family: georgia, "Times New Roman", Times, serif;
	text-align: Justify;
}
.storytitle {
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: Center;
	font-style: italic;
	font-weight: bold;
	text-align: Left;
}
.tablebottom {
	font-size: 10pt;
	font-family: Times New Roman;
	text-align: Justify;
	line-height: 150%;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
}
.textcenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
}
/* ======== Calendar, modifed form of code from http://www.dynamicdrive.com/dynamicindex7/basiccalendar.htm ======== */
.calendar {
	width: 150px;
	border: 1px solid black;
}
.findhomiliesbydate {
	margin: 1px;
	border: 1px solid #800000;
	background-color: #ffffff;
	font: small georgia, "Times New Roman", Times, serif;
	color: 000000;
/* same as body style above */
}.main {
	background: #ffffde url('../images/css/backgroundtest3.jpg') repeat-x;
	color: 000000;
	font: normal 0.85em Verdana, Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}
.month {
	background-color: #990000;
	font: bold 12px verdana;
	color: white;
	text-align: center;
}
.daysofweek {
	background-color: #FF0000;
	font: bold 12px verdana;
	color: #000000;
}
.days {
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: lightyellow;
	padding: 2px;
}
.days a {
	font-size: 10px;
	font-family: verdana;
	color: blue;
	background-color: lightyellow;
	font-weight: bold;
	padding: 2px;
}
/* midnightblue */
.days a:hover {
	font-size: 10px;
	font-family: verdana;
	color: blue;
	background-color: #def;
	font-weight: bold;
	padding: 2px;
}
.sundays {
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: #FFFF66;
	padding: 2px;
}
.sundays a {
	font-size: 10px;
	font-family: verdana;
	color: blue;
	background-color: #FFFF66;
	font-weight: bold;
	padding: 2px;
}
.sundays a:hover {
	font-size: 10px;
	font-family: verdana;
	color: blue;
	background-color: #def;
	font-weight: bold;
	padding: 2px;
}
/* ======== Social Media ======== */

/* ================ MEDIA QUERIES ============== */
/* ================ phone/portrait ============== */
@media screen and (max-width: 320px) {
.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
header {
	text-align: center;
}
#global {
	display: none;
}
#logo {
	width: 290px;
}
#logo h1 {
	font-size: 28px;
	margin-top: 30px;
}
/* ===== navigation ===== */
#mainnav {
	position: absolute;
	top: 110px;
	height: 40px;
	width: 98%;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #ffffff;
	width: 230px;
	margin: 10px auto 0 auto;
	padding: 2px 8px 2px 10px;
	font-size: 1.0em;
	letter-spacing: 1px;
	border: none;
	border-radius: 0 0 8px 8px;
}
select#selectnav1 option {
	background-color: #efefef;
	color: #000000;
	font-size: 0.90em;
	padding: 1px 10px;
}
/* ===== tabbed content ===== */
ul.tabs, .tab_container {
	visibility: hidden;
	display: none;
}
/* ===== miscellaneous ===== */
.alternate {
	margin: 0.5em 0;
}
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
	width: 98%;
	margin: 1%;
	padding: 0;
}
dt.question {
	padding: 10px 0 0 30px;
	margin: 10px 5px;
}
dd.answer {
	margin: 0 20px;
}
/* ===== footer ===== */
footer {
	width: 100%;
}
footer section.contentBox4 {
	visibility: hidden;
	display: none;
}
footer hr {
	display: none;
}
}
/* ================ phone/landscape ============== */
@media screen and (max-width: 480px) and (min-width: 321px) {
.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
header {
	text-align: center;
}
/* ===== navigation ===== */
#mainnav {
	position: absolute;
	top: 110px;
	height: 40px;
	width: 98%;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #ffffff;
	width: 240px;
	margin: 10px auto 0 auto;
	padding: 2px 8px 2px 10px;
	font-size: 1.0em;
	letter-spacing: 1px;
	border: none;
	border-radius: 0 0 8px 8px;
}
select#selectnav1 option {
	background-color: #efefef;
	color: #000000;
	font-size: 0.90em;
	padding: 1px 10px;
}
/* ===== tabbed content ===== */
ul.tabs, .tab_container {
	visibility: hidden;
	display: none;
}
/* ===== miscellaneous ===== */
.alternate {
	margin: 0.5em 0;
}
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
	width: 98%;
	margin: 1%;
	padding: 0;
}
dt.question {
	padding: 10px 0 0 30px;
	margin: 10px 5px;
}
dd.answer {
	margin: 0 20px;
}
/* ===== footer ===== */
footer {
	width: 100%;
}
footer section.contentBox4 {
	visibility: hidden;
	display: none;
}
footer hr {
	display: none;
}
}
/* ================ small tablet/portrait ============== */
@media screen and (max-width: 623px) and (min-width: 481px) {
.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
header {
	text-align: center;
}
/* ===== navigation ===== */
#mainnav {
	position: absolute;
	top: 110px;
	height: 40px;
	width: 98%;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #ffffff;
	width: 240px;
	margin: 10px auto 0 auto;
	padding: 2px 8px 2px 10px;
	font-size: 1.0em;
	letter-spacing: 1px;
	border: none;
	border-radius: 0 0 8px 8px;
}
select#selectnav1 option {
	background-color: #efefef;
	color: #000000;
	font-size: 0.90em;
	padding: 1px 10px;
}
/* ===== tabbed content ===== */
ul.tabs li {
	padding: 0px 5px;
	text-transform: none;
	font-size: 0.90em;
}
/* ===== miscellaneous ===== */
.alternate {
	margin: 0.5em 0;
}
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
.contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.contentBox4.catalog {
	width: 48%;
}
dt.question {
	padding: 10px 0 0 30px;
	margin: 10px 5px;
}
dd.answer {
	margin: 0 20px;
}
/* ===== footer ===== */
footer {
	width: 100%;
}
footer section.contentBox4 {
	width: 48%;
	margin: 0 1%;
	padding: 0;
}
}
/* ================ small tablet/landscape ============== */
@media screen and (max-width: 800px) and (min-width: 769px) {
.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
header {
	text-align: center;
}
/* ===== navigation ===== */
#mainnav {
	position: absolute;
	top: 110px;
	height: 40px;
	width: 98%;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #ffffff;
	width: 240px;
	margin: 10px auto 0 auto;
	padding: 2px 8px 2px 10px;
	font-size: 1.0em;
	letter-spacing: 1px;
	border: none;
	border-radius: 0 0 8px 8px;
}
select#selectnav1 option {
	background-color: #efefef;
	color: #000000;
	font-size: 0.90em;
	padding: 1px 10px;
}
/* ===== tabbed content ===== */
ul.tabs li {
	padding: 0px 5px;
	text-transform: none;
	font-size: 0.90em;
}
/* ===== miscellaneous ===== */
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
dt.question {
	padding: 10px 0 0 30px;
	margin: 10px 5px;
}
dd.answer {
	margin: 0 20px;
}
.image-googlemap {
	max-width: 90%;
}
.contentBox4 {
	width: 48%;
	margin: 0 1%;
	padding: 0;
}
/* ===== footer ===== */
footer {
	width: 100%;
}
footer section.contentBox4 {
	width: 48%;
	margin: 0 1%;
	padding: 0;
}
}
/* ================ large tablet portrait ============== */
@media screen and (max-width: 768px) and (min-width: 624px) {
.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
header {
	text-align: center;
}
/* ===== navigation ===== */
#mainnav {
	position: absolute;
	top: 110px;
	height: 40px;
	width: 98%;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #ffffff;
	width: 240px;
	margin: 10px auto 0 auto;
	padding: 2px 8px 2px 10px;
	font-size: 1.0em;
	letter-spacing: 1px;
	border: none;
	border-radius: 0 0 8px 8px;
}
select#selectnav1 option {
	background-color: #efefef;
	color: #000000;
	font-size: 0.90em;
	padding: 1px 10px;
}
/* ===== tabbed content ===== */
ul.tabs li {
	padding: 0px 5px;
	text-transform: none;
	font-size: 0.90em;
}
/* ===== miscellaneous ===== */
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
dt.question {
	padding: 10px 0 0 30px;
	margin: 10px 5px;
}
dd.answer {
	margin: 0 20px;
}
.image-googlemap {
	max-width: 90%;
}
.contentBox4 {
	width: 48%;
	margin: 0 1%;
	padding: 0;
}
/* ===== footer ===== */
footer {
	width: 100%;
}
footer section.contentBox4 {
	width: 48%;
	margin: 0 1%;
	padding: 0;
}
}
/* ================ desktop/laptop ============== */
@media screen and (max-width: 980px) and (min-width: 801px) {
#wrapper {
	width: 94%;
	padding: 0 2%;
}
/* ===== tabbed content ===== */
ul.tabs li {
	padding: 0px 5px;
	text-transform: none;
	font-size: 0.90em;
}
}

