/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

html{ 
overflow-y: scroll;
} 

.hdr{
	min-height:100px;
}

.logo{
	position:absolute;
	cursor:pointer;
}

.calclose{
	border: 1px solid #949494;
	padding:10px 0;
}

.menupad{
	padding:0 0 0 90px;
}


#searchform [type="text"]{
	width:130px;
	display:inline-block;
	margin:0 10px;
	padding:3px;
}

#searchform input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#000 !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
#searchform input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
#searchform input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	position:relative;
	top:1px;
}


#full-screen-background-image {
z-index: -999;
min-height: 100%;
min-width: 1200px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
}

.flexslider li{
	list-style:none;
	list-style-type:none;
	background:none;
	margin:0;
	padding:0;
}

.flexslider ul{
	list-style:none;
	list-style-type:none;
	background:none;
}

.admin{
	background:#F00;
	color:#fff;
	font-family: Arial,Times, serif;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	text-decoration:none;
}

.admin a{
	text-decoration:none;
}

.admin a:hover{
	text-decoration:underline;
}

.countdowncnt{
	padding:50px 0 0 0;
}

.topmenu li{
	float:right;
	padding:0 10px;
}

.topmenu li a{
	color:#fff;
	text-decoration:none;
	transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
}

.topmenu li a:hover{
	color:#a6bae8;
}

.toptxt3_border{
	border-right: 1px solid #CCC;
}

/* Nav */

   
    #tmenu{
	background: url(../images/header-bkg.jpg);
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border:0 solid #fff;
	min-height:30px;
	padding:10px 15px 0 15px;
	overflow:auto;
    }
	#tmenu div{
		float:left;
		margin:0 15px;
        white-space: pre;
		
	}
	#tmenu div a{
		text-decoration:none;
	}

/* #Page Styles
================================================== */
/* shadows */
.pro_text-shadow{ padding:1em; text-align:center; font-size:1.2em; line-height:1.4em; box-shadow:inset 0 0 20px rgba(0,0,0,.4)}
.pro_pad-shadow{ padding:10px 0;}
.pro_pad-shadow div.pro_lifted{ border-radius:5px;}
.pro_lifted {position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.pro_lifted:before,
.pro_lifted:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:15px;
        left:10px;
        width:50%;
        height:20%;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);}
.pro_lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);}
.pro_curled{position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);border-radius:0 0 120px 120px / 0 0 6px 6px;}
.pro_curled:before,
.pro_curled:after {
    content:"";
    position:absolute;
    z-index:-2;
    bottom:12px;
    left:10px;
    width:50%;
    height:55%;
    max-width:200px;
    -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
       -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
     -webkit-transform:skew(-8deg) rotate(-3deg);
        -moz-transform:skew(-8deg) rotate(-3deg);
         -ms-transform:skew(-8deg) rotate(-3deg);
          -o-transform:skew(-8deg) rotate(-3deg);
             transform:skew(-8deg) rotate(-3deg);} 
