/* CSS Styles */

a {
	color: #000000;
	text-decoration: none;
}

a:focus, a:hover {
	color: #003300;
	text-decoration: none;
}

aside {
	background-color: #003300;
	color: #f8ffc7;
	float: left;
}

body {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
}

footer {
	
}

hr {
	height: 2px;
	border: 2px solid #003300;
	background-color: #f8ffc7;
}

nav {
	margin: 10px;
}

p {
	margin-bottom: 15px;
}

#links h1,
#links h4 {
	margin-bottom: 15px;
}

#links h4 a {
	text-decoration: underline;
}

#links h4 a:hover {
	color: #003300;
}

#newsletters h1,
#newsletters h2,
#newsletters h3 {
	margin-bottom: 25px;
}

#newsletters h4 {
	margin-bottom: 15px;
}

#newsletters h4 a {
	text-decoration: underline;
}

#newsletters h4 a:hover {
	color: #003300;
}

#sacraments h1,
#sacraments h3 {
	margin-bottom: 15px;
}

#sacraments h2 a {
	text-decoration: underline;
}

#sacraments h2 a:hover {
	color: #003300;
}

/*#sacraments li a {
	text-decoration: underline;
}

#sacraments li a:hover {
	color: #003300;
}*/

#wrapper {
	margin: auto auto;
    max-width: 1024px;
    min-width: 320px;
	background-color: #003300;
}

/* Styles */

.altMenu {
	display: none;
}

.bold {
	font-weight: bold;
}

.cathFront {
	width: 100%;
	position: relative;
	top: 15px;
	left: 0;
	z-index: 5000;
}

.centre {
	text-align: center;
}

.clear {
	clear: both;
}

.contact {
	list-style-type: none;
	padding: 1em;
	margin: 0;
	text-align: center;
}

.contact li {
	padding: 10px 0 10px 0;
}

.content{
	float: left;
	background: #ffffff;
	padding-bottom: 15px;
	padding-top: 15px;
}

.content img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.header {
	background-color: #003300;
	color: #f8ffc7;
}

.headerLeft {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 139px;
}

.headerLeft img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.headerRight {
	text-align: center;
	min-height: 139px;
}

.imgCentre {
	width: 80%;
	position: relative;
	top: 10px;
	left: 0;
	z-index: 5000;
}

.imgCentre70 {
	width: 70%;
	position: relative;
	top: 10px;
	left: 0;
	z-index: 5000;
}

.imgCentre60 {
	width: 60%;
	position: relative;
	top: 10px;
	left: 0;
	z-index: 5000;
}

.indent40 {
	margin-left: 40px;
}

.leftNav {
	list-style-type: none;
	padding: 10px;
	margin: 0;
	text-align: center;	
}

.leftNav li {
	border: 2px solid #000000;
	margin-bottom: 10px;
	padding: 3px 0 3px 0;
	background: #f8ffc7;
}

.leftNav li>a:hover {
	border: 2px solid #000000;
	margin-bottom: 5px;
	padding: 3px 0 3px 0;
	background: #000000;
}

.leftNav li a {
	color: #000000;
	font-weight: bold;
	font-size: 120%;
}

.leftNav li a:hover {
	color: #ffffff;
}

.massLine {
	width: 100%;
	display: block;
	margin: 10px 0 10px 0;
	border-style: inset;
	border-width: 3px
}

.normalFont {
	font-weight: normal !important;
}

/* Tables */

.massTimes{
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-spacing: 0;
    border-collapse: separate;
	background: #FFFFFF;
	padding-bottom: 15px;
}

.massTimes th {
	text-align: left;
}

.massTimes tr td{
	vertical-align: top; 
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 40px 5px 0;
}

.massTimes tr td:first-child {
	width: 40%;
}

.massTimes tr td:last-child {
	width: 60%;
}

.parishTeam {
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-spacing: 0;
    border-collapse: separate;
	background: #FFFFFF;
	padding-bottom: 15px;
}

.parishTeam tr td{
	vertical-align: middle; 
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 40px 5px 0;
}

.parishTeam tr td:first-child {
	width: 40%;
}

.parishTeam tr td:last-child {
	width: 60%;
}

.times {
	border: 0;
	border-spacing: 0;
    border-collapse: separate;
	background: #FFFFFF;
	padding-bottom: 0;
}

.times tr td{
	vertical-align: middle; 
	text-align: left;
	padding: 0 0 0 20px;
}

/*end tables */

.parishCouncil {
	list-style-type: none;
	padding: 10px;
	margin: 20px 0 0 0;
	text-align: center;	
}

.parishCouncil li {
	padding: 5px 0 5px 0;
}

.underline {
	text-decoration: underline;
}

.underLink a {
	text-decoration: underline;
}

.underLink a:hover {
	color: #003300;
}

/* For Mobile Side */
@media (max-width:768px) {
	aside {
		background-color: #003300;
		color: #f8ffc7;
		float: left;
		width: 0;
		display: none;
	}
	
	.headerLeft {
		background: #003300;
		color: #f8ffc7;
		float: left;
		width: 0;
		display: none;
	}
	
	.content{
		background: #ffffff;
		width: 100% !important;
	}
	
	.headerRight {
		text-align: center;
		width: 100% !important;
		background: #003300;
	}
	
	.altMenu {
		display: block;
		width: 100%;
		text-align: center;
		background: #f8ffc7;
		margin-top: 15px;
		padding: 0;
	}
	
	.altMenu table {
		width: 100%;
	}

	.altMenu tr {
		margin: 0;
		padding: 0;
	}

	.altMenu td {
		border: 2px solid #003300;
		padding: 0;
		width: 33.3%;
		padding: 5px 3px 5px 3px;
	}

	.altMenu td a {
		color: #000000;
		font-weight: bold;
		font-size: 100%;
	}

	.altMenu td a:hover {
		color: #ffffff;
		background: #003300;
	}
	
	#wrapper {
		margin: auto auto;
		max-width: 1024px;
		min-width: 320px;
		background-color: #ffffff;
	}
	
}
