/*
	CSS Document
	Created for Harvest Christian Church (www.harvestchurch.org.au)
	Created by Andrew Janetzki (www.andrewjanetzki.net)
	
	Main Design Styles
*/

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
body, table {
	font-size: 14px;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#divTop {
	height: 65px;
	padding-top: 18px;
	padding-right: 10px;
	
	font-size: 10px;
	text-align: right;

	background-repeat: repeat-x;
	background-image: url(http://www.harvestchurch.org.au/site/_images/top.jpg);
}
#divBottom {
	height: 35px;

	padding-top: 25px;
	padding-left: 20px;

	font-size: 10px;
	text-align: left;

	background-repeat: repeat-x;
	background-image: url(http://www.harvestchurch.org.au/site/_images/bottom.jpg);
}
#divHeader {
	width: 800px;
	height: 200px;
	
	text-align: left;
}
#divMainArea {
	width: 800px;
	text-align: left;
}
#divMenuArea {
	width: 200px;
	padding-top: 15px;

	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	
	/*background-image:url(http://www.harvestchurch.org.au/site/_images/menu_underlay.jpg);*/
	background-color: #ffffff; 
	background-repeat: no-repeat;
}
#divContentArea {
	float: left;
	width: 600px;
}

/*
	Text Styles
*/

#divContentArea p {
	padding-left: 20px;
}

#divContentArea h1 {
	color:#03a2e4;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}

#divContentArea h2 {
	color:#03a2e4;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}
#divContentArea .OFL {
	color: #03a2e4;
	font-size: 24px;
}

#divSideContent h2 {
	color:#03a2e4;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}

#divSideContent {
	padding-right: 20px;
	text-align: justify;
	text-transform: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.frmTxtField {
	padding: 2px;
	font-size: 12px;
	border: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(http://www.harvestchurch.org.au/site/_images/shadow.gif);
}

.frmButton {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*
	Menu Styles
*/

#divMenuArea ul {
	margin: 0;
	padding: 0;
	width: 180px; /* Width of Menu Items */
	list-style: none;
}

#divMenuArea ul li {
	position: relative;
}

#divMenuArea li ul {
	top: 0px;
	left: 179px; /* Set 1px less than menu width */
	display: none;
	position: absolute;
}

#divMenuArea ul li a {
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 30px;
	display: block;
	text-decoration: none;
	background-color: #ffffff; /* IE6 Bug */
	background-position: 10px;
	background-repeat: no-repeat;
	/*background-image: url(http://www.harvestchurch.org.au/site/_images/menua.jpg);*/
}

/* Fix IE. Hide from IE Mac \*/
* html #divMenuArea ul li { float: left; height: 1%; }
* html #divMenuArea ul li a { height: 1%; }
/* End */

/* Sub Menu Styles - Color 003399 */
#divMenuArea li ul li a { padding: 2px 20px; background-position: 0px; background-image: none; }
#divMenuArea ul li a:hover { color: #FFFFFF; background: #EEEEEE; background-image: url(http://www.harvestchurch.org.au/site/_images/menua_hover.jpg); background-position: center left; } /* Hover Styles */
#divMenuArea li ul li a:hover { background-image: url(http://www.harvestchurch.org.au/site/_images/submenua_hover.jpg); background-position: center left; } 
#divMenuArea ul li:hover ul, #divMenuArea ul li.over ul { display: block; background-color: #fff7db; /* IE6 Bug */ background-image: url(http://www.harvestchurch.org.au/site/_images/submenua.jpg);} /* The Magic */

/*
	Photoalbum Styles
*/

.divThumbs {
	margin: 10px;
	width: 150px;
	padding-right: 8px;
	padding-bottom: 8px;
	background-image: url(http://www.harvestchurch.org.au/site/_images/thumbnail_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
