/*
   Main CSS for burblechaz.com
*/

body { 
  background-color: #c0cee0;
 }

h1 { 
  color: #606080;
  background-color: transparent;
 }

p.pseudo-comment { 
  color: #801010; /* Light Grey */
  background-color: transparent;
 }

div.rightpanel {
  float: right;
}

.inline_thumbnail { 
  font-size: 8pt;
  color: #404040;
  margin-bottom: 10px;
}

.geekery { 
  font-size: 8pt;
 }

div.entry { 
  padding-left: 50px;
  margin-right: 250px;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-bottom: 30px;
 }

.entry-subtitle { 
  padding-left: 25px;
}

.entry-text { 
  padding-left: 20px;
}

.entry_links {
  float: right;
  /*margin-left: 100px;  */
  clear: right;
}

.archive_links {
  float: right
  
 }

h5.entry-comment { 
  font-size: 12pt;
  font-style: italic;
}

h5.section-heading { 
  font-size: 12pt;
  font-weight: bold;
}

