/*
	Eastern Hills Baptist Church Print Style Sheet Styles: 
	September 2005
	Definitions for printing an HSC web page.
*/

/* HTML Tag Definitions */
body {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}
p { font-family: "Times New Roman", Times, serif; }
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 14pt; color: #000; }
h2 { font-size: 13pt; color: #000; }
h3 { font-size: 12pt; color: #333; }
h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #333; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
img { border: none; }

/* Useful Class Definitions */
.clear_line {width: 0px; margin: 0px; padding: 0px; border: 0px; height: 0px; line-height: 0px; clear: both; display: block;}
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }
ul.nobullet { list-style-type: none; }
.pullquote { 
	margin: 5px 0px;
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	color: black;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.image_container {
	margin: 5px;
	padding: 5px;
	float: right;
	text-align: center;
	font-size: .8em;
}

/* Page Layout IDs and Definitions */
#logo h1 p { font-size: 18pt; }
#logo img { display: none; }

/* Site Content Container, a holder for Site Specific Content */
#site_container, #site_container_3s {
	margin: 0px;
	padding: 0px;
	width: auto;
	}

/* Content Container (keeps all the pieces in place) */
#whole, #full_column, #multi_column_container, #multi_column_left, #multi_column_right 
{ margin: 0px; padding: 0px; }

/* Site Navigation */
#navigation, #site_nav { display: none; }

/* Footer */
#footer { display: none; }
#noprint { display: none; }
