h3 {
  text-align: left;
  font-weight:bold;
  margin-bottom: 10px;
  margin-top:.6em;
  letter-spacing: 2px;
font-size: 120%;
  }

h2 {
  text-align: left;
  font-weight:bold;
  margin-bottom: 10px;
  margin-top:.6em;
  letter-spacing: 2px;
font-size: 110%;
  }

.hentry {
    border-bottom:thin solid darkgray;
    margin-bottom: 10px;
    font-size:100%;
    width: 95%;
}

.entry-title h3 {
  text-align: left;
  font-weight:normal;
  margin-bottom: 10px;
  margin-top:.6em;
  letter-spacing: 2px;
  }


.entry-title a {
  text-align: left;
  font-weight:normal;
  margin-bottom: 10px;
  margin-top:.6em;
  font-size:140%;
  text-decoration: none;
  letter-spacing: 1px;
}

.entry-title a:hover {
  color: maroon;
  }

#entry-content {	
  font-size:90%;
  line-height: 140%;
}

h4.tags   {
    display:none; 
}

.post-info {
  font-size:90%;
}

.post-info ul {
    margin:0;
    padding:0;
    list-style:none;
    }
    
.post-info li {
    display:inline;
    margin:0;
    padding:0;
    color:gray;
    }  
    
.post-info a {
    text-decoration: none;
    }      
.post-info a:visited {
    text-decoration: none;
    }  
.post-info a:hover {
    color:maroon;
    }  

abbr.published {
  color:grey;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  display:inline;    
}

span.published {
  color:grey;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  display:inline;    
}

span.taglabel{
        font-size:90%;
}

.tags ul {
    margin:0;
    padding:0;
    list-style:none;
        font-size:80%;
    }
    
.tags li {
    display:inline;
    margin:0;
    padding:0;
    font-size:90%;
    color:gray;
    }  
    
.tag a {
    text-decoration: none;
    }      

address.vcard  {
  margin-top: 0px;
  margin-bottom: 0px;
  display:none;  
  }
  
address.comment  {
    display:inline; 
  margin-top: 0px;
  margin-bottom: 0px;
   font-style:normal;
  font-size:100%;
  font-weight:bold;
     
}  
    
    
h4.comments   {
margin:0;
}

ol.comments {
margin-top:-10px;
}

pre,
code  {
    font-family: consolas, courier, monospace;
    /*background-color: cornsilk;*/
    width: 80%;
    font-size: 80%;
     margin-left: 20px;
font-color:maroon;
}

