BODY	{ background: black;
         color: white;
         text-align: center;
         margin: 1;
         padding: 3px 3px; }

H1		{ text-align: center }

H2		{ text-align: center }
				
H3		{ text-align: center }

TABLE	{ width: 100% }

TD		{ vertical-align: top }

a img  { border-width: 0; }

A		{ text-decoration: none }

A:link	{ color: #0066FF;
          text-decoration: none; }
A:visited	{ color: blue;
		  text-decoration: none; }
A:hover { color: red;
          text-decoration: bold; }

ADDRESS { text-align: center;
		   font-size: xx-small;
		   font-style: italic }

.left  { padding: 1;
         width: 20%;
         vertical-align: top;
         text-align: left;
	 font-size: smaller;
         background: #CCCCCC;
         color: black; }

.right	{ padding: 1;
         width: 20%;
         align: right;
		  vertical-align: top;
         text-align: right;
         font-size: smaller;
         background: #CCCCCC;
         color: black; }

.mid   { padding: 5;
		  width: 60%;
		  vertical-align: top;
		  text-align: left;
		  background: white;
		  color: black; }

/* Header
----------------------------------------------- */
#header {
  width: 100%;
  margin:0 ;
  border: 0px solid #333;
  }

/* Content
----------------------------------------------- */
#main {
  width: 100%;
  padding: 10px;
  }
#sidebar {
  border: 1 1px 1px;
  }
#pics {
  width: 162px;
  padding: 10px;
  font: arial, helvetica;
  border-bottom:1px dotted #444;
  }

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:lowercase;
  letter-spacing:.2em;
  color:;
  }

/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 1.5em 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.picpost {
  margin:.5em 0 .5em;
  border-bottom: none;
  padding-bottom: 1em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.4em;
  color: ;
  }
.post-title a {
  text-decoration:none;
  color:blue;
  }
.post-title a:hover {
  color:#fff;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.2em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#333;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:lowercase;
  letter-spacing:.1em; }
.post-footer em {
  font-style:normal;
  color:#777;
  margin-right:.6em; }
.comment-link {
  margin-left:.6em; }
.post img {
  padding:4px;
  border:none; }
.post blockquote {
  margin:1em 20px; }
.post blockquote p {
  margin:.75em 0; }

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 0em;
  padding:0 0 1.5em;
  list-style:none; }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.4em; }
#sidebar p {
  color:#999;
  line-height:1.4em; }
