/* Images */
.churches a img {
	border: none;
}

/* Tables */
.churches table {
	border-collapse: collapse;
	margin: .5em 1em;
}
.churches th, .churches td {
	vertical-align: top;
	text-align: left;
	padding: .2em 0;
	border-bottom: 1px solid #ccc;
}

.churches .table-borders td, .churches .table-borders th {
	border: 1px solid #ccc;
	padding: .2em .5em;
}

/* Paragraphs */
.churches p.right {
	text-align: right;
}
.churches p.center {
	text-align: center;
}

/* Church image*/
#church-image {
	width: 420px;
	margin: 0 auto;
}


/* Events */
.events {
	width: 85%;
	margin: auto;
	margin-bottom: 3.5em;
	clear: both;
}

.events h4, .events p, .events a, .events span {
	color: #444;
	background: #fff;
	margin: 0;
	overflow: hidden;
}

.events h4, .events p, .events span {
	padding: .5em .7em;
}

.events h4 a:link, .events h4 a:visited {
}

.events h4 a:hover, .events h4 a:active {
}

.events a.right:link, .events a.right:visited {
	color: #696 !important;
	border-top: none;
	padding: .5em .7em;
	border-bottom: 3px solid #fff;
}
.events a.right:hover, .events a.right:active {
	color: #cfc !important;
	border-top: none;
	border-bottom: 3px solid #696;
}


.events a img {
	border: none;
	position: relative;
	bottom: -1px;
}

.events .right {
	float: right;
}