.entry {
	padding-bottom: 10px;
}

.firstpost {
	margin-top:20px;
}
h3.etitle a, h3.etitle a:visited, h3 a {
	color: #00aeef;
	font-size: 16px;
}
h3.etitle a:hover, h3 a:hover {
	color:#777777;
}
h3 { /*/ h3 is 5px from Circle's Top /*/ 
	font-weight: normal;
	margin-bottom:3px; /*/ Equals 5px from Line /*/ 
}

/*/ ------------------------------ Church Directory ------------------------------
h4.etitle a, h4.etitle a:visited, h4 a {
	color: #00aeef;
	font-size: 16px;
}
h4.etitle a:hover, h4 a:hover {
	color:#777777;
}
h4 {
	font-weight: normal;
	text-transform:uppercase;
	border-bottom: solid 1px #999999;
	padding-bottom:8px;
}

.cd_photos {
	width:620px;
	height:220px;
	margin-bottom:20px;
}

------------------------------ Church Directory ------------------------------ /*/

.emeta {
	margin-left: 60px;
	color: #777777;
	border-top: solid 1px #999999;
	font-size:10px;
	padding-top:2px; /*/ Equals 10px from Line /*/ 
}

.date {
	float: left;
	height: 50px; /* Box Height */
	width: 50px;
	margin-right: 10px;
	background: #ffffff;
	border-radius:25px;
}
.date p {
	text-align: center;
	color: #777777;
	margin: 0px;
	text-transform: uppercase;
}
.date span.month { /*/ 10px from Circle's Top /*/ 
	font-size: 10px;
	height: 10px;
	display: block;
	padding: 2px 0px 0px 0px;
    margin-bottom: 0px;
}
.date span.day {
	font-size: 20px;
	line-height:40px;
	color:#bbbbbb;
}

/*Start Pagination*/

.pagination {
clear:both;
padding:6px 0px 0px 0px;
position:relative;
height:40px;
font-size:10px;
line-height:40px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
border: solid 0px;
border-radius:5px;
margin: 0px 2px 0px 0px;
padding:0px 19px 0px 19px;
text-decoration:none;
width:auto;
color:#777777;
background: #ffffff;
}
 
.pagination a:hover{
color:#ffffff;
background: #00aeef;
}
 
.pagination .current{
padding:0px 19px 0px 19px;
background: #00aeef;
color:#ffffff;
}
/*End Pagination*/