@import url('/css/init.css');
@import url('/css/cms.css');
@import url('/css/nav.css');

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
/* Initial Classes
----------------------------------------------- */
.desktop {
	display: block;
	}
	
.mobile {
	display: none;
	}

.section {
	max-width: 1120px;
	margin: 0 auto;
	}	
	
.group {
	padding: 0 20px;
	}
	

/* Global Classes
----------------------------------------------- */
body {
	color: #333;
	background: #fff;
	}
	
.clear {
	clear: both;
	border: none;
	}

.noTop {
	margin-top: 0;
	}

.noBottom {
	margin-bottom: 0;
	}

.noLeft {
	margin-left: 0;
	}
	
.noRight {
	margin-right: 0;
	}

.uppercase {
	text-transform: uppercase;
	}

.overlay {
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	}

.flex,
.flexMax,
.flexFull {
	display: block;
	}
		
.flex {
	width: 100%;
	display: block;
	}
	
.flexMax {
	width: auto;
	max-width: 100%;
	display: block;
	}

.flexMin {
	width: auto;
	min-width: 100%;
	display: block;
	}
	
.flexFull {
	width: 100%;
	height: 100%;
	max-height: 866px;
	}
		
.relative {
	position: relative;
	}
	
.absolute {
	position: absolute;
	}

.fixed {
	position: fixed;
	}

.transFade {
	-moz-transition: color 0.3s ease; 
	-o-transition: color 0.3s ease; 
	-webkit-transition: color 0.3s ease; 
	transition: color 0.3s ease; 
	}
	
.transBGFade {
	-moz-transition: background 0.3s ease; 
	-o-transition: background 0.3s ease; 
	-webkit-transition: background 0.3s ease; 
	transition: background 0.3s ease; 
	}

.transOpacity {
	-moz-transition: opacity 0.3s ease; 
	-o-transition: opacity 0.3s ease; 
	-webkit-transition: opacity 0.3s ease; 
	transition: opacity 0.3s ease; 
	}
	
.transAll{
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease; 
	}
	
.blur {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	}
	
.readmore {
	display: block;
	}

	
/* Header Classes
----------------------------------------------- */
	
/* Home Page Classes
----------------------------------------------- */

/* Content Page Classes
----------------------------------------------- */

/* News Page-Accordion Classes
----------------------------------------------- */
.level2Head {
	margin: 0 0 16px 0;
	background: #2692FF;
	}
	
.level2Head:hover,
.level2Head.hActive {
	background: #2378CE;
	cursor: pointer;
	}

.level2Body {
	display: none;
	}
	
.level2Body.bActive {
	display: block;
	}

.newsGroup {
	padding: 0;
	}
			
.indicator {
	width: 16px;
	height: 16px;
	background: url('/media/structure/level2_plusminus.png') no-repeat 0 0;
	float: right;
	margin: 16px 0 0 0;
	}
	
.indicator.tActive {
	background: url('/media/structure/level2_plusminus.png') no-repeat 0 -16px;
	}

.contentTrigger:hover,
.eTitle:hover,
.enewsIndicator:hover {
	cursor: pointer;
	}
		
.contentTrigger {
	padding: 5px 10px;
	}

.bigBG .contentTrigger h1,
.contentTrigger h1 {
	color: #fff;
	float: left;
	margin: 0;
	}
		
.articleItem {
	padding: 20px;
	background: #bbb;
	}
		
.articles {
	position: relative;
	}
	
.enewsId {
	position: relative;
	}
		
.enewsIndicator {
	width: 16px;
	height: 16px;
	background: url('/media/structure/level3_plusminus.png') no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 4px;
	}
	
.enewsIndicator.enActive {
	background: url('/media/structure/level3_plusminus.png') no-repeat 0 -16px;
	}
					
.enewsItem {
	display: none;
	}
	
.enewsItem .group {
	padding: 0;
	}

.enewsItem h1 {
	font-size: 19px;
	}
		
.nHalf {
	width: 50%;
	float: left;
	}
	
.eTitle.hActive,
.level2Body.bActive {
	display: block;
	}

/* News Page-Grid Classes
----------------------------------------------- */
.gridBox {
	width: 32%;
	height: 100%;
	min-height: 350px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	position: relative;
	}

