@import url("reset.css");

/* 

	author: jonas@artopod.se

	colors

	link			#333
	visited link	#223
	hover 			#424245
	
	grön			#489f46

*/

/* !Typography		------------------------------------------------ */

html, body {
	height: 100%;
}

body {
	font: 70%/1.5em 'trebuchet ms', arial, sans-serif;
}

input, select, textarea {
	font: 100% 'trebuchet ms', arial, sans-serif;
}

/* links */

a { 
	background: transparent;
}

a:link, a:visited { 
	color: #fff;
}

a:hover, a:visited:hover, a:active { 
	color: #fff;
}

/* headers */

h1, h2, h3 {
	text-shadow: #489f46 0 0 1px;
	line-height: 1;
	color: #fff;
}

h1 {
	font-size: 3.4em;
	margin: 0 0 50px;
}

h2 {
	margin: 0 0 15px;
	font-size: 2.3em;
}

h2 span {
	font-size: 0.6em;
}

h3 {
	margin: 0 0 5px;
	font-size: 1.6em;
	line-height: 1.3em;
}

/* text */

p { 
	margin: 0 0 1em;
	font-size: 1.1em;
}

ul, ol {
	margin: 0 0 1em 16px;
}


/* !Layout			------------------------------------------------ */

div#shiv {
	width: 100%;
	height: 50%;
	margin-top: -315px;
	float: left;
}

#lfv {
	width: 920px;
	height: 620px;
	margin: 0px auto;
	position: relative;
	clear: both;
	text-align:left;
}

#menu { 
	list-style: none;
	margin: 10px 0 0;
}

#content { 
	position: relative;
	width: 920px;
	height: 580px;
	margin-top: 10px;
	padding: 9px 10px 11px;
	background: url(../img/bg.gif) no-repeat;
}

#area {
	position: relative;
	width: 900px;
	height: 560px;
	background: url(../img/roller.jpg) no-repeat;
}

#area.green {
	position: relative;
	background: #37aa2b url(../img/green_bg.jpg) 50% 100%;
	overflow: auto;
}


#logo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 11;
}

#payoff {
	position: absolute;
	left: 30px;
	bottom: 20px;
	z-index: 11;
}


#flashcontent {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 900px;
	height: 560px;
 	text-align: center;
 	z-index: 10;
}

.field {
	min-height: 140px;
	font-size: 1.2em;
	line-height: 1.5em;
}

* html .field {
	height: 90px;
}


/* !Menu			------------------------------------------------ */

#menu li {
	float: left;
	padding: 0 1px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#menu li a { 
	display: block;
	padding: 2px 10px 2px;
	text-decoration: none;
	color: #aeaeae;
}

#menu li a:hover { 
	color: #9b9b9b;
}

#menu li.current a {
	color: #489f46;
}

/* !question */

.hello {
	position: absolute;
	top: 80px;
	left: 50px;
	width: 750px;
	color: #fff;
	z-index: 9;
}

.question, .answer {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 815px;
	color: #fff;
	z-index: 9;
}

.facts {
	margin: 50px 60px 280px 50px;
	color: #fff;
	z-index: 9;
}

.play {
	margin: 20px 0 0;
	padding: 0;
}

.play li {
	
}

.play li a {
	display: block;
	padding: 14px 0 35px 55px;
	font-size: 1.6em;
	background: url(../img/play.png) no-repeat;
	text-decoration: none;
}

* html .play li a {
	background: url(../img/play.gif) no-repeat;
}

.options {
	margin: 10px 0;
	padding: 0;
}

.options li {
	zoom: 1;
}

.options li label {
	display: block;
	margin: 0;
	padding: 12px 0 25px 55px;
	font-size: 1.6em;
	line-height: 1;
	cursor: pointer;
}

.options li.a label {
	background: url(../img/abc.png) no-repeat;
}

.options li.b label {
	background: url(../img/abc.png) no-repeat 0 -100px;
}

.options li.c label {
	background: url(../img/abc.png) no-repeat 0 -200px;
}

* html .options li.a label {
	background: url(../img/abc.gif) no-repeat;
}

* html .options li.b label {
	background: url(../img/abc.gif) no-repeat 0 -100px;
}

* html .options li.c label {
	background: url(../img/abc.gif) no-repeat 0 -200px;
}

.options li input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.01;
	-moz-opacity: 0.01;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
}

.facit {
	margin: 10px 0;
	padding: 0;
}

.facit li {
	display: block;
	padding: 12px 0 25px 55px;
	font-size: 1.6em;
	zoom: 1;
}

.facit li.a {
	background: url(../img/abc-correct.png) no-repeat;
}

.facit li.b {
	background: url(../img/abc-correct.png) no-repeat 0 -100px;
}

.facit li.c {
	background: url(../img/abc-correct.png) no-repeat 0 -200px;
}

.facit li.wrong {
	background: url(../img/x.png) no-repeat;
}

* html .facit li.a {
	background: url(../img/abc-correct.gif) no-repeat;
}

* html .facit li.b {
	background: url(../img/abc-correct.gif) no-repeat 0 -100px;
}

* html .facit li.c {
	background: url(../img/abc-correct.gif) no-repeat 0 -200px;
}

* html .facit li.wrong {
	background: url(../img/x.gif) no-repeat;
}

/* !jScrollPane		------------------------------------------------ */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../img/green.jpg);
}
.jScrollPaneDrag {
	position: absolute;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/*  IE6 fix for png pictures */

* html img.png, * html input.png {
	background-image: expression(
		this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "/x.gif"
	);
}
