/**
 * Generic tag defaults
 **/

body {
  font-family: georgia, "times new roman", times, serif;
  font-weight: normal;
  font-size  : 10pt;
  color     : #333333;
  background: #FFFFFF;
  margin: 0px 0px 20px 0px;
  border-top: 4px double #DDDDDD;
}

a         { color: #003366; text-decoration: none; }
a:link    { color: #003366; }
a:visited { color: #003366; }
a:active  { color: #999999; }
a:hover   { color: #999999; }
a.name    { color: #333333; }

h1, h2, h3, h4 {
  font-weight: bold;
  padding: 0px;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; }

h1, h2, h3, h4, p, pre {
  margin-left  : 0px;
  margin-right : 0px;
  margin-top   : 0px;
  margin-bottom: 1em;
}

pre, tt, code {
  font-family: courier, monospace;
  font-weight: normal;
}
pre     { font-size: 80%; }
tt,code { font-size: 90%; }

blockquote {
  margin-left  : 25px;
  margin-right : 25px;
  margin-top   : 1em;
  margin-bottom: 1em;
}

address { font-size: 75%; }

/**
 * Generic classes
 **/

.footnote { font-size: 75%; }

/**
 * Document Sections
 **/

/* Page banner */

#banner              { padding: 15px; }
#banner a            { color: #333333; }
#banner .description { font-size: 80%; }

/* Navigation */

#nav {
  font-family: verdana, arial, sans-serif;
  font-size  : 8pt;
  padding     : 10px;
  border-right:  1px solid #DDDDDD;
  width: 180px;
  color: #666666;
}

#nav .nav-title {
  text-transform: uppercase;
  color: #333333;
  letter-spacing: .1em;
  padding      : 2px;
  border-bottom: 1px solid #DDDDDD;
}

#nav .nav-data {
  font-weight: normal;
  line-height: 140%;
  padding      :  2px;
  margin-bottom: 15px;
}

#nav .fine-print {
  font-family: "times new roman", times, serif;
  font-size  : 8pt;
  padding   :  2px;
  margin-top: 15px;
}

/* Main content area */

#main-content {
  position     : absolute;
  width        : 74%;
  margin-right :  20px;
  margin-left  : 200px;
  margin-bottom:  20px;
  border-left  :   1px solid #DDDDDD;
  border-top   :   1px solid #DDDDDD;
  padding      :  15px;
}

/**
 * Blog
 **/

#main-content .blog-date {
  font-size  : 12pt;
  font-weight: bold;
  border-bottom:  1px solid #999;
  margin-bottom: 10px;
}

#main-content .blog-body {
  font-size  : 10pt;
  line-height: 175%;
  margin-bottom: 25px;
}

#main-content .blog-body pre {
  line-height: 125%;
}

#main-content .title {
  font-size  : 11pt;
  font-weight: normal;
  color: #666666;
}

#main-content .extended {}

#main-content .posted {
  font-family: verdana, arial, sans-serif; 
  font-size  : 8pt; 
  color: #000000;
}

#blog-powered {
  font-family: "times new roman", times, serif;
  letter-spacing: .2em;
  text-transform: uppercase; 
}

#blog-menu {
  text-align: center;
  margin-bottom: 15px;
}

#blog-search-caption {
  font-family: "times new roman", times, serif;
  font-size  : 8pt;
}

#blog-calendar {
  font-size  : 8pt;
  font-weight: normal;
  line-height: 150%;
  padding      :  2px;
  margin-bottom: 15px;
}

#blog-calendar td { color: #BBB; }

#blog-calendar .header {
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}

#banner-commentspop {
  font-family: verdana, arial, sans-serif;
  font-size  : 14pt;
  font-weight: bold;
  color     : #FFFFFF;
  background: #333333;
  border-left   :  1px solid #FFFFFF;
  border-right  :  1px solid #FFFFFF;
  border-top    :  1px solid #FFFFFF;
  padding-left  : 15px;
  padding-right : 15px;
  padding-top   :  5px;
  padding-bottom:  5px;
}

.blog {
  margin-right : 10px;
  margin-left  : 10px;
  margin-bottom: 10px;
  margin-top   : 10px;
}

.comments-head {
  font-size  : 10pt; 
  font-weight: bold;
  border-bottom:  1px solid #999;
  margin-top   : 20px;
}

.comments-body {
  font-size  : 10pt;
  font-weight: normal;
  line-height: 140%;
  padding-bottom: 10px;
  padding-top   : 10px;
  border-bottom :  1px dotted #999;
}

.trackback-url {
  font-size  : 10pt;
  font-weight: normal;
  line-height: 140%;
  color: #666666;
  padding: 5px;
  border: 1px solid #999;
}

.trackback-body {
  font-size  : 10pt;
  font-weight: normal;
  line-height: 140%;
  color: #666666;
  padding-bottom: 10px;
  padding-top   : 10px;
  border-bottom :  1px solid #999;
}

.trackback-post {
  font-family: verdana, arial, sans-serif;
  font-size  : 8pt;
  font-weight: normal;
  color: #666666;
}
