/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */
* {
  margin: 0;
}

body,
html {
    width: 100%;
    height: 100%;
    color: #444;
}

body { padding-top: 70px; }

body, blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.navbar {
  border: none;
  background-color: #ffffff;
}

.navbar-default  .navbar-nav li a {
  color: #ffffff;
}

.navbar .container {
 border: none;
  border-radius: 0;
  background-color: #000000;
  font-weight:bold;
  font-family: Monaco, "Courier New", monospace;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 0 10px #888888;
}

.sitename {
 font-size: 22px;
}

.navbar-default  .navbar-nav li a:hover {
  color: #ccc;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}


.content h1.entry-title, .content  .post-title h2 {
  margin-top: 0px;
  font-size: 150%;
}

.entry-content h1, .post h1 {
    font-weight:bold;
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #CCC;
}

.entry-content h1 + h2, .post h1 + h2 {
  margin-top:0px;
}


a {
  text-decoration: underline;
}

.navbar a {
text-decoration: none;
  }


h2 {
  font-weight:bold;
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 5px;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #CCC;
}

h3 {
  font-size: 105%;
  font-weight:bold;
}


h2, h3 {
  margin-top: 1em;
}

h4, h5, h6 {
  font-size: 90%;
}

p { margin: 1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 0;
}

a         { color: #000; }
a:hover   { color: #000; }
a:visited { color: #999; }


blockquote {
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
font-size: 14px;
}

blockquote p {
 margin-top: 0px;    
}


blockquote cite {
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: "\2014 \2009";
}

table
{
  border-collapse:collapse;
}
table, td, th
{
  border:1px solid black;
  padding: 2px;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
.posts {
  list-style-type: none;
  margin-bottom: 2em;
}

.posts li {
  line-height: 1.75em;
}

.posts span {
  color: #aaa;
  font-family: Monaco, "Courier New", monospace;
  font-size: 80%;
}

.content h1 {
    font-size: 20px;
    margin-top: 80px;
    margin-bottom: 10px;
    color: #000;
}

.content h2 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #000;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {
  font-size: 115%;
  margin: 0.5em auto 2em;
  /*line-height: 1.5em;*/
}

.header-bar {
  background-color: #000000;
  padding-bottom:5px;
  padding-top:5px;
  width:100%;
}


.header {
  background-color: #000000;
  margin-left: auto ;
  margin-right: auto ;
  width: 42em;
}

div.header > * {
    vertical-align:top;  // Align children to middle of line
}


.header a {
  font-weight: bold;
  text-decoration: none;
}

.title {
  display: inline-block;
  font-size: 110%;
}

h1 .title {
  font-size: 110%;
}

.title a {
  font-family: Monaco, "Courier New", monospace;
  color: #fff;
}

.title a:hover {
  color: #888;
}

.header a.extra {
  color: #aaa;
  margin-left: 1em;
}

.header a.extra:hover {
  color: #888;
}

.content {
  width: 42em;
  margin-left: auto ;
  margin-right: auto ;
}

.meta {
  color: #888;
}

.footer {
  font-size: 80%;
  color: #666;
  border-top: 4px solid #eee;
  margin-top: 2em;
  overflow: hidden;
}

.footer .contact {
  float: left;
  margin-right: 3em;
}

.footer .contact a {
  color: #8085C1;
}

.footer .rss {
  margin-top: 1.1em;
  margin-right: -.2em;
  float: right;
}

.footer .rss img {
  border: 0;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

/* standard */
.entry-content, .post, .post-title {
  margin-left: 1em;
  padding-left: 2px;
}

.content ul, .content ol {
  margin-left: 1.35em;
}

code {
  background: #f0f0f0;
  color: #000000;
  padding: 0 .2em;
  border: 1px solid #ccc;
  border-radius: 2px;
}

pre {
  background: #f0f0f0;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 2px;
}

pre code {
  border: none;
}

table.highlighttable {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100%;
  padding:0px;
}

table.highlighttable td
{
   padding:0;
   border:none;
   outline:none;
}

table.highlighttable td.linenos {
  border-right: 1px solid #ccc;
  color: #ccc;
}

table.highlighttable td pre {
  border:none;
}
