/*
Theme Name: La Villa
Theme URI: http://www.willpickles.co.uk/la-villa
Author: Will Pickles
Author URI: http://www.willpickles.co.uk
Description: Theme for La Villa
Version: 1.0
*/
body{
	background-color: black;
}
img{
	width: 100%;
}
iframe{
	width: 90%;
	height: 50%;
}
address{
	margin-left: 10px;
	margin-top: 10px;
}
.hits{
	width: 200px;
	margin: 0 auto;
}
.container{
	width: 1250px;
}
.gallery-icon img{
	width: 150px;
	height: 150px;
}
.nav-tabs li a{
	color: white;
	border-radius: 10px;
}
.nav-tabs li.active a{
	color: white;
}
.sidebar-vine{
	height: 2000px;
	background-image: url('/wp-content/themes/la-villa/img/pillar-single.png');
	background-repeat:repeat-y;
}
.menu-menu-1-container{
	width: 710px;
	margin: 0 auto;
}
.navbar-la-villa li, .btn-la-villa{
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #ff3019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ff3019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#ff3019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#ff3019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#ff3019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#ff3019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff3019',GradientType=0 ); /* IE6-9 */
	margin: 5px;
	border: 1px solid white;
	border-radius: 10px;
	font-size: 16px;
}
.navbar-la-villa li a, .navbar-la-villa-menu li a{
	color: white;
}
.navbar-la-villa li a:hover, .navbar-la-villa li.current-menu-item, .navbar-la-villa li.active, .btn-la-villa:hover{
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff3019 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
}
.la-villa-content{
	color: white;
}
.navbar-la-villa-menu li{
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #327b2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#327b2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#327b2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#327b2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#327b2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#327b2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#327b2a',GradientType=0 ); /* IE6-9 */
	
	margin: 5px;
	border: 1px solid white;
	border-radius: 10px;
	font-size: 16px;
}
.navbar-la-villa-menu li a:hover, .navbar-la-villa-menu li.active{
	background: #327b2a; /* Old browsers */
	background: -moz-linear-gradient(top,  #327b2a 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#327b2a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #327b2a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #327b2a 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #327b2a 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #327b2a 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327b2a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
}