@import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Droid+Serif);
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
@font-face {
  font-family: 'Consolas';
  src: url('../data/Consolas.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 14pt;
  background-color: #eeeeee;
  color: #222222;
  font-family: "Droid Sans", sans-serif;
}
pre {
  white-space: pre-wrap;
}
a {
  color: #7a0001;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
code {
  padding: 0 3px;
  background-color: #eee;
  border: 1px solid #dedede;
  border-radius: 3px;
  font-family: 'Consolas', monospace;
}
ol {
  margin: 18px 0 18px 50px;
  list-style: upper-roman;
  line-height: 20px;
}
ol li {
  margin: 6px 0 0 0;
}
br {
  border: 1px solid #ddd;
  margin-left: -10px;
}
#home {
  margin: 0 10px 0 10px;
}
#header {
  max-width: 75%;
  min-width: 640px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#header .title {
  font-size: 300%;
  font-family: "Share Tech Mono";
  font-weight: bold;
}
#header .title a,
#header .title a:hover,
#header .title a:visited {
  color: #7a0001;
}
#navigation {
  position: fixed;
  top: 149px;
  right: 0px;
  margin-top: 10px;
  width: 24px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  font-size: 12pt;
  transition: all 0.5s;
}
#navigation:hover {
  width: 120px;
}
#navigation ul {
  padding-left: 24px;
  box-shadow: 20px 3px 10px -5px #555555, 20px -1px 10px -5px #555555;
  -mox-box-shadow: 20px 3px 10px -5px #555555, 20px -1px 10px -5px #555555;
}
#navigation li {
  background-color: #fefefe;
  color: #458e97;
  padding: 10px;
}
#navigation li:hover {
  background-color: #dedede;
}
.rotate {
  border-top: solid 6px #7a0001;
  background-color: #fefefe;
  height: 19px;
  width: 80px;
  padding: 3px 8px;
  position: absolute;
  left: -40px;
  top: 33px;
  box-shadow: 0px -4px 10px -6px #222222;
  -mox-box-shadow: 0px -4px 10px -6px #222222;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.spacer {
  height: 60px;
  margin: 0 0 -60px 0;
  background: transparent;
}
#content-container {
  max-width: 60%;
  min-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
#content {
  max-width: 60%;
  min-width: 640px;
  position: absolute;
  padding: 20px 15px;
}
#content.ng-enter,
#content.ng-leave {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
#content.ng-enter {
  opacity: 0;
  margin-top: 25px;
}
#content.ng-leave.ng-leave-active {
  opacity: 0;
}
#content.ng-leave,
#content.ng-enter.ng-enter-active {
  opacity: 1;
  margin-top: 0;
}
#content h1 {
  font-size: 230%;
  font-weight: bold;
  color: #458e97;
  margin-bottom: 20px;
}
#content h2 {
  font-size: 200%;
  font-weight: bold;
  color: #458e97;
  margin: 20px 0 10px -10px;
  padding: 0 0 0 10px;
  border-bottom: 2px solid #bbb;
}
#content h3 {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: -10px;
  padding-left: 10px;
  border-bottom: 2px solid #bbb;
}
#content .meta {
  color: #cb7f09;
}
#content p {
  font-size: 105%;
  line-height: 26px;
  margin-top: 20px;
}
.posts li {
  border-left: solid 6px #7a0001;
  padding: 20px;
  margin-top: 15px;
  background-color: #fefefe;
  box-shadow: 0px 0px 10px -5px #222222;
  -moz-box-shadow: 0px 0px 10px -5px #222222;
}
.posts li:hover {
  background-color: #dedede;
}
.post_link {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #7a0001;
}
.post_excerpt {
  margin-left: 115px;
  margin-top: 10px;
  text-align: justify;
  display: block;
}
.post_categories {
  font-size: small;
  float: right;
  color: #458e97;
}
.hide {
  display: none;
}
.article {
  background-color: #fefefe;
  padding: 10px;
  border-left: solid 6px #7a0001;
  box-shadow: 0px 0px 10px -5px #222222;
  -moz-box-shadow: 0px 0px 10px -5px #222222;
}
.article ul {
  margin: 18px 0 18px 50px;
  list-style: disc;
  line-height: 20px;
}
.article ul li {
  margin: 6px 0 0 0;
}
.expandable {
  border-left: 6px solid #7a0001;
  background-color: #fefefe;
  height: 29px;
  overflow: hidden;
  padding: 10px;
  margin-top: 20px;
  box-shadow: 0px 0px 10px -5px #222222;
  -moz-box-shadow: 0px 0px 10px -5px #222222;
}
.expandable h2 {
  font-size: 200%;
  font-weight: bold;
  color: #458e97;
  margin: -3px 0 10px -10px !important;
  padding: 0 0 0 10px;
  border-bottom: 2px solid #bbb;
}
#footer_container {
  background-color: #dddddd;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 22px;
  font-size: 90%;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
