#postnavigation {
  height: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: White;
}
#monthList, .commentForm {
  padding: 0px;
  margin: 0px;
}
#monthList .year {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
#monthList li ul li {
  list-style-type: none;
  margin-left: 20px;
}
#monthList .open, #blogroll ul li ul li a, #tagcloud a.small { font-size: 10px; }
#blogroll {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#blogroll ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}
#blogroll ul li {
  list-style-type: none;
  margin: 0 0 5px 0;
}
#blogroll ul li ul li {
  padding-left: 20px;
  list-style-type: none;
  line-height: 1.1em;
}
#blogroll ul li a img {
  border: none;
  margin-right: 5px;
}
.xoxo {
  margin: 0;
  padding: 0;
}
ul.recentPosts li { padding-bottom: 2px; }
ul.recentPosts li a, ul.recentComments li a.postTitle, .searchresult a { font-weight: bold; }
ul.recentPosts li span {
  display: block;
  text-indent: 10px;
  text-transform: none;
}
ul.recentComments li {
  padding-bottom: 5px;
  text-transform: none;
}
#tagcloud { margin-bottom: 5px; }
#tagcloud li {
  display: inline;
  border-bottom: none;
}
#tagcloud a {
  margin-right: 3px;
  display: inline;
  padding: 3px 1px 3px 1px;
  text-decoration: none;
}
#tagcloud li a:hover {
  background-color: #2c2b33;
  color: #909980;
  text-decoration: none;
}
#tagcloud a.biggest { font-size: 16px; }
#tagcloud a.big { font-size: 14px; }
#tagcloud a.medium { font-size: 12px; }
#tagcloud a.smallest { font-size: 8px; }
#calendarContainer {
  text-transform: capitalize;
  margin: 0 auto;
  font-weight: bold;
}
.calendar {
  border: none;
  margin: 0 auto;
  font-size: 12px;
  width: 180px;
}
.calendar .other .weekend {
  color: white;
  font-weight: normal;
}
.weekend { color: #ff8a00; }
.other { color: #777777; }
.calendar a.exist {
  display: block;
  font-weight: normal;
  color: #909980;
  text-decoration: none;
  border-color: #909980;
}
.calendar td { vertical-align: top; }
.content {
  float: left;
  margin-right: 4%;
  width: 69%;
}
.content .postheader {
  text-decoration: none;
  color: #0066cc;
}
.content .descr {
  color: #cc6600;
  margin-bottom: 6px;
}
.content li {
  list-style: URL(../blog/Indigo/img/li.gif);
  margin-left: 18px;
}
.postcontent, #ctl00_cphBody_divText {
  font-size: 1.2em;
  padding-bottom: 1.2em;
}
.postcontent p, #ctl00_cphBody_divText p {
  font-size: inherit;
  padding-bottom: 1.2em;
}
.postfooter {
  padding: 2px 3px 3px 8px;
  border: 1px solid #909980;
  font-size: .9em;
  color: white;
}
.postfooter img { border: none; }
#searchbox input {
  padding: 1px;
  font-size: 12px;
}
#searchfield { width: 127px; }
#searchbutton {
  margin-left: 1px;
  padding: 0px;
  font-size: 12px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
  background-color: #909980;
  color: white;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  width: 48px;
  cursor: pointer;
}
#searchcomments {
  margin-top: 5px;
  margin-right: 3px;
  font-size: 8px;
}
#relatedPosts a {
  display: block;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 12px;
}
.comment {
  margin-left: 2px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}
