html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*lettering*/

.logo h1>span{
	display: inline-block;
	margin: 0 -3%;
} 

.char1 {
	margin: 0 -3% !important;
}

.char2 {
	margin: 0 -1% !important;
}

.char3 {
	
}

.char4 {
	
}

.char5 {
	
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	height: 100%;
	width: 100%;
} 


body {
	background: #ffe300;
	font-size: 12px;
	font-family: 'LeagueGothicExtendedRegular';
	height: 100%;
	width: 100%;
}

.chrome body {
	
}

.credits {
	position: fixed;
	width: 100%;
	clear: both;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0,0,0,0.51);
	padding: 2px 10px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #ffe300;
	text-transform: uppercase;
	text-align: center;
	word-break: break-word;
	word-wrap: break-word;
}

a {
	color: #ffe300;
}

.credits a:hover {
	color: #000;
}

.logo {
	text-align: center;
	position: fixed;
	top: 50px;
	right: 50px;
	bottom: 100px;
	left: 50px;
	background: rgba(0,0,0,0.51);
	z-index: 20;
	padding: 25px;
	color: #ffe300;
	letter-spacing: -50% !important;
	display: none;
}
.logo h1 {
	display: block;
}

.logo h1 {
	font-size: 100%;
	display: block;
}

#photos {
   line-height: 0;
   -webkit-column-count: 4;
   -webkit-column-gap:   0px;
   -moz-column-count:    4;
   -moz-column-gap:      0px;
   column-count:         4;
   column-gap:           0px;
}

#photos a, #photos p, .videors {
	width: 100%;
	position: relative;
	display:-moz-inline-stack;
    display:inline-block;
	text-decoration: none !important;
}

.webkit #photos a {float: left;}

.titulo {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	padding: 5px;
	z-index: 10;
	background: rgba(0,0,0,0.5);
	color: #ffe300;
	font-size: 3em;
	text-align: right;
	line-height: 30px;
	opacity: 0;
	text-transform: uppercase;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  opacity: 0.5;
  float: left;
}

/*.rb-btn {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 19 !important;
	width: 64px !important;
	height: 20px !important;
	background: url("http://assets.tumblr.com/images/iframe_reblog_alpha.png?4") !important;
	opacity: 0;
}

.my-like {
    position: absolute;
    top:21px;
    left:-1px;
    z-index:19;
    background: url("../i/like-btn.png") no-repeat center;
    height:20px;
    width:23px;
    cursor:pointer;
    opacity: 0;
}
*/
#photos img:hover, #photos a:hover .titulo, a.videors:hover .rb-btn, .videors:hover .my-like {
	/*-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
	opacity: 1;*/
}

#photos a:hover .titulo {
	display: block;
	opacity: 1;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

audio {
	display: none;
}

#photos iframe, #photos object {
	display: none;
}

#fancybox-content {
	border-color: #000 !important;
}

.videors {
	position: relative;
	display: inline-block;
	background: #ffe300;
}

.videors.tags {
	padding: 30px;
	background: red;
	display: none;
}

/*.autopagerize_page_element, .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {
	
}

.tumblrAutoPager_page_info p, .tumblrAutoPager_page_info br {
	float: none !important;
	clear: none !important;
	display: none !important;
}
*/