/*
 * Globals
 */

body {
  font-family: "Helvetica Neue", "Helvetica", Georgia, "Times New Roman", Times, serif;
  color: #444; 
  background-color:#213f52;
  font-size: 16px;
}

body::after
  {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;   
}

body.tinysquares::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/ORNnjz323/tinysquares.png');
}

body.squares::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/cMhnjyw2t/squares.png');
}

body.weave::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/kggnjyw33/weave.png');
}

body.floral::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/4ZHnjyw7w/floral.png');
}

body.concrete::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/G3Rnjyw20/concrete.png');
}

body.paper::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/bn1njyw89/paper.png');
}

body.grid::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/St2njyw8i/grid.png');
}

body.wood::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/5x7njyw8y/wood.png');
}

body.darkvintage::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/LiSnjyw2h/darkvintage.png');
}

body.stardust::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/vfhnjyw9b/stardust.png');
}

body.tessellate::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/QbMnjyw9g/tessellate.png');
}

body.greywash::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/fJhnjyw9r/greywash.png');
}

body.grunge::after {
  background-image: url('http://static.tumblr.com/tmc1t3c/xh5njywa0/grunge.png');
}

.container-fluid {
  margin:0;
}

.clear {
  clear: both;
}

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

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

.site-header {
  max-width:1100px;
  margin:30px auto;
  padding:30px 0 30px 0;
}


/*
 * Main Typography
 */

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.8;
  color:#2175bc;
  text-decoration: none;
}

blockquote {
  font-size:15px;
  border-left: 3px solid rgba(0,0,0,0.1);
  padding: 0px 20px;
}

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

/*
 * Notes Styles
 */

.notecontainer {
  margin:20px 0 20px 0;
  padding:30px 0 20px 0;
}

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

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

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

.avatar_frame {
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: center
}

.avatar_frame img {
    vertical-align: top
}

.avatar_frame:before {
    background: #e3e3e3;
    content: "";
    left: 0;
    top: 0;
    width:35px;
    height:35px;
}

.avatar_frame:after {
    display: inline-block;
    font-family: "icomoon";
    line-height: 1em;
    text-align: center;
    vertical-align: baseline;
    width: 1em;
    height: 1em;
    content: "\e601";
    font-size: 14px;
    left: calc(50% - 5px);
    margin: -5px 0 0 -0.5em;
    top: 50%;
}

.reblog .avatar_frame:after {
    content: "\e602"
}

.notes blockquote, .notes .action, .notes .clear {
    display: none
}

.notes>li {
    float: left
}

.avatar_frame, .notes>li {
    height: 30px
}

.avatar_frame:before, .avatar_frame img {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    max-width:35px;
}

.avatar_frame:before, .avatar_frame img {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    max-width:35px;
}

.avatar_frame:before, .avatar_frame:after {
    position: absolute;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.avatar_frame:hover:before, .avatar_frame:hover:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.more_notes_link {
  display:block;
  font-size:0.8em;
  border-radius: 3px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.2);
  margin:5px 0px 10px 0;
  padding:4px 6px 4px 6px;
}




/*
 * Following and Likes 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;
}

.liked-posts img {
  max-width: 200px;
}
.like_post {
  float:left;
  margin-right:20px;
  font-size: 0.9em;
}

/*
 * 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;
}


/*
 * Show/hide sidebar functionality
 */

.container-fluid, .blog-sidebar, .sidebar-show, .sidebar-open {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;     
}

.blog-sidebar {
  width:100%;
  position:absolute;
  top:0;
  left:0;
  top:-300px;
  height:300px;
}

body.show-sidebar .blog-sidebar {
  top:0;  
}

body.show-sidebar .container-fluid {
  top:300px;
  position:absolute;
  width:100%;
}

.container-fluid {
  position:absolute;
  width:100%;
}

.icon-arrow-down {
  position:absolute;
  top:30px;
  left:30px;
  cursor: pointer;
  font-size: 1.5em;
}

.icon-arrow-down:hover {
  cursor: pointer;
  opacity: 0.8;
}


/* Navigation links */

.navigation {
  margin-bottom: 30px;
}

.navigation a {
  background:#fff;
  padding:7px;
  display:inline-block;
  margin:0 8px 8px 0;
  border-radius:2px;
  text-transform:uppercase;
  font-size:0.8em;
  font-weight:bold;
  border-bottom:1px solid #ddd;

}

.navigation a:hover {
  cursor: pointer;
}

.social-icons {
  font-size: 0.8em;
}

.navigation .icon-search {
  padding:8px 8px 9px 8px;
}

.tag-menu-enclosure {
  position:relative;
  display:inline-block;
}

