@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* General styles for typography */

/* BODY (only typography)
---------------------------------------- */
body {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	}

/* Headings and typography
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 {
	margin:0 0 10px 0;
	color: #177ca6;
	font-size: 1.7em;
	line-height: 1em;
	}
	h1 a:link,
	h1 a:active,
	h1 a:visited {
		color: #004C71;
		text-decoration: none;
		}
	h1 a:hover {
		color: #c6c6c6
		}
	#right h1 {
		color: #444;
		font-size: 1em;
		text-transform: uppercase;
		}
	.congregation h1 {
			border-top: 2px solid #b7d5e6;
			border-bottom: 2px solid #b7d5e6;
			padding: 5px 10px 5px 10px;
			background: #fff;
			color: #444;
			font-size: 1em;
			}

h2 {
	color: #333;
	font-size: 1.7em;
	margin: 0 0 5px 0;
	line-height: 1.2em;
	}	
	h2 a:link,
	h2 a:active,
	h2 a:visited {
		text-decoration: none;
		}
	h2 a:hover {
		text-decoration: underline;
		}

h3 {
	color: #333;
	font-size: 1.3em;
	margin: 0 0 5px 0;
	line-height: 1.3em;
	}
	h3 a:link,
	h3 a:active,
	h3 a:visited {
		color: #004C71;
		text-decoration: none;
		}
	h3 a:hover {
		color: #c6c6c6
		}
	
h4 {
	color: #666;
	font-size: 0.8em;
	margin: 0 0 5px 0;
	font-weight: normal;
	}	
	h4 a:link,
	h4 a:active,
	h4 a:visited {
		color: #004C71;
		text-decoration: none;	
		}
	h4 a:hover {
		color: #c6c6c6
		}

p {
	margin: 0 0 10px 0;
	}
	p.ingress {
		font-weight: 700;
		}
	p.date {
		color: #999;
		font-size: 0.8em;
		}
	#footer p {
		margin: 0;}

/* LISTS
---------------------------------------- */
ul {
	list-style: none;
	margin-bottom: 10px;
	}
ul li {
	margin: 0 0 10px 20px;
	padding-left: 15px;
	display: block;
	background: url(../gfx/bullet.jpg) no-repeat left 4px;
	}
ul ul,
ol ol {
	margin-top: 5px;
	}
ol {
	list-style: decimal;
	margin-left: 15px;
	}
ol li { list-style: decimal;
	margin: 0 0 5px 20px;
	xpadding-left: 15px;
	xdisplay: block;
	xbackground: url(../gfx/bullet.jpg) no-repeat left 4px;
	}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #177CA6;
	outline: none;
	} 
a:hover {
	text-decoration: underline;
	}

/* FORMS
---------------------------------------- */
form {
	margin: 0px;
	}
input,
textarea,
.myFancyForm input {
	font-size: 11px;
	color: #919191;
	vertical-align: middle;
	}
input:focus,
textarea:focus {
	border: solid 1px #004C71;
	}
.search {
	text-align: right;
	vertical-align: middle;
	}
	.search input {
		}
	.search input.button {
		font-size: 9px;
		text-transform: uppercase;
		}
