h1{
                                        border: 2px solid #333;
                                        border-radius:10px;
                                        
                                        background-image: url('po2.jpg')
                                        color: #fff;
                                                padding: 15px;
                                        text-align: center;
                                                }


body {
  background-color: #1d1f21;
  font-family: courier, monospace;
}

#meta {
  top: -.5em;
  position: fixed;
  height: 3.5em;
  float: center;
  text-align: center;
  width: 100%;
}

#tlogs {
  margin-top: 5em;
  width: 80%;
  
  
}

.entry {
  border: 1px dotted white;
  padding: .4em;
  margin-bottom:-4em;
 
}

.entry p.permalink {
  font-size: .6em;
  font-color: #808080;
  text-align: right;
}

.entry h5 {
  text-align: right;
  margin-top: .2em;
}

blockquote {
  background-color: black;
  color: #1d1f21;
  font-size: 90%;
  border: 1px dotted black;
  padding: 4px;
}

.docs {
  width: 70%;
  margin-top: 5em;
}

.feed ul{
  text-align: center;
}

.feed li {
  list-style-type: none;
}

.feed{
  float: right;
  position: fixed;
  top: 1em;
  right: 1em;
  font-size: 70%;
}

.feed h3 {
  text-align: center;
}
.para {
	color: #000000
}
