html, body, * {background-image: none;}

body {
  color: #333;
  margin: 0;
  z-index: 1;
  font-size: 12pt;
  font-family:  Palatino, "Bitstream Vera Serif", Verdana, Georgia, "Lucida Sans Unicode", serif;
}
 
h1 {
	text-align: center;
	text-transform: capitalize;
}

p.skip, p.skip a {display: none;}

p, li, dd {text-align: justify;}

#content {
  width: 100%;
  margin: 0;
  text-align: right;
  line-height: 1.5;
}

.posts {
  text-align: left;
}

.menu { display: none;}

.blogbody {
  padding: 20px;
  margin-bottom: 50px;
  position: relative;
  text-align: left;
}

h2 {
margin-bottom: 0;
}

h3 {
font-size: 120%;
	  text-decoration: underline;
		margin-top: 0;
}

h3.title a {
  margin: 0px;
  font-weight: bold;
text-decoration: underline;
}

.byline {
  text-align: center;
  width: 70%;
  margin-left: 15%;
  border-top: 2px solid silver;
  padding-top: 10px;
}

div.last {
  clear: both;
  text-align: right;
}
p.archives {display: none;}

img.left {float: left;}
img.right {float: right;}
img.left, img.right {margin: 5px;}

#side {display: none;}

.comments-body {
  border-bottom: 2px dotted #666;
  padding: 5px;
  margin-bottom: 5px;
}


/* formatting */

h4 {
  font-variant: small-caps;
  font-size: 120%;
  margin-top: 0;
}

.blogbody h4 {
  margin: auto;
}

.comments h4 {
  margin-top: 25px;
}

h5 {
  clear: left;
  text-align: left;
  padding-top: 10px;
}

blockquote {
  border-left: 2px dashed #666;
  padding: 0 5px;
}

a {
 text-decoration: none;
 color: #333;
}

p.gallery {
  text-align: center;
  line-height: 2;
}
p.gallery a {
  border: 0px;
}
p.gallery img, p.gallery a img {
  padding: 2px;
  border: 3px solid gray;
  margin: 5px;
}

em.caps {text-transform: uppercase;}

ins { text-decoration: underline;}

ol.alpha {list-style: lower-alpha inside; margin-top: -10px;}



body#books table {width: 100%; margin: 25px auto;}
body#books th {font-weight: bold; text-align: center;}
body#books th a, th a:visited {text-decoration: none; display: block; text-align: center; padding: 2px 0; background-color: transparent; border: dotted #666; border-width: 2px 0; color: #000; width: 90%;}
body#books th a:hover {border-style: solid;}
body#books td {padding-left: 15px;}

.comments-body form {display: none;}

form#contact label {  
  float: left; 
  clear: left;
  width: 5em;
  margin-bottom: 10px;
    }
form#contact input {
  float: left; 
  clear: right;
  width: 12em;
    }
form#contact input.submit {
  clear: both; 
  display: block; 
  color: #6B2121;
  margin: 20px 0 0 12em;
  background-color: #F6F6F6;
  float: none;
    }
form#contact input#mailsubject {font-weight: bold;}
form#contact br {clear: both;}
form textarea {
  overflow: auto;
  padding: 5px;
  }
form input, form textarea {
  padding-left: 2px;
  font-size: 100%;
  border: 1px solid silver; 
  font-family: Palatino, "Bitstream Vera Serif", Georgia, serif;
}

form input:focus, form textarea:focus {
  border-color: #6B2121;
}

