/* CEDARVIEW COMMUNITY CHURCH INTRO SPLASH PAGE */
/* Peashooter Media Services - http://www.peashootermedia.com */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body{
	background: #16130e;
	margin:0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size:9pt;
	color: #fff;
	 background: #16130e url('../../images/topBack.jpg') repeat-x;
}

.clear { clear: both; }
img { border: 0; /* removes border in case images have anchor around them */ }

#container { margin: 0 auto; padding: 0; text-align: left;  position: relative; width: 900px;}

#header{
	text-align: right;
	margin: 0 auto;
	height:110px;
	width: 900px;
	position: relative;
}

#logo{
	margin-left: 52px;
	float:left;
 	width:200px;
	height:105px;
	padding-top: 0px;
 }

#mobileButton {
	position:absolute;
	margin-left: 830px;
	top:1px;
}

.facebookButtonBW {
	position:absolute;
	margin-left: 695px;
	top:4px;
}

.twitterButtonBW {
	position:absolute;
	margin-left: 725px;
	top:4px;
}

.youtubeButtonBW {
	position:absolute;
	margin-left: 755px;
	top:4px;
}

.vimeoButtonBW {
	position:absolute;
	margin-left: 785px;
	top:4px;
}

#headerText{
	margin: 0 auto;
	padding: 10px 239px 0px 0px;
 }

#donWrapper{
	margin: 0 0 0 0;
}

#donPreaching{
	margin:0 auto;
	background: #1d1a14 url('../../images/donPreaching.jpg') no-repeat;
	width: 900px;
	height: 400px;
}

#directionBar{
	margin: 0px 0px 0px 0px;
	background: #1d1a14 url('../../images/directionBar.jpg');
	height: 100px;
}

#linkBox{
	margin: 0 auto;
	background:#1d1a14 url('../../images/linkBox.jpg');
	width:704px;
	height:100px;
}

#copyright{
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-size: 8pt;
    color: #939393;
}

#copyrightLink:link {
	color: #939393;
	text-decoration: none;
}
#copyrightLink:visited {
	text-decoration: none;
	color: #939393;
}
#copyrightLink:hover {
	text-decoration: none;
	color: #91bfb5;
}
#copyrightLink:active {
	text-decoration: none;
	color: #939393;
}

/*Links*/

#guests{
	margin: 21px 10px 12px 7px;
	float: left;
}

#family{
	margin: 21px 10px 12px 0px;
	float: left;
}

#media{
	margin: 0px 10px 12px 0px;
	padding-top: 21px;
	float:left;
}

#news{
	margin: 0px 7px 12px 0px;
	padding-top: 21px;
	float:right;
}

/* Links */

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #91bfb5;
}
a:active {
	text-decoration: none;
	color: #fff;
}



