/*
 * Globals
 */

body {
  font-family: "Helvetica Neue", "Helvetica", Georgia, "Times New Roman", Times, serif;
  color: #444; 
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  background:#fff;
  margin-top:70px;
}

@media screen and (max-width:1000px) { .container {margin-top:0px;} }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

a {
  color:#2175bc;
  transition: all 0.2s ease;
}

a:hover, a:focus {
  opacity:0.7;
  color:#2175bc;
  text-decoration: none;
}

blockquote {
  font-size:16px;
  border-left: 5px solid rgba(0,0,0,0.2);
}

.slash {
  font-size:14px;
  color:rgba(0,0,0,0.2);
}

.hidden {
  display:none;
  visibility: hidden;
}

.clear {
  clear: both;
}

/*
 * Notes Styles
 */

.notes {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.notes li {
  margin:0 0 10px 0;
  font-size:0.9em;
}

.notes li a img {
  margin:0 10px 0 0;
}

.notes li blockquote {
  margin-top:10px;
  font-size:0.9em;
}


/*
 * Folllowing Styles
 */

.following {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.following li {
  margin:0 0 10px 0;
  font-size:0.9em;
}

.following li img {
  margin:-5px 10px 0 0;
}

.following li a {
  margin:2px 0 0 0;
}


#likes {
  list-style:none;
  margin:0;
  padding:0;
  font-size: 14px;
}

#likes li {
  margin-bottom:15px;
}

#likes li img {
  margin-bottom:10px;
}


/*
 * Dribbble Styles
 */

#dribbble {
}

#dribbble p {
}

#dribbble ul {
  list-style: none;
  padding: 0;
}

#dribbble ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#dribbble ul li img {
  width: 45%;
  margin-right:2.5%;
  margin-bottom:10px;
}


/*
 * Flickr Styles
 */

.flickr_badge_image {
  margin:0px;
  display:inline;
}

.flickr_badge_image img {
  border: 0;
  margin-right:5%;
  margin-bottom:10px;
  width: 45%;
  height:auto;
}



/*
 * Instagram Styles
 */

#instafeed a {
  display: inline;
  margin: 0;
  padding: 0;
}

#instafeed a img {
  width: 29%;
  margin-right:4%;
  margin-bottom:15px;
}


/*
 * 500px Styles
 */

#px500images a {
  display: inline;
  margin: 0;
  padding: 0;
}

#px500images a img {
  width: 45%;
  margin-right:5%;
  margin-bottom:10px;
}




/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1000x;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color:rgba(0,0,0,0.03);
}

/* Nav links */
.blog-nav {
  background:rgba(255,255,255,0.2);
  padding:5px;
  font-size:14px;
  text-transform: uppercase;
  margin:0 -15px 70px -15px;

}

.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  opacity: 0.7;
}

.blog-nav-item:hover {
  opacity:1;
}

/*
 * Blog name and description
 */

.blog-header {
  padding-bottom: 50px;
  text-align: center;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 200;
}
.blog-description {
  font-size: 20px;
  font-weight: normal;
  font-size:15px;
  line-height: 1.5em;
  max-width:400px;
  margin:10px auto 40px;
  opacity:0.7;
}


/*
 * Avatar Style
 */

#avatar img {
  width:120px;
  margin:0 auto;
}

#avatar img.circle {
  border-radius: 60px;
}


/*
 * Main column and sidebar layout
 */

.blog-wrapper {
  background:#f7f7f7;
}

.blog-main {
  font-size: 16px;
  line-height: 1.5;
  background-color: rgb(255, 255, 255);
}

.blog-sidebar {
  padding:40px;
  background:#f7f7f7;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 5px;
  margin: 0 0px 30px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color:rgba(0,0,0,0.03);
  border-radius: 3px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.sidebar-module h4 {
  margin-bottom: 1em;
  margin-top: 0;
}

.copy p {
  margin:15px 0 15px 0;
}

.copy img {
  max-width: 100%;
}


/* Tags */

.footer a {
  color:#ccc;
}

.permalink {
  padding-top:0px;
}

.tags {
  margin-top:10px;
}

.tags, .permalink {
  font-weight:bold;
  font-size:0.9em;
}
.tags a, .permalink a {
  font-weight: normal;
}

.tags a {
  margin-right:10px;
}



/* Search Box */
.form-control {
  font-size: 14px;
  -webkit-box-shadow:none;
  box-shadow: none;
  -webkit-transition:none;
  -o-transition:none;
  transition:none;
  border-radius:3px;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: rgba(255,255,255,0.5);
  width:95%;
}

.form-control:active, .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0.1);
}



/* Tweets */
#tweets {
  font-size: 14px;
}
.tweet {
  margin-bottom:10px;
}


/* Likes, Shares & Reblogs */

.like-reblog-buttons {
  float:right;
  width:70px;
  position: relative;
}
.blog-posts.index .like-reblog-buttons {
  position:absolute;
  bottom:20px;
  right:20px;
}
.like-button {
  float:right;
  width:15px;
  height:15px;
  padding-right:2px;
  transition:opacity 0.2s linear;
}
.like-button:hover, .share-button:hover {
  cursor: pointer;
}
.like-button:hover {
  opacity:0.8;
}
.reblog-button {
  float:right;
  margin-right:11px;
}
.icon-share,
.icon-heart {
  width:16px;
  margin-top:9px;
}
.icon-share:before {
  color:#ccc;
}
.icon-share:hover:before {
  color:#bbb;
  cursor: pointer;
}
.share-button {
  float:left;
  height:15px;
  margin-top:-13px;
}

