/*
Theme Name: Hopewood Country House Theme
Theme URI: http://http://www.hopewoodcountryhouse.com.au/
Description: Hopewood Country House Theme
Version: 1.0
Author: Tom Synnott
Author URI: http://tomsynnott.com/
Tags: custom, brown, synnott
*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
	padding-bottom: 1px;
}

body {
	text-align: center;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	background-color: #fffef3;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background-color: #786d59;
	color: #ffffff
}



/* @group Navigation */

#navigation {
	padding: 25px 25px 70px;
}

#navigation ul {
	list-style: none;
	color: #ffffff;
}

#navigation ul li {
	float: left;
	position: relative;
	padding-right: 15px;
	padding-bottom: 5px;
}

#navigation ul li a {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font: lighter 14px Georgia, "Times New Roman", Times, serif;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul li ul {
	position: absolute;
	left: 0;
	top: 20px;
	display: none;
	width: 160px;
	font-size: 11px;
	color: #786d59;
	padding: 0 30px 30px;
	margin: 0 -30px -30px;
	text-align: left;
}

#navigation ul li ul li {
	padding-bottom: 0;
}

#navigation ul li ul li a {
	color: #786d59;
	background: #fffef3;
	padding: 4px;
	border-bottom: 1px solid #786d59;
	display: block;
	width: 192px;
	font-size: 11px;
}

#navigation ul li ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#navigation ul li:hover ul, #navigation ul li.over ul { display: block; }

/*@end(Navigation) */



/* @group Header */

#header {
	padding: 0 25px 10px;
}

#header h1 {
	width: 280px;
	height: 35px;
	font-size: 1px;
	text-indent: -9999999px;
	background: url(images/logo.gif) no-repeat left center;
	float: left;
}

#header h1 a {
	display: block;
	width: 280px;
	height: 30px;
}

#header h1.home-logo {
	float: right;
	margin-bottom: 30px;
}

#header h2 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	float: right;
}

/* @end(Header) */



/* @group Content */

.content {
	
}

.content .mast {
	padding-bottom: 20px;
}

.content .mast img {
	border: 2px solid #ffffff;
	border-width: 2px 0;
}

.content .mast .mast-caption {
	text-align:right;
	font-size: 11px;
	padding: 2px 15px;
}

.edit-post {
	color: #ffffff;
	padding: 0 50px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.edit-post a {
	color: #ffffff;
	padding: 2px;
	text-decoration: none;
}

.edit-post a:hover {
	text-decoration: underline;
}

.two_col {
	width: 900px;
}

.two_col .entry {
	width: 320px;
	float: left;
	padding-right: 0 !important;
}

.two_col .extra {
	float: right;
	width: 480px;
	padding-right: 30px;
	font-size: 11px !important;
	line-height: 1.5 !important;
	text-align: left;
}

.two_col .extra h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 10px;
	padding: 10px 0;
}

.content .entry {
	font-size: 11px;
	line-height: 1.5;
	padding: 0 50px;
}

.content .entry h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 0;
}

.content .entry p, .content .entry ul, .content .entry ol {
	padding-bottom: 20px;
}

.content .entry ul, .content .entry ol {
	padding-left: 25px;
}

.content .entry a {
	color: #ffffff;
	padding: 1px;
}

.content .contact-details {
	padding: 0 !important;
	margin-left: 50px;
	width: 267px !important;
	
}

.content .contact-details .contact-box {
	background: #90836b url(images/bg-contact-top.gif) no-repeat left top;
}

.content .contact-details .contact-box .contact-wrap {
	padding: 10px;
	background: url(images/bg-contact-bottom.gif) no-repeat left bottom;
}

.content .contact-details .contact-box p {
	padding-bottom: 5px !important;
}

/* @end(Content) */



/* @group Footer */

#footer {
	font: 10.5px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 20px 50px 40px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #cccccc;
}

/* @end */















/* @group Clearer */

#navigation ul:after, #header:after, .two_col:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}

#navigation ul, #header, .two_col {
	min-height: 1px;
}

* html #navigation ul, * html #header, * html .two_col { height: 1%; }

/* @end */

