/* Home page styles */

body.home {
	background: #fff url(/images/home_background.gif) repeat-x 0 0;
}
/* ===== */
body.home div#content {
    font-size: 1.1em;
    line-height: 1.15em;
}

div#content_alert {
	padding: 10px;
	border: 1px solid #8696C1;
}

div#content_alert p {
	margin: 0;
}
/* ===== */
body.home div#content_main {
    float: left;
    margin-top: 0px;
    padding-top: 0px;
}

div#featured {
	text-align: left;
	position: relative;
	width: 755px;
	margin: 0 auto;
	background: transparent url(/images/featured_background.gif) repeat-x;
	padding: 10px 0;
	margin-bottom: 10px;
	height: 190px;	
	z-index: 1;	
}

div#featured #feature_main {
	float: left;
	border: 5px solid #fff;
	margin-right: 10px;
}

div#featured div#feature_sub {
	position: relative;
	font-size: 1.1em;
	width: 235px;
	height: 180px;
	border: 5px solid #fff;
	float: left;
	background: #fff url(/images/featured_box.gif) no-repeat;
	z-index: 1;
}

div#featured div#feature_sub_pad {
	padding: 5px;
}

p#sermon_archives {
	position: absolute;
	top: 103px;
	right: 10px;
}

p.highlight {
	clear: both;
}

p.highlight img {
		margin-bottom: 10px;
}

div#content h3 {
        font: 1.4em "Gill Sans", arial, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        padding-bottom: 7px;
        border-bottom: 1px solid #999;
        margin: 10px 0;
        line-height: 1em;
}

div#highlights {
        float: left;
        margin-top: 0px;
        padding: 0 5px 10px 5px;
}

div#highlights div.col {
	float: left;
	width: 230px;
}

div#sidebar-home {
        float: left;
        width: 225px;
        margin-left: 10px;
}

div#sidebar-home {
        padding: 0 10px 10px 10px;
        background: transparent url(/images/side_background.jpg) no-repeat 0 0;
}
