body
{
  font:   12px/1.2 Verdana, Arial, Helvetica, sans-serif;
  background:#ddd;
  padding:0px;
  margin:0px;
}

#content
{
  margin-right:10%;
  margin-left:10%;
  margin-top:5%;
  padding-bottom:10px;
  background:#fff;
  border:1px solid #000;
  text-align:left;
  min-width:500px;
}

#content .content_list
{
  padding:0px 0px 0px 20px;
  overflow: hidden;
  line-height: 180%;
/*border: 1px solid black;*/
}

#content .entry
{
  margin-top:0px;
  margin-bottom:10px;
  line-height: 180%;
/*border: 1px solid black;*/
}

#content > form
{
  padding:0px 20px 0px 20px;
}

#content .comments
{ 
  padding:0px 20px 0px 20px;
  line-height: 200%;
}

#content .comment
{
  padding-bottom: 12px;
  line-height: 180%;
}

#content .trackbacks
{
  padding:0px 20px 0px 20px;
}

#content .trackback_url
{
  padding-top: 12px;
  padding-bottom: 12px;
}

#content .trackback
{ 
  padding-bottom: 12px;
}

a
{
  text-decoration:none;
  font-weight:bold;
  color:#c00;
}

a.linkredorange
{
  text-decoration:none;
  font-weight:bold;
  color:#f60;
}

a.linkorange
{
  text-decoration:none;
  font-weight:bold;
  color:#f90;
}

a.linkyellow
{
  text-decoration:none;
  font-weight:bold;
  color:#fc0;
}

h2
{
  margin-left: -10px;
  font-size:16px;
  padding-top:0px;
  margin-bottom: 10px;
/*border: 1px solid black;*/
}

#header a,h2 a,h3 a {
  color: black;
}

p,h1
{
  margin-top:0px;
  margin-bottom:10px;padding:0px 20px 0px 20px;
}


p.posted
{
  color: #999;
  font-size: 90%;
  margin-top: 10px;
  padding: 0 0 12px 0;
  text-align: right;
}

pre
{
  padding: 5px;
  border: 1px solid #EBD4C8;
  background-color: #FCF7F4;
}

.menus {
  border-left:1px solid #000; 
  border-bottom:1px solid #000;
  border-top:1px solid #000;
  border-right:10px solid #000;
  background:#fff;
  color:#000;
  padding:10px;
  margin-bottom:10px;
  text-align:left;
  font-size:10px;
}

#sidebar
{
  width:220px;
  padding:0px;
  margin-left:20px;
  margin-right:-3px;
  float:right;
/*
IE5x PC mis-implements the box model. Because of that we sometimes have
to perform a little CSS trickery to get pixel-perfect display across browsers.
The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
parsing bug in IE5x PC that will prematurly close a style rule when it runs
into the string "\"}\"". After that string appears in a rule, then, we can override
previously set attribute values and only browsers without the parse bug will
recognize the new values. So any of the name-value pairs above this comment
that we need to override for browsers with correct box-model implementations
will be listed below.

We use the voice-family property because it is likely to be used very infrequently,
and where it is used it will be set on the body tag. So the second voice-family value 
of "inherit" will override out bogus "\"}\"" value and allow the proper value to
cascade down from the body tag.

The style rule immediately following this rule offers another chance for CSS2
aware browsers to pick up the values meant for correct box-model implementations.
It uses a CSS2 selector that will be ignored by IE5x PC.

Read more at http://www.glish.com/css/hacks.asp
*/
  voice-family: "\"}\"";
  voice-family: inherit;
}

html>body #sidebar {
  margin-right:-6px;
}

#sidebar ul
{
  margin: 4px 0 20px 0;
  padding-left: 10px;
  list-style: none;
}

#sidebar li
{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 .5em 0;
}

#sidebar h3
{
  border-bottom: 1px solid #ddd;  
}

#sidebar h3 a:hover
{
  color: #000;
}

#sidebar .div_hide
{
  display: none;
}

#footer
{
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 90%;
  color: #666;
}

#footer p 
{
  color: #999;
  margin: 0;
  padding: 8px 20px;
  text-align: center;
}

#header {
  font-size:18px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  border-right:10px solid #000;
  border-left:10px solid #000;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:-6px;
  margin-left:-6px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  width:100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
  voice-family: "\"}\"";
  voice-family: inherit;
  width:auto;
}

#sidebar .calendar_days a {
}

#calendar
{
  margin: 10px 10px 0px 0px;
}

#calendar p
{
  text-align: center;
  margin: 0px;
}

#calendar p .current
{
  font-weight: bold;
}

#calendar table
{
  margin: 0px auto;
  width: 95%;
  table-layout: fixed;
  border-collapse: collapse;
}

#calendar th, #calendar td
{
  text-align: center;
  width: 14.3%;
  margin: 0px;
  padding: 2px;
}

#calendar td
{
  color: #888;
}

#calendar a
{
  color:#f60;
}

#calendar table a
{
  font-weight: bold;
  border-bottom: dotted 1px #888;
}

