@charset "utf-8";

/*basic elements*/

html {}
body {
  margin:0;
  padding:0;
  background:url(/okinawaMag/images/bg.jpg) center;
}

/*block level elements*/

#container {}
#content {
  margin:70px auto;
  padding:70px 0;
  width:880px;
  background:rgba(255,255,255,0.8);
}

#about {
  position:relative;
}
#about p {
  float:left;
  margin:0 0 0 70px;
  width:333px;
  font:normal normal 110%/1.8 Serif;
}
img#map {
  position:absolute;
  right:50px;
  top:-110px;
}
img#illust {
  clear:both;
  display:block;
  margin:1em 70px;
}

#readit {
  position:relative;
  margin:-350px 0 0 320px;
}
div#issuu {
  margin:1em 70px;
  width:420px;
  height:298px;
  background:rgb(0,0,0);
  -webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.35);
  -moz-box-shadow:0px 2px 4px rgba(0,0,0,0.35);
  box-shadow:0px 2px 4px rgba(0,0,0,0.35);
}

#credit {
  margin:70px 0 0;
}
#credit ul {
  margin:1em 70px;
  padding:0;
  list-style-type:none;
}
#credit li {
  margin:0.5em 0;
}
#credit li span {
  font-weight:bold;
}

/*body elements*/

#content h1 {
  margin:0 70px 1em;
}
#content h2 {
  margin:1em 70px;
}

/*characters*/

body {
  font-size:small;
  color:#333333;
  font-family:serif;
  line-height:1;
}

a:link {color:#666600; text-decoration:underline;}
a:visited {color:#666600; text-decoration:underline;}
a:hover {color:#666600; text-decoration:none;}
a:active {color:#666600; text-decoration:none;}

h1 {font-size:150%;}
h2 {font-size:135%;}
h3 {font-size:125%;}
h4 {font-size:115%;}

.path p {}

address {}

/*misc*/

.reset {clear:both;}
img {border:none;}
hr {display:none;}