/*
Theme Name: NewBlue
Theme URI: http://coffs.bluecross.org.au
Description: The new Coffs BlueCross site
Author: Tony Colley
Author URI: http://www.cityhill.com.au
*/

/*-----------Block Level Elements--------------*/

body {
	background-color: #cccccc;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	color: #222222;
}

img {
	border: 0;
	vertical-align: top;
}

a, a:link {
	text-decoration: none;
	color: #008C8F;
}

a:hover {
	color: #0A81FF;
}

#main {
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#header {
	background-image: url(../images/header.jpg);
	height: 79px;
	padding-top: 75px;
}

	h1 {
		position: absolute;
		left: -2000px;
	}

	h1 a {
	}

#content {
	float: left;
	width: 500px;
	padding: 5px;
	background-color: white;
	min-height: 500px;
	_height: 500px;
}

#content.page {
	width: 785px;
}

#content.mainsite {
	text-align: center;
	width: 958px;
	min-height: 250px;
}

	#churches {
		padding-left: 0;
		margin-left: 74px;
		float: left;
	}
	
	#churches li {
		width: 135px;
		height: 78px;
		list-style-type: none;
		float: left;
		

	}
	
	#churches li a {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../images/churches.jpg);
	}
	
	
	
	#ballarat:hover {
		background-position: 0px 0px;
	}
	
	#ballarat {
		background-position: 0px 77px;
	}
	
	#coffs:hover {
		background-position: -272px 0px;
	}
	
	#coffs {
		background-position: -272px 77px;	
	}
	
	#cowra:hover {
		background-position: -408px 0px;
	}
	
	#cowra {
		background-position: -408px 77px;	
	}
	
	#guyra:hover {
		background-position: -140px 0px;
	}
	
	#guyra {
		background-position: -140px 77px;	
	}
	
	#tamworth:hover {
		background-position: -542px 0px;
	}
	
	#tamworth {
		background-position: -542px 77px;	
	}
	
	#narromine:hover {
		background-position: -677px 0px;
	}
	
	#narromine {
		background-position: -677px 77px;	
	}
	
	
	

#footer {
	height: 150px;
	padding: 20px;
	background-image: url(../images/footer.jpg);
	clear: both;
	color: white;
	text-align: right;
	vertical-align: bottom;

}

#footer a {
	color: #00ADEF;
}

/*-------------Headings-------------*/

h1 {
	margin-top: 0;
}

h2 {
	font-size: 1.8em;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #0063CC;
	font-weight: normal;
	clear: both;
	
}

h3, h3 a, h3 a:link {
	color: #0063CC;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	clear: both;
}

h4 {
	font-weight: bold;
	font-size: 1.0em;
	color: black;
	margin-bottom: 0px;
	clear: both;

}

h5 {

}

p {
	margin-top: 10px;
}

hr {
	border: 0;
	height: 1px;
	background-color: #CACACA;
}

#feeds {
	clear: both;
	margin-left: 0;
	padding-left: 0;
	margin-left: 74px;
}

#feeds li {
	float: left;
	width: 270px;
	list-style-type: none;
}

#feeds li ul {
	padding: 5px;
	margin: 5px;
}

#feeds li ul li {
	text-align: left;
	border: 1px solid #dadada;
	padding: 5px;
	margin: 2px;
	width: 100%;
	background-color: #efefef;
}

.thumbnail {
	margin-right: 5px;
}


