/* RESET ------------------------------------------------------------------- */
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; }
ol, ul                  { list-style:none; }
blockquote, q           { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

/* :focus                  { outline:0; } */
ins                     { text-decoration:none; }
del                     { text-decoration:line-through; }

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

/* BASE -------------------------------------------------------------------- */
body {
  background:#fff;
  color:#666;
  font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size:13px;
  line-height:20px;
}

a,
a:visited {
  color:#4573ac;
  text-decoration:none;
}

a:focus,
a:hover,
a:active {
  color:#4573ac;
  text-decoration:underline;
}

#header,
#main,
#footer {
  width:700px;
  margin:0 auto;
  background:#fff;
}

/* HEADER ------------------------------------------------------------------ */
#header {
  padding:20px 0 19px 0;
  margin:0 auto 20px auto;
  border-bottom:1px solid #eee;
}

#header h1 {
  
}

#header h1 a,
#header h1 a:visited,
#header h1 a:focus,
#header h1 a:hover,
#header h1 a:active {
  font-size:100px;
  line-height:100px;
  text-transform:uppercase;
  letter-spacing:-4px;
  color:#404040;
  text-decoration:none;
}

#header img {
  border:0;
  margin-top:20px;
}

#header a img {
  outline:0;
}

/* MAIN -------------------------------------------------------------------- */
#main {
  overflow:auto;
}

/* SIDEBAR ----------------------------------------------------------------- */
#sidebar {
  width:158px;
  float:right;
  margin-left:21px;
  padding:20px 0 20px 20px;
  font-size:12px;
  line-height:21px;
}

#sidebar h3 {
  font-size:13px;
  font-weight:bold;
  line-height:21px;
  margin:15px 0 5px 0;
  color:#000;
}

#search {
  margin-bottom:21px;
}

#search input {
  background:#fff url("/images/input-bg.png") repeat-x;
  border-style:solid;
  border-width:1px;
  border-color:#777 #a8a8a8 #ccc;
  padding:4px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:13px;
  color:#000;
  width:148px;
  -webkit-border-bottom-left-radius:3px 3px;
  -webkit-border-bottom-right-radius:3px 3px;
  -webkit-border-top-left-radius:3px 3px;
  -webkit-border-top-right-radius:3px 3px;
}

/* MAIN -------------------------------------------------------------------- */
#content {
  width:500px;
  float:left;
}

/* POSTS ------------------------------------------------------------------- */
.post {
  margin-bottom:19px;
  border-bottom:1px solid #eee;
}

.post h2 {
  font-size:18px;
  line-height:20px;
  margin:20px 0;
  font-weight:bold;
}

.post h2 a,
.post h2 a:visited,
.post h2 a:focus,
.post h2 a:hover,
.post h2 a:active {
  color:#222;
  text-decoration:none;
}

.post h3.permalink {
  color:#999;
  font-weight:normal;
  font-size:13px;
  line-height:20px;
  margin-bottom:20px;
}

.post .body p {
  margin-bottom:20px;
}

.post .body b,
.post .body strong {
  color:#d82424;
}

.post .body p {
  margin-bottom:20px;
}

.post .body blockquote {
  margin:20px;
  font-family:Georgia, Times, serif;
  color:#666;
  font-style:italic;
}

.post .body code {
  font-size:12px;
  line-height:20px;
  font-family:Monaco, 'Courier New', Courier, monospace;
  color:#000;
  background:#f2f2f2;
}

.post .body pre code {
  display:block;
  padding:20px;
  margin:20px 0;
  font-size:12px;
  line-height:20px;
  font-family:Monaco, 'Courier New', Courier, monospace;
  color:#000;
  background:#f2f2f2;
  overflow:auto;
}

.post .body ul {
  margin:20px 0;
}

.post .body ul li {
  list-style-type:square;
  margin-left:20px;
}

.post .meta {
  margin-bottom:20px;
  color:#666;
}

.post .body h3,
.post .body h3,
.post .body h5,
.post .body h6 {
  font-size:13px;
  font-weight:bold;
  line-height:20px;
  margin:20px 0;
  color:#000;
}


/* COMMENTS ---------------------------------------------------------------- */
#comments {
  
}

#comments h3 {
  font-size:18px;
  line-height:20px;
  margin:20px 0;
}

.comment {
  border-bottom:1px solid #eee;
  margin-bottom:19px;
}

.comment h4 {
  font-weight:bold;
  color:#000;
  font-size:13px;
  line-height:20px;
}

.comment h5 {
  font-weight:normal;
  color:#666;
  font-size:13px;
  line-height:20px;
}

.comment .body {
  margin:20px 0;
}

.field {
  margin-bottom:20px;
}

.text_field {
  
}

label {
  display:block;
  font-size:13px;
  line-height:20px;
}

.text_field input {
  background:#fff url("/images/input-bg.png") repeat-x;
  border-style:solid;
  border-width:1px;
  border-color:#777 #a8a8a8 #ccc;
  padding:4px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:13px;
  color:#000;
  -webkit-border-bottom-left-radius:3px 3px;
  -webkit-border-bottom-right-radius:3px 3px;
  -webkit-border-top-left-radius:3px 3px;
  -webkit-border-top-right-radius:3px 3px;
}

.fieldWithErrors input {
  background:#fcc;
}

.text_area {
  
}

.text_area textarea {
  background:#fff url("/images/input-bg.png") repeat-x;
  border-style:solid;
  border-width:1px;
  border-color:#777 #a8a8a8 #ccc;
  padding:4px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:13px;
  color:#000;
  -webkit-border-bottom-left-radius:3px 3px;
  -webkit-border-bottom-right-radius:3px 3px;
  -webkit-border-top-left-radius:3px 3px;
  -webkit-border-top-right-radius:3px 3px;
}

.fieldWithErrors textarea {
  background:#fcc;
}

.select_box {
  
}

.select_box select {
  
}

#comment_form_pane {
  
}

#comment_preview_pane_html {
  background:#fdd;
}

#comment_preview_pane_html .comment {
  padding:20px 20px 0 20px;
}

/* PAGE -------------------------------------------------------------------- */
#page {
  margin-bottom:20px;
}

#page h2 {
  color:#000;
  font-size:18px;
  line-height:20px;
  margin:20px 0;
}

#page p {
  margin-bottom:20px;
}

#page p.description {
  border-bottom:1px solid #eee;
  padding-bottom:19px;
}

/* ARCHIVE ----------------------------------------------------------------- */
ol.archive {
  
}

ol.archive li h2 {
  margin:20px 0;
}

ol.archive li ol {
  margin-left:20px;
}

/* CATEGORIES -------------------------------------------------------------- */
.category {
  border-bottom:1px solid #eee;
}

/* FOOTER ------------------------------------------------------------------ */
#footer {
  margin:20px auto;
  font-size:13px;
  line-height:20px;
  color:#888;
}
