/* home page styles
--------------------------------------------------- */

div#splash-wrapper {
	float: left;
	width: 100%;
	position: relative;
	background: rgb(240,240,240) url(../home/splash_bg.jpg) repeat-x;
	height: 204px;
	z-index: 1;
	padding-bottom: 3em;
}

div#splash {
	width: 760px;
	height: 204px;
	margin: 0 auto;
	position: relative;
	background: rgb(245,245,245) url(../home/carols.jpg) no-repeat top center;
}

div#splash p {
	position: absolute;
	top: 50px;
	left: 355px;
	width: 380px;
	font: 1.25em/1.6 Georgia, "Palatino Linotype", Palatino;
	margin: 0;
	color: rgb(50,50,50);
}

div#splash .welcome , div#splash a {
	text-transform: lowercase;
	letter-spacing: 0.11em;
	font-variant: small-caps;
}

div#splash a {
	color: rgb(150,0,0);
	border-bottom: 1px solid rgb(224,177,177);
	padding-left: 0.4em;
}

div#splash a:hover, div#splash a:active {
	color: rgb(190,0,0);
	border-bottom-color: rgb(238,202,202);
}

div#content-wrapper h2.alt-heading {
	font: 1em/1.3 "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0.5em 0 1.5em 0;
	color: #000;
	border-bottom: 1px solid rgb(210,210,210);
	padding-bottom: 0.2em;
}

body#home div#main-wrapper-outer {
	margin-top: -16px;
}

body#home div#headline {
	margin-top: 8px;
}


