
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url('https://www.tumblr.com/login'),
 url('http://www.tumblr.com/dashboard'),
url('http://www.tumblr.com/new/blog'),
 url('http://www.tumblr.com/inbox'),
url('http://www.tumblr.com/help'),
url('https://www.tumblr.com/preferences'),
url('http://www.tumblr.com/lookup'),
url('http://www.tumblr.com/explore'),
 url('http://www.tumblr.com/following'),
url('http://www.tumblr.com/likes'),
url-prefix('http://www.tumblr.com/new/'),
url-prefix('http://www.tumblr.com/tumblelog/'),
url-prefix('http://www.tumblr.com/tagged/'),
url-prefix('http://www.tumblr.com/spotlight/'),
 url-prefix('http://www.tumblr.com/edit/') {

/*sets text color for ALL text*/


{ color: #000 !important;}

#left_column #posts .notification .avatar {

          
                        background-color:transparent !important;

			opacity:0.6 !important;

}






/*BIG BACKGROUND begin - background for the entire screen*/

body {
 background: url('http://static.tumblr.com/blpgwiz/kV0m54i25/dsc_0088_copy_large.jpg') center #fff no-repeat fixed !important;
 background-size: 100% 100%;
background-color: rgba(44,71,98, 0.95) !important;
color:#000000!important;

}
/*BIG BACKGROUND end*/

h1,h2,h3,h4,h5,h6{color:#000000 !important}

a, a:visited{color:#000000 !important}




/*CONTENT begin - background for posts, icon bar, sidebar*/


#left_column, #right_column {background-color: transparent !important;}

div.l-content.l-content.l-content {


  background: #fff !important;
  opacity: 0.75 !important;
  border-radius:0px  !important;
	-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
  

}


/*CONTENT*/ 



/*POST BACKGROUND begin*/

#posts LI[class*=" post"] {
background: #fff !important;
border-radius: 0px !important;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
border: 2px #fff !important;



}


/*POST BACKGROUND end*/

/*RADAR begin - removes radar blue frame - softens appearance*/

.post.photo_post .photo, .post.photo_post .video_thumbnail {

  -webkit-border-radius:0px  !important;
	-moz-border-radius:0px  !important;
	border-radius:0px  !important;
	-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
border: 2px #fff !important;

}




.content.is_media, .mask.top, .mask.bottom {

  background: none !important;

}

/*RADAR end*/


/*NEW CONTENT begin - text post message body background*/


.controls_section{
	border:3px solid #fff  !important;
	-webkit-border-radius:0px  !important;
	-moz-border-radius:0px  !important;
	border-radius:0px  !important;
	-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
}

.mceContentBody {
color: #000; !important;
background: #fff !important;
border-radius: 0px !important;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
border: 2px #fff !important;
}

/*NEW CONTENT end*/

/*DO NOT DELETE THIS BRACKET*/}