.dropdown-menu {
  border:0;
  border-radius: 0;
  box-shadow:none;
  margin:0;
  top:calc(100% - 10px);
  padding:0;
}

.dropdown-menu li a {
  margin:0;
  padding:7px 7px;
  border:0;
  font-size:0.8em;
  font-weight:bold;
}


/*
 * Blog name and description
 */

.blog-title {
  font-size: 4.5em;
  font-weight: bold;
  margin:0 0 40px 0;
  text-transform: uppercase;
}
.blog-description {
  font-weight: normal;
  font-size:1em;
  line-height: 1.5em;
  max-width:400px;
  margin:10px auto 30px auto;
  opacity:0.8;
}
.sidebar-module .blog-description {
  margin-bottom: 0px;
}

/*
 * Avatar & Logo Style
 */

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

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

#logo img {
  margin:0 auto 40px auto;
}


/*
 * Main column and sidebar layout
 */

.blog-header {
  padding:40px 0 50px 0;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.blog-main {
  font-size: 15px;
  line-height: 1.5;
}

.blog-sidebar {
  font-size: 15px;
  padding:0 !important;
  -webkit-transform:translateZ(1px);
  -moz-transform:translateZ(1px);
  -o-transform:translateZ(1px);
  transform:translateZ(1px);
}

.sidebar-content {
  padding:30px;
}

/* 
Sidebar modules for boxing content
*/

.sidebar-module {
  padding: 5px;
  margin: 0 0px 30px;
}

.sidebar-module h4 {
  margin-bottom: 1em;
  margin-top: 0;
  color:#fff;
  text-transform: uppercase;
  font-size: 0.8em;
}

.sidebar-module.copyright {
  border-top:1px solid rgba(255,255,255,0.2);
  padding-top:20px;
  font-size:0.8em;
}

.sidebar-module.copyright a {
  opacity:0.7;
}

.sidebar-module.copyright a:hover {
  opacity:0.5;
}

/* 
In-post copy and images
*/

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

.copy img {
  max-width: 100%;
  height:auto !important;
}

.copy iframe {
  max-width: 100%;
  margin-bottom: 20px;
}

/* Grid Masonry Layout */

.blog-post, .grid-sizer {
  width:  calc((100% - 10px) / 6);
}

.blog-post.featured {  
  width:  calc(((100% - 10px) / 6)*2 + 2px);
}

@media screen and (max-width:2000px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 8px) / 5);
  }
  .blog-post.featured {  
    width:  calc(((100% - 8px) / 5)*2 + 2px);
  }
}

@media screen and (max-width:1500px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 6px) / 4);
  }
  .blog-post.featured {  
    width:  calc(((100% - 6px) / 4)*2 + 2px);
  }
}

@media screen and (max-width:1200px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 4px) / 3);
  }
  .blog-post.featured {  
    width:  calc(((100% - 4px) / 3)*2 + 2px);
  }
}

@media screen and (max-width:1000px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 2px) / 2);
  }
  .blog-post.featured {  
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .blog-post {width:100%;}
  .blog-post.featured {width:100%;}
}

/* Tags and Meta Details */

.permalink {
  margin: 20px 0 0 0;
}

.permalink .tags, .permalink .source-link, .permalink .read_more_container a {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  background:rgba(0,0,0,0.025);
  border-radius:3px;
  padding:4px 8px 4px 8px;
  display:inline-block;
  margin: 0 10px 10px 0;
  font-size:.9em;
}

.read_more_container a {
  border:0;
  padding:6px 10px 6px 10px;
  margin:20px 0 0px 0;
  display:inline-block;
}

.permalink .tags a, .permalink .permalink a {
  font-weight: normal;
}

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

.hidemeta .source-link, .hidemeta .tags, .hidemeta.copy {
  display: none;
}


/* Search Box */

.search-overlay {
  display:none;
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  z-index:1050;
  padding-top:25%;
  padding-left: calc((100%/2)-150px);
  text-align:center;
  font-size:1.3em;
}

.search-overlay-close {
  color:#ffffff;
}

.search-overlay-close:hover {
  cursor:pointer;
  opacity:0.7;
}

.form-control {
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius:3px;
  border: 0;
  background-color: rgba(255,255,255,0.3);
  margin:0 auto;
  color:#fff;
  transition:background-color 0.2s linear;
  width:300px;
  height:70px;
  font-size:1.3em;

}

.form-control:active, .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: rgba(255,255,255,0.5);
  color:#fff;
}

.form-control::-webkit-input-placeholder {
  color:#fff;
}