/* Share Widget */

.social-share-widget-enclosure {
  position:relative;
  display:inline-block;
  margin:-3px 0 0 0;
  padding:0;
}

.social-share-widget {
  list-style:none;
  padding:6px 4px;
  width:172px;
  margin:0;
  height:42px;
  background:#e9e9e9;
  border-radius: 2px;
  left:-75px;
  top:-45px;
  box-shadow: none;
  border:0;
}

.social-share-widget li {
  float:left;
}

.social-share-widget li a {
  height:auto;
  margin-right:2px;
  margin-left:2px;
  padding:2px 9px;
  background-color:rgba(255, 255, 255, 1);
  border:1px solid #dcdcdc;
  border-radius:2px;
  font-size:14px;
  text-align:center;
}

.social-share-widget [class^="icon-"],
.social-share-widget [class^="icon-"]:hover,
.social-share-widget [class*=" icon-"],
.social-share-widget [class*=" icon-"]:hover {
  color:#bebebe;
  margin:0;
}

.social-link {
  display:none;
}

/* Back to Top */

.backtotop-button {
  display:inline;
}
.backtotop-button img {
  width:14px;
  margin-top:-5px;
  opacity:0.5;
  float:right;
}
@media screen and (max-width:660px) { .backtotop-button img  {float:none;} }
.backtotop-button a:hover {
  cursor: pointer;
}

/* Pagination */
.pager {
  text-align: left;
  margin:0;
  padding:0px 30px 20px 30px;
}
.pager > li > a {
  width: 200px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 3px;
  background-color:rgba(0,0,0,0.03);
  border:none;
}
.pager > li > a:hover {
  width: 200px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 3px;
  background-color:rgba(0,0,0,0.06);
  border:none;
}

#infscr-loading {
  margin-bottom:0px;
  bottom:0;
  position:absolute;
  width:30%;
  text-align: center;
  border-radius: 3px;
  background-color:rgba(0,0,0,0.03);
  border:none;
  height:40px;
  line-height:40px;
}


/*
 * Blog posts
 */

.blog-posts {
  margin:30px 30px 50px 30px;
  display: none;
}

@media screen and (max-width:767px) {
  .blog-posts {
    margin:30px 10px 50px 10px;
  }
}

.blog-post {
  margin-bottom: 40px;
  border-bottom:1px solid #f2f2f2;
  padding-bottom:30px;
}
.blog-post-title {
  margin-top:0;
  margin-bottom: 0.5em;
  font-size: 30px;
}
.blog-post-meta {
  margin-bottom: 20px;
  font-weight: bold;
}

.blog-post .media {
  margin-bottom:1.5em;
}

.blog-post .media img {
  max-width:100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}



/*
 * Quotes and Questions
 */

.quote, .question {
  font-style: italic;
  font-size: 24px;
  margin-bottom:0.5em;
}

.quote p {
  display:inline;
}

.asker_container {
  margin-bottom:1em;
}

div.line.odd {
  background:#f7f7f7;
  padding:10px;
}

div.line.even {
  padding:10px;
}


/*
 * Audio and Video
 */

.audio_container {
  position: relative;
  padding-top: 100px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom:1.5em;
}

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


/*
 * Spinner
 */

 .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
  }

  .double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
  }

  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  @-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
  }

  @keyframes bounce {
    0%, 100% { 
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 50% { 
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
  }

  /*
   * Infinite Scroll
   */

  #infscr-loading {
    bottom:0px;
    position:absolute;
    width:100%;
    text-align: center;
    border-radius: 3px;
    background:none;
    border:none;
    height:35px;
    line-height:40px;
    margin: 0px auto;
  }

   #infscr-loading .spinner {
      position: relative;
      margin: 20px auto;
    }

   #infscr-loading .spinner .double-bounce1, #infscr-loading .spinner .double-bounce2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  /*
   * Colorbox Styles
   */
  #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
  #cboxOverlay{position:fixed; width:100%; height:100%;}
  #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
  #cboxContent{position:relative;}
  #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
  #cboxTitle{margin:0;}
  #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
  .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
  .cboxIframe{width:100%; height:100%; display:block; border:0;}
  #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

  #cboxOverlay{background:#000000;}
  #colorbox{outline:0;}
  #cboxContent{margin-top:32px; overflow:visible;}
  #cboxError{padding:50px; border:1px solid #ccc;}
  #cboxLoadedContent{background:#000000; padding:1px;}
  #cboxLoadingGraphic{background:url(http://static.tumblr.com/hmqexaq/L8bnfqtq6/spinner.gif) no-repeat center center;}
  #cboxLoadingOverlay{background:#000000;}
  #cboxTitle{position:absolute; top:-22px; left:0; color:#ffffff; text-shadow:none;}
  #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

  #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

  #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(http://static.tumblr.com/hmqexaq/COOnfqum6/slideshow-icons.png) no-repeat 0 0;}
  #cboxPrevious{background-position:0px 0px; left:25px;}
  #cboxNext{background-position:-25px 0px; left:50px;}
  #cboxClose{background-position:-50px 0px; left:0px;}
  .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
  .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
  .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}

/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  border-top-color:rgba(0,0,0,0.1);
  padding:30px;
  font-size:14px; 
}
.blog-footer p {
  opacity:0.5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
