/* 
* Skeleton V1.0.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 5/20/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* #Site Styles
================================================== */

/* #Page Styles
================================================== */
#headerImage .txt_annecy{
margin: 0px;
font-size: 22px;
line-height: 30px;
	position: relative;
	top: 326px;
	left: 0px;
}
footer{
margin: 20px 0 0 0;
padding: 0;
position: absolute;
bottom: 0;
color: #c4c4c4;
width: 100%;
	height: 40px;
	background-color: #363636;
	text-align: center;
}
footer p{
padding: 10px 0 0 0;
margin: 0;
}
footer p a{
color: #dadada;
}
footer span{
font-size: x-small;
padding: 0 15% 0 12%;
}
#back {
	height: 25px;
	font: 15px/25px Helvetica, sans-serif;
	text-align: center;
	background-color: #e7dbdb;
}

#back a {
	color: #726262;
	text-decoration: none;
}

#back a:hover {
	text-decoration: underline;
}

.container {
	padding-top: 20px;
}

#menu {
	margin: 13px 0 0px 0;
}

#menu ul li{
	display: inline;
	margin: 0 20px 0 0;
	margin-bottom: 0px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#header h4{
font-size: 146%;
color: #94ccfd;
 font-style: italic;
 padding:20px 0 0 10px;
text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

#header h4::first-letter{
font-size: 130%;
}
#headerImage img {
	margin-bottom: 40px;
	max-width: 100%;
	-moz-box-shadow: 0 0 5px #fff;
-webkit-box-shadow: 0 0 5px #fff;
box-shadow: 0px 0px 5px #fff;
	filter:progid:DXImageTransform.Microsoft.Glow(color='white', Strength='3'); 
}
#headerImage p{
margin: 10px 50px 30px 20px;
text-align: center;
font-size: 18px;
color: #e3e3e3;
 -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 500ms ease-in-out;
   -moz-transition: all 500ms ease-in-out;
   -o-transition: all 500ms ease-in-out;
   -ms-transition: all 500ms ease-in-out;
   transition: all 500ms ease-in-out;
}
#headerImage p:nth-child(1):hover{
	-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
#welcome {
	margin-bottom: 20px;
}

.feature img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.container .eight.columns.feature{
	background-color: #555555;
	padding: 10px 20px 0 20px;
	margin: 0 30px 20px 30px;
}


/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {}
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */
		
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

section.main{
	padding-top: 10px;
}