/*
Theme Name: Hills and Creations
Description: Hills and Creations Template
Author: Mound Media
Author URI: http://www.moundmedia.com/
Version: 1.0
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #0b0b08;
	font-family: Arial;
	font-size: 10px;
	-webkit-text-size-adjust: none;
}
a {
	outline: none;
	border: none;
}
img {
	outline: none;
	border: none;
}
.sunset_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('images/sunset_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.welcome_holder {
	width: 960px;
	height: 250px;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	top: 50%;
	margin-top: -125px;
}
.hills_creations {
	width: 960px;
	height: 100px;
	background-image: url('images/hills_creations.png');
	background-repeat: no-repeat;
	background-position: center;
}
.site_links {
	width: 960px;
	height: 150px;
}
.site_link {
	width: 100%;
	height: 100%;
	display: block;
}
.farm_produce {
	width: 324px;
	height: 150px;
	float: left;
	background-image: url('images/farmproduce_soon.png');
	background-repeat: no-repeat;
}
.la_truffiere {
	width: 313px;
	height: 150px;
	float: left;
	background-image: url('images/latruffiere.png');
	background-repeat: no-repeat;
}
.bed_breakfast {
	width: 323px;
	height: 150px;
	float: left;
	background-image: url('images/bedbreakfast_soon.png');
	background-repeat: no-repeat;
}
.footer {
	position: absolute;
	width: 800px;
	bottom: 20px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	color: #FFF;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.moundmedia {
	width: 25px;
	height: 24px;
	background-image: url('images/moundmedia.png');
	background-repeat: no-repeat;
	margin-left: 1px;
}
.moundmedia a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

@media 
(-webkit-min-device-pixel-ratio: 2) { 
.hills_creations {
	background-image: url('images/hills_creations_hd.png');
	background-size: 700px 100px;
}
.farm_produce {
	background-image: url('images/farmproduce_soon_hd.png');
	background-size: 324px 150px;
}
.la_truffiere {
	background-image: url('images/latruffiere_hd.png');
	background-size: 313px 150px;
}
.bed_breakfast {
	background-image: url('images/bedbreakfast_soon_hd.png');
	background-size: 323px 150px;
}
.moundmedia {
	background-image: url('images/moundmedia_hd.png');
	background-size: 25px 24px;
}
}