@import "/css/design/reset.css";

body {
  background: #052753 url('/images/e/bg.jpg') no-repeat center top;
  color: #fff;
}

/* header */

#header {
  min-width: 580px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#header h1 {
  margin: 0 auto;
}

#header h1 a {
  display: block;
  width: 140px;
  height: 45px;
  margin: 0 auto;
}


/* /header */



/* footer */

#footer {
  min-width: 580px;
  max-width: 1200px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  color: #aadaff;
  font-size: 11px;
  clear: both;
}

#footer img {
  width: 80px;
  height: 40px;
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 180px;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

#footer div.copy {
  width: 260px;
  height: 45px;
  display: inline-block;
  overflow: visible;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  border-left: solid 1px #808080;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

#footer div.copy div {
  width: auto;
  height: 15px;
  display: block;
  float: left;
  clear: left;
}

/* /footer */


/* page */

#page {
  min-width: 920px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

#page h1 {
  text-align: center;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 30px;
  margin: 10px;
  padding: 30px 0 20px 0;
}

#page p {
  text-indent: 20px;
  padding: 0 20px;
  font-size: 14px;
  font-style: italic;
}


#story {
  font-size: 16px;
  margin: 20px;
  list-style-type: none;
}

#story li {
  padding: 10px 20px;
  font-style: italic;
}

#story li a {
  display: block;
  text-decoration: none;
}

#story li a span {
  border-bottom: dotted 1px #aadaff;
  color: #aadaff;
}

#story li a:hover span {
  color: #fff;
  border-bottom: dotted 1px #fff;
}

#story li.active a span {
  color: #000;
  border-bottom: dotted 1px #000;
}

#story li.active {
  background-color: #fff;
  color: #000 !important;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* /page */


/* Basic Page Styling ********************************/
#frame {
	width: 384px;
	height: 512px;
	padding: 70px 64px;
	margin: 10px 10px 10px 20px;
	float: right;
	background: url('/images/e/frame.png') no-repeat center center;
}
#wrapper {
	overflow: hidden;
	width: 384px;
}

#wrapper #hand {
  z-index: 99;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#wrapper:hover #hand {
  display:none;
}

#ins {
	font-size: 0.75em;
	margin: 10px 0 6px;
	line-height: 1.25;
	text-align: center;
	}
#fake {overflow: hidden;}
.content-box {
	float: left;
	width: 384px;
	height: 512px;
	display: block;
	}
.hasJS #wrapper {
	height: 512px;
	position: relative;
	}
.hasJS #fake {
	width: 2000px;
	height: 512px;
	}
.hasJS .content-box {cursor: pointer;}
/* Panel Style ***************************************/
.content-box {
	color: #d1d1d1;
	/*background: #000;*/
}
.content-box .inner {
	width: 384px;
	height: 512px;
}
.content-box .inner h1 {
	font-weight: 700;
	font-size: 0.83em;
	margin: 0 0 6px;
	line-height: 1.5;
	}
.content-box .inner p {
	font-size: 0.69em;
	line-height: 1.25;
	margin: 0 0 6px;
	}
.content-box .inner ul {
	list-style: disc;
	margin: 0 0 0 14px;
	}
.content-box .inner ol {
	list-style: decimal;
	margin: 0 0 0 18px;
	}
.content-box .inner ul li,
.content-box .inner ol li {
	font-size: 0.69em;
	line-height: 1.25;
	margin: 0 0 3px;
	}
/* Panel Indicators **********************************/
/* Positioned down the right but can be anywhere */
#panelIndicator {
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#panelIndicator li {
	color: #ccc;
	font-size: 20px;
	display: inline;
	line-height: 60px;
	padding: 0 2px;
	font-weight: 700;
}
#panelIndicator .active {
	color: #000;
}