/* Matt styles */
body {
  font-family: 'Averia Serif Libre', cursive;
  font-size: 18px;
}

footer {
  opacity: 50%;
}

p {
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing:.05em;
  line-height: 1.5em;
}

.page-header p {
  margin-bottom: 10px;
}

.right {
  float: right;
}

.image-right-box {
  float: right;
  margin: 0 0 20px 20px;
  background-color: #F5EDE4;
  padding: 8px;
}

.image-right-box p, .image-right p, .image-full p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 6px;
}

.image-right {
  display:block;
  margin-bottom: 5px;
  width: 100%;
}

.list-thumb {
  margin: 0 0 6px 18px;
  width: 16%;
  float: right;
  background-color: #F5EDE4;
  padding: 4px;
}

.long-thumb {
  margin-bottom: 12px;
  width: 100%;
}

.small {
  width: 30%;
}

.large {
  width: 45%;
}

.image-full {
  width: 100%;
  background-color: #F5EDE4;
  padding: 8px;
  margin: 20px 0 30px;
}

.posts li {
  margin-bottom: 45px;
  line-height: 1.4em;
  list-style-type: none; 
}

.buttons {
  margin: 30px 0 20px 30px;
}

.fb-like {
  display: inline;
  margin: 0 30px 0 0;
  bottom: 6px;
}

.google_plus {
  display: inline;
}

#shares {
  margin: 20px 0 0 30px;
  display: inline;
  text-align: right;
  opacity: 80%;
}

/* Profile bits */

.grad-back {
  /* fallback */
  background-color: #F7F8FD;
  padding: 10px 10px 11px 20px;
  -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#F7F8FD), to(#fff));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #F7F8FD, #fff);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #F7F8FD, #fff);

  /* IE 10 */
  background: -ms-linear-gradient(left, #F7F8FD, #fff);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #F7F8FD, #fff);
}

/* End profile */

/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 700px; }

.container-narrow > hr {
  margin: 30px 0; }

.navbar .nav {
  float: right; }

/* Mobile navigation alignment */
@media (max-width: 767px) {
  body:not(.profile-page) .navbar .nav {
    float: left;
    margin-left: -10px;
  }
}

/* posts index */

ul.projects {
  margin-bottom: 30px;
  list-style: none;
  padding: 0px;
}

ul.projects li {
  margin-bottom: 12px;
}

ul.projects li:before {
  content: '\00BB\0020';
}

ul.posts {
  margin-left: 0;
}

.post > h3.title {
  position: relative;
  padding-top: 10px; }

.post > h3.title span.date {
  position: absolute;
  right: 0;
  font-size: 0.9em; }

.post > .more {
  margin: 10px 0;
  text-align: left; }

/* post-full*/
.post-full .date {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: right;
}

/* tag_box */
.tag_box {
  list-style: none;
  margin: 0;
  overflow: hidden; }

.tag_box li {
  line-height: 28px; }

.tag_box li i {
  opacity: 0.9; }

.tag_box.inline li {
  float: left; }

.tag_box a {
  padding: 3px 6px;
  margin: 2px;
  background: #eee;
  color: #555;
  border-radius: 3px;
  text-decoration: none;
  border: 1px dashed #cccccc; }

.tag_box a span {
  vertical-align: super;
  font-size: 0.8em; }

.tag_box a:hover {
  background-color: #e5e5e5; }

.tag_box a.active {
  background: #57A957;
  border: 1px solid #4c964d;
  color: #FFF; }

/* Houndstooth background */
.visionary-web-section {
  background-color: #fafafa;
  background-image: 
    repeating-linear-gradient(75deg, #fafafa 5px, #fafafa 8px, rgba(0,0,0,0.01) 8px, rgba(0,0,0,0.01) 16px),
    repeating-linear-gradient(-12deg, #fafafa 0px, #fafafa 8px, rgba(0,0,0,0.01) 8px, rgba(28, 23, 194, 0.01) 16px);
  background-size: 16px 16px;
  padding: 10px 20px 20px 30px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.visionary-web-section h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.visionary-web-section p {
  margin-bottom: 0;
}