/* print.css - Style sheet for South Hero Congregation Church Web site  - Print Media*/
/*  Author:  Diantha Howard */

/*  general styles */

* {
	color: #000;
	}
	
body {
	font-family:"Times New Roman", Times, serif;
	
}


h1 {
	font-size:20pt;	
	}

h2 {
	font-size:18pt;
	font-weight: bold;
	}	 
	
h3 {
	font-size:16pt;	
	font-weight: bold;
	}
	
p {
	font-size: 12pt;
	}
		
.photo {
	background-color: #F2B1EC;
	border: 3px solid #620F5a;
	margin-bottom: 10px;
	}

.photo p {
	text-align: center;
	height: .5em;
	font-style: italic;
	margin-bottom: 5px;
	padding: 0 5px 0 5px;
	}
	
	
/* styles for header section */	

#UCCLogo {
	float: left;
	}

#comma {
	float: right;
	}	

.banner {
	height: 100px; 	
	}
	
.banner h1 {
	text-align: center;
	}
	
.banner h2 {
	text-align: center;
	}

		
/* hide menu, sidebar, footer */
.menu, #info, .footer {
	display: none;
	} 
	
/* styles for main section */	
.main {
	clear: both;
	}

.main a:after {
	content:" [" attr(href) "] "; 
	}
	
#address  {
	text-align: center;
	}

#home .photo  {
	float: left;
	width: 200px;
	height: 190px;
	}
	
#ONA {
	clear: both;
	line-height: 125%;
	}
	
#ONA p {
	padding: 0 15px 0 15px;
	font-family:"Comic Sans MS", "French Script MT", sans-serif;
	}	
	
#moreinfo  {
	text-align: center;
	}	

#moreinfo ul {
	list-style-image: url(images/goldcross.png);
	}	

#moreinfo li:after {
	content: url(images/goldcross.png);
	/* this doesn't show in IE */
	}

table {
	border: 5px solid ;
	border-collapse: collapse;
	table-layout: fixed;
	}
	
col.what {
	width: 200px;
	}

col.when {
	width: 230px;
	}	

td {
	padding: 10px;
	border: 1px solid ;
	}		

td.title {
	font-weight: bold;
	}
		
th {
	border: 1px solid;
		}
	
		
/* styles on Christian ed page */	
#sschool .main ul {
	list-style-image: url(images/bible-w-cross-small.jpg);
	}	

#sschool .main li {
	margin-bottom: 10px;
	}


/* styles on Music page */

#music h3 {
	clear: both;
	}

#music .photo {
	float: right;
	width: 250px;
	height: 220px; 
	margin-left: 10px; 
	}	
	
	
/* styles on youth page */	
#youth .photo {
	float: right;
	width: 200px; 
	margin-left: 10px;
	}
	
#youth .main ul {
	list-style-image: url(images/goldcross.png);
	}		
	
	

	
/* styles to force page-break */
.break_before {
	page-break-before: always;
	}
	
