/* link stylesheets */

@import "base.css";


/* page backgrounds */

.bg-sermons {background: url(/images/backgrounds/default-short-compact.jpg) top right no-repeat;}
.bg-podcast {background: url(/images/backgrounds/default-short.jpg) top right no-repeat;}
.bg-galleries {background: url(/images/backgrounds/default-short.jpg) top right no-repeat;}


/* button links */

.btn-link.podcast {
	clear: both;
	width: 648;
	height: 98px;
	margin: 15px 0;
	background: url(/images/media/btn-podcast.jpg) center center no-repeat;}

.btn-link.podcast a {
	width: 646px;
	height: 96px;}


/* content and sidebar (online sermons) */

#content-border-outer.expanded {background: #fffdf2 url(/images/layout/content/sidebar-background-expanded.png) top right repeat-y;}

#content-border-outer.expanded #sidebar {width: 316px;}

#content-border-outer.expanded #content {width: 500px;}

#content-border-outer.expanded .sidebar-content p {
		margin-bottom: 15px;
		padding-top: 20px;
		background: url(/images/layout/content/sidebar-groove.png) top left repeat-x;
		font-size: 1.1em;}
	
	/* align first paragraph to top of div */
	#content-border-outer.expanded .sidebar-content p.first {
		padding: 0;
		background: none;}
	
	#content-border-outer.expanded .sidebar-content p span.highlight {color: #b3ad8f;}

#content-border-outer.expanded #content {
	margin-right: 2px;
	margin-left: 0;}


/* video player */

#sermon-video {
	clear: both;
	height: 385px;
	width: 480px;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 8px;
	background: #ffffff;
	border: 1px solid #d9d5c3;
	overflow: visible;}

a#flowplayer {
	display: block;
	width: 480px;
	height: 385px;
	border: none;}

.kicker.sermon-info {
	letter-spacing: 0.2em !important;
	text-transform: uppercase;}

.sermon-tag {
	color: #807566;
	font-style: italic;}


/* playlist */

#playlist {
	height: 600px;
	padding: 15px;
	overflow: auto;}

#playlist p {
	margin-bottom: 15px;
	padding-top: 20px;
	background: url(/images/layout/content/sidebar-groove.png) top left repeat-x;
	font-size: 1.1em;
	line-height: 1.4;}
	
	#playlist p.first {
		padding: 0;
		background: none;}
	
	#playlist .sermon-title {
		font-size: 1.1em;
		font-weight: bold;}
	
	#playlist .sermon-date {
		display: inline-block;
		color: #b3ad8f;
		letter-spacing: 0.2em;
		text-transform: uppercase;}
	
	#playlist .sermon-speaker {font-style: italic;}

.links {
	display: block;
	float: right;
	width: 4.5em;
	margin-top: 0.5em;
	line-height: 1.8;}

.links a {
	padding-left: 12px;
	background: url(/images/layout/content/sidebar-bullet.png) center left no-repeat;
	border-bottom: none;
	color: #b3ad8f;
	font-weight: bold;}

.links a:hover {
	color: #ffffff;
	background: url(/images/layout/content/sidebar-bullet-hover.png) center left no-repeat;}