.woahbar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;  /* << set custom WOAHbar height */
  z-index: 100;   /* << DO NOT EDIT, KEEPS WOAHbar ON TOP OF PAGE CONTENT */
  text-align: center;
  font-size: 14px;  /* << set custom WOAHbar font size */
  color: #333;  /* << set custom WOAHbar font color */
  background-color: #8b1d2e;  /* << set custom bar color here */
  border-bottom: 0px solid #1c1c1c;  /* << set custom bottom border thickness & color here */
  -webkit-box-shadow: 0 8px 6px -6px #000000;  /* << set custom css box shadow */
  -moz-box-shadow: 0 8px 6px -6px #000000;  /* << set custom css box shadow */
  box-shadow: 0 8px 6px -6px #000000;   /* << set custom css box shadow */
  font-family:Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px #CCCCCC;
  filter: dropshadow(color=#CCCCCC, offx=1, offy=1);
  /* height: 5%; */
  display: none;
  width: 100%
;
  position: relative;
}
.woahbar a {  text-shadow: 1px 1px 1px #330000;
  filter: dropshadow(color=#330000, offx=1, offy=1); font-weight:bold;
} 
.woahbar-stub {
  position: fixed;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 40px;
  z-index: 200;
  padding: 7px 0 5px 0;
  text-align: center;
}
 
.woahbar > span {
  float: left;
  width: 95%;
  text-align: center;
  padding: 0.5% 1%;
}

.woahbar > span > strong {
  position:relative;
  top:-5px;
  padding-left: 10px;
}

.show-notify {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #eee; /* << set custom bar color here */
  cursor:pointer;
}

.show-notify:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #ffff00; /* << set custom bar color here */
  cursor:pointer;
}

.woahbar-up-arrow:hover {
  background: url(woahbar-up-arrow-hover.png);
}

.close-notify {
  float: right;
  color: #fff;
  width: 17px;
  height: 19px;
  text-decoration: none;
  cursor:pointer;
    background:  #bebebe; /* Old browsers */
background: -moz-linear-gradient(top,  #bebebe 0%, #d3d3d3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bebebe 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bebebe 0%,#d3d3d3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bebebe 0%,#d3d3d3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bebebe 0%,#d3d3d3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */

  position: absolute;
  right: 1%;
  top: 30%;
}

.woahbar-link {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
background: #8b1d2e; /* Old browsers */
background: -moz-linear-gradient(top,  #8b1d2e 0%, #632323 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b1d2e), color-stop(100%,#632323)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8b1d2e 0%,#632323 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8b1d2e 0%,#632323 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8b1d2e 0%,#632323 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8b1d2e 0%,#632323 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b1d2e', endColorstr='#632323',GradientType=0 );  /* Old browsers */
  color: #FFFFFF;
  padding: 5px 11px 5px 9px;
  text-decoration:none;
  margin-left: 12px;
}
 
.woahbar-link:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
background: #781625; /* Old browsers */
background: -moz-linear-gradient(top,  #781625 0%, #521f1f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#781625), color-stop(100%,#521f1f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #781625 0%,#521f1f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #781625 0%,#521f1f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #781625 0%,#521f1f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #781625 0%,#521f1f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#781625', endColorstr='#521f1f',GradientType=0 );  /* Old browsers */
 /* Old browsers */
  color: #FFFFFF;
  padding:5px 11px 5px 9px;
  text-decoration: none;
}


.woahbar, .show-notify {background: #f4f4f4; /* Old browsers */
/* background: -moz-linear-gradient(top,  #f4f4f4 0%, #d3d3d3 100%); /* FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  #f4f4f4 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #f4f4f4 0%,#d3d3d3 100%); /* Opera 11.10+ */
/* background: -ms-linear-gradient(top,  #f4f4f4 0%,#d3d3d3 100%); /* IE10+ */
/* background: linear-gradient(to bottom,  #f4f4f4 0%,#d3d3d3 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
 /* IE6-9 */
 }  /* set custom bar background colour here */
 
.woahbar-down-arrow:hover { background-color: #40B0FC; }   /* set arrow hover state colour here */
