
/*
 * Notification Bar - for jQuery 1.3+
 * http://codecanyon.net/user/RikdeVos?ref=RikdeVos
 *
 * Copyright 2011, Rik de Vos
 * You need to buy a license if you want use this script.
 * http://codecanyon.net/item/notification-bar-for-wordpress/1127658
 *
 * Version: 1.1.0 (Jan 27 2012)
 */

.notification-bar{position:absolute;text-align:center;height:61px!important;width:100%;background:red;top:0;left:0;display:none;padding:0;margin:0;line-height:1em;z-index:10000000;background:#f3f4ef;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f3f4ef),color-stop(100%,#e1e2dc));background-image:-webkit-linear-gradient(top,#f3f4ef 0,#e1e2dc 100%);background-image:-moz-linear-gradient(top,#f3f4ef 0,#e1e2dc 100%);background-image:-o-linear-gradient(top,#f3f4ef 0,#e1e2dc 100%);background-image:-ms-linear-gradient(top,#f3f4ef 0,#e1e2dc 100%);background:linear-gradient(top,#f3f4ef 0,#e1e2dc 100%);-webkit-box-shadow:0 0 5px rgba(0,0,0,.10);-moz-box-shadow:0 0 5px rgba(0,0,0,.10);box-shadow:0 0 5px rgba(0,0,0,.10)}.notification-bar>span{font-size:13px;font-family:Helvetica,Arial,Sans-Serif;text-shadow:0 1px 0 #fff;color:#8c8f7e;margin:0;padding:0;position:relative;top:18px}.notification-bar>span a{color:#8c8f7e;text-shadow:0 1px 0 #fff;text-decoration:underline;font-weight:bold;font-size:13px;background:transparent}.notification-bar>span a:hover{text-decoration:none}.notification-bar .notification-bar-remove{color:#fff;position:absolute;top:15px;right:10px;display:inline-block;width:15px;height:15px;line-height:12px;text-decoration:none;font-size:12px;font-family:Arial;outline:0;background:#babfab;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#babfab),color-stop(100%,#8a8d7a));background-image:-webkit-linear-gradient(top,#babfab 0,#8a8d7a 100%);background-image:-moz-linear-gradient(top,#babfab 0,#8a8d7a 100%);background-image:-o-linear-gradient(top,#babfab 0,#8a8d7a 100%);background-image:-ms-linear-gradient(top,#babfab 0,#8a8d7a 100%);background:linear-gradient(top,#babfab 0,#8a8d7a 100%);border:2px solid #fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.20);-moz-box-shadow:0 1px 5px rgba(0,0,0,.20);box-shadow:0 1px 5px rgba(0,0,0,.20);opacity:.75}.notification-bar .notification-bar-remove:hover{opacity:1}.notification-bar[data-cooltheme=true]{-webkit-box-shadow:1px 0 5px rgba(0,0,0,.10);-moz-box-shadow:1px 0 5px rgba(0,0,0,.10);box-shadow:0 0 7px rgba(0,0,0,.3)}.notification-bar[data-cooltheme=true]>span{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.15)}.notification-bar[data-cooltheme=true]>span a{color:#fff!important;text-shadow:0 -1px 0 rgba(0,0,0,.15);text-decoration:underline}.notification-bar[data-cooltheme=true]>span a:hover{text-decoration:none}.notification-bar[data-cooltheme=true]>span strong{font-weight:bold}.notification-bar[data-cooltheme=true] .notification-bar-remove{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.20);-moz-box-shadow:0 1px 5px rgba(0,0,0,.20);box-shadow:0 1px 5px rgba(0,0,0,.20);color:#fff}.notification-bar[data-theme=silver],.notification-bar[data-theme=silver] .notification-bar-remove{background:#eaeaea;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#cdcdcd));background-image:-webkit-linear-gradient(top,#fff 0,#cdcdcd 100%);background-image:-moz-linear-gradient(top,#fff 0,#cdcdcd 100%);background-image:-o-linear-gradient(top,#fff 0,#cdcdcd 100%);background-image:-ms-linear-gradient(top,#fff 0,#cdcdcd 100%);background:linear-gradient(top,#fff 0,#cdcdcd 100%)}.notification-bar[data-theme=silver] .notification-bar-remove{border:2px solid #777;color:#777;text-shadow:0 1px 0 rgba(255,255,255,1)}.notification-bar[data-theme=silver] span{color:#333;text-shadow:0 1px 0 rgba(255,255,255,1)}.notification-bar[data-theme=silver] span a,.notification-bar[data-theme=silver] span strong{color:#000!important;text-shadow:0 1px 0 rgba(255,255,255,1)}.notification-bar[data-theme=red],.notification-bar[data-theme=red] .notification-bar-remove{background:#98152f;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#af2351),color-stop(100%,#790102));background-image:-webkit-linear-gradient(top,#af2351 0,#790102 100%);background-image:-moz-linear-gradient(top,#af2351 0,#790102 100%);background-image:-o-linear-gradient(top,#af2351 0,#790102 100%);background-image:-ms-linear-gradient(top,#af2351 0,#790102 100%);background:linear-gradient(top,#af2351 0,#790102 100%)}.notification-bar[data-theme=orange],.notification-bar[data-theme=orange] .notification-bar-remove{background:#eda022;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1b22d),color-stop(100%,#e98b15));background-image:-webkit-linear-gradient(top,#f1b22d 0,#e98b15 100%);background-image:-moz-linear-gradient(top,#f1b22d 0,#e98b15 100%);background-image:-o-linear-gradient(top,#f1b22d 0,#e98b15 100%);background-image:-ms-linear-gradient(top,#f1b22d 0,#e98b15 100%);background:linear-gradient(top,#f1b22d 0,#e98b15 100%)}.notification-bar[data-theme=green],.notification-bar[data-theme=green] .notification-bar-remove{background:#8ca42c;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9caf35),color-stop(100%,#759520));background-image:-webkit-linear-gradient(top,#9caf35 0,#759520 100%);background-image:-moz-linear-gradient(top,#9caf35 0,#759520 100%);background-image:-o-linear-gradient(top,#9caf35 0,#759520 100%);background-image:-ms-linear-gradient(top,#9caf35 0,#759520 100%);background:linear-gradient(top,#9caf35 0,#759520 100%)}.notification-bar[data-theme=dark_green],.notification-bar[data-theme=dark_green] .notification-bar-remove{background:#40531f;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#485922),color-stop(100%,#36491a));background-image:-webkit-linear-gradient(top,#485922 0,#36491a 100%);background-image:-moz-linear-gradient(top,#485922 0,#36491a 100%);background-image:-o-linear-gradient(top,#485922 0,#36491a 100%);background-image:-ms-linear-gradient(top,#485922 0,#36491a 100%);background:linear-gradient(top,#485922 0,#36491a 100%)}.notification-bar[data-theme=blue],.notification-bar[data-theme=blue] .notification-bar-remove{background:#054d8d;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#095396),color-stop(100%,#00437f));background-image:-webkit-linear-gradient(top,#095396 0,#00437f 100%);background-image:-moz-linear-gradient(top,#095396 0,#00437f 100%);background-image:-o-linear-gradient(top,#095396 0,#00437f 100%);background-image:-ms-linear-gradient(top,#095396 0,#00437f 100%);background:linear-gradient(top,#095396 0,#00437f 100%)}.notification-bar[data-theme=dark_blue],.notification-bar[data-theme=dark_blue] .notification-bar-remove{background:#0c293b;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0e2d41),color-stop(100%,#092335));background-image:-webkit-linear-gradient(top,#0e2d41 0,#092335 100%);background-image:-moz-linear-gradient(top,#0e2d41 0,#092335 100%);background-image:-o-linear-gradient(top,#0e2d41 0,#092335 100%);background-image:-ms-linear-gradient(top,#0e2d41 0,#092335 100%);background:linear-gradient(top,#0e2d41 0,#092335 100%)}.notification-bar[data-theme=purple],.notification-bar[data-theme=purple] .notification-bar-remove{background:#5a386b;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#664077),color-stop(100%,#4c2d5b));background-image:-webkit-linear-gradient(top,#664077 0,#4c2d5b 100%);background-image:-moz-linear-gradient(top,#664077 0,#4c2d5b 100%);background-image:-o-linear-gradient(top,#664077 0,#4c2d5b 100%);background-image:-ms-linear-gradient(top,#664077 0,#4c2d5b 100%);background:linear-gradient(top,#664077 0,#4c2d5b 100%)}.notification-bar[data-theme=pink],.notification-bar[data-theme=pink] .notification-bar-remove{background:#d60e83;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e81792),color-stop(100%,#bd016f));background-image:-webkit-linear-gradient(top,#e81792 0,#bd016f 100%);background-image:-moz-linear-gradient(top,#e81792 0,#bd016f 100%);background-image:-o-linear-gradient(top,#e81792 0,#bd016f 100%);background-image:-ms-linear-gradient(top,#e81792 0,#bd016f 100%);background:linear-gradient(top,#e81792 0,#bd016f 100%)}.notification-bar[data-theme=fiord],.notification-bar[data-theme=fiord] .notification-bar-remove{background:#484f58;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#545c65),color-stop(100%,#3c444d));background-image:-webkit-linear-gradient(top,#545c65 0,#3c444d 100%);background-image:-moz-linear-gradient(top,#545c65 0,#3c444d 100%);background-image:-o-linear-gradient(top,#545c65 0,#3c444d 100%);background-image:-ms-linear-gradient(top,#545c65 0,#3c444d 100%);background:linear-gradient(top,#545c65 0,#3c444d 100%)}.notification-bar[data-theme=hurricane],.notification-bar[data-theme=hurricane] .notification-bar-remove{background:#786f69;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#887e77),color-stop(100%,#635c57));background-image:-webkit-linear-gradient(top,#887e77 0,#635c57 100%);background-image:-moz-linear-gradient(top,#887e77 0,#635c57 100%);background-image:-o-linear-gradient(top,#887e77 0,#635c57 100%);background-image:-ms-linear-gradient(top,#887e77 0,#635c57 100%);background:linear-gradient(top,#887e77 0,#635c57 100%)}.notification-bar[data-theme=smoke_blue],.notification-bar[data-theme=smoke_blue] .notification-bar-remove{background:#777d7a;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#868a88),color-stop(100%,#646d68));background-image:-webkit-linear-gradient(top,#868a88 0,#646d68 100%);background-image:-moz-linear-gradient(top,#868a88 0,#646d68 100%);background-image:-o-linear-gradient(top,#868a88 0,#646d68 100%);background-image:-ms-linear-gradient(top,#868a88 0,#646d68 100%);background:linear-gradient(top,#868a88 0,#646d68 100%)}.notification-bar[data-theme=coffee],.notification-bar[data-theme=coffee] .notification-bar-remove{background:#4c4237;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#594e43),color-stop(100%,#382f26));background-image:-webkit-linear-gradient(top,#594e43 0,#382f26 100%);background-image:-moz-linear-gradient(top,#594e43 0,#382f26 100%);background-image:-o-linear-gradient(top,#594e43 0,#382f26 100%);background-image:-ms-linear-gradient(top,#594e43 0,#382f26 100%);background:linear-gradient(top,#594e43 0,#382f26 100%)}.notification-bar[data-theme=black],.notification-bar[data-theme=black] .notification-bar-remove{background:#2b2b2b;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#404040),color-stop(100%,#191919));background-image:-webkit-linear-gradient(top,#404040 0,#191919 100%);background-image:-moz-linear-gradient(top,#404040 0,#191919 100%);background-image:-o-linear-gradient(top,#404040 0,#191919 100%);background-image:-ms-linear-gradient(top,#404040 0,#191919 100%);background:linear-gradient(top,#404040 0,#191919 100%)}