body {
  height: 90vh;
  background-color: #fafafa;
  font-family: 'Open Sans', sans-serif;
  background-image: url("reimu.png"), url("marisa.png"), url("bg2.jpg");
  background-position: bottom left, bottom right, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed;
  background-size: auto, auto, cover;
  min-width: 50em;
  margin: 0;
  padding: 0;
}

div#root_outer {
  display: table;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  width: 55em;
}

div#root_outer div#root_middle {
  display: table-cell;
  vertical-align: middle;
}

*:first-child + html div#root_outer {
  position: relative;
}

/*ie6 Support: */
/* * html div.root_outer{position:relative;} */
*:first-child + html div#root_middle {
  position: absolute;
  top: 50%;
}

/*ie6 Only: */
/* * html div.root_middle{position:absolute;top:50%;} */
*:first-child + html div#root {
  position: relative;
  top: -50%;
}

#root {
  margin: 2em auto;
/*
  width: 50em;
  position: absolute;
  top:50%;
  left:50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 2em auto;
  position: absolute;
  overflow: auto;
*/

  padding: 1.0em;
  padding-bottom: 0.25em;
  box-sizing: border-box;
  background: rgba(255,255,255,0.9);
}

a, a:visited {
  color: #ff0000;
  text-decoration: none;
  /*border-bottom: 1px solid #000000;*/
}

a:hover {
  color: #ff4d4d;
  /*border-bottom: 1px solid #666666;*/
}

/* ************************************************************************* */

#header {
  /*border: 1px solid #ff0000;*/
  text-align: right;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #999;
  position: relative;
  font-family: 'Open Sans', sans-serif !important;
}

#header #navi {
  position: absolute;
  float: left;
  bottom: 0.25em;
}

#header #navi ul {
  text-align: left;
}

#header #navi ul li {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.25em;
}

#header a, #header a:visited {
  color: #000000;
}

#header a:hover {
  color: #666666;
}

#header #navi .navi-link.current a {
  color: #666666;
}

/*
#header #navi .navi-link:before {
  content: "\200B";
}

#header #navi .navi-link.current:before {
  content: "\02192  ";
  color: #000000;
}
*/

#header #navi .navi-link.current:before {
  content: "[";
  color: #666666;
}

#header #navi .navi-link.current:after {
  content: "]";
  color: #666666;
}

#header h1 {
  font-size: 3.0em;
}

#header h2 {
  font-size: 1.25em;
  margin-right: 8.5em;
  margin-top: -0.25em;
}

/* ************************************************************************* */
#content {
  /*border: 1px solid #ff0000;*/
  padding: 0.5em;
  line-height: 1.2em;
  text-align: justify;
}

#content p {
  margin-bottom: 0.5em !important;
}

#content ul {
  list-style-type: square;
  margin-left: 2.0em;
  margin-bottom: 0.5em;
}

#content ul li {
  margin: 0 !important;
}

#content h1 {
  font-size: 1.5em !important;
  margin-bottom: 0.5em !important;
}

#firstMeetupInfo {
  border: 1px solid #999;
  padding: 0.5em;
  position: relative;
}

img.meetupimage {
  width: 100%;
}

#map {
  height: 400px;
  width: 100%;
}

/* ************************************************************************* */

#footer {
  /*border: 1px solid #ff0000;*/
  text-align: center;
  border-top: 1px solid #999;
  padding: 0.5em 0;
}

#footer p {
  display: inline;
}

#footer p.copy {
  font-size: 0.75em;
}

#footer ul {
  display: inline;
}

#footer ul li {
  display: inline;
}

#footer ul li a {
  color: #ff0000;
  text-align: center;
  padding: 0 0.25em;
  text-decoration: none;
  border: none;
}

#footer ul li a:hover {
    color: #ff4d4d;
}

/* ************************************************************************* */

.strike {
  text-decoration: line-through;
}

div.clear {
  clear: both !important;
}

.right {
  text-align: right;
  display: block;
}

/* Allows content to be read by screen readers */
.hide {
 position: absolute !important;
 top: -9999px !important;
 left: -9999px !important;
}

#doujin-logo {
  text-align: center;
}