html,
body,
input,
button,
select,
textarea {
  font: 18px/1.4 "Source Sans Pro", "Helvetica Neue", Helvetica, arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 500;
}

body {
  padding-top: 50px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 500;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  color: #646461;
}

h1, h2, h3 {
  letter-spacing: -1px;
}

h2, h3, h4 {
  font-weight: 700;
  margin-top: 10px;
}

a {
  color: #3c80c3;
  text-decoration: none;
}

a:hover {
  color: #2A5989;
  text-decoration: underline;
}

a:active,
a:focus {
  color: #1e4062;
}

code {
  padding: 5px 10px;
  background-color: #fcfcfa;
  border: 1px solid #dadad8;
  font-size: 16px;
  border-radius: 3px;
  white-space: nowrap
}

pre,
pre.prettyprint
.highlight pre {
  font-size: 15px;
  padding: 10px 15px;
  background-color: #fcfcfa;
  border: 1px solid #dadad8;
  border-radius: 3px;
  overflow: auto;
  margin-bottom: 35px;
}

pre code,
pre.prettyprint code,
.highlight pre code {
  background-color: none;
  border: 0px;
  padding: 0px;
  white-space: pre;
}

hr {
  border-top: 1px solid #e2e2e2;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 10px 0 30px 0;
}

b, strong {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

main img {
  width: 100%;
  height: auto;
  border: 1px solid #979795;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  outline: none;
  width: 300px;
  padding: 0px 10px;
  vertical-align: top;
  margin-bottom: 15px;
  margin-right: 5px;
  font-weight: 300;
  height: 45px;
}

textarea {
  padding: 10px 0px 0px 10px;
  height: 250px;
}

button,
.button,
input[type="submit"] {
  background-color: #3c80c3;
  color: #fefefa;
  border-radius: 2px;
  border: 1px solid #3c80c3;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 10px;
  height: 45px;
  line-height: 45px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #2A5989;
  border-color: #2A5989;
  color: #fff;
  text-decoration: none;
}

a.button {
  padding: 11px 10px 10px 10px;
}

.site-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -1px;
  margin: 20px 0px 0px 0px;
}

.site-description {
  font-family: Lora, Georgia, serif;
  font-size: 13px;
  margin: 0px 0px 20px 0px;
}

header {
  width: 100%;
}

ul.main {
  margin: 0px;
  padding: 0px;
}

ul.main li {
  display: block;
  margin-bottom: 3px;
}

ul.main li a {
  font-size: 15px;
  padding: 4px 10px;
  border-left: 2px solid #f2f2f0;
  border-bottom: 0px;
  background-color: #fafaf8;
  display: block;
}

ul.main li a:hover {
  text-decoration: none;
  border-left: 2px solid #e2e2e0;
  background-color: #f8f8f6;
}

.posts {

}

.post {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefea;
  margin-bottom: 30px;
}

.post-date {
  font-size: 13px;
  color: #868684;
}

.post-title {
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 5px;  
  font-size: 30px;
}

.post-title a {
  color: #646461;
}

.post-excerpt {

}

h1.post-title {
  font-size: 40px;
  margin-bottom: 40px;
  border-left: 10px solid #e2e2e0;
  padding-left: 10px;
  line-height: 45px;
}

/* mobile size */
.container {
  width: 100%;
  padding: 0px 10%;
  margin: 0px auto;
}

/* tablet size */
@media only screen and (min-width: 700px) {
  .container {
    width: 660px;
    padding: 0px 20px;
  }

  header {
    width: 170px;
    float: left;
  }

  main {
    width: 400px;
    float: right;
  }
}

/* desktop size */
@media only screen and (min-width: 960px) {
  .container {
    width: 920px;
  }

  header {
    width: 200px;
    float: left;
  }

  main {
    width: 600px;
    float: right;
  }
}

/* clearfix */
.container:after {
  content: " ";
  display: table;
  clear: both;
}

.container {
  *zoom: 1;
}

/* ----- PROJECT LISTING ----- */

.row {
  overflow: auto;
  margin-bottom: 20px;
}

.project-thumbnail {
  overflow: hidden;
}

.project-thumbnail img {
  max-width: 100%;
  max-height: 300px;
}

.tag-cloud, .labels {
  display: none;
}

.project-card {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  overflow: auto;
  margin-bottom: 10px;
}

.project-card h3 {
  font-weight: bold !important;
}

.project-card dl, .project-card dd, .project-card dt {
  margin: 0;
  padding: 0;
}

.project-card td:first-child {
  width: 120px;
}