.content { }
body{
    padding: 0;
    /*font: 62.5%/1 "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
    /*width: 1280px;*/
    /*max-width:1550px;*/
    margin: 0 auto;
}
.container{
    /*overflow:auto;*/
    width:98%;
    margin: 0 auto;
}

#title {
    padding: 5px 0 2px 10px;
    font-family: 'Raleway' !important;
    font-style: normal;
    font-weight: 200;
}

#description {
    float:left;
    display: block;
    padding: 0 0 10px 10px;
}

#notes {  }

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

.search_query, .tag { }

.post { 
    /*margin: 0 auto; 
    width: 1280px; */
    /*width: 500px;*/
    padding: 5px 2px 0 2px;
    min-width: 500px;
}
.media.zoom { display: table; margin: 0 auto; }
.photo img { /*margin: 0 auto;*/ /*max-height: 1280px; max-width: 1280px;*/ }
.quick-count {
    font-size: 20px;
    height: 20px;
    min-width: 20px;
    float: left;
    background: rgba(0, 0, 0, 0.5);

    padding: 10px 10px 10px 10px;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    -webkit-transition: all .2s ease; /* Safari and Chrome */
    -webkit-transform: translate3d(0,0,0);
    -o-transition: all .2s ease; /* Opera */
    -moz-transition: all .2s ease; /* Firefox 4 */
    transition: all .2s ease-out;
}
.quick-reblog { 
    float: left; 
    text-align: right; 
    height: 40px; 
    width: 40px; 
    background: rgba(0,0,0,0.5);
    background-image:url('http://jellyweb.com/tumblr/reblog-40.png'), url('http://jellyweb.com/tumblr/reblog-hover-40.png'); 
    border-radius: 5px; 
    margin-right: 10px;
    cursor:pointer;
    -webkit-transition: all .2s ease; /* Safari and Chrome */
    -webkit-transform: translate3d(0,0,0);
    -o-transition: all .2s ease; /* Opera */
    -moz-transition: all .2s ease; /* Firefox 4 */
    transition: all .2s ease-out;
}
.quick-reblog:hover {background:rgba(255,255,255,0.5) url('http://jellyweb.com/tumblr/reblog-hover-40.png')}
.quick-reblog a {
    width: 40px;
    height: 40px;
}
.quick-like { 
    float: left; 
    height: 40px;  
    width: 40px;  
    float: left;  
    background: rgba(0, 0, 0, 0.5);  
    opacity: 1;  filter: alpha(opacity=100);   
    text-align: center; 
    border-radius: 5px;
    -webkit-transition: all .2s ease; /* Safari and Chrome */
    -webkit-transform: translate3d(0,0,0);
    -o-transition: all .2s ease; /* Opera */
    -moz-transition: all .2s ease; /* Firefox 4 */
    transition: all .2s ease-out;
}
.quick-like img { cursor: pointer; }
.quick-count:hover span{
     color:black;   
}
.quick-count:hover, .quick-like:hover{
 background:rgba(255,255,255,0.5);   
}
.quick-count span {
    color: white;
    }
.photo-caption { padding: 5px 0 5px 0; text-align: center; font-family: 'Source Sans Pro', sans-serif; font-size:10px; }
.quick-links {
    -webkit-transition: all .2s ease; /* Safari and Chrome */
    -webkit-transform: translate3d(0,0,0);
    -o-transition: all .2s ease; /* Opera */
    -moz-transition: all .2s ease; /* Firefox 4 */
    background: rgba(0, 0, 0, 0.3);
    bottom: 0px;
    height: 0px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    /*-webkit-backface-visibility  hidden*/
;
    overflow: hidden;
}
.quick-links-inner { display: table; margin: 0 auto; overflow: auto; }
.media.zoom:hover .quick-links { height: 40px; opacity: 1; }
.my-like {
    background: url('http://jellyweb.com/tumblr/tumblr-heart-40.png'),url('http://jellyweb.com/tumblr/tumblr-hearted-40.png') 40px 40px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.my-liked, .my-like:hover {
    background-image: url('http://jellyweb.com/tumblr/tumblr-hearted-40.png');
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-size: 100%;
}
.media .imageOverlay {
/*    background:url();
    display:block;
    left:0;
    position:absolute;
    top:0;
    z-index:2;*/
}
#tumblr_controls {
    position: fixed !important;
}
#pageNav{
    display:none;
}

#infscr-loading {
  /*display: block !important;*/
  position: fixed !important;
  left:0px;
  bottom: 10px;
  z-index: 200;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

/**** Isotope Filtering ****/
 
.isotope-item {
  z-index: 2;
}
 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
/**** Isotope CSS3 transitions ****/
 
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
 
/*.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}*/
 
.isotope .isotope-item {
  -webkit-transition-property: opacity;
     -moz-transition-property:     opacity;
      -ms-transition-property:     opacity;
       -o-transition-property:         opacity;
          transition-property:          opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
 
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


.image {
  visibility: hidden;
}