/*
Theme Name: Laura's Villas
Author: Meadowhost
Author URI: http://meadowhost.com/
*/

/* ~~~~~~~~~ reset ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
img, fieldset {
	border: 0;
}
html {
	overflow-y: scroll;
}
header, nav, section, article, figure, aside, footer {
	display: block;	
}

/* ~~~~~~~~~ layout ~~~~~~~~~~ */

#container-wrap {
	width: 100%;
	margin: 0 auto;
	background: #f9f7e8 url(images/background.jpg) top center repeat-x;
	padding: 0;
	overflow: hidden;
}

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

#main-navigation .no-pipe {
	border-right: none;
}

/* ~~~~~~~~~ header ~~~~~~~~~~ */

#main-navigation {
	margin: 20px 0 0 0;
	float: right;
	width: 500px;
	font-family: 'PT Sans Narrow', sans-serif;
}
	#main-navigation ul {
		overflow: hidden;
		width: 100%;
		list-style: none;
		font-size: 1.8em;
	}
		#main-navigation li {
			float: right;
			border-right: #838075 1px solid;
		}
			#main-navigation li a {
				margin: 0;
				padding: 5px 10px;
				display: block;
				color: #4a7a78;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: normal;
			}
			#main-navigation li a:hover {
				color: #564c3d;

			}
			#main-navigation li.current-menu-item a {
				background: #e0f2f0;
				color: #564c3d;	
			}
			
#main-navigation .no-rule {
	border-right: none;
}

#logo {
	background: url(images/logo-panel.jpg) bottom no-repeat;
	width: 415px;
	float: left;
	min-height: 140px;
	text-align: center;
}

#logo h1 {
	background: url(images/logo-rule.gif) bottom no-repeat;
	font-weight: normal;
	color: #fff;
	font: 3.6em 'Vast Shadow', cursive;
	margin: 65px 0 3px 0;
	text-align: center;
	text-transform: none;
}

#logo span {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1em;
}

#contact-top {
	background: url(images/contact-panel.jpg) top no-repeat;
	width: 350px;
	min-height: 72px;
	float: right;
	text-align: right;
	font-size: 1.3em;
	padding: 10px 0 0 0;
}

#contact-top span {
}

/* ~~~~~~~~~ article ~~~~~~~~~~ */

article {
	width: 100%;
	overflow: hidden;
}

section {
	float: left;
	width: 940px;
}

#page-content {
	background: #fff url(images/page-corners-top.jpg) top center no-repeat;
	min-height: 700px;
}

#page-text {
	padding: 35px;
}

#home-page {
	text-align: center;
	margin-bottom: 30px;
}

#corner-bot {
	background: url(images/page-corners-bot.jpg) top center no-repeat;
	width: 940px;
	height: 10px;
	float: left;
	margin-bottom: 25px;
}

/* ~~~~~~~~~ aside ~~~~~~~~~~ */

aside {
	float: right;
	width: 310px;
}

/* ~~~~~~~~~ body ~~~~~~~~~~ */

#TA_certificateOfExcellence688 {
	float: left;
	width: 270px;
	padding: 0 0 0 90px;
}

.imagebox-wrap-l {
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.imagebox-wrap-r {
	float: right;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.interior {
	border: #838075 1px solid;
	padding: 4px;
	background: #fff;
}

.caption {
	background: url(images/image-shdw-2.jpg) no-repeat;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	padding: 8px 0 0 0;
}

#table-price {
	font-size: 1.4em;
	border: 1px solid #cae4e1;
	margin-top: 20px;
}

#table-price .title {
	text-decoration: underline;
}

#table-price td {
	padding: 10px;
}

#table-price .odd {
	background: #cae4e1;
}

#legend-cal {
	font-size: 1.2em;
	font-weight: 600;
	margin: 10px 50px 10px 0;
	float: right;
}

#legend-cal td {
	padding: 0 5px;
}
			
/* ~~~~~~~~~ footer ~~~~~~~~~~ */

#footer-top-wrap {
	width: 100%;
	margin: 0 auto;
	background: url(images/footer-top.jpg) top center repeat-x;
	padding: 0;
	min-height: 55px;
}

#social-box {
	background: url(images/social-panel.jpg) top center no-repeat;
	width: 940px;
	margin: 0 auto;
	text-align: center;
	min-height: 47px;
	font-size: 1.5em;
	font-weight: 600;
	padding: 8px 0 0 0;
}

#social-box span {
	padding-right: 3px;
	line-height: 1.7em;
}

#social-box img {
	padding: 0 2px;
}

#footer-mid-wrap {
	width: 100%;
	margin: 0 auto;
	background: url(images/footer-mid.jpg) top center repeat-x;
	padding: 0;
	min-height: 257px;
}
			
