/*

Wild Boots - Global Stylesheet
http://www.wildboots.co.uk/
Handwritten by Oliver Coningham

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; } 
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.error_message {
	color: #990000;
	font-weight: bold;
	}
	
strong {
	font-weight: 700;
	}


																					/* ------------ Defaults ------------ */

body {
	background: #04a550 url("../img/body-bg.jpg") fixed top center;
	color: #6d6e71;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	padding: 0;
	}
	
#container {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1170px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);	
	}


																					/* ------------ Header ------------ */

#header {
	padding: 20px 0 15px 0;
	position: relative;
	width: 100%;
	}	

#logo a {	
	background: url("../img/logo-a-bg.gif") no-repeat 0 0;
	display: block;
	height: 126px;
	margin: 0 auto;
	text-indent: -25000px;
	width: 114px;
	}	
	
#phone a {
	background: url("../img/phone-a-bg.gif") no-repeat 0 0;
	color: #6d6e71;
	display: block;
	font-size: 20px;
	height: 51px;
	line-height: 51px;
	margin-top: -24px;
	padding-left: 61px;
	position: absolute;
	left: 0px;
	top: 50%;
	text-decoration: none;
	text-transform: lowercase;
	}
	
#email a {
	background: url("../img/email-a-bg.gif") no-repeat top right;
	color: #6d6e71;
	display: block;
	font-size: 20px;
	height: 51px;
	line-height: 51px;
	margin-top: -24px;
	padding-right: 61px;
	position: absolute;
	right: 0px;
	top: 50%;
	text-decoration: none;
	text-transform: lowercase;
	}
	
#phone a strong,
#email a strong {
	color: #04a550;
	font-weight: 700;
	}


																					/* ------------ Slideshow ------------ */

#slideshow {
	position: relative;
	}
	
#slideshow-shadow-top {
	background: url("../img/slideshow-shadow-top.png") no-repeat top center;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;
	}
	
#slideshow-shadow-bottom {
	background: url("../img/slideshow-shadow-bottom.png") no-repeat top center;
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;
	}
	
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	}
	
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	}
	
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
	}
	
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	}


																					/* ------------ Content ------------ */

#content {
	padding: 30px 15px 0 15px;
	}
	
	
																					/* ------------ Copy ------------ */

#copy {
	float: left;
	padding: 0 15px 30px 15px;
	width: 50%;
	}
	
#copy h1 {
	color: #04a550;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	padding-bottom: 10px;
	}
	
#copy p {
	margin-top: 20px;
	}
	
#copy a {
	color: #04a550;
	text-decoration: underline;
	}
	
#copy a.phone {
	text-decoration: none;
	}
	
#copy h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	margin-top: 20px;
	}


																					/* ------------ Features ------------ */

#features {
	float: left;
	padding: 0 15px 20px 15px;
	width: 50%;
	}
	
#features .feature {
	background-color: #6d6e71;
	color: #fff;
	font-weight: 700;
	padding: 20px 20px 20px 102px;
	margin-bottom: 10px;
	min-height: 73px;
	}
	
#features #feature-1 { background: #6d6e71 url("../img/feature-1-bg.gif") no-repeat left center; }
#features #feature-2 { background: #6d6e71 url("../img/feature-2-bg.gif") no-repeat left center; }
#features #feature-3 { background: #6d6e71 url("../img/feature-3-bg.gif") no-repeat left center; }
#features #feature-4 { background: #6d6e71 url("../img/feature-4-bg.gif") no-repeat left center; padding-top: 25px; }


																					/* ------------ Photos ------------ */

#photos {
	padding: 0 15px 10px 15px;
	}
	
#photos .photo {
	float: left;
	padding: 0 15px;
	position: relative;
	width: 20%;
	}

#photos .photo-inner {
	height: auto;
	position: relative;
	width: 100%;
	}

#photos .photo-overlay {
	background: url("../img/photo-overlay-bg.png") no-repeat bottom center;
	height: 45px;
	margin-left: -50%;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 100%;
	}

#photos .photo img {
	float: left;
	height: auto;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);	
	}
	
#photos .photo-border {
	border-width: 0 15px 15px 15px;
	border-style: solid;
	border-color: #fff;
	height: 45px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
	}


																					/* ------------ Footer ------------ */

#footer-shadow-top {
	background: url("../img/footer-shadow-top.gif") no-repeat top center;
	height: 103px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;
	}
	
#footer {
	background: #d3d3d4 url("../img/footer-abstract-squares.gif") no-repeat bottom center;
	padding: 103px 15px 0 15px;
	position: relative;
	}
	
#footer .footer {
	float: left;
	padding: 0 15px 30px 15px;
	width: 33.33333333333333%;
	}

#footer h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	}
	
#footer .google-map {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);	
	}
	
#footer .google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
	
#footer-contact a {
	color: #6d6e71;
	text-decoration: none;
	}
	
#footer-contact a:hover {
	color: #6d6e71;
	text-decoration: underline;
	}	
	
#footer-contact p {
	padding: 0 0 0 85px;
	}	
	
#footer-contact p.phone {
	margin: 30px 0;
	}	
	
#footer-contact p.address {
	background: url("../img/icon-address.png") no-repeat top left;
	}	
	
#footer-contact p.phone {
	background: url("../img/icon-phone.png") no-repeat top left;
	height: 51px;
	line-height: 51px;
	}		
	
#footer-contact p.email {
	background: url("../img/icon-email.png") no-repeat top left;
	height: 51px;
	line-height: 51px;
	}		

	
																					/* ------------ Furniture ------------ */

#furniture {
	background: #04a550 url("../img/furniture-bg.gif") no-repeat top center;
	margin: 0 auto;
	max-width: 1210px;
	min-height: 100px;
	padding-top: 15px;
	text-align: center;
	}
	
#furniture a {
	color: #6d6e71;
	text-decoration: none;
	}