
body {
  /* customize_body-color */ color:#666666; /* customize_body-color */
  font-family: 'Lato','Arial', sans-serif;
  font-size: 13px;
}


blockquote p {
  font-family: 'Abel', sans-serif;
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
  font-weight: none;
  line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* customize_header-color */ color:#333333; /* customize_header-color */
}

a {
  /* customize_links-color */ color:#000000; /* customize_links-color */
}
a:hover {
  /* customize_links-hover-color */ color:#666666; /* customize_links-hover-color */
  text-decoration: none;
}

.logo a {
	/* customize_logo-color */ color:#99001a; /* customize_logo-color */
}

.logo a:hover {
	/* customize_logo-hover-color */ color:#66000f; /* customize_logo-hover-color */
}

.well h3 {
  font-family: 'Abel', sans-serif;
}

.centered {
  text-align: center;
}

.price {
	/* customize_price-color */ color:#99001a; /* customize_price-color */
}

.pricing-table h3 {
  margin-bottom: 18px;
}

.dollar {
  font-size: 32px;
  margin-right: 3px;
}

.qty {
  font-size: 47px;
  margin-right: 3px;
}

.month {
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
}

article h3 {
  margin-top: 0;
}
article h3 a {
  /* customize_article-h3-color */ color:#000000; /* customize_article-h3-color */
}
article h3 a:hover {
   /* customize_article-h3-hover-color */ color:#666666; /* customize_article-h3-hover-color */ 
}

footer a {
  color: #FFF;
}
footer a:hover {
  color: #E1E1E1;
}

.sidebar ul li a {
  /* customize_sidebar-text-color */ color:#000221; /* customize_sidebar-text-color */
  padding: 5px 8px 5px 10px;
}

.nav-selected a {
  /* customize_sidebar-active-text-color */ color:#ffffff; /* customize_sidebar-active-text-color */ !important;
  font-weight: bold;
  /* customize_sidebar-active-background-color */ background-color:#999999; /* customize_sidebar-active-background-color */
}

.nav-selected a:hover {
  /* customize_sidebar-active-hover-background-color */ background-color:#99001a; /* customize_sidebar-active-hover-background-color */
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