.pro_curled:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);}
.pro_perspective {position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.pro_perspective:before,
.pro_perspective:after {content:"";position:absolute;z-index:-2;}        
.pro_perspective:before {
    left:80px;
    bottom:5px;
    width:50%;
    height:35%;
    max-width:200px;
   	box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
    -webkit-transform:skew(50deg);
       -moz-transform:skew(50deg);
        -ms-transform:skew(50deg);
         -o-transform:skew(50deg);
            transform:skew(50deg);
    -webkit-transform-origin:0 100%;
       -moz-transform-origin:0 100%;
        -ms-transform-origin:0 100%;
         -o-transform-origin:0 100%;
            transform-origin:0 100%;}
.pro_perspective:after {display:none;}
.pro_raised { position:relative; background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);}        
.pro_raised:before,
.pro_raised:after {content:"";position:absolute; z-index:-2;}
.pro_curved-vt-2 {position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.pro_curved-vt-2:before,
.pro_curved-vt-2:after {content:"";position:absolute;z-index:-2;}
.pro_curved-vt-2:before {
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    box-shadow:0 0 8px rgba(0,0,0,0.6);
    border-radius:10px / 100px;}
.pro_curved-hz-2 {position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.pro_curved-hz-2:before,
.pro_curved-hz-2:after {content:"";position:absolute;z-index:-2;} 
.pro_curved-hz-2:before {
    top:0px;
    bottom:0px;
    left:10px;
    right:10px;
	box-shadow:0 0 7px rgba(0,0,0,0.6);
	border-radius:100px / 10px;}
/* LightBox */
.lightbox-image {position:relative;overflow:hidden;display:inline-block;z-index:99;}
.lightbox-image img {position:relative;z-index:2;background:#f1f1f1;}
.lightbox-image span {display:block;position:absolute;left:0;top:0;width:100%;height:100%;background: url(../images/pro_images/magnifying-glass.png) no-repeat 50% 50%;z-index:1;}
.pro_video .lightbox-image span{background: url(../images/icons/play_video.png) no-repeat 50% 50%;z-index:3; opacity:.8;}
.pro_video .lightbox-image:hover span{ opacity:1;}
.pro_video{ z-index:99; position:relative;}

.menubggrad{
	background: #6b1f21; /* Old browsers */
background: -moz-linear-gradient(top,  #6b1f21 0%, #420c1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b1f21), color-stop(100%,#420c1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6b1f21 0%,#420c1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6b1f21 0%,#420c1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6b1f21 0%,#420c1a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6b1f21 0%,#420c1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b1f21', endColorstr='#420c1a',GradientType=0 ); /* IE6-9 */
}

.bodybggrad{
	background:url(../images/footerbg.png) repeat-x top;
}

.bodyshadow{
	-webkit-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 9px 12px 0px rgba(0,0,0,0.75);
}
		

.phone{
	padding:5px 0 10px 0;
}

.socialhdr{
	text-align:right;
	background:url(../images/contentbg.png);
}

.socialcont{
	display:inline-block;
	background:#a2bfe5;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border:0 solid #fff;
}

.headerdate1{
	font-family:"Qwigley",Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#fff690;
}

.headerdate2{
	font-family:"Qwigley",Tahoma, Geneva, sans-serif;
	font-size:68px;
	color:#fff690;
	padding:60px 0 0 0;
}

.toptxt{
	padding:15px 0 0 0;
	color:#fff;
	text-align:right;
	font-family:'Droid Sans';
}

.toptxt a{
	color:#fff;
	text-decoration:none;
}

.toptxt a:hover{
	text-decoration:underline;
}

.menubg{
	background:url(../images/contentbg.png);
}

.image{
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 6px double #e3e3dc;
}

.scontent{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 6px double #d9d9d9;
	min-height:350px;
}

.sidebg{
	padding:10px 0;
	background:#262626;
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
	border: 0px solid #000000;
}

.sidebg ul li{
	padding:5px 10px;
	text-align: right;
}

.sidebg a{
	text-decoration:none;
	color:#fff;
}

.sidebg a:hover{
	color:#FC3;
}


.mlink{
	font-size:14px;
	font-weight:bold;
}

.mlink a{
	font-size:14px;
	font-weight:bold;
}

.mlink a:hover{
	color:#CCC;
}

.title{
	font-family:'Handlee',Tahoma, Geneva, sans-serif;
	font-size:19px;
	color:#033972;
	line-height:1.1em;
}

.ptitle{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	line-height:1.1em;
	padding:0 0 15px 0;
}

.ptitle2{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#000;
	line-height:1.1em;
	padding:10px 0 0 0;
}
.ptitle3{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#000;
	float:left;
	padding-right:5px;
}
.ptxt2{
	float:left;
}
.ptxt3{
	clear: both;
}

.pmenu li{
	border:1px solid #000;
	background:#90abda;
	color:#000;
	list-style:none !important;
	list-style-type:none !important;
	padding:7px 10px;
	margin:3px 0;
}

.pmenu li a{
	color:#000;
	height:100%;
	width:100%;
}

.pmenu li:hover{
	background:#516d9d;
}

.hpcols{
	background:#fff;
	margin:0 5px;
	border-radius: 25px 25px 0px 0px;
	-moz-border-radius: 25px 25px 0px 0px;
	-webkit-border-radius: 25px 25px 0px 0px;
	border: 0px solid #000000;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
}

.hpcols-middle{
	background:#fff;
	margin:0 5px;
	min-height:266px;
	border-bottom:22px solid #075099;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
}

.tabcontent ul li span{
	padding:0;
	margin:0;
}

.contentbg{
	background:url(../images/contentbg.png);
	padding:15px;
}

.whitebg90{
	background:url(../images/whitebg.png);
}

.whitebg100{
	background:#fff;
}

.econtent{
	padding:0 15px 0 10px !important;
}

.content{
	font-family:'Droid Sans',Tahoma, Geneva, sans-serif; 
	font-size:14px; 
	color:#494137;
}

.content a{
	color:#0c4c94;
	text-decoration:underline;
	transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
}

.content a:hover{
	color:#326e82;
}

.content ul{
	padding:0;
	padding-bottom:15px;
}

.content ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
	margin-left:50px;	
}
.content ul li {
    /*giving UL's LIs generated disc markers*/
    background-image: url(/images/bullets-02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 24px;
	margin:0 0 10px 0;
}

.content img{
	max-width:95%;
	height:auto;
}

.photogalleryimg:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out
}

.sliderpad{
	padding:0;
}

.center{
	text-align:center;
}

.maincnt_top_cnt{
	position: relative;
}
.maincnt_imgA{
	margin: auto;
    width:100%;
	postion: absolute;
    left: 0;
    bottom: 0;
}

.maincnt_imgB{
	margin: auto;
    width:100%;
	postion: absolute;
    left: 0;
    bottom: 0;
}

.maincnt{
	background-image: url(../images/cnttp.jpg), url(../images/cntbtm.jpg), url(../images/cntlp.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center;
	background-size: contain;
}

.maincntcss2{

}

.maincntcss3{
	background:	url(../images/cnttp.jpg) no-repeat center top,
	            url(../images/cntbtm.jpg) no-repeat center bottom,
				url(../images/cntlp.jpg) repeat-y center;
	
}

.footertxt{
	font-size:12px;
	color:#000;
	text-align:left;
	line-height:1.5em;
	padding:15px 0 30px 0;
}

.footertxt a{
	color:#000;
	text-decoration:none;
}

.footertxt a:hover{
	color:#000;
	text-decoration:underline;
}

.imagebuttons{
	width:220px;
	height:104px;
	
}

.imagebuttons:hover{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out
}

/* #Blog
================================================== */

.posttitle{
	font-family: belleza;
	font-size:22px;
	color:#28a54d;
}

.postdate{
	font-family: 'Cantata One';
	font-size:12px;
	padding: 0 0 10px 20px;
}

.postbody{
	padding-left:10px;
	text-decoration:none;
	padding-bottom:7px;
}

.postbody a{
	font-family:'Cantata One';
	text-decoration:none;
}

.postdivider{
	padding:10px 0; border-bottom:1px dashed #CCCC66;
}

.bsidetitle{
	background:url(../images/TitleBG.png) repeat-x top left;  
	min-height:36px; 
	padding:5px 0 0 10px; 
	color:#000; 
	font-family: 'Cantata One'; 
	font-size:18px;	
}

.btitle{
	padding:10px 0 0 0;
	font-family:'Cantata One';
	font-size:20px;
}

.bloglist{
	padding:8px 0;
	margin:0 0 10px 8px;	
}

.sermonPageTitle{
	padding:10px 0 0 0;
	font-family: belleza;
	font-size:22px;
	color:#28a54d;
}

.readmore{
	margin-top:10px;
	float:left;
	display:block
	min-width: 120px;
	padding:5px;
	
	background:#172c63;
}

.readmore:hover{
	background:#8cd50c;
	transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
}

.readmore a{
	font-family:'Droid Sans';
	text-decoration:none;
	font-size:15px;
	color:#fff;
	padding:3px 10px;
}

.readmore a:hover{
	color:#172c63;
	transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
}

.moreinfo{
	margin-top:10px;
	float:left;
	display:block
	min-width: 120px;
	padding:5px;
	color:#19bdfa;
	background:#fff;
}

.moreinfo a{
	font-family:'Droid Sans';
	text-decoration:none;
	font-size:15px;
	color:#19bdfa; 
	padding:3px 10px;
}

.moreinfo a:hover{
	color:#377d97;
	transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
}
/* Pagination */

.holder { margin: 5px 0; }

.holder a {
  font-size: 12px;
  cursor: pointer;
  margin: 0 5px;
  color: #333;
}

.holder a:hover {
  background-color: #222;
  color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
  color: #ed4e2a;
  font-weight: bold;
  margin:0 5px;
}

.holder a.jp-disabled, a.jp-disabled:hover { color: #bbb; }

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default; 
  background: none;
  margin:0 5px;
}

.holder span { margin: 0 5px; }

.list_title{
	font-family:"Oswald",Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#38569f;
	line-height:1.1em;
	padding:5px 0 8px 25px;
	background:url(../images/bullets-02.png) no-repeat left;
	cursor:pointer;
	
}

.footermenu{
	background:#333;
	color:#fff;
}

.footermenu a{
	color:#FFF;
	font-family:'Droid Sans';
	text-decoration:none;
	transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
}

.footermenu a:hover{
	color:#a6bae8;
}

.ftrmenucnt{
	padding:20px;
}

.ftrmenucntli{
	padding:0 0 0 20px;
	text-indent: 0;
	background:url(../images/bullets-01.png) no-repeat left top;
	text-align:left;
}
.ftrmenucntli a{
	text-indent: 0;
}

.bwrap {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    width: 100%;
    min-height:310px;;
    background: #EBEBEB;
    border: 1px solid #CCC;
    margin: 20px auto;
    position: relative;
    padding: 20px 10px 10px;
}

.bnoise {
    position: relative;
    z-index: 1;
}

.bhoriz-flag {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9FBFDC), color-stop(100%, #3C74A6));
    background-image: -webkit-linear-gradient(#9FBFDC, #3C74A6);
    background-image: -moz-linear-gradient(#9FBFDC, #3C74A6);
    background-image: -o-linear-gradient(#9FBFDC, #3C74A6);
    background-image: -ms-linear-gradient(#9FBFDC, #3C74A6);
    background-image: linear-gradient(#9FBFDC, #3C74A6);
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    position: absolute;
    padding-right: 40px;
    left: -2px;
    padding-left: 10px;
    top: 15px;
    color: white;
}

.bhoriz-flag::before {
    content: '';
    display: block;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: transparent;
    border-right-color: #EBEBEB;
    position: absolute;
    right: -1px;
    top: 0;
}

.bwrap img {
    width: 100%;
    margin-top: 50px;
}

.bluebutton {
	-moz-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	-webkit-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	box-shadow:inset 0px 34px 0px -15px #b54b3a;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a73f2d), color-stop(1, #b34332));
	background:-moz-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:-webkit-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:-o-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:-ms-linear-gradient(top, #a73f2d 5%, #b34332 100%);
	background:linear-gradient(to bottom, #a73f2d 5%, #b34332 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a73f2d', endColorstr='#b34332',GradientType=0);
	background-color:#a73f2d;
	border:1px solid #241d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #7a2a1d;
}
.bluebutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b34332), color-stop(1, #a73f2d));
	background:-moz-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:-webkit-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:-o-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:-ms-linear-gradient(top, #b34332 5%, #a73f2d 100%);
	background:linear-gradient(to bottom, #b34332 5%, #a73f2d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b34332', endColorstr='#a73f2d',GradientType=0);
	background-color:#b34332;
}
.bluebutton:active {
	position:relative;
	top:1px;
}

/* #Parish Listing
================================================== */

.plist_row{
	padding:0 0 0 10px;
}

.plist_col1{
	float:left;
	width:200px;
}

.plist_col2{
	float:left;
	width:150px;
}

.plist_col3{
	float:left;
	width:200px;
}

.plist_col4{
	float:left;
	width:150px;
}

.plist_col5{
	float:left;
	width:160px;
}

.plist_col6{
	float:left;
	width:70px;
}

.plist_clear{
	clear:both;
}

.slist_col1{
	float:left;
	width:260px;
}

.slist_col2{
	float:left;
	min-width:75px;
}

.slist_col3{
	float:left;
	width:400px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.headerdate2{
			font-family:"Qwigley",Tahoma, Geneva, sans-serif;
			font-size:48px;
			color:#fff690;
			padding:60px 0 0 0;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.title{
			line-height:1.1em;
		}
		.logo{
			position:relative;
		}
		.toptxt{
			padding:0;
			margin:-35px 0 0 0;
		}
		.menupad{
			padding:0;
		}
		.calrow{
			padding:10px 0;
		}
		#tmenu div{
			margin:0 10px;
			
		}
		.plist_clear{
			clear:both;
			padding:5px 0;
		}
		.plist_row{
			padding:10px 0 10px 10px;
		}
		.slist_col3{
			width:300px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.content img{
			max-width:95% !important;
			height:auto !important;
		}
		.logo{
			max-width:450px;
			height:auto;
		}
		.list1img img{
			max-width:90%;
			height:auto;
		}
		.headerdate2{
			padding:20px 0 0 0;
		}
		iframe{
			width:90%;
		}
		.bwrap {
			width:90%;
		}
		.econtent{
			padding:0 15px;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.content img{
			max-width:90% !important;
			height:auto !important;
		}
		.logo{
			max-width:300px;
			height:auto;
		}
		.list1img img{
			max-width:100%;
			height:auto;
		}
		.headerdate2{
			padding:20px 0 0 0;
		}
		iframe{
			width:90%;
		}
		.bwrap {
			width:90%;
		}
		.econtent{
			padding:0 15px;
		}
		.ui-tabs .ui-tabs-nav li{ max-width:135px !important;min-width:135px !important; width:135px !important;  }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/