/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*overflow-x: hidden;*/}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* #Basic Styles
================================================== */
body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #151820;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
html {
	background:#fff;
/*overflow-x: hidden;*/ }
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	letter-spacing:0.04em;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	color:#314558;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color:#f14332;
}
h1 {
	font-size: 2.2em;
	margin-bottom:10px;
	line-height:1.8em;
	font-weight:bold;
	letter-spacing:0.2em;
}
h2 {
	font-size: 2.0em;
	margin-bottom:10px;
	line-height:1.6em;
	font-weight:bold;
	letter-spacing:0.2em;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 10px;
	line-height:1.8em;
	font-weight:600;
}
h4 {
	font-size: 1.3em;
	line-height:1.4em;
	margin-bottom: 10px;
	text-transform:none;
	font-weight:600;
}
h5 {
	font-size: 1.1em;
	line-height:1.0em;
	margin-bottom: 10px;
}
h6 {
	font-size: 1.0em;
	text-transform:capitalize;
}
.subheader {
	color: #424b5f;
}
p {
	color: #202d39;
	line-height:1.5em;
	font-size:1.1em;
	margin: 0 0 15px 0;
	font-family: 'Lato', sans-serif;
	text-align:justify;
}
.word p {
	color: #202d39;
	line-height:1.5em;
	font-size:1.1em;
	margin: 0 0 15px 0;
	font-family: 'Lato', sans-serif;
	text-align:center;
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
hr {
	border: solid #efefef;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* Text Selection */
::selection {
background: #c7d4e0;
color: #314558; /* Safari */
}
::-moz-selection {
background: #c7d4e0;
color: #314558; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
	color:#f14332;
	text-decoration: none;
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Forms
================================================== */
/* General Forms */
form {
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 20px;
}
label, legend {
	display: block;
	font-size: 14px;
	color:#D1D5D9;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 10px 10px;
	outline: none;
	overflow: hidden;
	font: 14px;
	margin: 0;
	width: 198px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
}
select {
	padding: 0;
}
textarea {
	min-height: 100px;
}
select {
	width: 220px;
}
/* Header Responsive Menu Form Style */
#navigation select {
	-webkit-appearance: none;
	padding: 5px;
	outline: none;
	border:1px solid #000;
	overflow: hidden;
	font: 1em 'Lato', sans-serif;
	max-width: 100%;
	display: block;
	margin-left:auto;
	margin-right:auto;
	background: #314558 url(../images/navselect.gif) no-repeat right center;
	color: #fff;
	margin-bottom:5px;
}
#navigation option {
	outline: none;
	border: 0;
	overflow: hidden;
	font: 1em 'Lato', sans-serif;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* Calendar */
.calendar .vevent{display: none;}
.calendar #tribe-events-footer .tribe-events-sub-nav{display: none;}
.calendar table{position: relative;}
.calendar table thead{border-bottom: 1px solid #cccccc;}
.calendar table thead th{color: #696767;font: bold 12px/13px Arial, Helvetica, sans-serif;vertical-align: middle;text-align: center;height: 24px;border-right: 1px solid #cccccc;}
.calendar .tribe-events-future.tribe-events-has-events.tribe-events-right, 
.calendar .tribe-events-future.tribe-events-has-events, .tribe-events-present.tribe-events-has-events{background: #374a5d;

background:url(../images/new5.gif)no-repeat;width:30px;height:20px;

}
.calendar table{width: 90%;margin: 0 auto;border: 1px solid #cccccc;clear: both;}
#tribe-events-header{display: block;clear: both;}

/*.calendar .tribe-events-present:hover, .calendar .tribe-events-future.tribe-events-has-events.tribe-events-right:hover, 
.calendar .tribe-events-future.tribe-events-has-events:hover{background: #002c4d;color: #fff !important;text-shadow: 1px 1px 0px #000;}*/
.tribe-events-thismonth.tribe-events-future.tribe-events-has-events.tribe-events-right{
	background: #e7dac0;
	}
.tribe-events-thismonth.tribe-events-present.tribe-events-has-events.tribe-events-right{
	background: #e7dac0;
	}
.tribe-events-thismonth.tribe-events-future.tribe-events-right{
	
	}

/*.calendar .tribe-events-present:hover a, .calendar .tribe-events-future.tribe-events-has-events.tribe-events-right:hover a, 
.calendar .tribe-events-future.tribe-events-has-events:hover a{color: #fff !important;text-shadow: 1px 1px 0px #000;}*/

.calendar table tr td{height: 24px;border-bottom: 1px solid #cccccc;border-right: 1px solid #cccccc;}
.calendar table tr td a{color: #000000;font: bold 12px/13px Arial, Helvetica, sans-serif;vertical-align: middle;text-align: center;display: block;-webkit-transition: none;-moz-transition: none;}
.tribe-events-visuallyhidden{display: none;}
.calendar table tr td a:hover{text-decoration: none;}
.calendar table tr td.tribe-events-has-events a:hover{text-decoration: underline;}
.calendar .tribe-events-sub-nav{display: block;padding: 7px 15px 7px 0px !important;list-style: none;margin: 0px 0px 0px 0px;height: 21px;float: right;clear: both;color: #1F729C;}
.calendar .tribe-events-sub-nav .tribe-events-nav-previous{float: left;padding: 0px 8px 0px 0px;margin: 0px 5px 0px 0px;
background: url(../../../../index.html) no-repeat center right;}
.calendar .tribe-events-sub-nav .tribe-events-nav-previous a{padding: 0px 5px 0px 0px;}
.calendar .tribe-events-sub-nav .tribe-events-nav-next{float: right;}
.calendar .tribe-events-sub-nav li{height: 21px;}
.calendar .tribe-events-sub-nav li a{font: 12px oswald, Arial, Helvetica, sans-serif;color: #1f729c;}
.calendar .tribe-events-sub-nav li a:hover{color: #1f729c;}

#wp-realtime-sitemap-pages ul li{background: url(../../../../index.html) no-repeat 0 2px;padding: 0px 0px 3px 12px;}
#wp-realtime-sitemap-pages ul{padding: 3px 0px 6px 15px;}
#wp-realtime-sitemap-pages ul ul{padding: 3px 0px 6px 25px;}
#wp-realtime-sitemap-pages ul{padding: 6px 0px 6px 15px;}
ul.tribe-events-sub-nav{padding: 0px 0px 0px 0px !important;list-style: none !important;}
ul.tribe-events-sub-nav li{background: none !important;padding: 0px 0px 0px 0px !important;}
.pagination{display: inline-block;clear: both;padding: 15px 0px 0px 0px;}
.pagination ul.page-numbers{margin: 0;padding: 0;display: inline-block;}
.pagination ul.page-numbers li{background: none !important;float: left;padding: 0px 5px 0px 0px;}
.pagination ul.page-numbers li .page-numbers{
	background: #003366;
	padding: 5px 10px;
	font: 13px/14px Arial, Helvetica, sans-serif;
	float: left;
	color: #fff; 
	}
.pagination ul.page-numbers li .page-numbers.current{
	text-decoration: underline;
	}
.calendar #tribe-events-content h2.tribe-events-page-title{margin: 0;padding: 0;color: #003366;font: 14px/18px oswald_bold, Arial, Helvetica, sans-serif;position: absolute;left: 14px;text-transform: uppercase;top: 10px;}
.calendar #tribe-events-content{position: relative;}
.addthis_toolbox{clear: none;width: 100%;display: inline-block;}
.tribe-events-event-meta{font-weight: normal !important}
.tribe-events-meta-group dl dt{float: left;width: 55px;}
.tribe-events-meta-group dd{width: 170px;padding-bottom: 5px;-webkit-margin-start: 56px;}
.tribe-events-meta-group{}
.tribe-events-list-separator-month{font-weight: normal !important;}
#tribe-bar-toggle-arrow {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 8px solid rgba(136, 183, 213, 0);
    border-image: none;
    border-left: 8px solid rgba(136, 183, 213, 0);
    border-right: 8px solid rgba(136, 183, 213, 0);
    border-style: solid;
    border-top-color: inherit;
    border-width: 8px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 0;}
.tribe-events-thismonth.tribe-events-present.tribe-events-right{
	/*background: #e7dac0;*/
	}
.tribe-events-thismonth.tribe-events-past.tribe-events-has-events{
	background: #e7dac0;

	}
.page-calendar #tribe-bar-collapse-toggle{
	background: #1f729c;
	color: #fff;
	width: 100% !important;
	}
.page-calendar .tribe-bar-filters{
	background: #fff;
	}
.page-calendar #tribe-bar-form .tribe-bar-submit input[type=submit]{
	width: auto;
	}
.page-calendar #tribe-bar-form label{
	font-size: 15px;
	margin: 0 0 10px 0;
	}
.page-calendar .tribe-events-event-meta .tribe-events-meta-group, .page-calendar .tribe-events-event-meta .column{
	padding: 0px 20px 0px 0px;
	}
.page-calendar .tribe-events-meta-group .tribe-events-single-section-title{
	margin: 0px 0 10px;
	}
.page-calendar .tribe-events-single-section.tribe-events-event-meta.tribe-clearfix{
	/*border-bottom: 1px solid #abaaaa;*/
	}
.page-calendar .tribe-events-list h2.tribe-events-page-title {
	text-align: left;
	font: 24px/30px oswald_light, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.page-calendar .tribe-events-back {
	margin: 0 0 0px 0;
}
.page-calendar .tribe-events-schedule{
	margin: 0;
	}
.page-calendar .tribe-events-list .tribe-events-venue-details, .page-calendar .tribe-events-event-meta address.tribe-events-address{
	font-style: normal;
	}
.page-calendar .tribe-events-list .vevent.hentry{
	border-bottom: 1px solid #abaaaa;
	}
.page-calendar ul.tribe-events-sub-nav li{padding: 10px 0px 0px 0px !important;}
.page-calendar #tribe-bar-collapse-toggle{font: 24px/26px oswald, Arial, Helvetica, sans-serif;}
#tribe-bar-form .tribe-bar-filters {
    display: none;
}
.shadow2 img {
width:100%;
height:100%;
}
.container .prayer {
margin: 0 130px 0 0px;
}
.container p.copyright {
margin: auto;
color:#FFFFFF;
}
.shadow3 img {
width:570px;
height:300px;
padding: 10px;
margin: 0 0 0 20px;
}
.parish img {
width:430px;
height:530px;
padding: 0px;
margin: 0 0 0 0px;
}
.open_img{
height:580px;
}
.open_img img{
height:580px;
}
.end_img{
height:580px;
}
.end_img img{
height:580px;
}
#tribe-events h2, #tribe-events h3 {
font-weight:bold;
font-size:1em;
letter-spacing:0.1em;
margin:0px 0px 0px 0px;
}

@keyframes myfirst
{
from {background:#cccccc;}
to {background:yellow;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {background:#cccccc;}
to {background:yellow;}
}