/*
 *  Stylesheet for the members pages 
 *  Matt Finucane, June 2013.
 */
/*
 *  Stylesheet for the member login/registration form
 *  Matt Finucane, June 2013.
 */
/*
 *  Mixins for the Registered Pharmaceuticals Assistants' Association website
 *  Matt Finucane, June 2013.
**/
/* line 11, ../sass/member_login_form.scss */
#content_wrapper .section .content form {
  display: inline;
  float: left;
  width: 400px;
}
/* line 15, ../sass/member_login_form.scss */
#content_wrapper .section .content form fieldset {
  display: inline;
  float: left;
  width: 100%;
}
/* line 19, ../sass/member_login_form.scss */
#content_wrapper .section .content form fieldset legend {
  display: inline;
  float: left;
  width: 100%;
  font-size: 1.7em;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
/* line 27, ../sass/member_login_form.scss */
#content_wrapper .section .content form fieldset label {
  display: none;
}
/* line 30, ../sass/member_login_form.scss */
#content_wrapper .section .content form fieldset div {
  display: inline;
  float: left;
  width: 100%;
  clear: both;
}
/* line 38, ../sass/member_login_form.scss */
#content_wrapper .section .content form fieldset input[type="text"],
#content_wrapper .section .content form fieldset input[type="email"],
#content_wrapper .section .content form fieldset input[type="password"] {
  display: inline;
  float: left;
  padding: 3px 5px;
  width: 290px;
  height: 26px;
  line-height: 26px;
  margin: 10px 0px;
  border: 1px solid #b7b7b7;
}
/* line 48, ../sass/member_login_form.scss */
#content_wrapper .section .content form fieldset input[type="submit"] {
  display: inline;
  float: left;
  width: 150px;
  height: 43px;
  font-size: 1em;
  color: #fff;
  border: 1px solid #214a57;
  -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);
}
/* line 59, ../sass/member_login_form.scss */
#content_wrapper .section .content #form1_login fieldset p.error,
#content_wrapper .section .content #form1_login fieldset p.form-error {
  margin: 10px 0px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ee4c52;
  font-weight: bold;
}
/* line 66, ../sass/member_login_form.scss */
#content_wrapper .section .content #form1_login fieldset p.form-error {
  padding: 5px;
  width: 290px;
  text-align: left;
}
/* line 72, ../sass/member_login_form.scss */
#content_wrapper .section .content #form1_login fieldset div input[type="submit"] {
  margin: 0px 0px 0px 150px;
}
/* line 75, ../sass/member_login_form.scss */
#content_wrapper .section .content #form1_login fieldset div p {
  display: inline;
  float: left;
  width: 300px;
  margin: 10px 0px;
  text-align: right;
  font-size: 0.8em;
  color: #606060;
}
/* line 83, ../sass/member_login_form.scss */
#content_wrapper .section .content #form1_login fieldset div p a {
  text-decoration: underline;
  color: #606060;
}
/* line 91, ../sass/member_login_form.scss */
#content_wrapper .section .content #form2_register {
  padding: 0px 0px 0px 100px;
  border-left: 1px solid #ccc;
}
/* line 96, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation {
  display: inline;
  float: left;
  width: 450px;
  padding: 0px 0px 0px 50px;
  border-left: 1px solid #ccc;
}
/* line 102, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation p {
  width: 410px;
}
/* line 105, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation h2 {
  display: inline;
  float: left;
  width: 100%;
  clear: both;
  font-weight: bold;
  font-size: 1.7em;
}
/* line 113, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation addr {
  display: inline;
  float: left;
  margin: 10px 20px;
  clear: both;
}
/* line 119, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation ul {
  display: inline;
  float: left;
  clear: both;
  margin: 10px 20px;
  width: 390px;
  list-style: disc;
}
/* line 126, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation ul li {
  float: left;
  clear: both;
  margin: 5px 0px 5px 15px;
  text-indent: 0px;
  line-height: 1.5em;
  text-align: justify;
  width: 390px;
}
/* line 134, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation ul li strong {
  font-weight: bold;
}
/* line 137, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation ul li:first-child {
  list-style: none;
}
/* line 142, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation 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 149, ../sass/member_login_form.scss */
#content_wrapper .section .content div.registration-confirmation a[href*="doc"]:hover {
  text-decoration: underline;
}

/*
 *  Common stylesheet for member articles (members, cdp and events page)
 *  Matt Finucane, June 2013.
 **/
/* line 9, ../sass/member_article.scss */
#content_wrapper .section .content .member_article, #content_wrapper .section .content .member_article_content {
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  padding: 30px 0px;
  border-bottom: 1px solid #bababa;
}
/* line 16, ../sass/member_article.scss */
#content_wrapper .section .content .member_article h2, #content_wrapper .section .content .member_article p, #content_wrapper .section .content .member_article_content h2, #content_wrapper .section .content .member_article_content p {
  width: 676px;
  margin: 0px 0px 10px 0px;
}
/* line 20, ../sass/member_article.scss */
#content_wrapper .section .content .member_article img.member-article-thumbnail, #content_wrapper .section .content .member_article_content img.member-article-thumbnail {
  position: absolute;
  top: 20px;
  left: 0px;
  padding: 14px;
  border: 2px solid #bababa;
}
/* line 27, ../sass/member_article.scss */
#content_wrapper .section .content .member_article h2, #content_wrapper .section .content .member_article_content h2 {
  display: inline;
  float: left;
  clear: none;
  font-size: 1.4em;
  font-weight: normal;
}
/* line 33, ../sass/member_article.scss */
#content_wrapper .section .content .member_article h2 a, #content_wrapper .section .content .member_article_content h2 a {
  text-decoration: underline;
  color: #8fb8c5;
}
/* line 38, ../sass/member_article.scss */
#content_wrapper .section .content .member_article p, #content_wrapper .section .content .member_article_content p {
  display: inline;
  float: left;
  clear: none;
  font-size: 0.85em;
  color: #3a3a3a;
  line-height: 1.7em;
}
/* line 46, ../sass/member_article.scss */
#content_wrapper .section .content .member_article h4, #content_wrapper .section .content .member_article_content h4 {
  display: inline;
  float: right;
  font-size: 0.9em;
  color: #3a3a3a;
  font-weight: bold;
}
/* line 53, ../sass/member_article.scss */
#content_wrapper .section .content .member_article a.read-more, #content_wrapper .section .content .member_article_content a.read-more {
  display: inline;
  float: left;
  text-decoration: underline;
  color: #8fb8c5;
  font-size: 0.9em;
}
/* line 60, ../sass/member_article.scss */
#content_wrapper .section .content .member_article span.caps, #content_wrapper .section .content .member_article_content span.caps {
  font-weight: bold;
}
/* line 65, ../sass/member_article.scss */
#content_wrapper .section .content .member_article_content p {
  display: inline;
  float: right;
  margin: 0px 110px 10px 0px;
}
/* line 70, ../sass/member_article.scss */
#content_wrapper .section .content .member_article_content h2 {
  margin: 0px 0px 20px 175px;
}
/* line 73, ../sass/member_article.scss */
#content_wrapper .section .content .member_article_content h4 {
  display: inline;
  float: right;
  margin: 0px 110px 0px 0px;
}
/* line 79, ../sass/member_article.scss */
#content_wrapper .section .content .member_article {
  padding: 20px 30px 30px 170px;
  width: 650px;
  min-height: 150px;
}
