
/* reset */

html, body, div, h1, h2, h3, h4, p, ul, ol, li, a, img {
  position: relative;
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: normal;
}

a {
  text-decoration: none; 
}

ul {
  list-style-type: none;
}


/* static */

#header {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 105px;
  background-color: #fff;
  border-bottom: 1px solid #a6a6a6;
  -webkit-box-shadow: 0 8px 25px 0 rgba(0,0,0,0.2);
  box-shadow: 0 8px 25px 0 rgba(0,0,0,0.2);
  z-index: 200;
}

#header .menu-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 26px;
  font-family: 'Lablesmall';
  color: #67797b;
}

#header .logo-title {
  margin: 10px auto 0 auto;
  width: 300px;
  font-size: 12px;
  color: #595959;
  text-align: center;
}

#footer {
  display: block;
  position: fixed;
  bottom: 0px;
  left:0px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.1);
  z-index: 200;
}

#footer table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

#footer a {
  display: block;
  height: 60px;
  background-color: #52908c;
  color: #fff;
}

#footer a .icon {
  width: 30px;
  height: 30px;
  padding: 15px;
  font-size: 26px;
  font-family: 'Lablesmall';
  background-color: #67b4b0;
}

#footer a .icon img {
  margin: 10px;
}

#footer a .label {
  left: 10px;
  top: 6px;
  font-size: 14px;
}

#footer a.back .icon {
  float: left;
}

#footer a.next .icon {
  float: right;
}

#footer a.light {
  color: #567572;
  background-color: #d1dada;
}

#footer a.light .icon {
  background-color: #c1cdcd;
}

#footer a.reverse .icon {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#content {
  display: block;
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto;
  padding: 150px 20px 120px 40px;
  z-index: 100;
}

#content img {
  max-width: 100%;
}

#content a {
  color: #305d5d;
}

.start-navigation a.parent {
  font-size: 22px;
  font-weight: bold;
}

.start-navigation ul {
  margin-bottom: 20px;
}

.start-navigation li a {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
}


/* dynamic */

#content h2 {
  margin: 12px 0 18px 0;
  color: #d0424c;
  font-size: 32px;
  font-weight: bold;
}

#content h2.gray {
  color: #a59899;
}

#content h3 {
  margin: 12px 0 18px 0;
  color: #d0424c;
  font-size: 24px;
}

#content h4 {
  margin: 12px 0 18px 0;
  color: #a79899;
  font-size: 18px;
}

#content p {
}

#content img {
  margin: 32px 0 40px 0;
  -webkit-box-shadow: 0px 1px 20px rgba(0,0,0,0.35);
  box-shadow: 0px 1px 20px rgba(0,0,0,0.35);
}

#content ol, ul {
  margin: 0 0 16px 50px;
}

#content ul{
  list-style-type: circle;
}

#content .start-navigation ul{
  list-style-type: none;
}

#content pre {
  display: block;
  padding: 14px;
  margin: 32px 0 40px 0;
  border: 4px solid #ebef92;
  background-color: #fdfdf4;
  font-family: Andale Mono, Monaco, Courier New, monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#content pre a {
  color: #305d5d;
  font-family: Andale Mono, Monaco, Courier New, monospace;
  font-weight: bold;
}

#preview {
  position: fixed;
  top: 200px;
  right: 0px;
  padding: 10px;
  background-color: #ee3545;
  color: #fff;
  cursor: pointer;
}
