html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.2;
  width: 990px;
  margin: 0 auto;
  color: #555;
  background: white;
  font-family: sans-serif;
  font-size: 16px;
}

a {
  color: #3b3951;
}

a img {
  border: none;
}

p {
  padding-bottom: 16px;
}

ol, ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



#flash {
  background: #fef774;
  color: black;
  padding: 1em;
  text-align: center;
}


#header {
  margin-top: 3em;
  overflow: auto;
  padding: 20px;
  border: 1px solid #666;
  border-bottom: none;
  background: #fafafa;
}

#header h1 {
  font-size: 36px;
}

#header a {
  text-decoration: none;
}



#navigation {
  margin-bottom: 3em;
  border: 1px solid #666;
  overflow: auto;
  background: #fafafa;
}

#navigation li {
  float: left;
  border-right: 1px solid #666;
}

#navigation a {
  float: left;
  text-decoration: none;
  padding: 5px 20px;
}




#content {
  float: left;
  width: 700px;
}

#content ul {
  padding-bottom: 1.3em;
}

#content li {
  padding-left: 1.3em;
  background: url('/images/bullet.png') 4px top no-repeat;
}

#content blockquote {
  padding: 1.3em;
  padding-top: 0;
}




#sidebar {
  float: right;
  width: 210px;
  border: 1px solid #ccc;
  padding: 20px;
}

#sidebar #twitter > span {
  font-weight: bold;
}

#sidebar #twitter li a {
  display: block;
  font-size: 75%;
}

#sidebar > div {
  padding-bottom: 2.6em;
}

#sidebar #twitter li {
  padding: 0.65em 0;
  border-top: 1px solid #ccc;
}

#sidebar h4 {
  border-bottom: 1px solid #ccc;
}



#footer {
  clear: both;
  position: relative;
  top: 2.6em;
  padding: 1.3em 0;
  text-align: center;
  border-top: 1px solid #ccc;
}






/************
Post
***********/
#content .post {
  margin-bottom: 5.2em;
}

#content .post .title {
  font-size: 26px;
  border-bottom: 1px solid #666;
  padding-bottom: 3px;
  margin-bottom: 6px;
}

#content .post .title a {
  text-decoration: none;
}

#content .post img {
  max-width: 100%;
}

#content .post code {
  padding: 1.3em;
  padding-top: 0;
  margin-bottom: 1.3em;
  display: block;
  background: #666;
  color: #eee;
  white-space: pre;
  overflow: auto;
}

#content .post h3 {
  font-size: 16px;
  font-weight: bold;
}

#content .post .meta {
  border-top: 1px solid #eee;
  padding-top: 0.65em;
}
