/*
Theme Name: Ballara Receptions
Theme URI: http://www.ballarareceptions.com.au
Description: Ballara Receptions
Version: 3.0

*/


body {
	background: #fff url("images/body_bg.png") top center no-repeat;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #a18766;
}

#sitewrap {
	margin: 0 auto;
	width: 800px;
	height: 800px;
}

#header {
	margin-bottom: 3px;
}

	#logo {

	}
	
		#logo h1 a {
			display: block;
			width: 262px;
			height: 116px;
			background: #fff url("images/ballara_logo.png") top left no-repeat;
			text-indent: -9999px;
			margin: 0;
			padding: 0;
		}

	#top_nav {
		clear: both;
		height: 20px;
	}
	
	#top_nav ul {
		margin: 0;
		padding: 0;
	}
	
		#top_nav li {
			display: inline;
			list-style-type: none;
			font-size: 8pt;
		}

#main_img {}

#main_content {
	background: #ece7d2 url("images/bg_main_content.gif") 50px 0 no-repeat;
	padding-top: 20px;
}

	#home_left {
		float: left; 
		width: 300px;
		margin-left: 40px;
		margin-top: 130px;
	}
	
	#home_right {
		float: right;
		width: 400px;
		margin-right: 40px;
	}
	
		#home_right p, #page_right p {
			font-size: 9pt;
		}
		
		#home_right h2 {
			display: none;
		}
		
	#page_left {
		float: left; 
		width: 200px;
		margin-left: 40px;
	}
	
		#page_left ul {
			margin-left: 0;
		}
		
		#page_left li {
			list-style-type: none;
			font-size: 8pt;
		}
		
		#page_left a {
			color: #a18766;
			text-decoration: none;
		}
		
		#page_left a:hover {
			text-decoration: underline;
		}
		
	#page_right {
		float: right;
		width: 500px;
		margin-right: 40px;
	}
	
	#page_left h2, #page_right  h2 {
		font-family: georgia;
		font-weight: normal;
		font-size: 14pt;
	}

		#page_right h3 {
			font-family: georgia;
			font-weight: 500;
			font-size: 10pt;
		}
		
		#page_right .piclenselink {
			display: none;
		}

a {
	color: #a18766;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a18766;
	text-decoration: underline;
	font-weight: bold;

}

li, td {
	font-size: 9pt;
}

td { vertical-align: top;}

#main_footer {
	height: 30px;
	background: #fff url("images/bg_main_footer.gif") top left no-repeat;
}

#footer {
	border-top: 1px solid #eee; 
	margin: 10px auto;
	color: #a7a697;
	font-size: 8.5pt;
}

	#footer ul {
		margin: 10px 0 0 25px;
	}

	#footer li {
		display: inline;
		list-style-type: none;
		padding-right: 6px;
		padding-left: 6px;
		border-right: 1px solid #a7a697;		
	}
	
		#footer li.last {
			border: 0;
		}
	
	#footer li a {
		color: #a7a697;
		text-decoration: none;
	}
	
	#footer li a:hover {
		text-decoration: underline;
	}

	#footer p {
		text-align: center;
	}


.clear 	{ clear: both; }
img		{ border: 0; }


/*
div { border: 1px solid red; }
