/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, address {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	ALEX'S CSS STARTS HERE 

	Stop looking at my code, you code lookers!
	
	Colin, that one's for you :)
	
*/
body {
	background-image: url("images/background.jpg");
	background-position: top center;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", serif;
}

div#header {
	background-image: url("images/header-back.png");
	background-position: top left;
	background-repeat:  repeat-x;
	height: 80px;	
	position: relative;
	border-bottom: 1px solid #600;
}

div#header h2 {
	display: none;	
}

div#header h1 {
	text-indent: -1000em;
	background-image: url("images/abc-logo.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 60px;
	width: 500px;
	bottom: 10px;
	left: 10px;
	position: absolute;
}

div#container {
	width: 980px;
	margin: 0 auto;	
	background-color: #fff;
	background-image: url("images/page-background.jpg");
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div#menu {
	border-top: 1px solid #888;
	border-bottom: 1px solid #111;
	background-color: #333;
	color: #f90;
	background-image: url("images/menu-back.png");
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	overflow: hidden;
}
div#menu ul {
	padding: 10px;	
	float: left;
}

div#menu a {
	color: #fff;
	text-decoration: none;	
	padding-top: 45px;
	display: block;
}

div#contentHolder {
	background-color: #eee;
	width: 100%;
	background-image: url("images/sidebar.png");
	background-position: top left;
	background-repeat: repeat-y;
	overflow: auto;
}

div#content {
	float: right;
	width: 710px;
	padding: 10px;
	padding-top: 15px;
	margin-left: 0;
	margin-right: 10px;
}

div#sidebar {
	width: 185px;
	padding: 20px 20px 10px 20px;
	line-height: 1.4em;
	height: 100%;
}

div#footer {
	clear: both;
	
}

div#content h2, div#content h3 {
	color: #a00;
	font-weight: normal;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 2em;
	margin-bottom: 15px;
	clear: both;
	padding-top: 10px;
}

div#content h3 {
	font-size: 1.4em;	
}

div#content h2 a, div#content h3 a {
	color: #a00;
	text-decoration: none;
}

div#contentHolder p {
	line-height: 1.4em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#menu ul li{
	display: inline-block;
	margin-right: 1.5em;
	background-position: top center;
	background-repeat: no-repeat;
}

div#sidebar {
	font-size: 0.8em;	
}

div#sidebar>ul>li, div#sidebar>ul>div {
	margin-bottom: 25px;
}

div#sidebar ul ul li {
	margin-top: 2px;
	margin-bottom: 2px;	
}

div#sidebar ul h2 {
	color: #a00;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 20px;
	font-size: 1.4em;
	padding-bottom: 3px;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	border-bottom: 2px solid #aaa;
}

div#sidebar ul h2:first-child {
	margin-top: 0;	
}


div#footer {
	background-image: url("images/footer-shadow.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	padding: 10px;
	padding-top: 25px;
	color: #ccc;
	background-color: #555752;
}

p.copy {
	clear: both;
	font-size: 0.8em;
	text-align: center;	
}

div.footerColumns {
	background-position: center right;
	background-repeat: no-repeat;
	min-height: 32px;
	overflow: hidden;
	margin-left: 20px;
}

div.footerColumn, li.linkcat {
	float: left;
	width: 215px;
	margin-bottom: 25px;
	margin-right: 20px;	
}

div.footerColumn p, div.footerColumn address {
	line-height: 1.6em;
	border-bottom: 1px solid #ccc;
	font-size: 0.8em;	
}

div.footerColumn h2, div.footerColumns li.linkcat h2 {
	font-family: Georgia, "Times New Roman", serif;	
	font-weight: normal;
	font-size: 1.4em;
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

div.footerColumn ul li, div.footerColumns li.linkcat ul li {
	padding: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 0.8em;
}

div.footerColumn ul li a, div.footerColumns li.linkcat ul li a {
	color: #ccc;
	text-decoration: none;	
}

div#content p {
	margin-top: 1em;
	margin-bottom: 1em;	
}

blockquote {
	padding: 20px;
	background-color: #eee;
	background-image: url("images/speech.png");
	background-position: top left;
	background-repeat: no-repeat;
}

ul.blogroll li {
	margin-bottom: 0;
	margin-top: 0;
}

a {
	color: #679b00;
	text-decoration: none;	
}

a:hover {
	color: #009999;
	text-decoration: underline;	
}

div.post small {
	color: #333;
	font-size: 0.8em;
}

div.post p.postmetadata {
	border-top: 1px solid #ccc;
	padding: 5px 0;
	font-size: 0.8em;
	clear: both;
}

