/*
 *  Stylesheet for the membership page.
 *  Matt Finucane, June 2013.
 */
/*
 *  Mixins for the Registered Pharmaceuticals Assistants' Association website
 *  Matt Finucane, June 2013.
**/
/* line 11, ../sass/membership.scss */
#content_wrapper .section .content a[href*="doc"] {
  display: inline;
  float: left;
  clear: both;
  text-decoration: none;
  width: 200px;
  height: 43px;
  line-height: 43px;
  font-size: 1em;
  color: #fff;
  border: 1px solid #214a57;
  padding: 0px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2d1e0), color-stop(100%, #468aa1));
  background-image: -webkit-linear-gradient(#a2d1e0, #468aa1);
  background-image: -moz-linear-gradient(#a2d1e0, #468aa1);
  background-image: -o-linear-gradient(#a2d1e0, #468aa1);
  background-image: linear-gradient(#a2d1e0, #468aa1);
  margin: 10px 20px;
}
/* line 18, ../sass/membership.scss */
#content_wrapper .section .content a[href*="doc"]:hover {
  text-decoration: underline;
}
