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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  font: inherit;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

body {
  background-color: #f2f2f2;
  background-image: url("../images/bg.png");
  background-position: left top;
  background-repeat: repeat;
  color: #333333;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  line-height: 18px;
}

blockquote, dl, ol, p, pre, table, ul {
  margin: 18px 0px;
}

blockquote {
  overflow: hidden;
  padding: 0px 18px;
  background-color: #e6e6e6;
}

dl.horizontal > dd, .archives > dd, .archives-records > dd {
  margin-left: 65px;
}
dl.horizontal > dd + dt, .archives > dd + dt, .archives-records > dd + dt {
  margin-top: 18px;
}
dl.horizontal > dd + dt + dd, .archives > dd + dt + dd, .archives-records > dd + dt + dd {
  margin-top: 18px;
}
dl.horizontal > dt, .archives > dt, .archives-records > dt {
  float: left;
  width: 50px;
}

h1, h2, h3, h4, h5, h6 {
  color: #262626;
  font-style: italic;
  font-weight: normal;
}

h1, h2 {
  line-height: 36px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

li {
  position: relative;
}
ol > li:before, ul > li:before {
  position: absolute;
  color: #99171c;
}
ol > li {
  left: 22px;
  margin-right: 22px;
  counter-increment: item;
}
ol > li:before {
  left: -22px;
  width: 17px;
  text-align: right;
  content: counter(item,decimal) ".";
}
ul > li {
  left: 12px;
  margin-right: 12px;
}
ul > li:before {
  left: -12px;
  content: "\2022";
}
ul.unstyled > li, #nav > li, #breadcrumbs > li {
  position: static;
  left: auto;
  margin-right: 0px;
}
ul.unstyled > li:before, #nav > li:before, #breadcrumbs > li:before {
  position: static;
  left: auto;
  content: none;
}

ol, ul {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
}
ol ol, ol ul, ul ol, ul ul {
  margin: 0px;
  margin-left: 20px;
}

ol {
  counter-reset: item;
}

p {
  text-align: justify;
}

pre {
  padding: 0px 3px;
  background-color: #272727;
  font-family: "Envy Code R", "Ubuntu Mono", monospace;
}

table {
  background-color: #e6e6e6;
  border-collapse: collapse;
}

td, th {
  padding: 9px;
}

td > :first-child {
  margin-top: 0px;
}
td > :last-child {
  margin-bottom: 0px;
}
tr:nth-child(2n) > td {
  background-color: #ebebeb;
}

th {
  background-color: #dedede;
  color: #cc171d;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #cc171d;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #99171c;
}

code {
  padding: 0px 3px;
  background-color: #dedede;
  color: #262626;
  font-family: "Envy Code R", "Ubuntu Mono", monospace;
  line-height: 17px;
  white-space: pre;
}
pre code {
  padding: 0px;
  background-color: transparent;
  color: #f8f8f2;
  line-height: 18px;
}
table code {
  background-color: #dedede;
}

em {
  font-style: italic;
}

img {
  vertical-align: bottom;
}
a > img {
  margin-bottom: -1px;
  padding: 5px;
  background-color: #dedede;
  border-bottom: 1px solid #f2f2f2;
}

strong {
  font-weight: bold;
}

sub, sup {
  font-size: 11px;
  line-height: 0px;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

#container {
  margin-top: 18px;
  width: 960px;
}

#sidebar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  padding: 0px 18px;
  width: 255px;
}

#title {
  margin-top: 18px;
}

#subtitle {
  line-height: 18px;
}

#nav {
  margin-top: 18px;
}

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 18px;
  width: 255px;
}

#breadcrumbs {
  position: fixed;
  top: 18px;
  left: 309px;
  margin: 0px;
  padding: 9px;
  width: 710px;
}

#content {
  margin: 18px 0px;
  margin-left: 309px;
  width: 728px;
}
#content > :first-child {
  margin-top: 0px;
}
#content > :last-child {
  margin-bottom: 0px;
}
#breadcrumbs + #content {
  margin-top: 72px;
}

.post-list > .post-title, .post-list > .post-meta {
  padding: 9px;
}
.post-list > .post-title {
  padding-bottom: 0px;
  line-height: 18px;
}
.post-list > .post-meta {
  padding-top: 0px;
}

.post-title, .post-meta {
  padding: 12px;
}

.post-title {
  padding-bottom: 0px;
  line-height: 30px;
}

.post-meta {
  margin-bottom: 18px;
  padding-top: 0px;
  line-height: 18px;
}

div.code {
  margin: 18px 0px;
}
div.code > div {
  overflow: auto;
  max-height: 486px;
}

.highlighttable {
  margin: 0px;
}

.linenodiv > pre, .highlight > pre {
  margin: 0px;
}

.archives {
  padding: 9px;
}

