/* Redland Baptist Church */
/* Spring 2008 */
/* Site design and development by Red Letter Design, www.RedLetterDesign.net */

/* ----------------------------------------------- 
   OVERRIDES FOR PRINTING
   ----------------------------------------------- */

/* 	----------------------------------------------- 
		Site Structure
  	----------------------------------------------- */

body {
	background-color: white;
	font-family: Georgia; "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12pt;
	text-align: center;
}

div#topSection {
	background: #6a0000 url(../images/layout/wrapper.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
		div#header {
			display: none;
		}
				div#rbcMasthead {
					display: none;
				}
		
				div#teaser {
					display: none;
				}
		
		div#nav {
			display: none;
		}		


div#contentSectionFront {
	width: 100%;
	background: #e5e8d3 url(../images/layout/footer.jpg) repeat-x;
	clear: both;
	text-align: center;
}
		div#frontPage {
			display: none;
		}
				div#frontPagePhoto {
					display: none;
				}
				div#frontPageButtons {
					display: none;
				}

		div#frontPageNews {
			clear: both;
			position: relative;
			width: 100%;
			margin: 0 auto !important;
			margin: 0;
			padding: 0;
			text-align: left;
			border: none;
			background-color: transparent;
		}

				div#frontPageWelcome {
					width: auto;
					float: none;
					margin: 0;
					padding: 20px 20px 20px 0;
				}
				div#frontPageTakeNote {
					width: auto;
					float: none;
					margin: 0;
					padding: 20px 20px 20px 0;
				}
				div#frontPageThisWeek {
					display: none;
				}
						div#frontPageCalendar {
							display: none;
						}

div#contentSection {
	width: 100%;
	background: #ffffff;
	clear: both;
	text-align: center;
}
		div#interiorPage {
			width: auto;
			min-height: 500px;
			margin: 0 auto !important;
			padding: 0;
			background: #ffffff url(../images/layout/interiorNav.jpg) top left repeat-y;
		}
			/* IE doesn't support min-height, but it treats height that way, so filter for IE */
		* html div#interiorPage {
			height: 500px; 
		}		

				div#interiorNav {
					display: none;
				}
				
				div#interiorContent {
					width: auto;
					padding: 20px 0 10px 0px;
					float: none;
				}
				
				div#sermon {
					width: auto;
					padding: 20px 0 10px 0px;
					float: none;
				}



div#bottomSection {
	width: auto;
}
		div#footer {
			display: none;
		}
				div#footerLeft {
					width: auto;
				}
				div#footerRight1 {
					display: none;
				}
				div#footerRight2 {
					display: none;
				}

