@media screen { /* should hide from Netscape 4 */

* { font-family: "fixedsys", "monaco", "vga", "fixed", monospace; font-size: 100%; font-weight: normal; font-style: normal; }

/*
.blogtitle {  margin-top: 0; margin-bottom: 0;  padding: 2px; font-weight: normal;
}
*/

h1.blogtitle {
  margin: 0 0 2px 0;
  padding: 0px;
  width: 205px;
  height: 61px;
  background-image: url(blogtitle.png);
  background-attach: top left;
  background-repeat: no-repeat;
}

h1.blogtitle span {
  display: none;
}

.menu {
 padding: 2px 2px 2px 2px;
 margin-bottom: .5em;
}

h2.menuTitle {
	margin: 0;
	padding: 0;
}

ul.tweetlist li {
	padding-bottom: 1ex;
}

ul.menuItemList {
  list-style: none;
  text-indent: 0;
  padding: 2px;
  margin: 0;
  border-style: solid;
  border-width: 2px;
}

.menuitem {
/* font-size: smaller; */
   margin: 0;
   padding: 0;
}

.menuitem a {
	/* this width=100% is for MSIE only */
	width: 100%;
	padding: 2px;
}

/* hide this from MSIE */
html>body ul.menuItemList li.menuitem a {
        width: auto;
	display: block;
}

.date	{ margin-bottom: 1em; }
.posts	{
margin: 1.5em 0.5em 1em 0.5em; 
padding: 0.5em;
 border-top-style: double;
 border-top-width: 5px;
 border-bottom-style: solid;
 border-bottom-width: 2px;
 border-left-style: solid;
 border-left-width: 2px;
 border-right-style: solid;
 border-right-width: 2px;
}

.posts a:link, .itemTitle a:link { text-decoration: none; }
.posts a:visited, .itemTitle a:visited { text-decoration: none; }

.posts img.extra {
   float: right;
}

.itemBody { margin: 0.25em; clear: left; }

.itemTitle { padding: .25em 0.5em .25em 0.5em; margin: 0 0 0 1em; font-weight: normal;
             float: left; clear: left;  }

/* hide this from MSIE */
html>body .itemTitle {
	margin-left: 2em;
}		 

.byline { float: left; padding: 0 0.5em 0 0.5em; margin: 0 0 0.5em 0; }

/* top-level container to hold the sidebar and main panels.
   this is here to keep them separate from the ads */
#container {
  position: relative;
  /* appears to be neccessary in MSIE */
  height: 100%;
  margin-top: 34px;
}

#sidebar {
   position: absolute;
   left: 0;
   top: 0;
   width: 210px;
 }

#main { 
    position: absolute;
    top: 0;
    left: 214px;
   }

.quotes {
  background-color: black;
  background-image:  url(bracket.png);
  background-attach: top left;
  background-repeat: repeat-y;
  color: #c0c0c0;
  padding-left: 9px;
}

.quotes cite {
  float: right;
}

.quotes cite:before {
  content: "--- ";
}

.code {
}

.menu a, .archiveLinks { text-decoration: none }

.searchBox, .searchButton {
display: block;
width: 100%;
}

.searchButton {
}

.postDivider { display: none; }

}

form.searchForm { margin: 0; padding: 0 }

}

.delete-comment-icon {
   height: 9px;
   width: 8px;
   background-image: url(sad.gif);
   background-repeat: no-repeat;
}

}
