@font-face {
  font-family: 'LektonRegular';
  src: url('http://travisberry.heroku.com/images/fonts/Lekton-Regular-webfont.eot');
  src: url('http://travisberry.heroku.com/images/fonts/Lekton-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://travisberry.heroku.com/images/fonts/Lekton-Regular-webfont.woff') format('woff'),
    url('http://travisberry.heroku.com/images/fonts/Lekton-Regular-webfont.ttf') format('truetype'),
    url('http://travisberry.heroku.com/images/fonts/Lekton-Regular-webfont.svg#LektonRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: 'MolengoRegular';
  src: url('http://travisberry.heroku.com/images/fonts/Molengo-Regular-webfont.eot');
  src: url('http://travisberry.heroku.com/images/fonts/Molengo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://travisberry.heroku.com/images/fonts/Molengo-Regular-webfont.woff') format('woff'),
    url('http://travisberry.heroku.com/images/fonts/Molengo-Regular-webfont.ttf') format('truetype'),
    url('http://travisberry.heroku.com/images/fonts/Molengo-Regular-webfont.svg#MolengoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  
}
/* Reset.css */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, q, small, strong, sub, sup, tt, var,
ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul, ol { list-style: none;}
img { border: none; }
:focus { outline: 0; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* End reset */
.container_12, .container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding-bottom:30px;
}
body {
  background: #3b224d url(http://static.travisberry.com/sites/4ddebc054a2ab10001000007/theme/images/bg-3.png) repeat;
  color: #DDCEE6;
  font-family: 'LektonRegular','Lucida Console', Monaco, monospace;
  font-size:14px/24px;
  text-shadow: 0 1px 1px #000000;
}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Typography and default stuff */
pre{
  text-shadow: none !important;
  font-size:14px;
}
a {
  color: #F71570;
  padding:3px;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}

a:hover,
#menu .current a {
  background: #caf715;
  padding:3px;
  color: #251A32;
  text-decoration: none;
  text-shadow: #c4f715 1px 1px 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

dl, hr, h1, h2, h3, h4, h5, h6, table, fieldset, blockquote, .widget {
  margin-bottom: 20px;
  font-family: 'MolengoRegular', Georgia, Times, serif;
}
p{
  margin-bottom: 20px;
}
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 36px; letter-spacing: -1px; }
h4 { font-size: 23px; }
h5 { font-size: 19px; }
h6 { font-size: 16px; }



hr { border: 0 dotted #f96682; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; }

blockquote {
  color: #251A32 !important;
  float: right;
  font-style: italic;
  margin-left: 20px;
  padding: 15px 25px 10px 10px;
  text-indent: 10px;
  width: 500px;
}

blockquote p {
  color: #251A32 !important;
  font-size: 25px !important;
  line-height: 1.7em !important;
  margin: 0;
}

/* Header */

#header {
  height: 115px;
}

#header h1 a {
  color: #251a32;
  font-size: 76px;
  font-weight: bold;
  float: left;
  margin-top: 10px;
  letter-spacing: -3px;
  text-shadow: 0px 1px 0px #58346C;
  text-shadow: rgba(0,0,0,0.8) -1px 0px, rgba(0,0,0,0.8) 0 -1px, 0px 1px 0px #58346C;
}
#header h1 a:hover {
  background:none;
}
/* Content */
#content {
  background: url(http://static.travisberry.com/sites/4ddebc054a2ab10001000007/theme/images/content_bg.png) repeat; /* Fallback for browser that doesn't support rgba */
  background: rgba(204, 204, 204, .1);
  border: 1px dotted #f96682;
  border-left: none; border-right: none;
  float: left;
  width: 940px;
  padding: 5px 10px 0 10px;
  margin-top:90px;
}

/* Nav */
#menu {
  border-bottom: 1px dotted #f96682;
  list-style: none;
}

#menu li {
  float: left;
  margin: 0 15px 0 0;
  padding-bottom: 5px;
  position: relative;
}

#menu li a {
  display: block;
  font-size: 16px;
  padding: 8px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Post */
.post {
  min-height: 300px;
  margin-bottom: 60px;
  position: relative;
}

.post p {
  padding-right: 30px;
  text-align: justify;
  color:#ddcee6;
  font-size: 16px;
  line-height: 1.6em;
}

