@import "compass/css3";

@import url(//fonts.googleapis.com/css?family=Josefin+Sans:700|Oswald:400:700);

h1, h2
{
  font-family: 'Josefin Sans';
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.sleeve
{  
  position: relative;
  background: transparent;
  line-height: 2em;
  border: 0;
  padding: 0 0px 0 0px;
  border: 1px solid #aaa;
  border-radius: 4px 200px 0px 4px;
  background: linear-gradient(to bottom, rgba(225,225,225,1) 0%,rgba(229,229,229,1) 100%);
  font-family: 'Oswald';
  text-transform: normal;
  font-size: 16px;
  color: #333;
  text-shadow: 0px 1px 3px #fff;
  margin-right: 120px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  min-width: 140px;
  cursor: pointer;
}

.insert
{
  position: absolute;
  left: 30px;
  top: 3%;
  display: block;
  z-index: -1;
  width: 100%;
  height: 94%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
  font-family: 'Oswald';
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0,0,0,0.6);
  border-radius: 2px;
  text-align: right;
  padding-right: 15px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.50) inset, 2px 2px 5px rgba(0,0,0,0.5);
  transition: all 1s ease-in-out;
  border-right: 1px dotted rgba(0,0,0,0.5);
}

.sleeve:hover .insert
{
  text-align: right;
  width: 160%;
  transition: all 1s ease-in-out;
}

.insert.day
{
  background: linear-gradient(to bottom, rgba(73,125,193,1) 0%,rgba(39,71,114,1) 100%);
}

.insert.week
{
  background: linear-gradient(to bottom, rgba(29,148,0,1) 5%,rgba(19,179,0,1) 100%);
}

.insert.month
{
  background: linear-gradient(to bottom, rgba(180,0,183,1) 5%,rgba(248,0,252,1) 100%);
}

.insert.stats
{
  background: linear-gradient(to bottom, rgba(219,0,0,1) 5%,rgba(255,46,0,1) 100%);
}

.insert.vip
{
  background: linear-gradient(to bottom, rgba(219,0,0,1) 5%,rgba(255,46,0,1) 100%);
}

