ul.pagination { list-style-type: none;  }
ul.pagination li { display: inline; border: solid 2px #ccc; margin-right: 2px; margin-left: 2px; background-color: #444  }
ul.pagination li span { margin: 5px; color: #eee; }
ul.pagination li.active { cursor: pointer; cursor: hand; }
ul.pagination li.current { background-color: #eee; }
ul.pagination li.current span { color: #444;  }

table.list_table { background-color: #aaa; }
table.list_table th, table.list_table td { padding: 4px; background-color: #444; }
table.list_table th { font-size: 14px; }

div.blog_post { border-bottom: dashed 1px #aaa }
div.blog_post h2 { font-size: 15px; margin-top: 10px; margin-bottom: 5px; }
div.blog_post small.tstamp { font-size: 10px; margin-bottom: 5px; margin-top: 0px;  } 
div.blog_post small.tags { font-size: 10px; margin-bottom: 5px; margin-top: 0px;  } 
div.blog_post div.blog_post_body { clear: both; margin-top: 0px; margin-bottom: 5px; }







