body {
  margin: 0px 0px 20px 0px;
  background:#f5f8fc;    
}

a         { color: #d62;    text-decoration: none; }
a:link    { color: #d62;    text-decoration: none; }
a:visited { color: #d62; text-decoration: none; }
a:active  { color: #a30; }
a:hover   { color: #a30; }

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

#content {
  float: left;
  width: 75%;
}
  
#entryList {
  padding: 0px 20px 20px 20px;
} 

.entry {
  font-family: verdana, arial, sans-serif;
  color: #ccc;
  font-size: small;
  font-weight: normal;
  line-height: 15pt;    
  border: 1px solid #666;     
  padding: 0 1em 1em 1em;
}

.entry p {
  margin: 1em 0 1em 0;
  text-indent: 2em;
}

.entry p:last-child {
    margin-bottom: 0;
}

.entry .label {
  color: #666;
}

.entry .date { 
  font-family:verdana, arial, sans-serif; 
  font-size: smaller; 
  color: #999; 
  margin: 0;
  float: left;
}     

/* entry titles and permalinks */

h1.title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-large;
  color: #ccc; 
  font-weight: bold;
  margin-top: 15px;
}

h1.title a, h1.title a:link, h1.title a:visited {
  color: #bbb; 
  text-decoration: none;
}

h1.title a:hover {
  color: #ddd;
}

/* sidebar */

#sidebar {
  position: absolute;
  left: 75%;
  margin-top: 8px;
  width: 25%;
  background-color: #fff;
}

#sidebar .section {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-left: #666 solid 1px;
}

#sidebar .section h1 {
  color: #777;
  font-family: Helvetica, Arial, sans-serif;
  font-size: large;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  
  padding-top: 5px;
  padding-left: 13px;
  padding-right: 8px;
  border-top: #666 solid 1px;
  border-bottom: #666 solid 1px;
  
  height: 22px;
  vertical-align: middle;
}

#sidebar .section .content {
  font-family: verdana, arial, sans-serif;
  font-size: small;
  font-weight: normal;
  margin-left: 0px;
  padding: 4px 8px 4px 8px;

}

#sidebar .section .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar .section .content ul li {
  padding: 4px 0 4px 0;
}

#sidebar .section .content ul li a {
  color: #ccc;
  font-weight: bold;
}

#sidebar .section .content ul li a:hover {
  color: #d62;
}

#sidebar .section .content ul li ul {
  margin-left: 1em;
}

#sidebar .section .content ul li ul li {
  padding: 2px 0 2px 0;
}

#sidebar .section .content ul li ul li a {
  font-weight: normal;
  color: #99d;
}

#sidebar .section .content ul li ul li a:hover {
  color: #b4b4dd; 
}


#sidebar .section .content ul li ul li a:visited {
  color: #b4b4dd; 
}


#sidebar #navigation #previous {
  text-align: left;
}

#sidebar #navigation #previous a {
  font-weight: bold;
}


#sidebar #navigation #home {
  text-align: center;
}


#sidebar #navigation #next {
  text-align: right;
}

#sidebar #navigation #next a {
  font-weight: bold;
}

#search {
  width: 100px;
}


#searchForm {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}

#sidebottom {
  border-top: #666 solid 1px;
  padding: 0px;
  margin: 0px;
}

/* mtcodebeautifier styles */
.linecomment { color: #FF8000; }
.blockcomment { color: #FF8000; }
.prepro { color: #0000BB; }
.select {}
.quote { color: #DD0000; }
.category1 { color: #328275; }
.category2 { color: #007700; }
.category3 { color: #bb0000; }

pre {
  font-family: monaco, monospace;
  font-size: 9pt;
  line-height: normal;
}