.post img.thumbnail + p { margin-top: 25px; } /* First p after the thumbnail */

.post h2,
.post h2 a {
  color: #251A32;
  display: block;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 10px;
}
.mw-headline{
  color:#F71570;
}

.post h3 {
  margin: 10px 0;
  display: block;
}
.post h3 a {
  display: block;
}

/* Footer */
#footer {
  /*margin: 20px 0 30px 20px;*/
  float: right;
}
#footer h1 a {
  color: #251a32;
  font-size: 76px;
  font-weight: bold;
  float: left;
  letter-spacing: -3px;
  text-shadow: 0px 1px 0px #58346C;
  text-shadow: rgba(0,0,0,0.8) -1px 0px, rgba(0,0,0,0.8) 0 -1px, 0px 1px 0px #58346C;
  float:right;
}
#footer h1 a:hover {
  background:none;
}


#footer p { margin: 0; }

/* Form */

input[type=text],
input[type=email],
textarea {
  background: #cecdcd; /* Fallback */
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #F83D87;
  padding: 6px 5px;
  width:400px;
}

input[type=search] {
  padding: 6px 5px;
}

textarea { overflow: auto; }

form input[type=submit] {
  border: none;
  cursor: pointer;
  padding: 12px 6px;
}

/* When a form input is invalid - Used on the email type field */
input:invalid {
  
}

/* Contactform */
#contactform {
  margin-top: 30px;
  overflow: hidden;
  width: 600px;
  float:left;
}

#contactform p {
  overflow: hidden;
}

#contactform label {
  float: left;
  padding-top: 10px;
  width:100%;
  display:block;
}

/* Misc */

.alignleft { float: left; }
.alignright { float: right; }

.btn,
.more-link,
input[type=submit]  {
  background: #caf715;
  color: #251A32;
  padding: 5px 16px;
  text-shadow: #c4f715 1px 1px 1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.btn:hover,
.more-link:hover,
input[type=submit]:hover {
  background: #caf715;
  padding: 5px 16px;
}

img.alignleft,
img.alignright {
  background: #f2f2f2;
  border: 2px solid #cecdcd;
  padding: 5px;
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  transition: border 0.2s linear;
}

img.alignleft { margin-right: 15px;
  margin-bottom:15px;
}
img.alignright { margin-left: 15px; }

.thumbnail {
  margin-left: -50px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}
.thumbnail:hover {
  border: 2px solid #F83D87;
  padding:5px;
}

.hide { display: none; }

#contactGif{
  vertical-align: middle;
  padding-left:10px;
}
.pagination a{
  padding:5px;
}
.pagination span{
  padding:5px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix { display: inline-block; }

.clearfix { display: block; }
.postImageLink{
  padding:0px !important;
}
.postImageLink:hover;{
  padding:0px !important;
}
#submit{
  padding: 12px 6px;
}
#homepageBlurb {
  float: left;
  width: 321px;
}
#homepageBlurb p{
  padding-right: 0px !important;
}
#contactSocial {
  float: left;
}
#contactSocial a{
  background:none !important;
  padding:0px !important;
  display: block;
}
#contactSocial a:hover{
  background:none !important;
  padding:0px !important;
  display: block;
}
#topBar{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: url("http://static.travisberry.com/sites/4ddebc054a2ab10001000007/theme/images/bg.png") repeat scroll rgba(1, 1, 1, .5);
  -moz-box-shadow: 0 0 5px 5px #000;
  -webkit-box-shadow: 0 0 5px 5px#000;
  box-shadow: 0 0 5px 5px #000;
  padding-left: 10px;
  border-bottom: 1px solid #251A32;
  border-top: 1px solid #251A32;
}
#topBar img{
  display:inline;
  border:1px solid #F96682;
  margin: 5px 5px 1px;
}
#topBar a{
  padding:0px;
  background:none;
}
#topBar a:hover;{
  padding:0px;
  background:none;
}
#searchFrom {
  float: right;
  margin: 10px 0px 10px 0px;
}
#disqus_thread a{
  padding:0px !important;
}
.gist-meta{
 font-size:8px !important;
 text-shadow: none !important; 
}
