@-moz-document url-prefix("http://www.tumblr.com/"), url-prefix('https://www.tumblr.com/')   {
/*BIG BACKGROUND begin - background for the entire screen*/
 body {
 background:url("http://24.media.tumblr.com/tumblr_mckjczVTE01r1przlo1_r3_1280.jpg")no-repeat fixed  !important;
   background-color: rgba(44,71,98, 0.95) !important;
   background-position: 0% 0% !important;
   background-size: 100% 100%  !important;
 }
 /*BIG BACKGROUND end*/
}

@-moz-document url-prefix("http://www.tumblr.com/") {
/*CONTENT begin - background for posts, icon bar, sidebar*/
 #left_column, #right_column {background-color: transparent !important;}

div.l-content.l-content.l-content {
   background: rgba(44,71,98, 0.25) !important;
 }
 /*CONTENT end*/
}

@-moz-document url-prefix("http://www.tumblr.com/") {
*ICON BAR BACKGROUND begin - background for the icon bar*/
 #new_post {
   background-color: rgba(255, 255, 255, 0.25) !important;
 }
 /*ICON BAR BACKGROUND end*/
}

@-moz-document url-prefix("http://www.tumblr.com/") {
#logo {height: 0 !important;

	width: 0 !important;

	padding-left: 240px !important;

	padding-top: 50px !important;

	background: url(http://25.media.tumblr.com/tumblr_mciv3bW0Gn1r1przlo1_r2_250.png) no-repeat !important;}
}