/*
Theme Name: WordPress Desert
Theme URI: http://wordpress.org/
Description: The Desert WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
@charset "utf-8";
body {
	background-color: #dedaad;
	background-image: url(images/background-bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #7d3e1f;
	text-decoration: none;
}
a:visited {
	color: #7d3e1f;
	text-decoration: none;
}
a:hover {
	color: #736e4b;
	text-decoration: underline;
}
a:active {
	color: #7d3e1f;
	text-decoration: none;
}
.copyright-background {
	background-color: #9d976f;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.menu {
	width:970px;
	height:36px;
	position:relative;
	z-index:100;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:150px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:17px;
	text-decoration:none;
	color:#000000;
	width:auto;
	height:36px;
	line-height:36px;
	font:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(images/margin.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd}
/* style the second level hover */
/*.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}*/
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:36px; left:0; width:auto; }
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#82573d; height:35px; color:#eeebca; width:250px; text-align:left;  border-bottom: 1px solid #eeebca; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:none;}
.menu :hover > a, .menu ul ul :hover > a {color:#ffffff; background:#612e18;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
.contact-number {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #fef7ca;
}
.light-brown {
	background-color: #e1d7d1;
}
.brown {
	background-color: #82573d;
}
.black-brown {
	background-color: #593b28;
}
.dark-brown {
	background-color: #7d3e1f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
.view-video {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #f7f1c5;
	text-transform: uppercase;
}
ul
{
	margin-left:25px;
	line-height:20px;
	padding:0px;
}

.choose-us {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	list-style-type: square;
}
.choose-us li {
	padding:5px 0px 5px 0px;
}

.choose-us a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.choose-us a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.choose-us a:hover {
	color: #e3c563;
	text-decoration: underline;
}
.choose-us a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.recent-post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	list-style-type: square;
}
.recent-post ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	list-style-type: none;
	padding:5px 0px 5px 0px;
}

.recent-post a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.recent-post a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.recent-post a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.recent-post a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e3c563;
}
.more a:link {
	color: #e3c563;
	text-decoration: underline;
}
.more a:visited {
	color: #e3c563;
	text-decoration: underline;
}
.more a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.more a:active {
	color: #e3c563;
	text-decoration: underline;
}
.welcome {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #612e19;
}
.main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height:20px;
}
.main-white-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height:20px;
}
.marty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #272410;
	line-height:20px;
}
.call-today {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #663016;
}
.box-heading
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
.dark-green {
	background-color: #5b5630;
}
.light-green {
	background-color: #736e4b;
}
.dark-yellow {
	background-color: #c1a339;
}
.light-yellow {
	background-color: #e3c563;
}
.dark-bro {
	background-color: #663016;
}
.light-bro {
	background-color: #7d462b;
}
.white-more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.white-more a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white-more a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.white-more a:hover {
	color: #000000;
	text-decoration: none;
}
.white-more a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.tab-text
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4e4a2c;
	text-align: center;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.img-border img{
border:none;
}
span.wpcf7-not-valid-tip{ display:none;}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

