/* link stylesheets */

@import "base.css";


/* page columns */

#left-column {
	float: left;
	width: 620px;
	margin-right: 15px;}

#right-column {
	float: left;
	width: 235px;}


/* content and sidebar */

#content-container {margin-top: 15px;}


/* splash */

#splash {
	clear: both;
	width: 618px;
	height: 313px;
	background: #fffdf2;
	border: 1px solid #d9d5c3;
	overflow: hidden;}

#splash-border {
	width: 616px;
	height: 311px;
	border: 1px solid #ffffff;}


/* resources button */

.btn-link.resources {
	clear: both;
	width: 618px;
	height: 28px;
	background: url(/images/home/btn-resources.png) center center no-repeat;
	border: 1px solid #d9d5c3;
	overflow: hidden;}

.btn-link.resources a {
	width: 616px;
	height: 26px;
	border: 1px solid #ffffff;}


/* button links */

.btn-link.podcast,
.btn-link.visitors,
.btn-link.locations,
.btn-link.connections,
.btn-link.kids,
.btn-link.galleries {
	clear: both;
	width: 233px;
	height: 148px;
	margin: 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}

.btn-link.podcast a,
.btn-link.visitors a,
.btn-link.locations a,
.btn-link.connections a,
.btn-link.kids a,
.btn-link.galleries a {
	width: 231px;
	height: 146px;
	-moz-border-radius: px;
	-webkit-border-radius: 10px;}

.btn-link.podcast {
	margin-top: 0;
	background: url(/images/home/btn-podcast.jpg) center center no-repeat;}

.btn-link.visitors {background: url(/images/home/btn-visitors.jpg) center center no-repeat;}

.btn-link.locations {background: url(/images/home/btn-locations.jpg) center center no-repeat;}

.btn-link.connections {background: url(/images/home/btn-connections.jpg) center center no-repeat;}

.btn-link.kids {background: url(/images/home/btn-kids.jpg) center center no-repeat;}

.btn-link.galleries {background: url(/images/home/btn-galleries.jpg) center center no-repeat;}


/* latest sermon */

#latest-sermon {
	clear: both;
	width: 618px;
	height: 103px;
	margin-top: 15px;
	border: 1px solid #d9d5c3;}

#latest-sermon-border {
	width: 386px;
	height: 93px;
	padding: 8px 15px 0 215px;
	border: 1px solid #ffffff;}

.latest-sermon-audio {
	display: block;
	float: right;
	width: 20px;
	height: 21px;
	background: url(/images/home/latest-sermon-audio.png) 0 0 no-repeat;}

.latest-sermon-audio:hover {background: url(/images/home/latest-sermon-audio.png) 0 -21px no-repeat;}

.latest-sermon-video {
	display: block;
	float: right;
	width: 22px;
	height: 21px;
	margin-left: 15px;
	background: url(/images/home/latest-sermon-video.png) 0 0 no-repeat;}

.latest-sermon-video:hover {background: url(/images/home/latest-sermon-video.png) 0 -21px no-repeat;}

.latest-sermon-audio span,
.latest-sermon-video span {display: none;}

.latest-sermon-title {
	margin-top: 37px;}

.latest-sermon-title a {
	font-size: 1.8em;
	color: #7a997a;
	border: none;}

.latest-sermon-title a:hover {color: #e56b2e;}

.latest-sermon-details {
	margin-top: 5px;
	font-size: 1.2em;
	font-style: italic;
	color: #f2eeda;}

.sermon-normal {background: url(/images/home/latest-sermon.jpg) center center no-repeat;}
.sermon-ko-klayton {background: url(/images/home/latest-sermon-ko-klayton.jpg) center center no-repeat;}
.sermon-ko-sharon {background: url(/images/home/latest-sermon-ko-sharon.jpg) center center no-repeat;}
.sermon-rogers {background: url(/images/home/latest-sermon-rogers.jpg) center center no-repeat;}
.sermon-tokunaga {background: url(/images/home/latest-sermon-tokunaga.jpg) center center no-repeat;}
.sermon-kusuhara {background: url(/images/home/latest-sermon-kusuhara.jpg) center center no-repeat;}
.sermon-yasuhara {background: url(/images/home/latest-sermon-yasuhara.jpg) center center no-repeat;}
.sermon-chow-ernie {background: url(/images/home/latest-sermon-chow-ernie.jpg) center center no-repeat;}
.sermon-chow-siewpeng {background: url(/images/home/latest-sermon-chow-siewpeng.jpg) center center no-repeat;}
.sermon-corpuz {background: url(/images/home/latest-sermon-corpuz.jpg) center center no-repeat;}
.sermon-harris {background: url(/images/home/latest-sermon-harris.jpg) center center no-repeat;}
.sermon-sonoda {background: url(/images/home/latest-sermon-sonoda.jpg) center center no-repeat;}
.sermon-logan {background: url(/images/home/latest-sermon-logan.jpg) center center no-repeat;}
.sermon-hong {background: url(/images/home/latest-sermon-hong.jpg) center center no-repeat;}
.sermon-watanabe {background: url(/images/home/latest-sermon-watanabe.jpg) center center no-repeat;}


/* content and sidebar (news) */

#content-border-outer.compact {
	width: 618px;
	margin-top: 15px;
	background: #fffdf2 url(/images/layout/content/sidebar-background-compact.png) top left repeat-y;}

#content-border-outer.compact #content-border-inner {width: 616px;}

#content-border-outer.compact #sidebar {width: 181px;}

#content-border-outer.compact #content {
	width: 382px;
	padding: 25px;}

#content-border-outer.compact .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.compact .sidebar-content p.first {
		padding: 0;
		background: none;}
	
	#content-border-outer.compact .sidebar-content p span.highlight {color: #b3ad8f;}

#content-border-outer.compact h3 {
	margin-top: 1em;
	margin-bottom: 0;}

#content-border-outer.compact h3.first {margin-top: 0;}

.tagline {
	margin-top: 0.5em !important;
	margin-bottom: 1.5em !important;
	padding-bottom: 1em;
	background: url(/images/layout/content/content-groove.png) bottom left repeat-x;
	color: #7a997a;
	letter-spacing: 0.2em;
	line-height: normal;
	text-transform: uppercase;}