@charset "UTF-8"
dummystyle {}

html {
	height: 100%;
}

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	cursor: default;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

ul li, ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

span {
	margin: 0;
	padding: 0;
}

#page {
	text-align: center;
	display: inline-block;
	width: 100%;
	position: relative;
	padding-bottom: 10em;
}

.background {
	background-image: url("../img/backgr_yellow.png"), url("../img/backgr_yellow_repeat.png");
	background-size: 100%, 100%;
	background-repeat: no-repeat, repeat-y;
}

/* Header / Nav */

#header {
	height: 8em;
	position: static;
	z-index: 30;
	text-align: right;
	width: 100%;
	/*max-width: 1200px;*/
}

.img-tree {
	width: 70%;
	top: -50px;
	right: 0px;
	z-index: 60;
	position: fixed;
}

/* Logo */

#logo {
	position: fixed;
	text-align: left;
	top: 0px;
	z-index: 40;
	height: 100%;
}

#img-sayyestival {
	width: 40%;
	max-width: 25em;
	z-index: 60;
	top: 0px;
	left: 0px;
	position: relative;
	display: block;
}

#img-location {
	width: 250px;
	position: relative;
	left: 145px;
	top: -66px;
	display: none;
}

#img-wedding {
	width: 200px;
	position: relative;
	display: none;
	top: -170px;
	left: 20px;
}

#content {
	width: 100%;
	display: inline-block;
	padding-top: 0em;
	position: relative;
	top: 0px;
}

#nav {
	z-index: 100;
	position: fixed;
	top: 2em;
	height: 11em;
	right: 0.4em;
	width: 66%;
}

#nav  li {
	margin: -0.3em;
	display: inline;
	position: relative;
}

#nav li img {
	width: 21%;
	display: inline-block;
}


#nav-answer {
	
}

#nav-lineup {
	top: 20px;
}

#nav-infos {
	top: 30px;
}

#nav-campsites {
	top: 20px;
}

#nav-directions {
	top: 0px;
}

body:before {
	content: "smartphone";
	display: none; /* Prevent from displaying. */
}

@media only screen and (min-width: 600px) {
	/* tablets */

	body:before {
		content: "tablet";
	}
	
	#img-sayyestival {
		width: 30%;
		max-width: 56em;
		z-index: 60;
		top: 0px;
		left: 0px;
		position: relative;
		display: block;
	}
	
	#nav {
		z-index: 100;
		position: fixed;
		top: 7em;
		height: 11em;
		right: 0.4em;
		width: 66%;
	}
	
	#nav  li {
		margin: 0em;
		display: inline;
		position: relative;
	}
	
	#nav li img {
		width: 17%;
		display: inline-block;
	}
		
	.img-tree {
		width: 70%;
		top: -125px;
		z-index: 60;
		position: fixed;
	}
	
	#content {
		width: 100%;
		display: inline-block;
		padding-top: 0em;
		position: relative;
		top: 5em;
	}
	
	#content div {
		margin-right: 1.3em;
	}
}

@media only screen and (min-width: 960px) {
	/* desktop*/ 
	
	body:before {
		content: "desktop";
	}
	
	.img-tree {
		width: 70%;
		max-width: 800px;
		top: -50px;
		z-index: 60;
		position: inherit;
	}
	
	/* Logo */

	#logo {
		position: fixed;
		text-align: left;
		top: 0px;
		z-index: 40;
		height: 100%;
	}

	#img-sayyestival {
		width: 340px;
		max-width: 56em;
		z-index: 60;
		top: 0px;
		left: 20px;
		position: relative;
		display: block;
	}

	#img-location {
		width: 250px;
		position: relative;
		left: 145px;
		top: -66px;
		display: block;
	}

	#img-wedding {
		width: 200px;
		position: relative;
		top: -170px;
		left: 20px;
		display: block;
	}

	
	#content {
		width: auto;
		display: inline-block;
		padding-top: 30em;
		position: relative;
		padding-left: 25em;
		margin-right: 60px;
		top: 0px;
	}
	
	.sectionleft {
		position: relative;
		width: 50%;
		left: 0px;
	}

	.sectionright {
		position: relative;
		width: 50%;
		left: 44%;
	}

	.sectioncenter {
		position: relative;
		width: 50%;
		left: 23%;
	}
	
	#nav {
		z-index: 100;
		position: absolute;
		top: 22em;
		height: 11em;
		right: 5em;
	}
	
	#nav  li {
		margin: 0.2em 0.2em;
		display: inline;
		position: relative;
	}
	
	#nav li img {
		width: 15%;
		max-width: 113px;
	}
	
	#nav-answer {
		
	}

	#nav-lineup {
		top: 30px;
	}

	#nav-infos {
		top: 50px;
	}

	#nav-campsites {
		top: 45px;
	}

	#nav-directions {
		top: 20px;
	}
}

/* Content */

.section {
	position: relative;
	margin: 1.5em 1em;
	padding: 0.5em 0em;
}

.sectionhead {
	position: relative;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0.7em;
	height: 60px;
}

.sectionhead img{
	width: 50px;
	position: absolute;
	left: 0px;
}

.sectionhead span {
	vertical-align: middle;
	display: inline-block;
	padding: 10px;
	line-height: normal;
}

.sectioncontent div {
	margin: 1.2em;
}

.sectioncontent div div {
	margin: 0.7em 0em;
}

.anchor {
	margin-top: -11em;
	position: absolute;
}

#div-map {
	width: 100%;
}

#img-map {
	width: 100%;
	margin-bottom: 1.5em;
}


/* jquer ui changes */

.ui-state-default, .ui-button {
	/*background: #51c3b0;*/
	background: #cdeee8;
	border: none;
}