/*
Theme Name: Valley
Author: revood
Author URI: http://www.revood.com/
Version: 1.0
*/

/**
 * CSS reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END css reset */

body {
	background: #00a35e url('images/background.jpg') bottom left repeat-x;
	color: #626466;
	font: normal normal 15px/21px Arial, Sans-Serif;
}

#wrapper {
	width: 940px;
	margin: 8px auto;
	background: #fff;
}

#site-title {
	background: url( 'images/default-header.jpg' ) no-repeat;
	width: 940px;
	height: 197px;
	text-indent: -99999em;
}
#site-title a {
	display: block;
	width: 240px;
	height: 197px;
}

#nav {
	background: #00a55d;
	margin-left: 5px;
	margin-right: 5px;
	width: 930px;
	margin-top: 6px;
}
#nav ul {
	min-height: 38px;
	background: #00a55d;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
	padding: 0 18px 0 14px;
	font-size: 18px;
	font-family: Calibri, Verdana, Arial, sans-serif;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
/*	-webkit-text-shadow: 0px 0px 1px #00a55d;
	-moz-text-shadow: 0px 0px 1px #00a55d;
	-o-text-shadow: 0px 0px 1px #00a55d;
	text-shadow: 0px 0px 1px #00a55d;  */
}
#nav li a:hover,
#nav li.current-menu-item a,
#nav li.current_page_item a {
	color: #f6dd47;
}

/* Dropdowns */
#nav li ul {
	position: absolute;
	top: 38px;
	left: -9999em;
	width: 100%;
}
#nav li:hover ul {
	left: 15px;
}
#nav li li {
	float: none;
	font-size: 12px;
	line-height: 15px;
	border-bottom: 1px dashed #f6dd47;
}

#main {
	overflow: hidden;
	padding: 10px 20px;
	text-shadow: 0px 0px 1px #fff;
}
.home #main {
	padding-top: 10px;
}
#primary {
	float: left;
	width: 650px;
	margin-right: 10px;
}
#sidebar {
	float: left;
	width: 240px;
}

.page-template-fullwidth-page-php #primary {
	width: 900px;
	float: none;
}

body.single-property #primary {
	width: 900px;
	float: none;
}

/* Content */
#breadcrumb {
	margin-bottom: 10px;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb strong {
	color: #00a55d;
	font-weight: normal;
}
.entry-title a {
	font-size: 21px;
	text-decoration: none;
	color: #00a55d;
	font-weight: bold;
}
.entry-content {
	-webkit-text-shadow: 0px 0px 1px #fff;
	-moz-text-shadow: 0px 0px 1px #fff;
	-o-text-shadow: 0px 0px 1px #fff;
}

span.seating {
	width: 41px;
	height: 42px;
	display: block;
	background: url( 'images/seat.jpg' ) no-repeat;
	text-align: right;
	padding-right: 6px;
	padding-top: 4px;
	font-size: 12px;
}

.type-property {
	overflow: hidden;
	margin-bottom: 10px;
}

.type-property .thumbnail {
	width: 320px;
	height: 225px;
	overflow: hidden;
	float: left;
	/*border: 1px solid #000;*/
	margin-right: 20px;
}

.type-property .images {
	float: left;
	width: 445px;
	margin-right: 95px;
	overflow: hidden;
}
.type-property .intro {
	float: left;
	width: 360px;
}
.type-property .widget {
	width: 240px;
}

.type-property .images .full-image {
	max-width: 400px;
	max-height: 300px;
	/*border: 1px solid #000;*/
	overflow: hidden;
	margin-bottom: 20px;
}

.type-property .thumbnails img {
	max-width: 80px;
	max-height: 80px;
	margin-right: 5px;
}

.booking-url {
	background: #00a55d;
	color: #f6dd47;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

/* Sidebar */
.widget {
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
}

.widgettitle {
	color: #626466;
	font-weight: bold;
}
.widget a {
	text-shadow: none;
	color: #666;
}

/* Footer */
#footer {
	width: 940px;
	margin: 0 auto;
	color: #000;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footer li {
	float: left;
	margin-right: 10px;
	line-height: 38px;
}
#footer li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	color: #626466;
}

#footer .alignright img {
	max-height: 65px;
}

/* Text Elements */
p {
	margin-bottom: 18px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

a {
	color: #626466;
}
a:hover {
	text-decoration: none;
}
#main a:active {
	position: relative;
	top: 1px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
	margin-bottom: 5px;
	color: #00a55d;
}

h1 { font-size: 24px; }
h2 { font-size: 21px; margin-top: 20px;}
h3 { font-size: 18px; }
h4 { font-size: 17px; color: #626466; font-weight: bold; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

table {
	width: 100%;
}
table td {
	padding: 2px;
	vertical-align: top;
}

.widget h3 {
	color: #fae956;
/*	-webkit-text-shadow: 0 0 1px #00a55d;
	-moz-text-shadow: 0 0 1px #00a55d;
	-o-text-shadow: 0 0 1px #00a55d;
	-ms-text-shadow: 0 0 1px #00a55d;
	text-shadow: 0 0 1px #00a55d;  */
}
#text-2 {
	margin-left: 10px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 5px 5px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
	text-align: center;
}

.alignright {
    float:right;
    margin: 5px 0 5px 5px;
}

.alignleft {
    float:left;
    margin: 5px 5px 5px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 5px 5px;
}

a img.alignnone {
    margin: 5px 5px 5px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 5px 5px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 5px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 5px 5px 0;
}

.wp-caption.alignright {
    margin: 5px 0 5px 5px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}