* {
/*    margin: 0;
    padding: 0;
*/
}

body {
    background: #f6f6f6;
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

a {
    color: #0066ff;
    text-decoration: none;
}

a:hover {
    color: #ff6600;
    text-decoration: underline;
}

img {
    border: none;
}

div.img {
    margin: 0px 10px 0px 2px;
    border: none;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}

div.img img {
    display: inline;
    border: none;
    margin: 0px;
}

div.desc {
    text-align: center;
    font-size: 94%;
    padding: 2px;
}

input, textarea {
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    margin-top: 6px;
}

input:focus, textarea:focus {
    background: #f2f2f2;
}

h2 {
    font-size: 18pt;
    margin-top: 0.86em;
    margin-bottom: 0.86em;
}

h3 {
    font-size: 18px;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h2, h3 {
    font-family: Georgia;
    font-weight: normal;
}

h4 {
    font-family: Serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.286em;
    margin-top: 1.285em;
    margin-bottom: 1.286em;
}

hr {
    width: 226px;
    background: #b7ddf2;
    height: 2px;
    border: none;
    margin-bottom: 6px;
}

fieldset {
    border: solid 2px #b7ddf2;
    background: #f9fcff;
    padding: 10px;
}

legend {
    font-weight: bold;
    background: #b7ddf2;
    padding: 2px 6px;
    margin-left: 5px;
}

p {
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#wrapper {
    min-width: 780px;
    max-width: 1260px;
    margin: 10px auto;
}

#wrapper #inside {
    margin: 10px 10px 0px 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#invalid {
    text-align: center;
    font-weight: bold;
    color: red;
    margin-top: 15px;
}

#main {
    padding-left: 230px;
}

#header {
    text-align: center;
    margin-bottom: 20px;
    border: solid 2px #b7ddf2;
    background: #f9fcff;
}

#left_sidebar {
    width: 190px;
    float: left;
    padding-left: 15px;
    border: solid 2px #b7ddf2;
    background: #f9fcff;
}

#footer {
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
}

#entry_form, #comment_form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.auth {
    display: none;
}

.comment_datetime {
    font-size: 90%;
}

.datetime, .comment_datetime {
    font-style: italic;
}


.entry {
    margin-bottom: 20px;
    padding: 0px 10px 10px 10px;
    border: solid 2px #b7ddf2;
    background: #f9fcff;
}

.datetime {
    margin-bottom: 10px;
}

.tags {
    margin-top: 6px;
}

.comment p {
    margin: 0px 0px 1.5em 0px;
}

.comment {
    margin-top: 20px;
    padding: 5px 10px 5px 10px;
    background: white;
    border: solid 1px #b7ddf2;
}

.comment_author {
    font-weight: bold;
    margin-bottom: 6px;
}

.label {
    font-weight: bold;
}

.required {
    color: red;
    padding-left: 4px;
    padding-right: 4px;
}

.sidebar_p ul {
    margin: 0px 0px 1.5em 0px;
    padding: 0px;
    list-style-type: none;
}

.sidebar_p li {
    margin-left: 10px;
    line-height: 1.5em;
}

pre {
    white-space:pre-wrap;
}

.image {
    border: 1px dotted gray;
    margin-top: 0.5em;
    padding: 0;
}

.image th {
    background-color: #9fffe5;
}

table.image td, table.image th
{ 
  padding: 0;
  
}

table.image
{
  border-collapse: collapse;
}

.sharebuttons
{ 
  list-style-type: none;
  padding: 0;
  margin: 10px 0 10px 0;
  height: 25px;
}

.sharebuttons li
{ 
  padding: 0;
  margin: 0;
  float: left;
  margin: 0 5px;
}
