.page-header h4 {
	margin: 50px 0;
}

.post-content ul {
	list-style: none;
	margin-bottom: 30px;
}

.post-content ul li {
	font: 16px/18px "Karla",sans-serif;
	padding: 3px 0 3px 25px;
	color: #637285;
}

.post-content ul li:before {
	background: #29af8a;
	width: 11px;
	height: 11px;
	content: '';
	float: left;
	margin-top: 3.5px;
	margin-left: -25px;
	border-radius: 100%;
}

p.lead {
	color: #00BBBB;
	margin-bottom: 25px;
	letter-spacing: -0.1px;
	font: 21px/30px "Karla", sans-serif;
}

.sidebar .widget .nav li a:hover, .sidebar .widget .nav li a:focus {
	color: #000;
}

.sidebar .widget .recent-post .date a:hover {
	color: #000;
}

.how-fund-help-children {
	margin: 50px 0 0;
}

.blog-content {
	padding: 73px 0 50px;
}

.event-listing .event-date {
	color: #fff;
	background: #58004F;
}

.featured_news .caption {
	top: 45%;
}

.calendar {
    width: 75px;
    height: 70px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    background: #FFF
}

.calendar .header {
    height: 22px;
    background: #e74c3c;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
	width: 100%;
    text-align: center;
    font-size: 12px;
    color: #FFF;
	line-height: 24px
}

.calendar .num-day {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center
}