/* ANJOHN Ver. 2 Stylesheet */

BODY {
border-width: 0;
border-style: none;
margin: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding: 0;
background-color: white;
font-family: georgia, verdana, gill, serif;
}

#INTRO {
font-size: 13pt;
font-weight: 700;
font-height: 5;
margin-left: 10%;
margin-right: 10%;
color: #993333;
text-align: center;
vertical-align: middle;
/* filter: dropshadow(color=#666666, offx=2, offy=2); */
width: 650px;
}

UL {
color: black;
font-family: georgia, verdana, gill, serif;
font-size: 10pt;
font-weight: 500;
list-style: none;
}

.news {
text-transform: uppercase;
text-align: left;
font-weight: bold;
font-size: 15px;
font-family: georgia, verdana, gill, serif;
color: black;
border-width: 0;
}

A {
color: #993333;
font-family: georgia, verdana, gill, serif;
font-size: 12px;
font-weight: 600;
text-decoration: none;
}

A.SiteMap {
color: black;
font-family: georgia, verdana, gill, serif;
font-size: 12px;
text-decoration: none;
}

A:hover {
background-color: yellow;
}

A:link {
color: #993333;
font-family: georgia, verdana, gill, serif;
font-size: 12px;
font-weight: 600;
text-decoration: none;
}

A:visited {
color: #993333;
font-family: georgia, verdana, gill, serif;
font-size: 12px;
font-weight: 600;
text-decoration: none;
}

A img {
border-width:0;
}

#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:650px;
  font:48%/1.4em georgia, verdana, gill, serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Content
----------------------------------------------- */
#content {
  text-align:left;
  }

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em georgia, verdana, gill, serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  font:10pt georgia, verdana, gill, serif;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em georgia, verdana, gill, serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
