/* simple/default.css */
/* Last Update < 2009-10-10 00:02 > */

@charset "utf8";

* {
  font-family:  "Droid Sans", "Myriad Pro", "Trebuchet MS", "IPAPGothic", "MS Gothic", sans-serif !important;
}

div#title {
  text-align: center;
  margin-bottom: 2.0em;
}

div#title > h1 img {
  border: none;
}

div#content {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

div#footer {
  text-align: center;
  font-size: 0.9em;
}

div#footer img {
  border: none;
}

div#footer > p {
  padding-bottom: 0.5em;
}

div.topic {
  margin-bottom: 5.0em;
}

div.story {
  font-size-adjust: 0.46;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

h2 {
  font-stretch: condensed;
}

h2 > a:link { color: #000000 !important; text-decoration: none !important; }
h2 > a:visited { text-decoration: none !important; }
h2 > a:hover { color: #690030 !important; text-decoration: underline !important; }

h3 {
  font-family: "Lucida Sans Typewriter", "Andale Mono", monospace;
  font-size: 1.05em;
}

h4 {
  margin-top: 2.5em;
}

div.topic > h3 {
  text-align: right;
}

div.topic p > em {
  font-size: 0.95em;
  color: #003366;
}

div.topic a {
  color: #690030;
}
div.topic a:visited {
  color: #000000;
}

/* div.story > p:first-letter { */
/*   font: 2.5em serif; */
/*   float: left; */
/*   line-height: 1; */
/* } */

div.story cite {
  color: #690030;
  font-size: 0.9em;
}

div.story blockquote {
  margin-left: 3.0em;
}

div.story blockquote > p.reference {
  text-align: center;
}

ul.asterisk {
  list-style-type: none;
  font-size: 0.9em;
  letter-spacing: 0.0em;
}

/* Amazon Associate Link */
/* p.amazon_product_link { font-size: 0.8em; } */
div.amazon_product_link {
  padding-top: 0.5em;
  padding-left: 0.5em;
  float: right;
}


/* Ads by Google */
p.ads_by_google {
  padding-top: 0.5em;
  text-align: center;
}


/* comment */
div.comment {
  margin-left: 2.0em;
  font-size: 0.90em;
  clear: right;
}

div.writeback {
  color: #690030;
}

div.writeback-author {
  margin-top: 1.0em;
}

div.comment input { width: 10em; }

div.comment textarea { width: 15em; }
