/* -----------------------------------------------------------
   Fluid Neue Notification (for Fluid Classic)
   ----------------------------------------------------------- */

#neue-notify-wrap {
	width: 360px;
	height: auto;
	position: fixed;
	z-index:9999;
	right: 20px;
	bottom: 20px;
	display: none;
	-webkit-transition: all 720ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	   -moz-transition: all 720ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	    -ms-transition: all 720ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	     -o-transition: all 720ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	        transition: all 720ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
	    -ms-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
	     -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
	        transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}
#neue-notify-wrap.customize {
	bottom:73px;
	right:16px;
}
#neue-notify {
	background: #219eb8; /* Old browsers */
	background: -moz-linear-gradient(top,  #219eb8 0%, #0684a4 50%, #037da0 51%, #00769b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#219eb8), color-stop(50%,#0684a4), color-stop(51%,#037da0), color-stop(100%,#00769b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #219eb8 0%,#0684a4 50%,#037da0 51%,#00769b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #219eb8 0%,#0684a4 50%,#037da0 51%,#00769b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #219eb8 0%,#0684a4 50%,#037da0 51%,#00769b 100%); /* IE10+ */
	background: linear-gradient(top,  #219eb8 0%,#0684a4 50%,#037da0 51%,#00769b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219eb8', endColorstr='#00769b',GradientType=0 ); /* IE6-9 */
	color: #9dc9d7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-shadow: 0 -1px #155B6F;
	position: relative;
	padding: 13px 15px;
	z-index: 9999;
	-webkit-box-shadow: 0 0 0 1px rgba(9, 45, 56, 0.75), 0 2px 16px rgba(0,0,0, 0.66), 0 0 0 1px rgba(233, 243, 252, 0.14) inset;
	   -moz-box-shadow: 0 0 0 1px rgba(9, 45, 56, 0.75), 0 2px 16px rgba(0,0,0, 0.66), 0 0 0 1px rgba(233, 243, 252, 0.14) inset;
	        box-shadow: 0 0 0 1px rgba(9, 45, 56, 0.75), 0 2px 16px rgba(0,0,0, 0.66), 0 0 0 1px rgba(233, 243, 252, 0.14) inset;	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased !important;
}
#neue-notify a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}
#neue-notify a:hover {
	text-decoration: underline;
}
.notify-invisible {
-webkit-transform: rotateY(-90deg);
   -moz-transform: rotateY(-90deg);
     -o-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
}
.notify-visible {
-webkit-transform: rotateY(-0deg);
   -moz-transform: rotateY(-0deg);
     -o-transform: rotateY(-0deg);
        transform: rotateY(-0deg);
}
#neue-notify h4 { 
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	margin-top:0;
}

#neue-notify p {
	margin-bottom:0px;
}

#neue-notify .logo { 
	float: left; 
	margin-right: 15px;
	margin-bottom: 45px;
	margin-top: 5px;
}
#neue-notify-close {
	background: url(http://static.tumblr.com/njty47g/w5om47117/close.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	position: absolute;
	right: -15px;
	top: -15px;
	display: none;
	z-index: 10000;
	overflow: hidden;
}