/*
Theme Name: Wedding Wishing Wells Perth
Theme URI: http://www.weddingwishingwellsperth.com.au
Description: A Wordpressed version of the original WWWPerth Theme
Version: 0.1
Author: Dirk Kelly
Author URI: http://www.weddingwishingwellsperth.com.au
Tags: Pink, White, Custom, Wedding Wishing Wells Perth

*/

body
{
	background-image: url('images/background.jpg');
	text-align: center;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 16px;
}

div.clear 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#page
{
	width: 950px;
	border-right: 40px solid #FFF;
	position: relative;
	margin: 0 auto;
	margin-top:	30px;
	background-color: #C7294F;
	text-align: left;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 16px;
}
div#header
{
	width: 100%;
	height: 190px;
	background-color: #262223;
	background-image: url('images/header.jpg');
	background-position: right;
	background-repeat: no-repeat;
	border-left: 20px solid #262223;
	border-right: 20px solid #2A2627;
}
div#header img
{
	margin-top: 20px;
}

ul#headerNavigation
{
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: #C7294F;
	width: 990px;
	text-align: center;
}
ul#headerNavigation li
{
	position: relative;
	display: inline;
	top: 10px;
	padding: 10px;
	padding-right: 20px;
	padding-left: 40px;
	background-image: url('images/bullet.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
}
ul#headerNavigation li a, div#sidebar ul li a
{
	color: #222222;
	text-decoration: none;
}
ul#headerNavigation li a:hover, ul#headerNavigation li a.current, div#sidebar ul li a:hover, div#sidebar ul li a.current
{
	text-decoration: underline;
}
ul#headerNavigation li:first-child
{
	background-image: none;
}
div#sidebar
{
	float: left;
	width: 180px;
	margin-top: -15px;
	background-color: #C7294F;
	text-transform: capitalize;
}
div#sidebar ul li
{
	padding-top: 20px;
	list-style-type: none;
	font-family: Arial;
	font-size: 15px;
}
div#content
{
	background-color: #FFFFFF;
	float: right;
	width: 700px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}
img
{
	border: none !important;
}
div#footer
{
}
ul#footerNavigation li
{
	position: relative;
	display: inline;
	padding-left: 20px;
	background-image: url('images/footerarrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 12px;
	text-transform: capitalize;
}
ul#footerNavigation li a
{
	color: #FFFFFF;
	text-decoration: none;
}
h2 
{
	font-size: 14px;
	color: #222222;
}
h2 img
{
	margin-bottom: -5px;
	padding-left: 10px;
}