body {
    font-family: Arial, sans-serif;
    line-height:130%;
}

date {
    color: #666;
}

p {
    font-size: 16px;
    line-height: 24px;
}

.photo-credit {
    font-size: 12px;
}

ul {
    line-height: 1.7;
    margin-left: 24px;
    padding: 0;
}

ol {
    line-height: 1.7;
}

li {
    padding-bottom: 10px;
}

a {
    color:#1278db;
    text-decoration:none;
}

.name a {
    color: white;
}

h1 a, h2 a {
    color: black;
}
a:hover, a:focus{
    text-decoration: underline;
}

img {
    display:block;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 2px 4px #ddd;
    margin: 1em 0;
    width:100%;
}

.narrow-image {
    width:20%;
}

.half-width {
    width:50%;
}

.header {
    background-image:url('/img/texture.jpg');
    text-shadow: 0px 2px 5px black;
}

h1, h2 {
    padding-bottom: 10px;
    line-height: 100%;
    margin: 30px 0 0 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

.link-group{
    margin-top:10px;
    padding-bottom:20px;
}

.underline-table {
    border-collapse: collapse;
}

.underline-table td, th {
    vertical-align: top;
    padding: 0 10px;
    border-bottom: 1px solid #000;
}

.header-text{
    color: white;
    font-size: 20px;
    margin-left: 20px;
}

.navigation {
    padding: 20px 0 25px 30px;
}

.name {
    padding: 50px 0 0 50px;
    font-family: "Gill Sans", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: white;
    display:block;
    line-height: 100%;
}

.ie-note{
    float:right;
    font-size:0.9em;
}

.code-sample{
    background-color: #deebf5;
    font-family: "Andale Mono", "Courier New", Courier, monospace;
    font-size: 14px;
    margin: 16px 0;
    padding: 10px;
    overflow-x: auto;
}

.code-sample-inline {
    background-color: #deebf5;
    font-family: "Andale Mono", "Courier New", Courier, monospace;
    font-size: 14px;
    padding: 0;
}

.pretty-code-sample {
    border: 1px solid #ddd;
    background: #eee;
    padding: 5px 15px 15px 15px;
}

.conference-name {
    font-style: italic;
}

.quote {
    font-style: italic;
    background: #dee;
    padding: 15px
}

p .pretty-code-sample {
    padding:2px;
}

.blog-post{
    margin-bottom: 30px;
    border-bottom: 1px dotted #333;
}

.posts-list a{
    color: black;
    font-weight: bold;
}


@media (min-width: 700px) {
  .left-column {
      float:left;
      width: 20%;
      padding: 0 1% 0 1%;
  }

  .right-column {
      float:right;
      width:46%;
      margin-right: 27%;
  }

  .follow{
      float:right;
      padding-right: 10px;
      font-size:0.9em;
  }
}

.embedded {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.embedded iframe, .embedded object, .embedded embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.mailing-list {
    font-size: 14px;
}

.mailing-list-box {
    border-bottom: 1px dotted #333;
}

/* MailChimp embedded sign up styles
From http://cdn-images.mailchimp.com/embedcode/classic-10_7.css */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
