/*SITE SPECIFIC CSS, change for each site accordingly*/

/*Generic tags*/
a {color: #487ed1;text-decoration: none;}
a:hover {color: #003652;text-decoration: none;}
main.content h1, main.content h2, main.content h3, main.content h4, main.content h5, main.content  h6{color:#49566B;}

/*Gradient for header - choose two colours light and dark and a large top border to house the top bar*/
.site-header {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0054a8, #52a2f2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0054a8, #52a2f2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0054a8, #52a2f2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0054a8, #52a2f2); /* Standard syntax (must be last) */
  	border-top:40px solid #02376b;
}

/*Change the font size for Title and Strapline - change the actual text via genesis simple hooks*/
.parish-title span{font-size:2.33em;}
.parish-title span + span{font-size:.9em;}

/*Change the navigation colours*/
.genesis-nav-menu .current-menu-item > a {background: #003652;}
.genesis-nav-menu a:hover {background:#003652;}
.genesis-nav-menu .sub-menu a:hover{background:#003652;}
.genesis-nav-menu a {1.2em;}


/*Change the footer colours*/
.site-footer {background: #02376b;}
.site-container .footer-widgets h4 {color: #52a2f2 !important;}
.site-container .footer-widgets strong{color:#52a2f2;}

/*Change home page colours*/
h1.entry-title{color:#49566B !important;}
h2.entry-title a {color: #49566b !important;}
.home-bottom .news-tab{background:#52a2f2;color:#fff;border-left:5px solid #003652;}
.all-news a{background:#02376b;color:#fff;}
.all-news a:hover{background:#003652;color:#fff;}

/*sidebar*/
#nav_menu-2 a {color: #49566b;}
#nav_menu-2 a:hover {color: #8e9fb9;}
.sidebar li {border-bottom: 1px dotted #8f9fb8;}

.parish-logo img{width:100px;}
.nav-primary .genesis-nav-menu .current-menu-item > a {
    background: #003652;
}



/*Media Queries*/

@media only screen and (max-width: 1023px) {
.parish-title span{font-size:2.1em;}
.parish-title span + span{font-size:.82em;}
/* If the logo and title are too large for mobile devices, center them by uncommenting out below*/ 
/*.parish-logo{width:100%;float:right;text-align:center;position:static;padding-top:10px}
.parish-title{width:100%;float:left;text-align:center;position:static;}*/
}

/*Logo and title on mobile some commented out examples below*/
@media only screen and (max-width: 600px) {
 /*.parish-logo{display:none}
 .parish-title{width:100%;text-align:center;}
 .parish-title{top:5px;}*/
}

/*table mins agens*/

.minagnews_tbl td a{display:block;}

  