body {
  font-family: Arial, sans-serif;
  letter-spacing: -0.05em;
  background: #05326D;
  color: #353B40;
}

a {
  color: #0E51A7;
  font-weight: bold;
}

a:visited {
  color: #353b40;
  font-weight: normal;
}

#wrapper {
  width: 50em;
  margin: 2em auto 0;
  padding: 0;
  background: #fff;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}

#header {
  text-align: left;
  background: #4282D3;
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-left-radius: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-right-radius: 1em;  
  border-top-left-radius: 1em;  
  border-top-right-radius: 1em;  
  padding: 1.5em;
  text-align: center;
}

#header h1 {
  font-size: 3em;
  display: inline;
  letter-spacing: -0.08em;
  color: #fff;
  font-weight: normal;
}

#header h2 {
  display: inline;
  margin-left: 0.5em;
  font-size: 2em;
  font-weight: normal;
  color: #fed;
}

#menu {
  background: #0E51A7;
}

#menu ul {
  list-style: none;
  margin: 0;
  text-align: center;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  color: white;
  font-size: 1.3em;
  padding: 0 0.5em;
  line-height: 2.5em;  
  font-weight: normal;
}

#content {
  padding: 2em;
}

#content h2 {
  margin: 0 0 0.5em 0;
  color: black;
  font-size: 1.5em;
}

#content p {
  line-height: 140%;
  letter-spacing: -0.03em;
}

span.date {
  background: #6997D3;
  padding: 0.2em;
  font-weight: bold;
  color: white;
  border-bottom: 3px solid #0E51A7;
}

span.tags {
  background: #6997D3;
  padding: 0.2em 0.3em;
  margin-left: 0.8em;
  font-weight: bold;
  color: white;
  border-bottom: 3px solid #0E51A7;
  line-height: 220%;
}

div.post {
  margin-bottom: 2em;
}

.post h1 {
  margin-top: 0.2em;
}

.post h1 a {
  text-decoration: underline;
  clear: left;
  display: block;
  color: black;
  padding: 0.3em 0;
  margin: 0 0 0.2em 0;
  border-bottom: 1px dashed #dba;
  font-weight: bold;
}

.github code {
  background-color:#F8F8FF;
  border:1px solid #DEDEDE;
  color:#444444;
  font-size:120%;
  overflow:auto;
  padding:2px 5px;
}
pre.github {
  overflow-x:auto;
}

code {
  background: #fff5dd;
  font-size: 14px;
  color:#444444;
  font-family: "Consolas","Courier New",Courier,monospace;
}

.github {
  background-color:#F8F8FF;
  border:1px solid #DEDEDE;
  color:#444444;
  padding: 2px;
}

.console {
  -x-system-font:none;
  font-family:"bitstream vera sans mono",monaco,"lucida console","courier new",courier,serif;
  font-size: 12px;
  background:#000000 none repeat scroll 0 0;
  color:#EEEEEE;
  margin:1em 0;
  overflow-x:auto;
  padding:1em;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}

.code pre {
  font-size:120%;
  overflow:auto;
  padding:5px;
}

.highlight pre, .highlight code {
  overflow:auto;
  line-height:1.4em;
  background-color:#F8F8FF;
  color:#444444;
}

.highlight pre {
  margin:1em 0;
  padding:0.5em;
  border:1px solid #DEDEDE;
}

.mbleigh pre {
  background: #f8f8f8;
  border: 1px solid #E7E5DC;
  border-width: 1px 0 4px 6px;
  padding: 1em;
  overflow: auto;
  color: black;
  line-height: 120%;
  font-family: "Consolas","Courier New",Courier,monospace;
  font-size: 12px;
  letter-spacing: 0;
}

table.post-list {
  width: 100%;
  border-collapse: collapse;
}

table.post-list a {
  color: #0E51A7;
  font-weight: bold;
}

table.post-list th {
  text-align: left;
}

table.post-list td, table.post-list th {
  padding: 0.5em 0.3em;
  border-bottom: 1px solid #dba;
}

table.post-list tr:last-child td, table.post-list tr:last-child th {
  border-bottom: 0;
}

div.related {
  margin-bottom: 2em;
}

#share_actions {
  border-top: 1px solid black;
  padding-top: 1em;
}

#footer {
  margin-bottom: 2em;
  color: #dba;
  font-size: 0.9em;
  padding: 0.5em;
  text-align: center;
}

.home_box {
  float: left;
  margin-bottom: 15px;
}

#content h2.home_box_title, h2.delicious-banner {
  background: #6997D3;
  padding: 0.3em 0.5em;
  border-bottom: 3px solid #0E51A7;
  margin-bottom: 0em;
  color: white;
}

.home_box.home_right h2 a {
  color: white;
  margin: 0 0.2em;
}

#home_left {
  width: 29em;
}

.home_right {
  width: 16em;
  margin-left: 1em;
}

.clearfix { clear: both;}

#footer a {
  color: #ecb;
  font-weight: normal;
}

.home_box .post h1 a {
  font-size: 0.7em;
}

.home_box #search {
  width: 220px;
}

#search .gsc-control {
  width: 220px;
}

.delicious-post, .repo {
  background: #fff5cc;
  border: 2px solid #dba;
  padding: 0.7em 1em;
  font-size: 0.8em;
  letter-spacing: -0.03em;
  margin: 1em 1em 0 0;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.repo h3 {
  margin: 0 0 0.3em 0;
}
.repo h3 a, .repo ul li a {
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  font-size: 1.1em;
}
#latest_posts ul li a {
  font-size: 1.0em;
}
.repo ul {
  margin: 0;
  padding-left: 0.3em;
}

.repo ul li { 
  line-height: 150%;
}

#github-projects.big .repo {
  float: left;
  width: 25.2em;
  margin: 1.2em 1em 0 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.float-left { float: left; }
.float-right { float: right; }

a img { border: 0; }

a.machine_tag_toggle {
  text-decoration: none;
}

a.machine_tag_toggle.collapsed {
  background-image: url(../images/toggle-expand-light.png);
}

a.machine_tag_toggle.expanded {
  background-image: url(../images/toggle-collapse-light.png);
}

#machine_tag_tree ul {
  list-style-type:disc
}

#tree_description {
  font-style:italic;
}

/* blog tag_tree */

.spinner {
  background: url(../images/spinner.gif) no-repeat 0 center;
  vertical-align: middle; 
}

.table_post_description {
  display: none;
  padding: 15px 0px;
  border-bottom: 1px dotted black;
  max-width: 340px;
}

.table_tag_description {
  font-size: 90%;
  font-style: italic;
}