@charset "UTF-8";
/* CSS Document */

@import url('http://www.mychristchurch.com/scripts/reset.css');

body {
	font: 100% Arial,Helvetica, sans-serif;
	background: #FFF;
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 250px;
	position:absolute;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */  background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color:#000;
	border-width:3px;
	min-height: 100%;
   margin-bottom: -230px;
   position: relative;
   

}
.oneColFixCtrHdr #header {
	width:780px;
	padding: 10px 0px 1px 0px;
	margin-left:auto;
	margin-right:auto;
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
.oneColFixCtrHdr #footer {
	padding: 12px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	font-size:12px;
	color:#888;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height: 230px;
   position: relative;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0;
	color:#888;
	text-align:center;
	font-size:10px;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	text-decoration:none;
}

#footer a:hover {
	color:rgb(29,97,181);
}



.boxes {
	width:780px;
	float:none;
	margin:auto;
	border:0;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;

}






/* Top Links*/

#toplinks {
	float:right;
	font-size:11px;
	color:#000;
	text-align:right;
	
}

#toplinks a {
	text-decoration:none;
	font-size:11px;
	font:bold;
	color:#000;
}



#toplinks a:hover {
	color:rgb(29,97,181);
}

/* Menu1 */


#menu1 {
	width: 780px;
	height: 50px;
	margin:auto;
	padding: 0;
	background: #000000;
}




#menu1 ul {
	padding: 0;
	list-style: none;
	
}

#menu1 li {
	float: left;
}

#menu1 a {
	display: block;
	width: 130px;
	height: 40px;
	background:#000;
	background-image:url(http://www.mychrsitchurch.com/images/menu-black.jpg);
	background-repeat:repeat-x;
	background-position:center; 
	padding-top: 18px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family:arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	
}

#menu1 a:hover, #menu .current_page_item a {
	background-image:url(http://www.mychristchurch.com/images/menu-blue.jpg);
	background-repeat:repeat-x;
	background-position:center;
	text-decoration: none;	
}

#menu1 .current_page_item a {
background-image:url(http://www.mychristchurch.com/images/menu-blue.jpg);
	background-repeat:repeat-x;
	padding-left: 0;
}







/* End Menu1 */







.spacer {
	height:5px;
	width:auto;
}

.menuspacer {
	height:25px;
	width:auto;
}
	
	

.clearfooter {
   height: 230px;
   clear: both;
}
	
	


div#slideshow {
	background-color:#000;
	padding-bottom:5px;
	padding-top:5px;
	width:100%;	
	margin:auto;
}


	

div#slides {
	width:550px;
	float:right;
	height:300px;
	background-color:#000;
	}

div#slides a.thumb {
	display: none;
}

div#slides a.default-slide {
	display: block;
}

div#slideshow-commands {
	height: 19px;
	padding: 5px 0px 0px 0px;
	width: 220px;
	position:relative;
	margin:auto;
}

a#previous-slide {
	background: url(http://www.mychristchurch.com/images/commands-previous-slide.png) no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

a#next-slide {
	background: url(http://www.mychristchurch.com/images/commands-next-slide.png) no-repeat;
	display: block;
	float: right;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

div#slideshow-commands h4 {
	margin-top: 1px;
	width: 100%;
	text-align:center;
}


h4 a { 
	font-size:11px;
	text-align:center;
	color: #000000; 
	text-decoration: none; 
}


div#campusinfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;	
	text-align:left;
	width:746px;
	height:300px;
	margin:auto;
}


div#campusinfo a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	text-decoration:none;
}

div#campusinfo a:hover {
	color:rgb(29,97,181);
	font-size:11px;
}

div#campusheader {
	font-size:15px;
	color:#fff;
	font-weight:bold;
}


div#campusheader a {
	text-decoration:none;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}

div#campusheader a:hover {
	color:rgb(29,97,181);
	font-size:15px;
}


div#746holder {
	width:746px;
	height:300px;
	margin:auto;
	}
	
	.sermonbanner {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#000;
	width:100%;
	
	
}
