* {
     margin: 0;
     padding: 0;
}

html {
     margin: ;
     padding: ;
     background: ;
}

body {
     font-family: Helvetica Neue, Arial, sans-serif;
     text-align: center;
     font-size: small;
     color: #333;
     margin: ;
     padding: ;
     background: ;
}

#wrapper {
     width: 72em;
     margin: 0 auto;
     background: ;
     max-width: 100%;
     padding: 0;
     text-align: left;
     line-height: 1.4em;
     margin-top: -2em;
}

h1 a img {
     border: 0;
     margin: 1em;
     margin-bottom: 2em;
}

#content {
     position: ;
     float: left;
     padding: 0 1em;
     width: 42em;
     min-height: 20em;
     max-width: 66%;
     margin: ;
     background: ;
     text-align: ;
}

p {
     margin-bottom: .5em;
     clear: both;
}

.post small {
     text-transform: uppercase;
}

#sidebar {
     position: ;
     float: left;
     width: 28em;
     max-width: 30%;
     margin: ;
     padding-left: 2em;
     border-left: 1px solid #ccc;
     background: ;
     text-align: ;
}

#sidebar p {
     line-height: 1.2em;
}

#sidebar ul.catlist li, #sidebar ul.pages li, #sidebar ul li ul {
     display: inline;
}

#footer {
     clear: both;
     padding: 2em;
}

#sidebar ul {
     list-style-type: none;
}

#nav-top {
     padding: .5em;
     border: 1px solid #ccc;
     background: #F6FAFD;
     clear: both;
     text-align: center;
     list-style-type: none;
     margin-bottom: 2em;
     margin-left: 1em;
     margin-right: 1em;
}

#nav-top li, #nav-bottom li, #footer li {
     margin: 0;
     padding: 0;
     display: inline;
}

#nav-top li a {
     padding: 0 1em;
     text-decoration: none;
     border-left: 1px dotted #ccc;
     color: #369;
     margin-top: 1em;
     text-transform: uppercase;
     font-weight: 400;
     font-size: 180%;
     letter-spacing: -0.05em;
}

#nav-top img, #nav-top li:first-child a, #nav-bottom li:first-child a {
     border: 0;
}

div.post {
     margin-bottom: 1em;
}

h2 {
     margin-top: 1em;
     text-transform: uppercase;
     font-weight: 400;
     font-size: 180%;
     letter-spacing: -0.05em;
     color: #69c;
     margin-bottom: .5em;
     line-height: 1em;
}

div.post h2 {
     margin-bottom: .1em;
}

#sidebar h2 {
     border-bottom: 1px solid #69c;
     padding-bottom: .1em;
     font-size: 150%;
     margin-bottom: .3em;
}

#sidebar h3 {
     color: #69c;
}

#sidebar .date {
     font-weight: 400;
     font-size: small;
}

#sidebar ul.pages li a {
     text-transform: uppercase;
     font-size: 150%;
     margin-bottom: .3em;
     letter-spacing: -0.05em;
}

a, h2 a, h3 a {
     color: #69c;
     text-decoration: none;
}

a:hover, #nav-top li a:hover, #sidebar ul.pages li.current_page_item a {
     color: #F93;
}

#content ul, #content ol {
     margin-left: 2em;
     margin-bottom: .5em;
}

#content ul {
     list-style: square outside;
}

textarea {
     width: 95%;
}

* self-clearing floats */#nav-top ul:after, #wrapper:after, #footer:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

pre, blockquote {
     margin: 1em;
     border-left: 1px solid #69c;
     padding: 1em;
}

