/* line 17, ../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
 *  Mixins for the Registered Pharmaceuticals Assistants' Association website
 *  Matt Finucane, June 2013.
**/
/* line 5, ../sass/screen.scss */
html {
  width: 100%;
  height: 100%;
}
/* line 8, ../sass/screen.scss */
html body {
  width: 100%;
  height: 100%;
  font-family: arial, helvetica, sans-serif;
  color: #234a58;
  font-size: 1.0em;
  background-image: url("../../assets/img/debut_dark.png");
}

/* line 18, ../sass/screen.scss */
div.container {
  width: 100%;
  border-top: 7px solid #ee4c52;
}
/* line 21, ../sass/screen.scss */
div.container div.wrapper {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  clear: both;
}
/* line 27, ../sass/screen.scss */
div.container div.wrapper div.section {
  margin: 0px auto;
  max-width: 960px;
  min-width: 800px;
  text-align: left;
}

/* line 36, ../sass/screen.scss */
div#header-wrapper {
  background-color: #a2d2de;
  border-top: 3px solid #e4f5fb;
}
/* line 40, ../sass/screen.scss */
div#header-wrapper div.section a#log_in {
  display: inline;
  float: right;
  background-color: #e4f5fb;
  color: #44889d;
  font-size: 0.9em;
  padding: 5px 10px;
  margin: 0px 100px 0px 0px;
  text-decoration: none;
}
/* line 49, ../sass/screen.scss */
div#header-wrapper div.section a#log_in:hover {
  text-decoration: underline;
}
/* line 53, ../sass/screen.scss */
div#header-wrapper div.section span#logged_in {
  display: inline;
  float: right;
  background-color: #e4f5fb;
  color: #44889d;
  font-size: 0.9em;
  padding: 5px 10px;
  margin: 0px 100px 0px 0px;
}
/* line 61, ../sass/screen.scss */
div#header-wrapper div.section span#logged_in strong {
  font-weight: bold;
}
/* line 64, ../sass/screen.scss */
div#header-wrapper div.section span#logged_in a {
  color: #44889d;
}
/* line 68, ../sass/screen.scss */
div#header-wrapper div.section h1 {
  display: inline;
  float: left;
  clear: both;
  font-size: 2.05em;
  color: #005d7b;
  height: 90px;
  line-height: 90px;
  padding: 0px 0px 0px 120px;
  margin: 0px 0px 20px 0px;
  background: url("../../assets/img/logo.png") no-repeat left center;
  font-family: Georgia;
  font-weight: normal;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 68, ../sass/screen.scss */
  div#header-wrapper div.section h1 {
    background-image: url("../../assets/img/logo@2x.png") no-repeat left center;
  }
}

/* line 85, ../sass/screen.scss */
div#menu_wrapper {
  background-color: #a2d2de;
}
/* line 88, ../sass/screen.scss */
div#menu_wrapper div.section ul {
  display: inline;
  float: left;
}
/* line 91, ../sass/screen.scss */
div#menu_wrapper div.section ul li {
  display: inline;
  float: left;
  margin: 0px 3px 0px 0px;
}
/* line 95, ../sass/screen.scss */
div#menu_wrapper div.section ul li a {
  display: inline;
  float: left;
  min-width: 80px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  padding: 5px 10px 5px 10px;
  background-color: #44889d;
  color: #fff;
  text-decoration: none;
}
/* line 106, ../sass/screen.scss */
div#menu_wrapper div.section ul li a:hover {
  color: #44889d;
  background-color: #fff;
}
/* line 113, ../sass/screen.scss */
div#menu_wrapper div.section ul li.active a {
  color: #44889d;
  background-color: #fff;
}

/* line 122, ../sass/screen.scss */
div#content_wrapper {
  padding: 0px 0px 20px 0px;
  min-height: 700px;
  background-color: white;
}
/* line 126, ../sass/screen.scss */
div#content_wrapper div.section {
  padding: 30px 0px;
}
/* line 128, ../sass/screen.scss */
div#content_wrapper div.section div.content {
  display: inline;
  float: left;
  width: 100%;
}
/* line 132, ../sass/screen.scss */
div#content_wrapper div.section div.content h2 {
  display: inline;
  float: left;
  margin: 10px 20px;
  clear: both;
  font-size: 1.5em;
}
/* line 139, ../sass/screen.scss */
div#content_wrapper div.section div.content p {
  display: inline;
  float: left;
  margin: 10px 20px;
  line-height: 1.5em;
  clear: both;
  text-align: justify;
}

/* line 151, ../sass/screen.scss */
div#footer_wrapper {
  height: 100px;
  background-color: #a2d2de;
  border-bottom: 7px solid #ee4c52;
  width: 100%;
  position: relative;
  bottom: 0px;
  left: 0px;
}
/* line 159, ../sass/screen.scss */
div#footer_wrapper div.section {
  width: 100%;
  max-width: 960px;
  height: 100px;
  /*border-bottom: 3px solid #e4f5fb;*/
}
/* line 164, ../sass/screen.scss */
div#footer_wrapper div.section p {
  display: inline;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 0.75em;
  padding-top: -25px;
}
/* line 173, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-contact-details {
  display: inline;
  float: left;
  width: 400px;
  margin: 10px;
}
/* line 178, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-contact-details li {
  display: inline;
  float: left;
  width: 100%;
  line-height: 1.5em;
  font-size: 0.75em;
}
/* line 184, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-contact-details li strong, div#footer_wrapper div.section ul.footer-contact-details li a {
  display: inline;
  float: left;
  width: 100px;
}
/* line 189, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-contact-details li strong {
  font-weight: bold;
}
/* line 192, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-contact-details li a {
  color: #234a58;
  text-decoration: none;
}
/* line 195, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-contact-details li a:hover {
  text-decoration: underline;
}
/* line 201, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-links {
  display: inline;
  float: right;
  margin: 10px;
}
/* line 205, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-links li {
  display: inline;
  float: left;
  width: 100%;
  line-height: 1.5em;
  font-size: 0.75em;
}
/* line 211, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-links li a {
  display: inline;
  float: left;
  color: #234a58;
  text-decoration: none;
}
/* line 216, ../sass/screen.scss */
div#footer_wrapper div.section ul.footer-links li a:hover {
  text-decoration: underline;
}
