/* Space out content a bit */
body {
  background: url('../img/noise_lines.png') repeat;
  background-color: #F3F3F3;
  font-family: 'PT Sans', sans-serif;
}

pre {
  background-color: #49483E;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
  overflow-x: auto;
  margin-bottom: 20px;
  border-radius: 0px;
}

hr {
  margin: 10px 20px 10px 0px;
}

img {
  max-width: 100%;
  height: auto;
}

#headbox, #form-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  margin-top: 25px;
}

#headbox img {
  float: left;
  max-width: 75px;
  border-radius: 40px;
  margin-top: 10px;
  margin-right: 25px;
}

#headbox-left {
  float: left;
  width: 30%;
  max-width: 100px;
}

#headbox-right {
  float: left;
  width: 70%;

}

#headbox h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

#headbox hr {
  margin: 10px 0px 10px 0px;
  border-top: 1px solid #DBDBDB;
}

#headbox ul {
  display: inline-block;
  padding: 0;
}

#headbox ul:after {
  clear:both;
}

#headbox ul > li {
  display: inline;
  margin: 0px 10px;
}

.made-in {
  text-align: center;
  color: #A3A3A3;

}

.headbox-ul-wrapper {
  text-align: center;
}

@media all and (min-width: 550px) {
  #headbox img {
    margin-top: 0px;
  }

  .headbox-ul-wrapper {
    text-align: none;
  }
  #headbox ul {
    float: left;
  }
  .made-in {
    text-align: right;
  }
  #headbox-right {
    width: 80%;
  }
}



#headbox ul > li:first-child {
  margin-left: 0px;
}

#content {
  padding: 20px 20px 50px 20px;
  max-width: 800px;
  margin: 50px auto;
  min-height: 800px;
  background: url('/images/gray_jean.png') repeat;

}

.hentry {
  margin-bottom: 40px;
}

h2.entry-title {
  font-size: 18px;
}

h2.entry-title:first-child {
  margin-top: 0px;
}

.article header {
  padding-bottom: 5px;
  border-bottom: 1px solid #428BCA;
  margin-bottom: 20px;
}

.article h1 {
  font-size: 30px;
}

.article h2, h3
{
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 25px;
}

.article h2 {
  font-size: 25px;
}

.article h3 {
  font-size: 25px;
}


.article p {
  line-height: 2.3em;
  padding-bottom: 15px;
  margin: 0px 0px;
}

/* Projects */

.project-wrapper
{
  margin: 20px 0px 10px 0px;
  max-width: 550px;
}

.project-image
{
  width: 200px;
  float: left;
}

.project-content
{
  width: 300px;
  float: right;
  margin-bottom: 25px;
}

.project-link
{
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

.project-content > h4
{
  font-family: 'Carme', sans-serif;
}

.project-content > p.project-description
{
  line-height: 1.5em;
  padding-bottom: 0px;
  margin-bottom: 25px;
}

.project-tag
{
  padding: 2px 5px 2px 5px;
  border: 1px solid #4d4d4d;
  border-radius: 9px;
  background-color: #808e97;
  color: #eee;
  margin-right: 8px;
}


/** Email Signup Form - Tinyletter **/
#form-wrapper {
  border: 2px solid #D4D4D4;
  padding: 2px 20px;

}
#form-wrapper form {
    font: 16px/20px'Helvetica', Arial, sans-serif;
    display: block;
    padding: 6px 0 10px 0;
}

#form-wrapper h3 {
  border-bottom: 2px solid #5986CE;
}

#form-wrapper h4 {
  color: #7F7F7F;
}

#form-wrapper label {
    clear: both;
    display: block;
    margin: 8px 0;
    font-weight: bold;
    position: relative;
    line-height: 150%;
    font-family: Helvetica;
    font-size: 14px;
    color: #333333;
}
.email-group input {
    display: block;
    float: left;
    width: 60%;
    margin: 0 10px 0 0;
    min-width: 200px;
    padding: 12px 10px 11px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: none;
}
.email-group .button {
    width: 30%;
    margin: 0;
    min-width: 75px;
    background-color: #5986CE;
    color: #FFF;
    height: 45px;
}

.rounded {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.button,
.button-small {
    display: inline-block;
    white-space: nowrap;
    height: 40px;
    line-height: 42px;
    margin: 0 5px 0 0;
    padding: 0 22px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.button:hover,
.button-small:hover {
    opacity: .8;
}
/* Mobile Tweaks */

body {
    -webkit-text-size-adjust: none;
}
input {
    -webkit-appearance: none;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
}
input[type=radio] {
    -webkit-appearance: radio;
}
