@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("tumblr.com") {

h1 {
 display: none !important
}

.post
{
  position:absolute !important;
  width: 500px !important;
  top: 1em !important;
  left: 1em !important;
}

#logo,
.post {
  opacity:0.25 !important;
}

.video {
  display: none !important;
}


/* reset css */
/* via. http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	font-size: 100% !important;
	vertical-align: baseline !important;
	background: transparent !important;
}
body {
	line-height: 1 !important;
}
ol, ul {
	list-style: none !important;
}
blockquote, q {
	quotes: none !important;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '' !important;
	content: none !important;
}

/* remember to define focus styles! */
:focus {
	outline: 0 !important;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none !important;
}
del {
	text-decoration: line-through !important;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}


}