/*
	King's Community Church
	08 April 2008
	
	frontpage styles
*/

@import "styles.css";

#content {
	float:left;
	width:718px;
	padding:6px 20px;
	overflow:hidden;
}

/*-----------------------------------------------{   frontpage layout   }----------*/

#frontpage_top {
	float:left;
	width:718px;
	height:194px;
	text-align:center;
	background:url(../images/layout/banner.gif) no-repeat center -4px;
}


#frontpage_tops {
	float:left;
	width:718px;
	height:194px;
	text-align:center;
	z-index:-5;

}


#frontpage_middle_left {
	float:left;
	width:359px;
}

#frontpage_welcome {
	float:left;
	width:175px;
	height:200px;
	background:url(../images/layout/frontpage_welcome.gif) no-repeat center bottom;
	text-transform:uppercase;
}

#frontpage_news {
	float:left;
	width:184px;
	height:200px;
	background:url(../images/layout/frontpage_news.gif) no-repeat center bottom;
	text-transform:uppercase;
}

#frontpage_middle_right {
	float:left;
	width:347px;
	height:200px;
	padding:0 6px;
	background:url(../images/layout/frontpage_highlights_bg.gif) no-repeat center 6px;
	text-transform:uppercase;
}

#frontpage_middle_left p,
#frontpage_middle_right p {
	padding:15px 0 0;
	text-align:center;
}

#frontpage_middle_right p {
	padding:15px 30px 0 0;
	text-align:right;
}

#frontpage_highlights1 {
	float:left;
	width:115px;
	height:159px;
	background:url(../images/layout/frontpage_highlights_bg1a.gif) no-repeat center bottom;
	font-size:x-small;
}

#frontpage_highlights2 {
	float:left;
	width:115px;
	height:159px;
	background:url(../images/layout/frontpage_highlights_bg2b.gif) no-repeat center bottom;
	font-size:x-small;
}

#frontpage_highlights3 {
	float:left;
	width:115px;
	height:159px;
	background:url(../images/layout/frontpage_highlights_bg3.gif) no-repeat center bottom;
	font-size:x-small;
}

#frontpage_highlights1 p, 
#frontpage_highlights2 p, 
#frontpage_highlights3 p {
	padding:14px 0 0;
	text-align:center;
}

#frontpage_bottom_left {
	float:left;
	width:359px;
	height:106px;
	padding:10px 0 0;
	background:url(../images/layout/frontpage_sublinks_bg1.gif) no-repeat left 7px;
}

#frontpage_bottom_right {
	float:left;
	width:359px;
	height:106px;
	padding:10px 0 0;
	background:url(../images/layout/frontpage_sublinks_bg3.gif) no-repeat center 7px;
}

#frontpage_bottom_left p,
#frontpage_bottom_right p {
	margin:0;
	padding:0;
}

#frontpage_events,
#frontpage_media,
#frontpage_evite,
#frontpage_help {
	float:left;
	width:180px;
	height:48px;
}

#frontpage_events p,
#frontpage_media p,
#frontpage_evite p,
#frontpage_help p {
	padding:7px 0 0 14px;
}

#frontpage_events p.small,
#frontpage_media p.small,
#frontpage_evite p.small,
#frontpage_help p.small {
	padding:0 0 0 20px;
	font-size:x-small;
}

#newsbox {
	width:144px;
	margin:30px auto 0;
	padding:0;
	font-size:100%;
	text-transform:none;
	text-align:left
}

#newsbox .newsitem {
	padding:0 0 10px;
}

#newsbox .newsitem h2 {
	margin:0;
	padding:0;
	font-size:100%;
	color:#464646;
	border-bottom:1px solid #464646;
}

#newsbox .newsitem p {
	padding:5px 0 0;
	text-align:left;
	font-size:x-small;
	line-height:normal;
}

#newsbox .newsitem a {
	border:none;
}