img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}

img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}

div#content ul {
	list-style: disc inside none;
	line-height: 1.4em;
}

div.aligncenter {
	text-align: center;
	margin: 0 auto;	
}

p.wp-caption-text {
	padding: 0 !important;
	margin: 0 !important;	
}

div.formRow {
	margin-bottom: 10px;	
}

div.formRow div.formLabel {
	width: 14em;
	text-align: right;
	margin-right: 1em;
	color: #888;
	float: left;
}

div.labelRequired {
	color: #000 !important;
}

div.formElementWithoutLabel {
	margin-left: 15em;	
}

div#content div.navigation {
	margin-bottom: 20px;	
}

div.formElement input[type=text], div.formElement textarea {
	width: 25em;	
}

div.socialLinks {
	padding: 15px 10px;
	height: 32px;
}

div.socialLinks ul li {
	float: left;
	margin-right: 15px;
}

div.homepagePanel {
	background-color: #e9bd95;
	color: #500c00;	
	padding: 10px 20px;
	background-image: url("images/wood.jpg");
	border-bottom: 1px solid #630;
}

div.homepagePanel a {
	color: #500c00;
	text-decoration: underline;
}

div.homepagePanel p {
	font-size: 1.4em;
	font-family: Georgia, Palatino, "Times New Roman", serif;	
}

div#searchBox input[type=text] {
	background-image: url("images/search.png");
	padding: 2px;
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
	width: 12em;
}

div#searchBox {
	float: right;
	padding: 25px 10px;
}

div#searchBox label {
	display: none;
}

div#content ul {
	list-style: disc outside none;
	margin-left: 2em;
	line-height: 1.4em;	
}

div.wp-caption {
	background-color: #fff;	
	border: 1px solid #666;
	padding: 3px;
	font-size: 0.8em;
	margin-bottom: 10px;
}

div.alignleft {
	width: 49%;
	float: left;	
}

div.alignright {
	width: 49%;
	float: right;
	text-align: right;	
}

div.iconbox {
	margin: 10px 10px 10px 0px;
	padding-left: 40px;
	background-position: center left;
	background-repeat: no-repeat;
	min-height: 32px;	
}

div.icon-phone {
	background-image: url("icons/phone.png");
}

div.icon-mail {
	background-image: url("icons/mail.png");
}

div#menu li.news {
	background-image: url("icons/news.png");
}

div#menu li.page-item-11 {
	background-image: url("icons/map.png");	
}

div#menu li.page-item-19 {
	background-image: url("icons/envelope.png");	
}

div#menu li.page-item-14 {
	background-image: url("icons/ministries.png");	
}

div#menu li.page-item-17 {
	background-image: url("icons/staff.png");	
}

div#menu li.page-item-5 {
	background-image: url("icons/welcome.png");	
}

div#menu li.page-item-395 {
	background-image: url("icons/downloads.png");	
}

div#menu li.listen {
	background-image: url("icons/listen.png");	
}

div#menu li.calendar {
	background-image: url("icons/calendar-red.png");	
}

div.postinfo {
	overflow: hidden;	
}

div.postinfo div {
	background-repeat: no-repeat;
	height: 32px;
	float: left;
	margin-right: 10px;
}

div.fancy-date {
	background-image: url("icons/calendar.png");
	width: 32px;
	font-family: Helvetica, Arial, serif;
}

div.fancy-date span {
	display: block;
	text-align: center;
}

div.fancy-date span.month {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;	
	padding-top: 1px;
}

div.fancy-date span.day {
	font-size: 15px;
	color: #333;
	padding-top: 4px;
}

div.fancy-comments {
	background-image: url("icons/comment.png");
	width: 32px;
	font-family: Helvetica, Arial, serif;
}

div.fancy-comments span.number {
	display: block;
	text-align: center;
	padding-top: 7px;	
}

div.fancy-comments span.number a {
	color: #555;
}

div.fancy-author {
	background-image: url("icons/author.png");	
}

div.fancy-author span {
	display: block;
	padding: 10px 0 10px 40px;
	color: #555;
}

span.accesshide {
	display: none !important;	
}

div.postinfo a.post-edit-link {
	display: block;
	float: left;
	height: 32px;
	background-image: url("icons/edit.png");
	padding: 10px 0 10px 40px;
	background-repeat: no-repeat;
}

a.more-link {
	display: block;
	padding: 10px 0 10px 40px;
	background-image: url("icons/read-more.png");	
	background-position: center left;
	background-repeat: no-repeat;
}