.comment .head { border-bottom: dotted 1px white; }
.comment .self { border-bottom: dotted 1px #909980; }
.comment .author {
  float: left;
  margin: 0;
  margin-left: 3px;
  text-align: left;
  padding-top: 3px;
}
.comment .author a {
  text-decoration: none;
  font-weight: bold;
}
.comment .date {
  text-align: right;
  margin: 0;
  padding-top: 5px;
}
.comment .gravatar {
  clear: both;
  float: left;
  margin: 0px;
  margin-top: 8px;
}
.comment .gravatar img {
  height: 80px;
  width: 80px;
}
.comment .content {
  min-height: 80px;
  margin-left: 8px;
  margin-top: 8px;
  font-size: 10px;
}
.bbcode { float: right; }
.bbcode a {
  margin-left: 1px;
  padding: 1px 6px 1px 6px;
  background: #909980;
  border: 1px solid white;
  text-decoration: none;
}
.gravatarmsg {
  margin: 0px;
  margin-left: 80px;
}
.commentForm label {
  float: left;
  display: block;
  width: 80px;
}
.commentForm input { width: 345px; }
.commentForm textarea {
  width: 100%;
  height: 150px;
}
#commentMenu {
  padding: 0;
  margin: 0;
  clear: both;
}
#commentMenu li {
  float: left;
  border: 1px solid white;
  margin: 0;
  list-style: none;
  margin-right: 5px;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
  position: relative;
  top: 1px;
  background-color: #909980;
}
#commentMenu li.selected {
  background-color: #909980;
  border: 1px solid white;
}
#commentCompose {
  border: solid 1px white;
  clear: both;
  padding: 5px;
}
#commentCompose textarea {
  background-color: #909980;
  color: White;
  border-style: none;
}
#commentPreview {
  border: solid 1px white;
  display: none;
  clear: both;
  padding: 5px;
}
#archive p { font-size: 1.2em; }
#archive img {
  border: none;
  padding-right: 5px;
}
#archive h2 {
  font-size: 1.2em;
  margin-bottom: 4px;
}
#archive span {
  display: block;
  margin-bottom: 3px;
  font-size: 1.1em;
}
#archive span a { margin-left: 4px; }
.rating p {
  display: inline;
  position: relative;
  top: 14px;
  left: 55px;
}
.star-rating {
  position: relative;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.star-rating li { display: inline; }
.star-rating a {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
}
.star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  z-index: 1;
  background-position: left center;
  margin: 0px;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus { background-position: left bottom; }
.star-rating a.one-star {
  width: 20%;
  z-index: 6;
}
.star-rating a.two-stars {
  width: 40%;
  z-index: 5;
}
.star-rating a.three-stars {
  width: 60%;
  z-index: 4;
}
.star-rating a.four-stars {
  width: 80%;
  z-index: 3;
}
.star-rating a.five-stars {
  width: 100%;
  z-index: 2;
}
.small-star {
  width: 50px;
  height: 10px;
  background-image: URL(/_images/stars.png);
  line-height: 10px;
  background-color: Transparent;
}
.small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
  background-image: URL(/_images/stars.png);
  line-height: 10px;
  height: 10px;
  background-color: Transparent;
}
#contact { padding: 10px; }
#contact h1 { margin-top: 0; }
#contact label {
  display: block;
  padding-top: 5px;
}
#contact input.field { width: 200px; }
#contact textarea {
  display: block;
  overflow: auto;
  width: 75%;
  height: 150px;
  margin: 0;
}
.csharpcode {
  font-size: small;
  color: black;
  font-family: Consolas, "Courier New", Courier, Monospace;
  background-color: white;
}
.csharpcode pre {
  font-size: small;
  color: black;
  font-family: Consolas, "Courier New", Courier, Monospace;
  background-color: white;
  margin: 0em;
}
.csharpcode .rem, .code .rem { color: green; }
.csharpcode .kwrd, .code .kwrd, .code .preproc { color: blue; }
.csharpcode .str, .code .str { color: #006080; }
.csharpcode .op, .code .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp, .code .asp { background-color: yellow; }
.csharpcode .html, .code .html { color: maroon; }
.csharpcode .attr, .code .attr { color: red; }
.csharpcode .alt {
  background-color: #f4f4f4;
  width: 100%;
  margin: 0em;
}
.csharpcode .lnum, .code .lnum { color: #606060; }
.searchresult { margin-bottom: 20px; }
.searchresult span.text {
  clear: both;
  display: block;
  margin: 3px 0;
}
.searchresult span.type { display: block; }
.searchresult span.url { color: Gray; }
.searchpage ul.paging {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}
.searchpage ul.paging li {
  display: inline;
  border: 1px solid gray;
  background: #f1f1f1;
  margin-right: 5px;
}
.searchpage ul.paging li a { padding: 5px 8px; }
.searchpage ul.paging li.active {
  background: #f1f1f1;
  border: 1px solid black;
}
.code {
  font-size: 12px;
  color: black;
  font-family: Consolas, "Courier New", Courier, Monospace;
  background-color: #f1f1f1;
  line-height: normal;
}
.code p { padding: 5px; }
.code .alt { background-color: #f4f4f4; }
div.post .postcontent a[rel] {
  padding-right: 11px;
  background-repeat: no-repeat;
  background-position: right center;
}
div.post .postcontent a[rel="me"] { background-image: URL('../pics/xfn/me.gif'); }
div.post .postcontent a[rel~="contact"], div.post .postcontent a[rel~="acquaintance"], div.post .postcontent a[rel~="friend"] { background-image: URL('../pics/xfn/contact.gif'); }
div.post .postcontent a[rel~="contact"][rel~="met"], div.post .postcontent a[rel~="acquaintance"][rel~="met"], div.post .postcontent a[rel~="friend"][rel~="met"] { background-image: URL('../pics/xfn/contactMet.gif'); }
div.post .postcontent a[rel~="colleague"], div.post .postcontent a[rel~="co-worker"] { background-image: URL('../pics/xfn/colleague.gif'); }
div.post .postcontent a[rel~="colleague"][rel~="met"], div.post .postcontent a[rel~="co-worker"][rel~="met"] { background-image: URL('../pics/xfn/colleagueMet.gif'); }
div.post .postcontent a[rel~="muse"], div.post .postcontent a[rel~="crush"], div.post .postcontent a[rel~="date"], a[rel~="sweetheart"] { background-image: URL('../pics/xfn/sweet.gif'); }
div.post .postcontent a[rel~="muse"][rel~="met"], div.post .postcontent a[rel~="crush"][rel~="met"], div.post .postcontent a[rel~="date"][rel~="met"], div.post .postcontent a[rel~="sweetheart"][rel~="met"] { background-image: URL('../pics/xfn/sweetMet.gif'); }
