

html, body {
	margin: 0;
    padding: 0;
	height: 100%;
	background-color: #202020;
	color: #707070;
	line-height: 1.6;
	/* 24px */
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}

#container
{
	position: relative;
	
	width: 100%;
	margin: 0 auto;
	
	height: auto !important;
	min-height: 500px;
	height: 100%;	
}

.small_text {
	font-size: 0.8em;
}

h1,h2,h3,h4,h5
{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
h3 {
	font-size: 1.3em;
}

p {
	max-width: 800px;
	margin: 0 auto;
}

a {
	color:#21AABD;
}

.center 
{
	text-align: center;
}

nav {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Helvetica, Arial !important;
	font-style: normal;
	font-weight: 200;
	position: fixed;
	top:0px;
	margin: 0px auto;
	right: 0px;
	left: 0px;
}

nav ul {
	text-align: center;
	list-style: none;
	background: #392162;
	margin: 0;
	padding: 0.7em 0;
}

nav ul li {
	position:relative;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 2.5em;
	font-size: 1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	outline:none; 
}

nav ul li a {
	
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0.5em 0.4em 0.5em 0.4em;
	outline:none; 
}

#normal-header {
	background: url('images/esc13-bg-black.jpg') top center no-repeat #000;
	text-align: center;
	margin-top: 22px;
}

#top-logo {
	display: block;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}

.list-odd
{
	margin: 0px;
	padding: 3em 1em;
	
	text-align: center;
}
.list-even
{
	margin: 0px;
	padding: 3em 1em;
	background-color: #000;
	text-align: center;
}
.list-odd, .list-even {
	word-wrap: break-word;
}

#footer 
{
	margin: 0px;
	padding: 3em 1em;
	text-align: center;
	background: #382544;
	color: #999;
}

.guest-list-section table
{
	margin: 0 auto;
	padding: 0;
}
.guest-list-section table tbody tr td
{
	padding: 1em 0.1em;
	text-align: left;
}
.guest-list-section input[type=text]
{
	padding: 0 0.4em;
	line-height: 1.6;
	/* 24px */
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: 160px;
}
.guest-list-section input[type=email]
{
	padding: 0 0.4em;
	line-height: 1.6;
	/* 24px */
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: 160px;
}
.guest-list-section input[type=submit]
{
	width: 100px;
	height: 55px;
	background: #888;
	border: solid #555;
	color: white;
}

#map 
{ 
	height: 180px;
	max-width: 500px;
	width:90%;
	margin: 0 auto;
}


@media only screen and (min-width: 0px) and (max-width:800px), only screen and (min-device-width: 700px) and (max-device-width: 800px) {
	#normal-header {
		/*background: url('../images/klubb_guldeld.jpg');
		height: 400px;*/
	}
	
	#normal-header img{
		width:100%;
	}

	#map_not_for_mobile
	{
		display: none;
	}

	#top-logo {
		margin-top:50px;
		width:80%;
	}
}
/*
@media only screen and (min-width: 320px) and (max-width:600px), only screen and (min-device-width: 320px) and (max-device-width: 600px) {
	
	/* Device: iPhone landscape + android portrait 	
	---------------------------------------------------------------------------------------------------------- 

	h1 {font-size: 1.9em;}
	h2 {font-size: 1.7em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.3em;}
	h5 {font-size: 1.1em;}

}*/