/*   
Theme Name: mswebby plain
Theme URI: http://mswebby.com
Description: Theme for the blog.
Author: Michael Weber 
Author URI: http://mswebby.com
Version: 1.0
.
General comments/License Statement if any.
.
*/
* {
  margin: 0;
  padding: 0;
}
body {
  background: rgb(0,0,0);
  font-size: 62.5%;
  font-family: Optima, Verdana, sans-serif;
}
div#main {
  width: 800px;
  margin: 0 auto 10px auto;
}
div#content {
  padding: 10px;
  background-color: rgb(255,255,255);
  -moz-border-radius: 10px 0 10px 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
a:link, a:visited {
  text-decoration: none;
  color: rgb(0,0,255);
}
a:hover, a:active {
  text-decoration: underline;
}
a img {
  background-color: transparent;
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}

/* Header */
div#header {
  position: relative;
  text-align: left;
  width: 100%;
  height: 40px;
}
span.header-title a {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2.8em;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: normal;
  padding: 1px;
}
div.menu {
  position: absolute;
  bottom: 0px;
  right: 0;
}
div.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.menu li {
  float: right;
  padding: 5px;
  margin: 3px 0 0 5px;
	background-color: rgb(255, 255, 255);
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom: 1px rgb(0, 0, 0) solid;
}
div.menu li.current_page_item {
  padding-bottom: 8px;
  margin-top: 0px;
  border-bottom: 1px rgb(255, 255, 255) solid;
}
div.menu li.hover_page_item {
  padding-bottom: 8px;
  margin-top: 0px;
  border-bottom: 1px rgb(0, 0, 0) solid;
}
div.menu li a {
  display: inline;
  padding: 5px;
  font-size: 1.3em;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
div.menu ul li ul {
  display: none;
}

/* Entries */
div.entry {
  position: relative;
  font-size: 1.4em;
  padding: 0 0 30px 0;
  text-align: justify;
}
div#page-navigation {
  width: 100%;
  text-align: center;
  font-size: 1.7em;
  text-transform: uppercase; 
}
p {
  margin: 1em 0;
}
div.entry-tab {
  position: absolute;
  top: 0;
  left: -76px;
  width: 55px;
  padding: 5px;
  text-align: center;
  background-color: rgb(255, 255, 235);
  border-right: 1px rgb(200, 200, 200) solid;
}
span.entry-month {
  display: block;
  font-size: 1.7em;
  font-weight: none;
  text-transform: uppercase;
}
span.entry-day {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 0.5;
  display: block;
}
span.entry-year {
  font-size: 1.4em;
  display: block;
}
span.entry-time {
  padding-top: 5px;
  display: block;
  font-size: 0.8em;
}
div.entry-comment-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.5em;
}
div.entry-comments {
  clear: both; 
}
