body {
  line-height: 1.5;
  font-family: 'Lucida Sans', 'Bitstream Vera Sans', 'Nimbus Sans L', Arial, helvetica, sans-serif;
  color:#000;
  background: none;
  font-size: 10pt;
}

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
  color: #000;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.left, .up, .accesslinks, .quote, .edit, .pages, .post-edit-link,
#comments, .commentlist, .commform
{display: none;}
h2 a:link:after, h2 a:visited:after {font-size: .5em; font-weight: 400;}
a.more-link:link:after, a.more-link:visited:after,
.meta a:link:after, .meta a:visited:after
{content: '';}
.date {margin: 0;}
.meta {margin: 0 0 1.5em;}

h1 { margin: 0 0 .2em; text-align: center; font: 3em/1.5em Georgia, "Times New Roman", Times, serif;}
h1 a:link, h1 a:visited { color: #000; text-decoration: none;}
h1 a:link:after, h1 a:visited:after {content: '';}

.wrap {width: 600px; margin: 2em auto;}
.wrap h2 { margin: 1em 0 .3em;border-bottom: 1px dotted #333;}
.item a:link, .item a:visited { text-decoration: none;}
h3 { margin: 0;}

.foot {margin: 2em 0 0;}
.bottom { width: 30%; float: left; margin: .6em 0 0; font-size: .8em;}
.thanks { width: 30%; float: left; margin: 0 1em 0 0; padding: .5em 0; font: .8em/1.5em Georgia, "Times New Roman", Times, serif; text-align: center; border: 1px solid #aaa;}

.clear {clear: both;}
/* Layout
-------------------------------------------------------------- */

.container {
  background: none;
}

hr { 
	width:100%;
	height:0px;
	margin: .5em 0 1em;
	padding:0;
	border: 0;
	border-bottom: 1px dotted #333;
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Text
-------------------------------------------------------------- */

a img { border:none; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }



/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