::-webkit-input-placeholder::before { font-family: icomoon; content:'\e613'; opacity:0.3;  }
::-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* firefox 19+ */
:-ms-input-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* ie */
input:-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  }



/* Tweets */

#tweets .tweet {
  font-size: 0.9em;
  opacity:1;
  color:#fff;
}
#tweets .tweet a {
  opacity:0.7;
}
#tweets .tweet a:hover {
  opacity:0.5;
}
.tweet {
  margin-bottom:1em;
}


/* Likes, Shares & Reblogs */

.likereblogbuttons {
  margin:10px 0 0 0;
}

.social-share-widget-enclosure, .like-button, .reblog-button, .permalink-button a {
  float:left;
  width:15px;
  height: 15px;
  margin-right: 10px;
  line-height: 24px;
  font-size: 14px;
  color:#ccc !important;
}
.share-button, .permalink-button a {
  margin-top:-1px;
}
.permalink-button a {
  font-size: 15px;
}
.like-button {
  transition:opacity 0.2s linear;
}
.like-button:hover, .share-button:hover {
  cursor: pointer;
}
.like-button:hover {
  opacity:0.8;
}
.icon-share:before, .permalink-button a {
  color:#ccc;
}
.icon-share:hover:before, .permalink-button a:hover {
  color:#bbb;
  cursor: pointer;
}

/* Share Widget */

.social-share-widget-enclosure {
  position:relative;
  display:inline-block;
  margin:-2px 12px 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;
}

/* Pagination */

.pager, .daypager {
  text-align: center;
  margin:0;
  padding:0px 30px 20px 30px;
  font-size:0.9em;
  list-style: none;
}
.pager > li > a, .daypager > li > a {
  width: 200px;
  text-align: center;
  border:none;
  background: none;
}
.pager > li > a:hover, .daypager > li > a:hover {
  width: 200px;
  text-align: center;
  border:none;
  background: none;
}
.pager > li > a span.icon-arrow-left, .pager > li > a span.icon-arrow-right, .daypager > li > a span.icon-arrow-left, .daypager > li > a span.icon-arrow-right {
  font-size: 0.9em;
  margin:0 5px 0 5px;
}

/*
 * 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 {
  border:0;
  margin-bottom:2px;
}

.blog-posts.post-page .blog-post {
  margin:0 auto;
  padding:30px;
  background:#fff;
}

.blog-post-content {
  padding: 35px;
}

.blog-post-content.photo .overlay{
  width:100%; 
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  border-radius: 3px;
  padding:20px;
  background-color:rgba(0,0,0,0.75);
  color:#fff;
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.1s,opacity 0.1s linear;
}
.blog-post-content.photo .overlay .slash{
  color:rgba(255,255,255,0.2);
}
.blog-post-content.photo .overlay .caption {
  display:none;
}
.blog-post-content.photo:hover .overlay {
  visibility:visible;
  display:block !important;
  opacity:1;
  transition-delay:0s;
}

.blog-post-title {
  margin-top:0;
  margin-bottom: 0.5em;
  font-size: 1.8em;
}

.blog-posts.post-page .blog-post .caption {
  margin: 40px 0 20px 0;
}

.blog-posts.post-page .blog-post .permalink {
  border-bottom:1px solid #f0f0f0;
  padding:0 0 40px 0;
  margin:0 0 20px 0;
}

.blog-post-meta {
  margin-bottom: 20px;
  font-weight: bold;
}

.blog-post .media {
  text-align: center;
}

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

.html_photoset, .photoset {
  max-width:100% !important;
}

.read_more_container a {
  border-radius: 2px;
  margin-top:5px;
}

/*
 * Quotes and Questions
 */

.quote, .question {
  margin-bottom:0.5em;
}

.asker_container {
  margin-bottom:1em;
  padding-bottom:1em;
  border-bottom:1px solid rgba(0,0,0,0.1);
}

.blog-post-content .quote {
  font-size:1.5em;
}

.blog-post-content .quote p {
  display:inline;
}

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

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

.chat strong {
  display:block;
  text-transform:uppercase;
  font-size:0.8em;
  margin-bottom:5px;
}

.blog-post-content.quote, .blog-post-content.answer  {
  margin:0;
}

.blog-post-content.quote a, .blog-post-content.answer a  {
  opacity:0.8;
}

/*
 * 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%;
}


/*
 * Comments
 */ 

#comments-block {
  padding:20px;
}

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



/*
 * Loading Spinner
 */

.spinner {
  width: 25px;
  height: 25px;
  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;
}


/*
 * Lightbox Styles
 */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;-webkit-transform:translateZ(2px);-moz-transform:translateZ(2px);-o-transform:translateZ(2px);transform:translateZ(2px);}
#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;}
