

html, body {
	margin: 0;
    padding: 0;
	height: 100%;
	background-color: #fff999;
	color: #000;
	line-height: 1.6;
	line-height: 2.1;
	/* 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%;

	font-family: monospace;

	background: url('../images/Klubb-Nymble-130928---Photo2.jpg') #fff fixed;
}

/*
pre, xmp, plaintext, listing {
display: block;
font-family: monospace;
white-space: pre;
margin: 1em 0px;
}*/

#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-family: 'Unna', serif;
	font-family: 'Prata', serif;
	font-weight: 200;
	text-transform: uppercase;
	font-style: oblique;

}
h3 {
	font-size: 3.1em;
}
h4 {
	font-size: 1.8em;
	line-height: 1.4em;
	color: #F4EC72;
	color: #fff;
	padding: 2%;

}

p {
	/*max-width: 800px;*/
	margin: 0 auto;
	font-family: monospace;
}

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: #000;
	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-color: #fff;
	margin-top: 22px;
	background-image: url("../images/klubb_20140301_bg.jpg");
	background-position: center center;
	padding: 0 0 20px 0;
}


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

.list-odd
{
	margin: 0px auto;
	/*padding: 3em 1em;*/
	padding: 0 2em;
	max-width:400px;
}
.list-even
{
	margin: 0px auto;
	/*padding: 3em 1em;*/
	padding: 0 2em;
	max-width:400px;
}
.list-odd, .list-even {
	word-wrap: break-word;
}

#footer
{
	padding: 2em 0;
	margin: 2em 0;
	border-top: 2px solid #000;

}

.guest-list-section table
{
	/*margin: 0 auto;*/
	padding: 0;
}
.guest-list-section table tbody tr td
{
	padding: 1em 0.1em;
	text-align: left;
}
input[type=text]
{
	padding: 0.2em 0.4em 0.1em 0.4em;
	margin: 0px;
	line-height: 1.6;
	/* 24px */
	font-size: 14px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
	width: 80%;
	font-family: monospace;

}
input[type=email]
{
	padding: 0.2em 0.4em 0.1em 0.4em;
	line-height: 1.6;
	/* 24px */
	font-size: 14px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
	width: 80%;
	font-family: monospace;
}
input[type=submit]
{
	background: #fff;
	border: 0px solid #555;
	color: #0944F4;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
	font-size:1.4em;
	text-decoration: underline;
	font-family: monospace;
}

#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;*/
	}
	
	#map_not_for_mobile
	{
		display: none;
	}

	#top-logo {
		margin-top:50px;
		width:70%;
	}
	h3 {
	font-size: 2.1em;
	}
}
/*
@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;}

}*/