/*  ===========================================================================================  GENERAL  */
html {
	/*overflow-x:hidden;
	overflow-y:hidden;*/
}
body {
	overflow:hidden;
}

/*  ==============================================================================================  NEWS  */
.news_container {
	width:100%;
	clear:both;
	margin: 0 0 0px 0;
}
.news_header {
	width:100%;
	clear:both;
	margin-bottom: -5px;
}
.news_postdate {
	width:100%;
	clear:both;
	margin: 0px 0 15px 0;
}
.news_pic {
	width:100px;
	float:left;
	vertical-align:top;
}
.news_content {
	width:194px;
	float:left;
	vertical-align:top;
	margin: 0 0 30px 0;
}
.news_archive, .news_article {
	width:100%;
}
news_img {
	margin: 0 0 40px 0;
}

/*  =======================================================================================  GOOGLE MAPS  */
.gmap-infowindow {
	color:#666666;
	font-size:14px;
	line-height:130%;
}
.gmap-infowindow a:link, .gmap-infowindow a:visited, .gmap-infowindow a:hover, .gmap-infowindow a:active {
	color:#7f8d31;
}

/*  ===========================================================================================  TOP NAV  */
.displace {
	position: absolute;
	left: -5000px;
}
.nav-food {
	display: block;
	float:left;
	width: 35px;
	height: 50px;
	text-decoration: none;
	background: url("../i/nav-food.png");
}
.nav-food:hover {
	background-position: 0px 50px;
}
.nav-wine {
	display: block;
	float:left;
	width: 37px;
	height: 50px;
	text-decoration: none;
	background: url("../i/nav-wine.png");
}
.nav-wine:hover {
	background-position: 0px 50px;
}
.nav-functions {
	display: block;
	float:left;
	width: 70px;
	height: 50px;
	text-decoration: none;
	background: url("../i/nav-functions.png");
}
.nav-functions:hover {
	background-position: 0px 50px;
}
.nav-location {
	display: block;
	float:left;
	width: 63px;
	height: 50px;
	text-decoration: none;
	background: url("../i/nav-location.png");
}
.nav-location:hover {
	background-position: 0px 50px;
}
.nav-news {
	display: block;
	float:left;
	width: 42px;
	height: 50px;
	text-decoration: none;
	background: url("../i/nav-news.png");
}
.nav-news:hover {
	background-position: 0px 50px;
}
.nav-petanque {
	display: block;
	float:left;
	width: 69px;
	height: 50px;
	text-decoration: none;
	background: url("../i/nav-petanque.png");
}
.nav-petanque:hover {
	background-position: 0px 50px;
}
.nav-accommodation {
	display: block;
	float:left;
	width: 106px;
	height: 50px;
	text-decoration: none;
	background: url("../i/nav-accommodation.png");
}
.nav-accommodation:hover {
	background-position: 0px 50px;
}
.nav-contact {
	display: block;
	float:left;
	width: 56px;
	height: 50px;
	text-decoration: none;
	background: url("../i/nav-contact.png");
}
.nav-contact:hover {
	background-position: 0px 50px;
}
