body {
  margin-top: 15px;
  color: rgb(40,40,40);
}

div#header h2 {
  background-image: url(../images/icons/mono/papercheck32.png);
  background-position: left;
  background-repeat:no-repeat;
  padding-left: 38px;
  color: rgb(40,40,40);
}

div#header h1 {
  font-size:2em;
}

a.nounderline {
  text-decoration:none;
  color:black;
}
textarea {
  height: 100px;
}
div.input label {
  width: 200px;
  display:block;
}
div.input input, div.input select {
  margin-left: 30px;
}
div.datetime select {
  margin-left:0px;
}
div.disabled {
  display:inline;
  float:none;
  clear:none;
  color:gray;
}
div#footer {
  margin-top:20px;
}
hr#footer_hr {
  margin-top:25px;
}
div#footer ul li {
  list-style-type:none;
  float:left;
  padding-left:15px;
}


.entry_image {
  float:left;
  padding-right:10px;
}
.entry {
  border: 1px solid rgb(200,200,200);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  clear:both;
}
.entry_noborder {
  border: 0px solid transparent;
  padding-top:0px;
  margin-top:-5px;
}
.entry_date {
  float:right;
}
.entry_title {
  float:left;
}
.entry_content {
  clear:both;
}

table p {
  margin:0px;
}
