/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Begin custom CSS */
html, body {
  background-color: white;
}
body {
  margin-left: auto;
  padding-left: 200px;
  margin-right: auto;
  width: 760px;

  /*margin-top: 8px;
  width: 960px;
  min-height: 120px;
  padding: 8px 16px;
  padding-left: 32px;
*/
}
body, p, article, section, p a {
  font-family: "museo-sans-1", "museo-sans-2", "Museo Sans", "Arial", sans-serif;
  font-size: 16px;
}
article a {
  color: #131;
  text-decoration: underline;
}
article a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: "tandelle-1", "tandelle-2", Impact, Arial, sans-serif;
  text-transform: lowercase;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #262;
  -webkit-transition: text-shadow 50ms linear;
  transition: text-shadow 50ms linear;
}

h1 a, h2 a, h3 a, h4 a {
  color: #262;
}
h1 {
  font-size: 60px;
  padding: 0;
  text-align: center;
  margin: 16px 0px 16px 0px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
h2 {
  font-size: 40px;
  position: relative;
  width: 200px;
  left: -200px;
  top: 20px;
  text-align: right;
  height: 0px;
}
section {
  min-height: 50px;
  border-left: 2px solid #8a8;
  padding-left: 8px;
  padding-top: 10px;
  text-align: left;
  width: 740px;
  float: right;
  margin-bottom: 20px;
}
article section hgroup h3 {
  margin-bottom: 0;
  border-left: 8px solid #8a8;
  padding-left: 4px;
  display: block;
}
article section hgroup h4 {
  display: block;
  position: relative;
  margin-top: -10px;
  z-index: 50;
  margin-left: 48px;
  font-size: 25px;
  color: #797;
}
#home {
  position: relative;
  width: 64px;
  height: 64px;
  margin-left: -64px;
  float: left;
  text-indent: -9999px;
  background-image: url(../img/globe.jpg);
}
strong {
  font-weight: bold;
}
em {
  font-style: oblique;
}
p, ul {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
ul {
  margin-left: 1.5em;
}
li {
  list-style: disc;
}

code {
  font-family: "inconsolata-1","inconsolata-2", "monaco", "andale mono", "consolas", "courier new", "bitstream vera", fixed;
  font-weight: bold;
  padding: 1px 2px;
  font-size: 14px;
}

pre {
  font-family: "inconsolata-1","inconsolata-2", "monaco", "andale mono", "consolas", "courier new", "bitstream vera", fixed;
  font-size: 14px;
  margin-left: 20px;
  overflow: auto;
  overflow-y: hidden;
  padding: 4px 8px;
}

article img {
  border: 1px solid #8a8;
  margin: 8px;
}

@media print {
  #typekit-badge-zty2rox {
    visibility: hidden;
  }
}

/* Pygments style */
.codehilite .hll { background-color: #ffffcc }
.codehilite  { background: #f8f8f8 }
.codehilite .c { color: #008000 } /* Comment */
.codehilite .err { border: 1px solid #FF0000 } /* Error */
.codehilite .k { color: #0000ff } /* Keyword */
.codehilite .cm { color: #008000 } /* Comment.Multiline */
.codehilite .cp { color: #0000ff } /* Comment.Preproc */
.codehilite .c1 { color: #008000 } /* Comment.Single */
.codehilite .cs { color: #008000 } /* Comment.Special */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .gh { font-weight: bold } /* Generic.Heading */
.codehilite .gp { font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { font-weight: bold } /* Generic.Subheading */
.codehilite .kc { color: #0000ff } /* Keyword.Constant */
.codehilite .kd { color: #0000ff } /* Keyword.Declaration */
.codehilite .kn { color: #0000ff } /* Keyword.Namespace */
.codehilite .kp { color: #0000ff } /* Keyword.Pseudo */
.codehilite .kr { color: #0000ff } /* Keyword.Reserved */
.codehilite .kt { color: #2b91af } /* Keyword.Type */
.codehilite .s { color: #a31515 } /* Literal.String */
.codehilite .nc { color: #2b91af } /* Name.Class */
.codehilite .ow { color: #0000ff } /* Operator.Word */
.codehilite .sb { color: #a31515 } /* Literal.String.Backtick */
.codehilite .sc { color: #a31515 } /* Literal.String.Char */
.codehilite .sd { color: #a31515 } /* Literal.String.Doc */
.codehilite .s2 { color: #a31515 } /* Literal.String.Double */
.codehilite .se { color: #a31515 } /* Literal.String.Escape */
.codehilite .sh { color: #a31515 } /* Literal.String.Heredoc */
.codehilite .si { color: #a31515 } /* Literal.String.Interpol */
.codehilite .sx { color: #a31515 } /* Literal.String.Other */
.codehilite .sr { color: #a31515 } /* Literal.String.Regex */
.codehilite .s1 { color: #a31515 } /* Literal.String.Single */
.codehilite .ss { color: #a31515 } /* Literal.String.Symbol */
