body {
  background:#292929;
	font:1em Helvetica, Verdana, Arial, sans-serif;
	line-height:1.4;
	text-align:left;
	color:#A6A6A6;
}

.inner-body {
  padding-top:2em;
}

#main {
  margin: 0 auto;
  width: 800px;
}

#footer {
    margin: 2em 0;
    text-align: center;
    font-style: italic;
}

a:link, a:active, a:visited {
	color:#cc6600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
  clear: both;
  font: bold 3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #999999;
  text-align:center;
  margin:0.4em auto;
}
h2 {
    border-bottom: 1px #999 solid;
    margin-bottom: 1em !important;
}
h3 {
    border-bottom: 1px #ffffff dotted;
    margin-bottom: 1em !important;
    margin-top: 0.5em !important;
    margin-left: 0.5em !important;
    padding-left: 1em !important;
    color: #ffffff;
}


/* Navigation ------------------------ */

#nav {
    overflow:hidden;
}



#nav a:link, #nav a:active, #nav a:visited {
  width: 130px;
  height: 37px;
  font-weight: bold;
  text-align: center;
  line-height: 37px;
  display: block;
  margin-right: 10px;
  float:left;
  border: 3px solid #666;
  text-decoration: none;
  outline: 0; /* prevent dotted border in Firefox */
}

a.button_on:link, a.button_on:active, a.button_on:visited {
  color: #ffffff;
}

a.button_on:hover {
  background-color: #eee;
  color:#111;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
}

a.button_off:link, a.button_off:active, a.button_off:visited {
  background-color:#cc6600;
  color: #ffffff;
}

a.button_off:hover {
  text-decoration: underline !important;
}



#content {
    float: left;
    width: 570px;
}

#sidebar {
    float: left;
    width: 230px;
}


a {
    color: #015272;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
}

h1, h2, h3 {
    margin: 0;
}



/* Sidebar */
#sidebar .header {
    font-size: 1.6em;
    color: #888;
}

#sidebar .header img {
    margin: 0;
    border:medium none;
}

#sidebar div#search {
    margin:0.2em 0 1em;
    padding:0 0.2em 0 0.5em;
    color: #ccc;
}

#sidebar li {
    list-style-type: none;
    border-bottom: 1px solid #444;
    margin: 0.3em 0;
}

#sidebar ul {
    padding: 0 0.2em 0 0.5em;
    margin: 0.2em 0 1em 0;
}

#sidebar ul a {
    text-decoration: none;
}

#sidebar ul a:hover {
    text-decoration: underline;
}

#sidebar .last-comments .author {
    padding-right: 1em;
}

/* Blog posts */

#blog{
    padding-top:1em;
}

pre {
    overflow:auto;
}

.metadata {
    font-size: 0.8em;
    background-color: #555;
    padding:0.5em;
    color: #eee;
}

.metadata a {
}

.read-more {
    text-align: right;
}

.read-more a {
    text-decoration: none;
}

.post {
    margin-bottom: 2em;
}

.post .post-title a {
	color:#cc6600;
    font-size: 1.4em;
    font-weight: bold;
}
.post .post-title a:hover {
	color:#dd7711;
    text-decoration: none;
}

.post .text {
    background-color: #F5F5F9;
    padding: 0.3em 1em 1em 1em;
    color: #333;
}

.post-preview {
    color: #FF0000;
    font-size: 2em;
    text-align: center;
}

.post h1 {
  clear: both;
  font: bold 1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  text-align:left;
  margin:0.4em 0 0 0 !important;
}

.post h2 {
    border: none;
    clear: both;
    font: bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #555;
    text-align:left;
    margin:0.4em 0 0 0.9em !important;
}

.post h3 {
    border: none;
    clear: both;
    font: bold 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #777;
    text-align:left;
    margin:0.4em 0 0 1.7em !important;
}

/* Pagination */

.pagination{
    margin-top: 1.5em;
}

/* forms */


form th {
    padding-right:.2em;
    padding-top:.2em;
    text-align:right;
    vertical-align:top;
}