footer {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

footer ul.outer {
	width: 300px;
	float: left;
	margin-top: 18px;
}

footer ul.middle {
	background: url(images/bg-footer-list.jpg) top center no-repeat;
	width: 340px;
	float: left;
	margin-top: 18px;
}

footer ul.middle a {
color: #cae4e1;
	text-decoration: none;
}

footer ul.outer a:link {color: #cae4e1; text-decoration: none; font-weight: normal;}
footer ul.outer a:visited {color: #cae4e1; text-decoration: none; font-weight: normal;}
footer ul.outer a:hover {color: #e6d917; text-decoration: none; font-weight: normal;}
footer ul.outer a:active {color: #cae4e1; text-decoration: none; font-weight: normal;}

footer ul.middle a:link {color: #cae4e1; text-decoration: none; font-weight: normal;}
footer ul.middle a:visited {color: #cae4e1; text-decoration: none; font-weight: normal;}
footer ul.middle a:hover {color: #e6d917; text-decoration: none; font-weight: normal;}
footer ul.middle a:active {color: #cae4e1; text-decoration: none; font-weight: normal;}

footer ul {
	list-style-type: none;
	color: #fff;
}

footer li  {
	font-size: 1.4em;
}

footer li.footer-title {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	padding-bottom: 12px;
}

#footer-bot-wrap {
	width: 100%;
	margin: 0 auto;
	background: url(images/footer-bot.jpg) top center repeat-x;
	padding: 0;
	min-height: 39px;
	line-height: 39px;
}

#footer-bot {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select, input, textarea {
	font: 0.625em/1.4 'Open Sans', tahoma, verdana, arial, helvetica, sans-serif;
	color: #333;
}
body {
	 background: #ccc;
}
/* ------ colors ----------- */
.lv-green {color: #4a7a78;}
.lv-lt-green {color: #cae4e1;}
.lv-brown {color: #564c3d;}
.lv-lt-brown {color: #838075;}
.lv-white {color: #fff;}

/* ------ anchors ----------- */

a:link              { color:#4a7a78; text-decoration:underline;font-weight:600;}
a:visited           { color:#4a7a78; text-decoration:underline;font-weight:600;}
a:hover             { color:#e6d917; text-decoration:underline;font-weight:600;}
a:active            { color:#4a7a78; text-decoration:underline;font-weight:600;}

a.yellow:link       { color:#e6d917; text-decoration:none; font-weight: normal;}
a.yellow:visited    { color:#e6d917; text-decoration:none; font-weight: normal;}
a.yellow:hover      { color:#cae4e1; text-decoration:none; font-weight: normal;}
a.yellow:active     { color:#e6d917; text-decoration:none; font-weight: normal;}

a.lt-grn:link       { color:#cae4e1; text-decoration:none; font-weight: normal;}
a.lt-grn:visited    { color:#cae4e1; text-decoration:none; font-weight: normal;}
a.lt-grn:hover      { color:#e6d917; text-decoration:none; font-weight: normal;}
a.lt-grn:active     { color:#cae4e1; text-decoration:none; font-weight: normal;}

h1 {
	font-weight: normal;
	color: #564c3d;
	font: 4.8em/1.4 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.05em;
	margin: 0 0 20px 0;
}
h2 {
	font-weight: normal;
	color: #564c3d;
	font: 2.4em/1.4 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 2px solid #cae4e1;
	margin: 0;	
}
h3 {
	font-weight: normal;
	color: #4a7a78;
	font: 2em/1.4 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0 0 0;	
}

.blog-title a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.6em;
}

section p, section ul, section ol,
aside p, aside ul, aside ol {
	font-size: 1.4em;
	margin: 1em 0;
	line-height: 1.5em;
}
section ul {
	margin-left: 1em;
}
section ol {
	margin-left: 1.4em;
}
.clear {
	clear: both;
	display: block;
	height: 1%;
}

/* Form Styling */

form {
	padding: 0;
	width: auto;
}

label {
	float: left;
}

input {
	margin-bottom: 10px;
	font-size: 1.1em;
}

textarea {
	font-size: 1.1em;
	padding: 5px;
}

/* blog styling */

.post-box {
	border-bottom: 1px #666 dotted;
	padding-bottom: 25px;
	font-size: 1.2em;
}

.post-on {
	font-size: 1.2em;
	color: #564c3d;
}

.nav-links {
	margin-left: 35px;
	font-size: 1.2em;
}

.responses {
	padding: 0 50px;
	margin-bottom: 40px;
}



/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 12px; right: 15px; text-align: right;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; color:transparent;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(images/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px; color:transparent;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: pointer;}