.rule

{

font-family:"Arial", Gadget, sans-serif;

font-size: 12.5px;

font-weight: normal;

font-weight: 400;

line-height: 20px;

-webkit-font-smoothing: antialiased; 

}



.woahbar

{

  position: fixed;

  top: 0px;

  left: 0px;

  width: 100%;

  height: auto;

  z-index: 100;

  padding: 5px 0 5px 0;

  text-align: center;

  font-size: 110%;

  color: #fff;

  background-color: #CC1F00;  /* << set custom bar color here */



  box-shadow: 0px 0px 5px #888888;

  -moz-box-shadow:0px 0px 5px #888888;

  -webkit-box-shadow:0px 0px 5px #888888;

  border-bottom: 3px solid #fff;

  /*font-family: Georgia,Times New Roman,Times,serif;*/

}

 

.woahbar-stub

{

  position: fixed;

  top: -10px;

  left: 0px;

  width: 100%;

  height: 19px;

  z-index: 200;

  padding: 7px 0 5px 0;

  text-align: center;

}

 

.woahbar span

{

  float: left;

  width: 95%;

  text-align: center;

  padding-top: 2px;

}

 

.woahbar-link

{

  text-decoration: none;

  -moz-border-radius: 3px;

  -webkit-border-radius: 3px;

 

   background: #4C5C90;

  color: #FFF;

  padding: 5px 8px 5px 8px;

}

 

.woahbar-down-arrow:hover {

  background-color: #ff7f62; /* << set custom hover bar color here */

}

 

.woahbar-up-arrow:hover {

  background: url(woahbar-up-arrow-hover.png);

}

 

.woahbar-link:hover

{
	background:#0089A1;
	transition:0.7s ease-in-out;
	-webkit-transition:0.7s ease-in-out;
	-moz-transition:0.7s ease-in-out;
	-ms-transition:0.7s ease-in-out;
	-o-transition:0.7s ease-in-out;
	color:#FFF;

}

 

.close-notify

{

  float: right;

  margin-right: 22px;

  color: #fff;

  width: 17px;

  height: 19px;

  text-decoration: none;

  background-color: #EB593C; /* << set custom bar color here */

  cursor:pointer;

}

 

.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: #EB593C; /* << set custom bar color here */

  cursor:pointer;

}