pre { overflow: auto; }

a.titular {
  color: white;
}

a.hackergotchi {
  float: right; 
  padding: 0; 
  background-repeat: no-repeat; 
  background-position: top right; 
}

p.permalink {
 text-align: right;
 clear: right;
 padding-left: 0.5em;
 padding-right: 0.5em;
 margin: 0;
 border-top: thin dashed white;
 background-color: #333333;
}

a.permalink {
    font-family: sans-serif;
    color: white;
    float: left;
}

h3.entrytitle {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  -moz-border-radius: 0%;
  border-bottom: thin dashed white;
  width: 100%;
}

div.entry {
  border: thin solid white;
  padding: 0;
  margin-bottom: 1em;
  clear: both;
}

div.content {
  margin: 0;
  clear: left;
  padding-left: 0.5em;
}

h2.dateheader {
  text-align: right;
  margin:0.5em;
  background-color: black;
}
.XMLSyndicationButton, .syndicate {
    background: #ff6600;
    color: white !important;
    border-left:   1px solid #ff9a57;
    border-top:    1px solid #ffc8a4;
    border-right:  1px solid #7d3302;
    border-bottom: 1px solid #3f1a01;
    padding: 0px 0.5em 0px 0.5em;
    font-family: lucida, helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
}
.XMLSyndicationButton:hover, .syndicate:hover { background: #ff9900; }

.right { float: right; }
.left { float: left; }