.archives-records {
  margin: 0px;
  padding: 0px;
}

#sidebar {
  background-color: #dedede;
  background-image: url("../images/sbg.png");
  background-position: left top;
  background-repeat: repeat;
  font-style: italic;
}

#title {
  font-family: "Ubuntu Mono", sans-serif;
  font-size: 36px;
}
#title > a {
  color: #262626;
  border-bottom-width: 0px;
}
#title > a:hover {
  color: #cc171d;
}

#subtitle {
  color: gray;
  font-size: 16px;
}

#nav {
  font-family: "Ubuntu Mono", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}
#nav > li > a {
  border-bottom-width: 0px;
}

#footer {
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

#breadcrumbs {
  background-color: #dedede;
  color: gray;
  font-family: "Ubuntu Mono", sans-serif;
  font-style: italic;
}
#breadcrumbs > li {
  float: left;
}
#breadcrumbs > li > a {
  border-bottom-width: 0px;
}
#breadcrumbs > li:after {
  padding: 0px 6px;
  color: #333333;
  font-style: normal;
  content: "\203A";
}
#breadcrumbs > li:last-child:after {
  padding: 0px;
  content: none;
}

.post-list > .post-title {
  font-size: 16px;
}
.post-list > .post-meta {
  font-size: 10px;
}
.post-list > .post-meta > a {
  color: #262626;
}
.post-list > .post-meta > a:hover {
  color: #cc171d;
}

.post-title, .post-meta {
  background-color: #e6e6e6;
}

.post-title {
  font-size: 24px;
}
.post-title > a {
  border-bottom-width: 0px;
}

.post-meta {
  color: gray;
  font-style: normal;
  text-transform: uppercase;
  word-spacing: 2px;
  font-size: 11px;
}
.post-meta > span {
  position: relative;
  top: -1px;
}

div.code > div {
  background-color: #272727;
}

.highlighttable {
  background-color: transparent;
}

.linenos {
  background-color: #dedede;
  color: #262626;
}

.linenodiv > pre, .highlight > pre {
  padding: 0px;
  background-color: transparent;
}

.archives {
  background-color: #e6e6e6;
  font-style: italic;
  text-transform: uppercase;
}

.archives-year {
  font-size: 18px;
}
.archives-year > a {
  color: #262626;
  border-bottom-width: 0px;
}
.archives-year > a:hover {
  color: #cc171d;
}

.archives-post-date {
  color: gray;
  font-size: 12px;
}

.archives-post-title {
  text-transform: none;
}
.archives-post-title > a {
  border-bottom-width: 0px;
}

.archives-post-tags {
  color: gray;
  font-style: normal;
  text-transform: uppercase;
  word-spacing: 2px;
  font-size: 10px;
}
.archives-post-tags > a {
  color: #262626;
}
.archives-post-tags > a:hover {
  color: #cc171d;
}
.archives-post-tags > span {
  position: relative;
  top: -1px;
}



.block_links * { background:transparent none repeat scroll 0 0 !important; border:medium none !important; clear:none !important; clip:rect(auto, auto, auto, auto) !important; font-size:100% !important; font-style:normal !important; font-variant:normal !important; font-weight:normal !important; height:auto !important; letter-spacing:normal !important; line-height:normal !important; margin:0 !important; overflow:visible !important; padding:0 !important; position:static !important; text-align:left !important; text-decoration:none !important; text-indent:0 !important; text-transform:none !important; vertical-align:baseline !important; visibility:visible !important; white-space:normal !important; width:auto; word-spacing:normal !important; z-index:auto !important; cursor: pointer!important; word-wrap: break-word!important; } .block_links li { display:list-item !important; list-style-image:none !important; list-style-position:outside !important; list-style-type:none !important; display: inline; } .block_links li DIV { padding:0.5em !important; } .block_links DIV, .block_links TABLE { padding: 5px !important; } .block_links { width: auto!important; font-family: Verdana!important; font-size: 11px!important; border: 1px solid #999999!important; background-color: #FFFFFF!important; padding:5px!important; position: relative!important; display:block!important; -webkit-border-radius:5px !important; -khtml-border-radius:5px !important; -moz-border-radius:5px !important; border-radius:5px !important; } .block_links_icnt, .block_links_icnt * { text-align: left!important; } .block_links_text, .block_links_text A, .block_links_text A:hover { color: #000000!important; font-size: 11px!important; text-decoration: none!important; } .block_links_url { color: #006600!important; font-size: 11px!important; text-decoration: none!important; } .block_links_header, .block_links_header A { color: #000066!important; font-size: 13px!important; font-weight: bold!important; text-decoration: underline!important; } .block_links_sign { color: #999999!important; font-size: 10px!important; text-align: left!important; text-decoration: none!important; } .block_links_clear { clear:both!important; } .block_links TABLE { width: 100%!important; border: 0px!important; }