/* Navigation */
.navigation {
    margin-top: 1em;
}

.navigation li {
    list-style-type: none;
}

/* Common classes */
.left {
    float: left;
    width: 50%;
}
.right {
    float: right;
    width: 50%;
    text-align: right;
}
.clear {
    clear: both;
}

/* Page layout */
#content .inbox {
    margin-right: 1.5em;
}


/* Forms */
.errorlist {
    margin: 0;
    padding: 0;
}

.errorlist li {
    list-style-type: none;
    color: #c00;
    font-weight: bold;
}

form .wide label {
    display: block;
}

form .wide input, form .wide textarea, form .wide select {
    display: block;
}

form .wide input, form .wide textarea {
    width: 80%;
}



/* Comments ------------------------------- */

#comments {
    margin-bottom: 1em;
    border-top: 1px solid #555;
}
#comment-form form {
    color: #111;
}
#comment-form form {
    background-color: #999;
    padding:0.5em;
}
#comment-form .metadata {
    background-color: #888;
}

#comment-preview {
    background-color: #eee;
    margin:0.5em 1em;
    padding:0.1em 0.3em 0.3em 0.3em;
    color:#111;
    visibility: hidden;
}

.first-comment {
    margin-top: 1em;
}


a.comment-link {
   font-size: 1.5em;
   display: none;
}

.blogcomment, .pingback {
   clear: left;
   border: 2px dashed #999;
   margin-bottom:1em;
   background-color: #555;
   padding:0.1em;
}

.blogcomment .text, .pingback .text {
   padding: 0.2em 0.3em;
   color:#111;
}


.blogcomment .footer a {
    text-decoration: none;
}
.blogcomment .footer {
    background-color: #ddd;
    padding:0.2em;
}

.blogcomment .meta {
    padding:0.2em;
}

.odd .text {
   background-color: #F5F5F9;
}
.even .text {
   background-color: #cecece;
}

.author{
   float: left;
   font-weight: bold;
}
.comment_link{
    float:left;
    margin-right: 10px;
}

.comment-time {
   float: right;
}

blockquote {
   border-left:5px solid #DDDDDD;
   margin-left:1em;
   padding-left:1em;
}

.comment-edit-area {
   width: 100%;
   height: 10em;
}

.edit-submit {
   display: none;
}

.pingback-location {
   color: #999;
}

/* Comment Form */

#comment-form {
    margin-top: 2em;
}

#comment-form label {
    float: left;
    width: 5em;
}

#comment-form input {
    width: 50%;
}

#comment-form textarea {
    width:100%;
}

#comment-form .invalid {
    background-color: #ffcccc;
}

#comment-form .button {
    width: auto;
}

#comment-form input:hover, textarea:hover {
}

.message {
   border: 1px solid #F00;
   margin-top: 1em;
}




/* Code highlighting */


.code-block {
    overflow: auto;
    width:500px;
    border:1px solid #888;
}

table.typygmentdowntable{
    background: #ffffff;
}


table.typygmentdowntable td.linenos {
    color: #777;
    background-color: #ddd;
    border-right: 1px solid #999;
    margin:0px;
    vertical-align: top;
}

table.typygmentdowntable td.linenos pre, table.typygmentdowntable td.code pre {
    padding: 0.5em;
    font-size: 12px;
    line-height: 14px;
    margin:0px !important;
    font-family:"Bitstream Vera Sans Mono","Courier New",Monaco,monospace;
}

table.typygmentdowntable td.code {
    vertical-align: top;
}

table.typygmentdowntable td.code br
{
    display: none;
}

table.typygmentdowntable td.code div.codehilite br
{
    display: inline;
}



