/*
Theme Name: Lep Loup 
Description: Le Loup Theme.
Author: Mike Bailey  
Author URI: http://www.creativehappy.com/
.
Copyright (c) Creative Happy.
.
*/


/* 
	***********
	* GENERIC *
	***********
*/

body 
{
	font: 75% Arial, Helvetica, sans-serif;
	background: #FFF;
}

/* 
	***********
	* GLOBALS *
	***********
*/



/* 
	********
	* PAGE *
	********
*/

#page-wrapper
{
	width: 100%;
	background: url(images/main-bg-brush.png) no-repeat 60% 0;
}

#page
{
	position: relative;
	width: 320px;
	margin: 0 auto;
	padding: 290px;
}

/* 
	*************
	* LOCATIONS *
	*************
*/

#page .locations
{
	margin: 0 auto;
	width: 320px;
	height: 190px;
	background:url(images/landing-locations-bg.jpg) no-repeat 0 0;
}

#page .locations li
{
	display: block;
	float: left;
}

#page .locations .location-one a
{
	display: block;
	float: left;
	width: 160px;
	height: 190px;
	text-indent: -1000%;
	overflow: hidden;
}

#page .locations .location-one a:hover
{
	background:url(images/landing-locations-bg.jpg) no-repeat 0 -190px;
}

#page .locations .location-two a
{
	display: block;
	float: left;
	width: 160px;
	height: 190px;
	text-indent: -1000%;
	overflow: hidden;
}

#page .locations .location-two a:hover
{
	background:url(images/landing-locations-bg.jpg) no-repeat -160px -190px;
}

/* 
	*************
	* WOLF *
	*************
*/

.wolf
{
	position: absolute;
	top: 158px;
	background: url(images/wolf.png) no-repeat 0 0;
	width: 100%;
	height: 142px;
	margin-left: 35px;
}
