@charset "utf-8";
/* CSS Document 

	Namnet till trots så innehåller det här dokumentet lite styling på logga och
	det som inte kommer från den officiella Floom.
*/

ul, li { list-style: none; margin: 0; padding: 0; }
body {
	background: #FFFFFF url(../bg-lanterna.png) repeat-x scroll 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #2d2d2d;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue LT Pro", 'Arial Narrow', 'Arial', sans-serif;
}

p, ul li {
	line-height: 1.5em;	
}

h1 { margin-bottom: 5px; font-weight:bold; text-align: center;}

.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size:17pt;
	line-height:26pt;
	margin-top: 5px;
}

#text {
	width: 930px;
	margin: 0 auto;
}

#logga {
	clear: both;
	margin: 40px auto;
	width: 1003px;
	height: 145px;
	background-color:transparent;
	background-image: url(../lanterna-logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:scroll;
	text-indent: -999em;
	-webkit-box-shadow: 0 0 0px #000; 
	-moz-box-shadow: 0 0  0px #000; 
}

#continue {
	width: 1000px;
	margin:0 auto;
	text-align: right;
	font-size: 17pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0069aa;
	margin-bottom: 50px;
}

#continue a { color: #0069aa; text-decoration: none; }
#continue a:hover { color: #0069aa; text-decoration: underline; }
