@charset "UTF-8";

/* Page Container
--------------------------------*/
html {
  position: relative;
  min-height: 100%;
}

body {
	/*background: url(../img/sandpaper.png) repeat;*/
	font-family: 'Lora', serif;

  /* Margin bottom by footer height */
  margin-bottom: 60px;
}


.rg_btn {
  background-color: hsl(91, 0%, 6%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a7a7a", endColorstr="#0f0f0f");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7a7a7a), to(#0f0f0f));
  background-image: -moz-linear-gradient(top, #7a7a7a, #0f0f0f);
  background-image: -ms-linear-gradient(top, #7a7a7a, #0f0f0f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a7a7a), color-stop(100%, #0f0f0f));
  background-image: -webkit-linear-gradient(top, #7a7a7a, #0f0f0f);
  background-image: -o-linear-gradient(top, #7a7a7a, #0f0f0f);
  background-image: linear-gradient(#7a7a7a, #0f0f0f);
  border-color: #0f0f0f #0f0f0f hsl(91, 0%, -4.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.69);
  -webkit-font-smoothing: antialiased;
}