#footer_container .contact {
  float: right;
  margin-right: 20px;
}
#footer_container a {
  text-decoration: none;
  color: #458e97;
}
#disqus_thread {
  margin-top: 25px;
  padding: 25px 15% 0 15%;
  border-top: solid 3px #7a0001;
}
.warning {
  background-color: #ffc66d;
  margin: 5px 5px 5px -10px;
  padding: 10px;
  border-top: 3px solid #ddb55c;
  border-bottom: 3px solid #ddb55c;
  border-right: 3px solid #ddb55c;
}
.warning code {
  background-color: #ddb55c;
  padding: 0 3px;
  border: 1px solid #cca44b;
  border-radius: 3px;
  font-family: 'Ubuntu Mono', monospace;
}
blockquote {
  background-color: #a3bbc1;
  margin: 10px -10px;
  padding: 10px;
  border-top: 3px solid #92aab0;
  border-bottom: 3px solid #92aab0;
  height: 13px;
  overflow: hidden;
}
blockquote code {
  background-color: #92aab0;
  padding: 0 3px;
  border: 1px solid #8199af;
  border-radius: 3px;
  font-family: 'Ubuntu Mono', monospace;
}
blockquote h4 {
  font-weight: bold;
  font-size: 110%;
}
.cite {
  margin: 0 20px;
  padding: 10px 20px;
  height: auto !important;
  overflow: auto;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0);
}
/*@import "syntax_dark.less";*/
.highlight {
  background-color: #272822 !important;
  margin: 25px 20px 25px 20px;
  padding: 10px;
}
.highlight code {
  background-color: #272822 !important;
  color: #f8f8f2;
  font-family: "Consolas", monospace;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.highlight .hll {
  background-color: #49483e;
}
/*.highlight  { background: #272822; color: #f8f8f2 }*/
.highlight pre {
  background: transparent;
  color: #f8f8f2;
}
.highlight .c {
  color: #75715e;
}
/* Comment */
.highlight .err {
  color: #960050;
  background-color: #1e0010;
}
/* Error */
.highlight .k {
  color: #66d9ef;
}
/* Keyword */
.highlight .l {
  color: #ae81ff;
}
/* Literal */
.highlight .n {
  color: #f8f8f2;
}
/* Name */
.highlight .o {
  color: #f92672;
}
/* Operator */
.highlight .p {
  color: #f8f8f2;
}
/* Punctuation */
.highlight .cm {
  color: #75715e;
}
/* Comment.Multiline */
.highlight .cp {
  color: #75715e;
}
/* Comment.Preproc */
.highlight .c1 {
  color: #75715e;
}
/* Comment.Single */
.highlight .cs {
  color: #75715e;
}
/* Comment.Special */
.highlight .ge {
  font-style: italic;
}
/* Generic.Emph */
.highlight .gs {
  font-weight: bold;
}
/* Generic.Strong */
.highlight .kc {
  color: #66d9ef;
}
/* Keyword.Constant */
.highlight .kd {
  color: #66d9ef;
}
/* Keyword.Declaration */
.highlight .kn {
  color: #f92672;
}
/* Keyword.Namespace */
.highlight .kp {
  color: #66d9ef;
}
/* Keyword.Pseudo */
.highlight .kr {
  color: #66d9ef;
}
/* Keyword.Reserved */
.highlight .kt {
  color: #66d9ef;
}
/* Keyword.Type */
.highlight .ld {
  color: #e6db74;
}
/* Literal.Date */
.highlight .m {
  color: #ae81ff;
}
/* Literal.Number */
.highlight .s {
  color: #e6db74;
}
/* Literal.String */
.highlight .na {
  color: #a6e22e;
}
/* Name.Attribute */
.highlight .nb {
  color: #f8f8f2;
}
/* Name.Builtin */
.highlight .nc {
  color: #a6e22e;
}
/* Name.Class */
.highlight .no {
  color: #66d9ef;
}
/* Name.Constant */
.highlight .nd {
  color: #a6e22e;
}
/* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
}
/* Name.Entity */
.highlight .ne {
  color: #a6e22e;
}
/* Name.Exception */
.highlight .nf {
  color: #a6e22e;
}
/* Name.Function */
.highlight .nl {
  color: #f8f8f2;
}
/* Name.Label */
.highlight .nn {
  color: #f8f8f2;
}
/* Name.Namespace */
.highlight .nx {
  color: #a6e22e;
}
/* Name.Other */
.highlight .py {
  color: #f8f8f2;
}
/* Name.Property */
.highlight .nt {
  color: #f92672;
}
/* Name.Tag */
.highlight .nv {
  color: #f8f8f2;
}
/* Name.Variable */
.highlight .ow {
  color: #f92672;
}
/* Operator.Word */
.highlight .w {
  color: #f8f8f2;
}
/* Text.Whitespace */
.highlight .mf {
  color: #ae81ff;
}
/* Literal.Number.Float */
.highlight .mh {
  color: #ae81ff;
}
/* Literal.Number.Hex */
.highlight .mi {
  color: #ae81ff;
}
/* Literal.Number.Integer */
.highlight .mo {
  color: #ae81ff;
}
/* Literal.Number.Oct */
.highlight .sb {
  color: #e6db74;
}
/* Literal.String.Backtick */
.highlight .sc {
  color: #e6db74;
}
/* Literal.String.Char */
.highlight .sd {
  color: #e6db74;
}
/* Literal.String.Doc */
.highlight .s2 {
  color: #e6db74;
}
/* Literal.String.Double */
.highlight .se {
  color: #ae81ff;
}
/* Literal.String.Escape */
.highlight .sh {
  color: #e6db74;
}
/* Literal.String.Heredoc */
.highlight .si {
  color: #e6db74;
}
/* Literal.String.Interpol */
.highlight .sx {
  color: #e6db74;
}
/* Literal.String.Other */
.highlight .sr {
  color: #e6db74;
}
/* Literal.String.Regex */
.highlight .s1 {
  color: #e6db74;
}
/* Literal.String.Single */
.highlight .ss {
  color: #e6db74;
}
/* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
}
/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #f8f8f2;
}
/* Name.Variable.Class */
.highlight .vg {
  color: #f8f8f2;
}
/* Name.Variable.Global */
.highlight .vi {
  color: #f8f8f2;
}
/* Name.Variable.Instance */
.highlight .il {
  color: #ae81ff;
}
/* Literal.Number.Integer.Long */
