@charset "utf-8";
.sermons {
}
.sermons h1 {
	color: #323F1F;
	background-image: url(../images/h1-gray.png);
	background-repeat: repeat-x;
}
.sermons .block-h1 {
	float: right;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 13px;
	margin-right: 10px;
}
.sermons .block-h1 img {
	padding-left: 2px;
}
.sermons .block-h1 a {
	color: #666;
	text-decoration: none;
}
.sermons .block-h1 a:hover {
	color: #999;
	text-decoration: none;
}

.sermons .outerbox{
	overflow: hidden;
	height: 493px;
	width: 515px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
.sermons .outerbox .innerbox {
	position: relative;
}
.sermons .scrollbox {
	float: right;
	width: 11px;
	margin-top: 5px;
	margin-right: 5px;
}
.sermons .scrollup {
}
.sermons #sermons-scrollbar {
	background-image: url(../images/announcement-scrollbg.png);
	background-repeat: repeat-y;
	height: 466px;
	position: relative;
}
.sermons #sermons-handle {
	padding-right: 1px;
	padding-left: 1px;
}
.sermons .scrolldown {
}
.sermons .item {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECF0E1;
	padding-bottom: 5px;
	padding-top: 6px;
	position: relative;
}
.sermons .item .icon1 {
	float: right;
	margin-right: 16px;
	padding-top: 24px;
}
.sermons .item .icon2 {
	float: right;
	margin-right: 28px;
	padding-top: 24px;
}
.sermons .item .icon-mini {
	position: absolute;
	left: 265px;
	top: 42px;
}
.sermons .item .listen {
	float: right;
	padding-top: 24px;
	margin-right: 16px;
}
.sermons .item .listen a {
	text-decoration: none;
}

.sermons .item .listen img {
	padding-right: 1px;
	padding-left: 3px;
}

.sermons .item .listen p {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
}
.sermons .item .download {
	float: right;
	padding-top: 24px;
	margin-right: 28px;
}
.sermons .item .download a {
	text-decoration: none;
}
.sermons .item .download img {
	padding-left: 16px;
	padding-right: 1px;
}
.sermons .item .download p {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
}

.sermons .item .details {
	float: left;
}
.sermons .item  .details p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
}
.sermons .item .details span {
	font-size: 15px;
	font-weight: bold;
	color: #D5AE48;
}
.sermons .link-left {
	float: left;
	margin-top: 9px;
	margin-left: 4px;
	margin-bottom: 1px;
	font-size: 9pt;
	font-weight: bold;
}
.sermons .link-left #popout-arrow {
	padding-left: 2px;
}
.sermons .link-left a {
	color: #666;
	text-decoration: none;
}
.sermons .link-left a:hover {
	color: #dfab48;
	text-decoration: none;
}
.sermons .link-right {
	float: right;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 6px;
}
.sermons .link-right img {
	padding-left: 2px;
}
.sermons .link-right a {
	color: #666;
	text-decoration: none;
}
.sermons .link-right a:hover {
	color: #dfab48;
	text-decoration: none;
}

