/* CSS Document */
/* ------------------------------- */
/* Le San Juan CSS */
/* For iPhone and portrait iPad */
/* ------------------------------- */

/*
@media only screen and (min-device-width : 700px) and (max-device-width : 480px) {
     html {
        -webkit-text-size-adjust: none;
     }
}

*/
body {overflow-x:hidden}

.container {
	width: auto;
	margin:5px;
	padding:5px 5px 5px 5px;
}

/* HEADER */

.preHead {
	font-size:100%;
	margin:5px 0 10px;
}

header {z-index:2;}
#slideshow img {width:100%; max-height:140px;}

#slideshow img:nth-of-type(2n), #slideshow img:nth-of-type(3n), header h1:before, header h1:after, nav select, aside div:after, aside .contactPanel, aside .map, .weather, .map iframe, section img, footer:before, footer:after {display:none;}

header h1 {
	font-size:200%;
	margin-top:5px;
	height:30px;
	text-indent:0;
	background:none;
	background-color:rgba(0,0,0,.3);
	color:#fff;
}

nav {
   margin-top: 62px;
   z-index:200;
   position:relative;
}


nav ul li {width:auto;}
nav ul li a, nav ul li a:visited {padding:0 2px; border-right:1px solid #666;}
nav ul li a:nth-of-type(5n), nav ul li a:nth-of-type(5n):visited {border-right:3px solid #fff;}

nav ul li a.active, nav ul li a:hover {padding:0 2px;}
nav ul.language li a {border-right:none;}
.main {background:none;	width:auto;}
.main article {width:100%;}
article h1 {font-size:200%;	margin:10px 0 0 0;}
article h2 {font-size:160%;	margin-top:10px;}
article h3 {font-size:120%;}
.standList {margin-left:5px;}
.tabs li {width:auto; margin-right:5px;}
.tabs li a {padding:0 10px;}
.tabHolder {margin-bottom:0px;}
.tabHolder dt {
	padding:7px 0px;
	/* margin-right:45px; */
	/* background:url(../img/dotsBgrd.png) 0 70% repeat-x; */
	margin-left:0px;
	line-height:1.2em;
}

.tabHolder dt.french {margin-left:10px;}

.tabHolder dd {
	padding:5px 0;
	float:right;
	margin-top:-30px;
	padding-left:10px;
	font-size:120%;
	color:#fff;
	}

aside {
	width:100%;
	padding:10px 0px 0 0;
	background:#efefef;	
	clear:both;
	margin-top:20px;}

aside div {
	margin:0px 10px 10px 10px;
	width:auto; 
	border:1px solid #efefef;
	box-shadow:none;
}

aside div.map:before {	
	content:"";
	position:absolute; 
	z-index:1;
	background-color:#c9c7c7;
	border-bottom:1px solid #fff;
	width:100%;
	height:1px;
	left:0px;
	top:-20px;
}

aside .comment {text-align:left; position:relative;}
aside .map iframe {width:100%;}
aside div.boxed {-moz-box-shadow:none;	-webkit-box-shadow:none; box-shadow:none;}
aside iframe {width:190px;}
section img, section div img {
	border:1px solid #bcbbbb;
	border-radius:3px;
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);   
	-moz-box-shadow:5px 5px 3px rgba(0, 0, 0, 0.5);
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	float:left;
	width:194px;
	padding:5px;
	margin:20px 20px 0px 0;
}

section div img {display:block;}
.pic {float:left; max-width:47%; width:47%; margin-right:10px;}

@media screen and (min-width: 0px) and (max-width: 330px) {
.pic {float:left; max-width:100%; width:100%; margin-right:0px;}
}

.galerie img {height:auto; width:95%;}
footer {top:0px;}
.contactDetails.floatR {float:none;}
.contactPage {line-height:1.6em; width:100%; margin-top:20px; color:#fff;}
.contactDetails:first-of-type {margin-bottom:20px;}
footer .contactDetails li {display:inline;	margin-right:10px; color:#fff;}
#contact_form {padding:20px 20px 20px 10px;	float:none;	width:auto;}
.panelLeft, .panelRight {float: none; width: 100%;}
.panelRight {float: none;}
form input, form textarea {width:100%;}
.panelRight input{margin-bottom:0px;margin-right:-10px;}
form textarea {margin-bottom:10px;}

.contactName span {color: #fff;}
