body,
html,
input,
textarea
{
  font: small 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

/* content styling */

.content a
{
  font-weight: bold;
}

.content em
{
  font-style: normal;
  background-color: #ffecd5;
  color: #111;
}

.content .left
{
  float: left;
  margin: 5px 5px 1px 0;
}
.content .right
{
  float: right;
  margin: 5px 0 1px 5px;
}

.content .img
{
  position: relative;
}
.content .img img
{
  display: block;
  margin: 0;
  padding: 0;
}

.content .quote
{
  position: relative;
  width: 170px;
  padding: 10px;
  background-color: #bbb;
  color: #fff;
}
.content .quote p
{
  margin: 0 0 .5em 0;
  font-size: 110%;
}
.content .quote div
{
  font-style: italic;
  font-size: 80%;
  text-align: right;
}

.content table
{
  margin: 1em 0;
  border-collapse: collapse;
  border-left: 1px solid #d6d6d8;
  border-right: 1px solid #d6d6d8;
  border-bottom: 1px solid #d6d6d8;
  empty-cells: show;
  font-size: 90%;
  color: #111;
}
.content table th,
.content table td
{
  padding: 1px 4px;
  border-top: 1px solid #d6d6d8;
  border-left: 1px dotted #d6d6d8;
  border-right: 1px dotted #d6d6d8;
  vertical-align: top;
  text-align: left;
}
.content table th
{
  color: #555;
  background-color: #eff3fb;
}
.content table .amount
{
  text-align: right;
  white-space: nowrap;
}
.content table tr.total th,
.content table tr.total td
{
  font-weight: bold;
  border-top: 1px solid #666;
}

.content ul,
.content ol
{
  margin: 1em auto;
  padding: 0;
}
.content ul
{
  list-style-type: disc;
  list-style-position: inside; 
  list-style-image: url(images/bullet.gif);
}
.content ol
{
  list-style-type: decimal;
  list-style-position: inside; 
}
.content li
{
  margin: 0;
  padding: 0;
}
.content div.item h2.title
{
  margin: 0;
}
.content div.item h2.title a
{
  font-weight: normal;
  color: #111;
}
.content p.meta
{
  margin: .5em 0;
  font-size: 80%;
}
.content p.meta,
.content p.meta a
{
  color: #999;
  font-weight: normal;
}
.content div.item div.body
{
  margin: 1em 0;
}

#sidebar h3 a
{
  color: #333;
}

.content p.read_more a
{
  padding-right: 18px;
  background: url(images/read_more.gif) 100% 60% no-repeat;
  font-weight: bold;
  color: #000;
}

.content pre,
.content code,
.content tt
{
  font-family: "Andale Mono", monospace;
  font-size: 12px;
}
.content pre,
content. pre code
{
  font-size: 10px;
  line-height: 12px;
}
.content pre
{
  overflow: auto;
  outline: 1px solid #f4f4f6;
}

.content .sidenote
{
  color: #aaa;
}

/* hr fix */

hr
{
  margin: 1.5em 0 1em 0;
  height: 1px;
  background-color: #eee;
  border: none;
}

/* float clearer */

.clear
{
  clear: both;
  height: 0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* error page */

#error 
{
  background-color: #eee;
}
#error div
{
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 28em;
  height: 10em;
  margin: -7em 0 0 -16em;
  padding: 2em;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
}
#error h1
{
  margin: 0;
}
#error a,
#error a:visited
{
  color: #00c;
}

/* help popup */

#popup
{
  padding: 8px;
  font-size: 11px;
}
#popup h1
{
  font-size: 16px;
}
#popup h2
{
  margin: 1.5em 0 1em 0;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  font-weight: bold;
}
#popup code
{
  color: #339;
  font-size: 11px;
  font-weight: bold;
}
#popup .example,
#popup .content
{
  padding: 8px;
  border: 1px solid #ccc;
}
#popup .example
{
  background-color: #fffff0;
}
#popup .content
{
  background-color: #f6f6ff;
}
#popup .content h2
{
  margin: 0 0 8px 0;
  border: none;
  font-size: 14px;
}
#popup .content p,
#popup .content table,
#popup .content blockquote
{
  margin-top: 0;
  margin-bottom: 0;
}
#popup .content span.caption
{
  font-size: 9px;
}