.gridBoxCover {
	width: 100%;
	max-width: 400px;
	height: 100%;
	max-height: 270px;
	display: inline-block;
	vertical-align: top;
	background: #333;
	}
	
.gridBoxCover img {
	width: 100%;
	display: block;
	}
		
.gridBoxTitle {
	width: 100%;
	/*height: 350px;*/
	padding: 0;
	display: block;
	/*background: #2692FF;*/
	}

.gridBoxTitle:hover {
	cursor: pointer;
	}
	
.gridBox:hover {
	background: #F7F7F7;
	}

.gridBox.gridOpen:hover {
	background: #F7F7F7;
	}	
			
.gridBoxMeta {
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	}
	
.gridBoxTitle h2 {
	font-size: 19px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	}
	
.gridBoxContent {
	min-height: 140px;
	color: #333;
	padding: 10px;
	background: #fff;
	display: none;
	}
	
.gridBoxContent h1, 
.gridBoxContent h2, 
.gridBoxContent h3 {
	color: #2692FF;
	}
	
.gridBoxClose {
	font-size: 24px;
	color: #333;
	text-decoration: none;
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
.gridBoxClose:hover {
	cursor: pointer;
	}

/* Event Page Classes
----------------------------------------------- */
.eventMain {
	overflow: visible;
	}
	
.calMonth {
	width: 88%;
	font-size: 21px;
	margin: 20px 0 0 0;
	padding: 10px;
	background: #333;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	}

.calLegend {
	font-size: 11px;
	color: #333;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
	}
		
.lIcon {
	width: 8px;
	height: 8px;
	margin-left: 5px;
	display: inline-block;
	border-radius: 100%;
	}

.quickPop {
	width: auto;
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
	padding: 2px 3px;
	margin-bottom: 3px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 100%;
	display: none;
	}
		
.cal {
	width: 100%;
	border-left: 1px solid #f1f1f1;
	}

.calendar-row::before,
.calendar-row::after {
	content: "";
	display: table;
	}
	
.calendar-row::after {
	clear: both;
	}
		
.calendar-row { 
	
	}

.calendar-day-head {
	width: 14%;
	background: #333; 
	font-weight: 400; 
	text-align: center;
	padding: 5px 0;
	float: left;
	border-bottom: 1px solid #f1f1f1; 
	border-top: 1px solid #f1f1f1; 
	border-right: 1px solid #f1f1f1; 
	}
	
div.day-number { 
	width: 20px;
	color: #fff;
	text-align: center; 
	font-weight: 400; 
	padding: 3px;
	margin: -5px 0 0 0; 
	float: right; 
	background: #777; 	
	}


.calendar-day, 
.calendar-day-np {
	width: 14%;
	min-height: 50px;
	font-size: 11px; 
	padding: 5px 0; 
	float: left;
	border-bottom: 1px solid #f1f1f1; 
	border-right: 1px solid #f1f1f1; 
	}	

.calendar-day-np {
	background: #F7F7F7;
	}
	 
.calendar-day {
	color: #333;
	background: #fff;
	}
	
.calendar-day:hover { 
	background: #707070; 
	}
	
.calTrigger {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin: 0 1%;
	padding: 2%;
	float: left;
	position: relative;
	}
	
.calTrigger:hover {
	color: #000;
	cursor: pointer;
	background: #000;
	}
	
.calWrap {
	position: relative;
	}
	
.calDeet {
	width: 92%;
	min-height: 96%;
	padding: 2% 3% 2% 5%;
	display: none;
	background: #f7f7f7;
	border: 1px solid #f1f1f1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	}
	
.calIndicator {
	width: 20px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	}
	
.deetTitle {
	font-size: 21px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
	}
	
.calImage {
	margin: 0 0 10px 10px;
	float: right;
	}
	
.calDesc {
	font-size: 13px;
	line-height: 120%;
	}

.calDesc h1,
.calDesc h2,
.calDesc h3 {
	color: #6D6D6D;
	font-weight: 400;
	}

.calDesc h1 {
	font-size: 18px;
	}
	
.calDesc h2 {
	font-size: 16px;
	}
	
.calDesc h3 {
	font-size: 13px;
	}
		
.calDesc a {
	color: #6D6D6D;
	}
	
.calParish,	
.calTime {
	font-size: 14px;
	color: #6D6D6D;
	line-height: 120%;
	}

.calParish {
	margin: 0 0 10px 0;
	}
	
.calLoc {
	margin: 10px 0 0 0;
	}
	
.calTime {
	margin: 0 0 20px 0;
	}
		
.calClose {
  	font-size: 24px;
  	color: #6D6D6D;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 20px;
	}
	
.calClose:hover {
	color: #000;
	cursor: pointer;
	}
		
/* Search Classes
----------------------------------------------- */
.searchBox {
	position: absolute;
	right: 20px;
	top: 12px;
	}
	
.searchBox input {
	width: 210px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 7px 12px;
	border: 1px solid #fff;
	background: none;
	}
	
.resultFade {
	/*min-height: 300px;*/
	display: none;
	}

/* Footer Classes
----------------------------------------------- */
.impello {
	font-size: 11px;
	text-align: right;
	}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 800px) {
/* Initial Classes
----------------------------------------------- */
.desktop {
	display: none;
	}
	
.mobile {
	display: block;
	}
	
.content {
	padding: 0 20px;
	}

/* JPanel Classes
----------------------------------------------- */
#navMobile {
	display: none;
	}

.navbar {
	height: 44px;
	padding-right: 20px;
	}
	
#menu-icon {
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	background: url('/media/structure/navIconB.png') no-repeat 0 0;
	float: left;
	}	

#menu-icon:hover {
	cursor: pointer;
	}
	
