/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
#notifications ol, #notifications ul {
  list-style: none;
}
#notifications {
	margin:5px;
  display:block;
}

#notifications div {
	width: 100%;
	display: inline;
}
#notifications div ul {
	padding-left: 0px;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
#notifications div li {
  float: left;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#notifications div a {
  display: block;
  position: relative;
  padding:0 10px;
  height:32px;
  min-width:78px;
  text-align:center;
  line-height:38px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #fafafa;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px #fafafa;
  box-shadow: inset 0 0 0 1px #fafafa;
}
#notifications div a:hover {
  color: #333;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 0 1px #fafafa, 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px #fafafa, 0 0 3px rgba(0, 0, 0, 0.3);
}
#notifications div li.active a, #notifications div a:active {
  color: #333;
  background: white;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
#notifications div .badge {
  display: block;
  position: absolute;
  top: -4px;
  right: 3px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  border: 1px solid;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}
#notifications div .badge {
  background: #67c1ef;
  border-color: #30aae9;
  background-image: -webkit-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -moz-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -o-linear-gradient(top, #acddf6, #67c1ef);
  background-image: linear-gradient(to bottom, #acddf6, #67c1ef);
}
#notifications div .badge.red {
  background: #e50000;
  border-color: #fa5a35;
  background-image: -webkit-linear-gradient(top, #e62d2d, #e50000);
  background-image: -moz-linear-gradient(top, #e62d2d, #e50000);
  background-image: -o-linear-gradient(top, #e62d2d, #e50000);
  background-image: linear-gradient(to bottom, #e62d2d, #e50000);
}
#notifications div .badge.orange {
  background: #ff6040;
  border-color: #fa5a35;
  background-image: -webkit-linear-gradient(top, #fc9f8a, #ff6040);
  background-image: -moz-linear-gradient(top, #fc9f8a, #ff6040);
  background-image: -o-linear-gradient(top, #fc9f8a, #ff6040);
  background-image: linear-gradient(to bottom, #fc9f8a, #ff6040);
}
#notifications div .badge.yellow {
  background: #faba3e;
  border-color: #f4a306;
  background-image: -webkit-linear-gradient(top, #fcd589, #faba3e);
  background-image: -moz-linear-gradient(top, #fcd589, #faba3e);
  background-image: -o-linear-gradient(top, #fcd589, #faba3e);
  background-image: linear-gradient(to bottom, #fcd589, #faba3e);
}
#notifications div .badge.green {
  background: #77cc51;
  border-color: #59ad33;
  background-image: -webkit-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -moz-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -o-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: linear-gradient(to bottom, #a5dd8c, #77cc51);
}
#notifications div .badge.blue {
  background: #3399ff;
  border-color: #59ad33;
  background-image: -webkit-linear-gradient(top, #73ace5, #3399ff);
  background-image: -moz-linear-gradient(top, #73ace5, #3399ff);
  background-image: -o-linear-gradient(top, #73ace5, #3399ff);
  background-image: linear-gradient(to bottom, #73ace5, #3399ff);
}
#notifications div .badge.indigo {
  background: #404080;
  border-color: #59ad33;
  background-image: -webkit-linear-gradient(top, #7272ae, #404080);
  background-image: -moz-linear-gradient(top, #7272ae, #404080);
  background-image: -o-linear-gradient(top, #7272ae, #404080);
  background-image: linear-gradient(to bottom, #7272ae, #404080);
}
#notifications div .badge.purple {
  background: #8a63bb;
  border-color: #59ad33;
  background-image: -webkit-linear-gradient(top, #b89dd9, #8a63bb);
  background-image: -moz-linear-gradient(top, #b89dd9, #8a63bb);
  background-image: -o-linear-gradient(top, #b89dd9, #8a63bb);
  background-image: linear-gradient(to bottom, #b89dd9, #8a63bb);
}
