/*
Theme Name: Travel Horse 2015
Template: twentythirteen
Author: Luke Mellor
Author URI:   http://www.goldengecko.co.uk
Version: 1.0.0
*/

@import url("../twentythirteen/style.css");

@charset "UTF-8";

/* unvisited link */
a:link {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* visited link */
a:visited {
}

/* mouse over link */
a:hover {
}

/* selected link */
a:active {
}

.site-title {
	clear: none;
}

.site-description {
	clear: none;
}

.thlogo {
	float: left;
	margin-right: 20px;
	height: 200px;
	width: auto;
}

.site-header {
	background-image: none !important;
	background: #dcc8a3 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcc9a3 0%, #ffffff 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcc9a3), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcc9a3 0%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcc8a3 0%,#ffffff 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcc8a3 0%,#ffffff 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #dcc8a3 0%,#ffffff 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcc8a3', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-9 */

}

.site-footer .sidebar-container {
	background: #dcc9a3;
}

.archive-header {
	display: none;
}

.gecko {
	height: 30px;
	width: auto;
}

.site-header .home-link {
	height: 200px;
}

#google-maps-builder-55 {
	float: right;
}

.slideshow-window {
	background-color: #e8e5ce !important;
	border: 20px solid #e8e5ce !important;
}