* {
  margin: 0px;
}

body {
  margin: 0px;
  color:#000000;
  background-color:#ffeeee;
  font-size: 0.8em;
}

/* page_header (aka header) bits */
#page_header {
  padding:1em;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
  color:#000000;
  background:#ffffff;
  font-family:Verdana, Arial, sans-serif;
  font-weight:normal;
  letter-spacing:.2em;
}

/* title bits */
#page_header a,
#page_header a:link,
#page_header a:visited,
#page_header a:active,
#page_header a:hover {
  color:#000000;
  background:transparent;
  font-family:Verdana, Arial, sans-serif;
  font-size:x-large;
  text-decoration:none;
}

.site_title {
  margin-top:5px;
  color:#999999;
  background:transparent;
  font-family:Verdana, Arial, sans-serif;
  font-size:small;
  font-weight:bold;
  text-transform:none;
  letter-spacing:normal;
}

/* description bits */
.site_description {
  margin-top:5px;
  color:#999999;
  background:transparent;
  font-family:Verdana, Arial, sans-serif;
  font-size:small;
  font-weight:bold;
  text-transform:none;
  letter-spacing:normal;
}

/* left content grobal bits */
#content {
  border-right:1px dotted #999999;
  float:left;
  clear:left;
}

.blog {
  margin:15px;
  font-family:Verdana, Arial, sans-serif;
  font-size:small;
}

/* menu (previous and next entry link) bits */
#menu {
  margin: 1em 0em;
  font-weight:bold;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
  text-decoration:none;
}

/* entry bits */
.blogbody {
  margin:15px 10px;
}

.title {
  margin:3em 0em 0em 0em;
  padding:5px;
  border:1px solid #000000;
  font-weight:bold;
  background-color: #ffffff;
}

#categories {
  list-style-type: disc;
}

/* right content grobal bits */
#links {
}

#links a,
#links a:link,
#links a:visited,
#links a:active,
#links a:hover {
  text-decoration:none;
}

/* general side bits */
.menutitle {
  padding: 1em 0.5em 0.5em 0.5em;
  color:#999999;
  font-size:small;
  font-weight:bold;
  letter-spacing:.2em;
}

.menucontent {
  padding: 0em 0.5em 1em 0.5em;
  font-size:small;
  line-height:1em;
}

/* extra bits */

.blogbody p {
  margin:10px 0;
  line-height:140%;
}

.blogbody blockquote {
  margin:10px 0;
  border-top:1px solid #cccccc;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  border-left:5px solid #cccccc;
  color:#cccccc;
  background-color:#3c3c3c;
}

.blogbody blockquote p.quote-title {
  margin:10px;
  font-weight:bold;
}

.blogbody blockquote p {
  margin:10px;
}

input, textarea {
  font-family:verdana, arial, sans-serif;
  font-size:100%;
}

textarea#body,
textarea#excerpt,
textarea#ping_url {
  font-family:"Osaka－等幅", "ＭＳ ゴシック", "Courier New", monospace;
  font-size:110%;
}

em {
  color:#ff9900;
  background-color:transparent;
  font-weight:bold;
  font-style:normal;
}

a {
  color:#99ccff;
}

a:link {
  color:#99ccff;
}

a:visited {
  color:#bbccdd;
}

a:active {
  color:#99cc66;
}

a:hover {
  color:#99cc66;
}

h1, h2, h3, h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 2em 1em 1em 0em;
  padding:0;
  border-bottom: 1px solid #999999;
}

img {
  border: none;
}

.map_button {
  font-weight: bold;
  margin: 0.7em 0.2em 0.7em 0.2em;
}

ul {
  margin-left: 0.5em;
}

#weather_frame {
  background-color:#ffeeee;
}

#weather_title {
  font-weight: bold;
}

#weather_table {
  background-color: #999999;
  margin-top: 0.5em;
}

#weather_table td{
  background-color: #ffeeee;
  padding: 0.3em;
  text-align: center;
}

#weather_table th{
  font-size: x-small;
  background-color: #ffeeee;
}