.panelTitle {
	color: #fff;
	line-height: 43px;
	font-size: 20px;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #777;
	}
		
#jPanelMenu-menu {
	background: #333;
	}
	
.treeview {
	margin: 0;
	position: relative;
	}
	
.treeview ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.treeview li {
	display: block;
	position: relative;
	margin: 4px 0;
	}

.treeview .collapsable {
	background: #000;
	}

/*.treeview .navMobile-submenu-item.expandable.collapsable {
	background: none;
	}
*/	
.navMobile .active {
	
	}
	
.treeview .item1,
.treeview .item1:hover,
.treeview .item1.active,
.treeview .item1.active:hover {
	line-height: 30px;
	color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 15px 8px 30px;
    position: relative;
    z-index: 11;
	}
	
.treeview .item1:hover,
.treeview .item1.active:hover {	
	color: #FF8014;
	}

.treeview .item2,
.treeview .item2:hover,
.treeview .item2.active,
.treeview .item2.active:hover {
	color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
	padding: 4px 8px 4px 40px;
	margin: 0px 0px 0px 0px;
	}
	
.treeview .item2:hover,
.treeview .item2.active,
.treeview .item2.active:hover {
	color: #FF8014;
	}
	
.treeview .treeview-submenu {
    z-index: -1;
	}
	
.treeview .treeview-submenu li.expandable ul {
	padding: 0 10px;
	display: block !important;
	}

.treeview .treeview-submenu-item.expandable ul.navMobile-submenu {
	background: none;
	}

.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2:hover,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active:hover {
	font-size: 11px;
	font-weight: normal;
	}
	
.hitarea.expandable-hitarea {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 0;
	background: url('/media/structure/plusminus_lg.png') no-repeat 0 0;
	z-index: 12;
	}
	
.hitarea.expandable-hitarea:hover {
	background: url('/media/structure/plusminus_lg.png') no-repeat 0 0;
	cursor: pointer;
	}
	
.hitarea.collapsable-hitarea {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 0;
	background: url('/media/structure/plusminus_lg.png') no-repeat 0 -30px;
	z-index: 12;
	}

.hitarea.collapsable-hitarea:hover {
	cursor: pointer;
	}

.collapsable .section li .hitarea.collapsable-hitarea,
.collapsable .section li .hitarea.expandable-hitarea {
	top: -3px;
	left: 10px;
	}
			
.navMobile .navMobile-submenu li .hitarea {
	display: none;
	}
	
.navMobile-submenu {
	margin: 0 10px;
	}
	
.navLogo {
	width: 100px;
	margin: 2px 0;
	float: right; 
	}	
}

@media handheld, only screen and (max-width: 767px) {

	
}

@media handheld, only screen and (max-width: 480px) {

}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}