div.typygmentdown .c { color: #999988; font-style: italic } /* Comment */
/* div.typygmentdown .err { color: #a61717; background-color: #e3d2d2 } /* Error */
div.typygmentdown .k { font-weight: bold } /* Keyword */
div.typygmentdown .o { font-weight: bold } /* Operator */
div.typygmentdown .cm { color: #999988; font-style: italic } /* Comment.Multiline */
div.typygmentdown .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
div.typygmentdown .c1 { color: #999988; font-style: italic } /* Comment.Single */
div.typygmentdown .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
div.typygmentdown .ge { font-style: italic } /* Generic.Emph */
div.typygmentdown .gr { color: #aa0000 } /* Generic.Error */
div.typygmentdown .gh { color: #999999 } /* Generic.Heading */
div.typygmentdown .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
div.typygmentdown .go { color: #888888 } /* Generic.Output */
div.typygmentdown .gp { color: #555555 } /* Generic.Prompt */
div.typygmentdown .gs { font-weight: bold } /* Generic.Strong */
div.typygmentdown .gu { color: #aaaaaa } /* Generic.Subheading */
div.typygmentdown .gt { color: #aa0000 } /* Generic.Traceback */
div.typygmentdown .kc { font-weight: bold } /* Keyword.Constant */
div.typygmentdown .kd { font-weight: bold } /* Keyword.Declaration */
div.typygmentdown .kp { font-weight: bold } /* Keyword.Pseudo */
div.typygmentdown .kr { font-weight: bold } /* Keyword.Reserved */
div.typygmentdown .kt { color: #445588; font-weight: bold } /* Keyword.Type */
div.typygmentdown .m { color: #009999 } /* Literal.Number */
div.typygmentdown .s { color: #bb8844 } /* Literal.String */
div.typygmentdown .na { color: #008080 } /* Name.Attribute */
div.typygmentdown .nb { color: #999999 } /* Name.Builtin */
div.typygmentdown .nc { color: #445588; font-weight: bold } /* Name.Class */
div.typygmentdown .no { color: #ff99ff } /* Name.Constant */
div.typygmentdown .ni { color: #800080 } /* Name.Entity */
div.typygmentdown .ne { color: #990000; font-weight: bold } /* Name.Exception */
div.typygmentdown .nf { color: #990000; font-weight: bold } /* Name.Function */
div.typygmentdown .nn { color: #555555 } /* Name.Namespace */
div.typygmentdown .nt { color: #000080 } /* Name.Tag */
div.typygmentdown .nv { color: #6A9965 } /* Name.Variable */
div.typygmentdown .ow { font-weight: bold } /* Operator.Word */
div.typygmentdown .mf { color: #009999 } /* Literal.Number.Float */
div.typygmentdown .mh { color: #009999 } /* Literal.Number.Hex */
div.typygmentdown .mi { color: #009999 } /* Literal.Number.Integer */
div.typygmentdown .mo { color: #009999 } /* Literal.Number.Oct */
div.typygmentdown .sb { color: #bb8844 } /* Literal.String.Backtick */
div.typygmentdown .sc { color: #bb8844 } /* Literal.String.Char */
div.typygmentdown .sd { color: #bb8844 } /* Literal.String.Doc */
div.typygmentdown .s2 { color: #bb8844 } /* Literal.String.Double */
div.typygmentdown .se { color: #bb8844 } /* Literal.String.Escape */
div.typygmentdown .sh { color: #bb8844 } /* Literal.String.Heredoc */
div.typygmentdown .si { color: #bb8844 } /* Literal.String.Interpol */
div.typygmentdown .sx { color: #bb8844 } /* Literal.String.Other */
div.typygmentdown .sr { color: #808000 } /* Literal.String.Regex */
div.typygmentdown .s1 { color: #bb8844 } /* Literal.String.Single */
div.typygmentdown .ss { color: #bb8844 } /* Literal.String.Symbol */
div.typygmentdown .bp { color: #999999 } /* Name.Builtin.Pseudo */
div.typygmentdown .vc { color: #ff99ff } /* Name.Variable.Class */
div.typygmentdown .vg { color: #ff99ff } /* Name.Variable.Global */
div.typygmentdown .vi { color: #ff99ff } /* Name.Variable.Instance */
div.typygmentdown .il { color: #009999 } /* Literal.Number.Integer.Long */