/* @override http://localhost:4000/css/style.css */

body {
  font-size: 18px;
  line-height: 1.5;
  font-family: corbel, 'lucida grande', helvetica, sans-serif;
  color: #212122;
  background-color: #fff;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
}

a {
  color: #000080;
}

a:hover {
  text-decoration: none;
}

#container {
  max-width: 750px;
  margin: 0 auto;
}

#container .section {
  border-bottom: solid 1px #666;
  padding-bottom: 20px;
}

#navigation {
  text-align: center;
}

#navigation h1 {
  margin-bottom: 0;
  font-size: 40px;
  text-shadow: silver 2px 2px 2px;
}

#navigation h1 a {
  color: #000;
  text-decoration: none;
}

#navigation a.home {
  padding: 0 0 0 20px;
  background: url('../img/arrow_turn_left.png') no-repeat left center;
  position: absolute;
	left:50%;
	margin-left:-375px;
}

#navigation ul {
  padding-right: 26px;
  list-style-type: none;
  display: inline;
}

#navigation ul li {
  display: inline;
}

#navigation ul li a {
  padding: 0 0 0 20px;
  margin-right: 13px;
}

#navigation ul li a.github {
  background: url('../images/github.png') no-repeat left center;
}

#navigation ul li a.linkedin {
  background: url('../images/linkedin.png') no-repeat left center;
}

#navigation ul li a.email {
  background: url('../images/email.png') no-repeat left center;
}

#content {
  text-align: justify;
}

#content code {
  font-size: 80%;
}

#content blockquote {
  background-color: #eee;
  border: solid 1px #ddd;
  margin: 0px;
  padding: 0 20px;
}

#content ul li {
  list-style: none;
}

.readmore {
  margin-bottom: 30px;
  padding-left: 18px;
  background: transparent url(../images/arrow.gif) no-repeat 0 9px;
}

#content .posts {
  padding: 0;
  margin: 0;
}
  #content .posts h2 {
    line-height: 30px;
  }

    #content .posts h2 span {
      display: block;
      font-size: 60%;
    }

    #content .posts h2 a {
      text-decoration: none;
    }

#footer {
  padding-top: 10px;
  text-align: center;
}

/* article specific css */
.custombutton {
  padding:0;
  margin:0;
  border:none;
  background:none;
  cursor:pointer;
}
* html .custombutton {cursor:hand;} /* alternate cursor style for ie */

#content #disqus_thread {
  margin: 50px 0 10px 0;
}

