/***********************************
  general
 ***********************************/
* {
	margin: 0;
	padding: 0;
}

body, html {
	background: #445;
	overflow: hidden;
	font: 12px Trebuchet MS, Helvetica, Arial, san-serif;
	color: #fff;
	line-height: 1.25;
}

.pre {
	white-space: pre;
}

a img { border: 0 none }

a {
	color: inherit;
	text-decoration: inherit;
}

/***********************************
  HEADER
 ***********************************/
#header {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
}

#header h1 {
	margin-top: 17px;
	margin-left:22px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

#header h1.starter {
	margin-top: 17px;
	margin-left:22px;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}

#header h1 span {
	color: #bbb;
	font-weight: normal;
}

#header h2 {
	margin-left: 22px;
	color: #A1A1B6;
	font-weight: normal;
	font-size: 12px;
}

#header #logo {
	position: absolute;
	top: 5px;
	right: 26px;
}

/***********************************
  FOOTER
 ***********************************/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 42px;
	width: 100%;
	color: #9D9DA8;
}

#footer ul {
	list-style-type: none;
	float: left;
	display: block;
	width: 100%;
	margin: 9px 0;
	left: 0;
	position: relative;
	top: 0;
	background: url(../images/reader/footer_bg.png) repeat-x top left;
}

#footer .right {
	float:right;
}

#footer li {
	float: left;
	padding: 1px 11px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}

#footer li img {
	margin-right: 8px;
	float: left;
}

#footer li.end { padding: 0; cursor: auto; }
#footer li.end img { margin: 0; }

#footer .starter { text-align: center; line-height: 32px; font-size: 18px; font-weight: bold; width: 520px; margin: 0 auto; }
.starter .button {
    float: left; height: 32px; width: 247px; margin-right: 10px; cursor: pointer;
	background: url(../images/reader/ask_ok.png) no-repeat top left;
	color: #fff;
}
.starter .cancel { font-size: 16px; background: transparent; color: #ccc; text-decoration: underline; }
/***********************************
  ARROWS
 ***********************************/
#arrow_left, #arrow_right {
	width: 50%;
	height: 100%;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 10000;
	cursor: pointer;
}
#arrow_left { left: 0; }
#arrow_right { right: 0; }
#arrow_left:hover { }
#arrow_right:hover { }

/***********************************
  ACTUAL READER
 ***********************************/
#content {
	position: absolute;
	top: 50px;
	bottom: 42px;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
	color: #000;
}

#overlay_top, #overlay_middle, #overlay_bottom, #overlay_left, #overlay_right {
	z-index: 100;
	display: block;
	position: absolute;
}

#leftbg, #rightbg {
	position: absolute;
	z-index: 5;
	background: #fff;
}

#rightbg {
}

#leftcontent, #rightcontent {
	position: absolute;
	z-index: 10;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/***********************************
  PLACEHOLDERS AND OTHER FORMATS
 ***********************************/
.place_image {
	background: url(../images/editor/placeholder_bg.png);
	border: 1px solid #ccc;
}

/***********************************
  HINTS
 ***********************************/
.hint {
	position: absolute;
	z-index: 5000;
	width: 399px;
	margin-top: 10px;
	font-size: 1px;
}

.hint .content {
	font-size: 11px;
	background: #71D7FF;
	padding: 0 7px;
}

#hint_r {
	left: 50%;
	margin-left: 10px;
}

#hint_l {
	left: 50%;
	margin-left: -409px;
}

#hideleft, #hideright {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background: #445;
	z-index: 100000;
}
#hideleft { left: 0 }
#hideright { left: 50% }
/***********************************
  STARTER INSTRUCTIONS
 ***********************************/
#instructions { font-size: 12px; position: absolute; z-index: 1000; color: #fff; }
#instructions h1, #instructions h2 { text-align: center; font-size: 24px; font-weight: normal; color: #fff; padding: 10px 20px; }
#instructions h2 { color: #00adef; font-style: italic; padding: 0 10px 20px; }
#instructions div { padding: 0 20px; }
#instructions .start { font-size: 16px; margin: 1em 0 0; }
#instructions .start ol { margin-left: 2em; }
#instructions .start ol li { margin-top: 1em; }

.__clickable { cursor: pointer; }

