@charset "utf-8";
#sunday_schedule {
}
#sunday_schedule h1 {
	background-image: url(../images/h1-green.png);
	color: #FFFFFE;
	background-repeat: repeat-x;
}
#sunday_schedule .item {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECF0E1;
	padding-bottom: 5px;
	padding-top: 6px;
}
#sunday_schedule .item .title {
	font-size: 15px;
	font-weight: bold;
	color: #D5AE48;
	width: 65%;
	float: left;
}
#sunday_schedule .item .time {
	font-size: 15px;
	color: #D5AE48;
	font-weight: bold;
}
#sunday_schedule .item .description  {
	width: 100%;
	font-size: 11px;
	color: #3F4B2D;
	position: relative;
	font-weight: bold;
	padding-left: 4px;
}
#sunday_schedule .note {
	width: 100%;
	font-size: 11px;
	color: #3F4B2D;
	position: relative;
	top: -2px;
	font-weight: bold;
	padding-left: 4px;
}
