/*
http://www.alistapart.com/articles/settingtypeontheweb
*/
* {
 margin: 0;
 padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
  background: white;
  color: black;
  font-size: 12px;
  line-height: 18px;
  /*background: #fff url('/wp-content/themes/mwh/images/gridbg.gif');*/
}
p, pre {
 margin-bottom: 18px;
}
pre {
 margin-left: 2em;
}
#header {
 background: #8ad;
 margin-top: 0;
 margin-bottom: 18px;
}

#header > h1 {
 margin: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 line-height: 36px;
}

#header > h1 > a {
 text-decoration: none;
}

#content {
 width: 660px;
 float: left;
 margin-left: 15px;
 margin-right: 15px;
}

#sidebar {
 width: 270px;
 display: inline;
 float: left;
}

#footer {
 clear: both;
}

#sidebar > ul {
 padding-left: 0;
}

#sidebar > ul > li {
 list-style-type: none;
 border: 1px solid #708CB6;
 margin-bottom: 16px;
}

#sidebar > ul > li > h2 {
 font-size: 14px;
 line-height: 18px;
 background: #708CB6;
 color: white;
 margin-top: 0;
 font-family: Arial, Helvetica, sans-serif;
}
#sidebar > ul > li > ul {
 padding-left: 1.5em;
}
.post {
 border: 2px solid #ccf;
 margin-bottom: 14px;
 padding: 0 18px;
}

.post > h2, .post > h3 {
 background: #ccf;
 color: #668;
 margin-top: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 18px;
 margin-bottom: 16px;
 margin-left: -18px;
 margin-right: -18px;
}

.post > h2 > a, .post > h3 > a {
 color: #668;
 background: inherit;
 text-decoration: none;
}

a:link, a:visited {
 color: #006;
}

a:hover {
 color: #44d;
}

small {
 font-size: 9px;
 line-height: 18px;
}
.post .date {
 font-size: 10px;
 line-height: 18px;
 color: #333;
 background: inherit;
}
.post .date:before {
 content: "Posted on ";
}

.postmetadata {
 color: #333;
 text-align: right;
}
input[type="submit"] {
 margin-top: 6px;
 margin-bottom: 7px;
}
h2 {
 line-height: 18px;
 font-size: 16px;
}
#sidebar dt {
 width: 90px;
 float: left;
 clear: left;
}
#sidebar dl {
 clear: both;
 width: 270px;
 display: block;
}
#sidebar dd {
 display: block;
 width: 170px;
 margin-left: 90px;
}

