/*   
Theme Name: Wyuna
Description: A custom theme created for Chateau Wyuna
Author: David Berry
Author URI: http://www.kineticdigital.com.au
Version: 1
*/

/**
 * Global styles
 */
* {
	vertical-align:baseline;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	outline:0;
	padding:0;
	margin:0;
}

img {
	border:0 none;
}

body {
	background:#FFF url(img/background_tile.jpg) 0 148px repeat-x;
	color:#333;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:12px;
}

a {
	color:#007F60;
}

h1, h2, h3 {
	font-family:Verdana,Arial,sans-serif;
	color:#007F60;
}

h2 {
	font-size:26px;
	font-weight:bold;
	margin:12px 0 0 0;
}

body.home h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

#container {
	width:940px;
	background:#FFF;
	margin:0 auto;
}

#container .wrapper {
	overflow:hidden;
	clear:both;
	padding:0 20px;
}

body.home #container .wrapper {
	padding:0;
}

/**
 * Header
 */
#header {
	height:138px;
	position:relative;
}

#header img.logo {
	position:absolute;
	bottom:0;
}

#header img.contact {
	position:absolute;
	right:0;
	top:28px;
}

/**
 * Menus
 */
#menu {
	list-style:none;
	position:absolute;
	bottom:28px;
	right:0;
}

#menu li {
	float:left;
	margin:0 4px 0 34px;
}

#menu li a {
	text-decoration:none;
	color:#000;
	font-size:16px;
	font-family:Verdana,Arial,sans-serif;
	line-height:16px;
}

#menu li a:hover {
	color:#007F60;
}

#submenu {
	list-style:none;
	width:246px;
	height:208px;
	background:#017f61 url(img/submenu_background_tile.jpg) top right repeat-x;
	overflow:hidden;
	padding:6px 12px;
	float:right;
}

#submenu li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	border-bottom:1px dotted #999;
	padding:4px 8px;
}

/** 
 * Banner
 */
#banner {
	background-color:#000;
}

#banner .img_container {
	height:220px;
}

#banner .default {
	background:url(img/default_page_banner.jpg) no-repeat;
}

body.home #banner .img_container {
	height:370px;
	overflow:hidden;
}

#banner .posts {
	background:#017f61 url(img/submenu_background_tile.jpg) top right repeat-x;
	overflow:hidden;
	color:#FFF;
}

#banner .posts .post {
	width:272px;
	padding:0 20px;
	float:left;
	height:187px;
	overflow:hidden;
	position:relative;
}

#banner .posts h2 {
	font-size:26px;
	color:#FFF;
	margin:12px 0;
}

#banner .posts a {
	color:#FFF;
}

#banner .posts .more {
	position:absolute;
	left:20px;
	bottom:20px;
}

/**
 * Sidebar
 */
#sidebar {
	width:240px;
	float:right;
}

#sidebar h3 {
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-top:14px;
}

#sidebar h4 {
	font-size:12px;
	font-weight:bold;
}

#sidebar .item {
	border-bottom:1px dotted #999999;
	padding:8px 10px;
}

#sidebar .entry {
	font-size:10px;
}

#sidebar .award {
	text-align:center;
	line-height:14px;
	overflow:hidden;
	width:220px;
}

#sidebar .award .entry, #sidebar .award h4 {
	width:150px;
	float:left;
}

#sidebar .award .attachment-award-post-thumbnail {
	float:left;
}

#sidebar .testimonial {
	padding:14px 0 14px 10px;
	border-bottom:1px dotted #999;
}

#sidebar .testimonial .attachment-post-thumbnail {
	float:right;
	margin-left:10px;
}

#sidebar .testimonial .entry {
	font-style:italic;
	font-size:12px;
}

#sidebar .testimonial h4 {
	margin-top:10px;
}

#sidebar .more_testimonials {
	float:right;
	margin-top:10px;
}

/**
 * Content
 */
.breadcrumb {
	font-size:10px;
	margin-top:10px;
}

.breadcrumb a {
	color:#333;
}

#content {
	width:640px;
}

#content .entry ul{
margin-left: 25px;
}

#content .entry ul li{
padding-bottom: 2px;
}

body.home #content {
	width:690px;
}

#content p {
	margin:12px 0;
}

#content ul.galleries {
	list-style:none;
}

#content ul.galleries li {
	float:left;
	padding:0 14px;
	margin-bottom:10px;
}

#content ul.galleries img {
	border:3px solid #007F60;
	padding:3px;
}

#content ul.galleries a {
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#333;
}

#content ul.galleries a:hover {
	text-decoration:underline;
}

img.alignleft {
	float:left;
}
img.alignright {
	float:right;
}

/**
 * Contact form
 */
div.wpcf7 {
	border-right:1px dotted #999;
	overflow:hidden;
	width:396px;
	float:left;
}

.wpcf7 label {
	float:left;
	width:110px;
}

.wpcf7 input, .wpcf7 textarea {
	width:266px;
}

.wpcf7 textarea {
	height:140px;
	padding:2px;
}

.wpcf7 p.submit input {
	width:auto;
	margin-left:110px;
}

span.wpcf7-not-valid-tip {
	width:200px !important;
	left:10%;
}

#contact_details {
	float:left;
	margin-left:10px;
	width:232px;
}

#map {
	float:left;
	margin:10px 0 0 10px;
	width:232px;
}

/**
 * Sitemap
 */
ul.sitemap li {
	font-size:14px;
	list-style:none;
	line-height:20px;
	padding:6px 0;
	border-bottom:1px dotted #999;
}

ul.sitemap li a {
	padding-bottom:2px;
	z-index:1;
	position:relative;
	text-decoration:none;
}

ul.sitemap li a:hover {
	text-decoration:underline;
}

ul.sitemap li ul {
	padding:4px 0;
}

ul.sitemap li ul li {
	display: inline;
	margin-left:20px;
	font-size:12px;
	border:none;
}

ul.sitemap li ul li a {
	color:#333;
	text-decoration:underline;
}

ul.sitemap li ul li a:hover {
	text-decoration:none;
}

/**
 * Footer 
 */
#footer {
	font-size:11px;
	border-top:1px dotted #999;
	overflow:hidden;
	width:100%;
	line-height:28px;
	clear:both;
	margin:30px 0;
}

#footer a {
	color:#333;
}

#footer div.copy {
	width:146px;
	float:left;
	padding-left:4px;
}

#footer div.byline {
	width:146px;
	text-align:right;
	padding-right:4px;
	float:left;
}

#footer div.links {
	width:640px;
	float:left;
	text-align:center;
}

#footer div.links a {
	margin:0;
}
