/*-----------------------------------------------------
 * Typography
 * ----------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111111; }

h2 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0.5em; }

h3 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 0.6em; }

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-size: 1em;
  font-weight: bold; }

blockquote {
  float: right;
  margin: 0 -105px 10px 10px;
  padding-right: 10px;
  position: relative;
  width: 265px; }
  blockquote p {
    color: #111111;
    font-size: 160%;
    line-height: 1.3; }
  blockquote .source {
    border-left: 1px #efefef solid;
    margin-left: 0;
    padding-left: 10px; }
    blockquote .source strong {
      display: block; }

em {
  font-style: italic; }

hr {
  background: #cccccc;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  float: none;
  height: 0.1em;
  margin: 0 0 1.45em;
  width: 100%; }

p {
  margin: 0 0 1em; }

a {
  text-decoration: underline;
  color: #777777; }
  a:visited {
    color: #777777; }
  a:focus {
    color: black; }
  a:hover {
    color: #111111; }
  a:active {
    color: #111111; }

body {
  background: #efefef;
  font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
  color: #111111;
  font-size: 75%;
  line-height: 1.5; }

label {
  display: block; }

h1 {
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  width: 410px;
  font-family: helvetica, verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 20px auto;
  text-align: center; }
  h1 a {
    text-decoration: none; }

#content {
  background: #fafafa;
  border: 1px solid #cccccc;
  margin: 20px auto;
  padding: 20px; }
  #content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #content fieldset {
    border: 0;
    padding: 20px 0; }
    #content fieldset label {
      clear: both;
      line-height: 1.3;
      margin-bottom: 8px; }
      #content fieldset label:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      #content fieldset label input[type="hidden"] {
        display: none !important; }
      #content fieldset label.error {
        color: #bb0000; }
        #content fieldset label.error input, #content fieldset label.error textarea {
          border-color: #cc0000 !important; }
        #content fieldset label.error .optional {
          color: #cc0000; }
    #content fieldset input, #content fieldset textarea {
      color: #111111;
      border: 1px solid #cccccc;
      display: block;
      padding: 5px 3px 6px;
      margin: 5px 0 7px;
      line-height: 1em;
      position: relative; }
      #content fieldset input:focus, #content fieldset textarea:focus {
        border-color: #666666; }

#feedback #content {
  width: 410px; }
  #feedback #content h2 {
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    margin-top: 0;
    text-align: center;
    font-family: helvetica, verdana, arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 15px; }
#feedback fieldset {
  border-top: 1px solid #cccccc; }
  #feedback fieldset.checkboxes label.reason-of-visit-other input, #feedback fieldset.radiobuttons label.reason-of-visit-other input {
    display: block;
    float: none;
    margin: 4px 0 0;
    width: 400px; }
  #feedback fieldset.checkboxes input, #feedback fieldset.radiobuttons input {
    display: block;
    float: left;
    margin: 2px 8px 5px 0; }
  #feedback fieldset.sliders label {
    background: transparent url(../images/slider-rule.gif) bottom center no-repeat;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    #feedback fieldset.sliders label:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #feedback fieldset.sliders label .ui-slider {
      margin: 0 5px; }
    #feedback fieldset.sliders label span {
      text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
      display: block;
      color: #222222;
      font-family: helvetica, verdana, arial, sans-serif;
      font-weight: bold;
      font-size: 13px;
      padding-top: 2px;
      margin-bottom: 30px;
      margin-right: 30px; }
    #feedback fieldset.sliders label .label {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-bottomleft: 4px;
      background: #888888;
      color: white;
      display: block;
      font-family: helvetica, verdana, arial, sans-serif;
      font-weight: bold;
      right: 49px;
      text-align: center;
      position: absolute;
      top: 0;
      padding: 2px 6px;
      height: 19px; }
      #feedback fieldset.sliders label .label.disable {
        background: #cccccc; }
      #feedback fieldset.sliders label .label.experience {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        right: 0; }
  #feedback fieldset.sliders label.na {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    background: #cccccc;
    font-family: helvetica, verdana, arial, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 0;
    height: 19px;
    right: 0;
    padding: 2px 6px 2px 3px; }
  #feedback fieldset.textareas textarea {
    margin: 5px 0 10px;
    width: 400px; }
#feedback #submit {
  float: right; }

#for-hire-eoi h2 {
  margin: 0;
  font-weight: normal;
  font-size: 12px; }
#for-hire-eoi h3 {
  margin: 0;
  font-size: 16px; }
#for-hire-eoi #content {
  width: 810px; }
  #for-hire-eoi #content form {
    height: 1%; }
    #for-hire-eoi #content form:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #for-hire-eoi #content form fieldset {
      padding-bottom: 0; }
    #for-hire-eoi #content form .primary {
      float: left;
      width: 500px; }
      #for-hire-eoi #content form .primary input, #for-hire-eoi #content form .primary textarea {
        width: 480px; }
      #for-hire-eoi #content form .primary textarea {
        height: 6em; }
        #for-hire-eoi #content form .primary textarea.address {
          height: 3em; }
        #for-hire-eoi #content form .primary textarea.comments {
          height: 8em; }
    #for-hire-eoi #content form .secondary {
      float: left;
      width: 300px; }
      #for-hire-eoi #content form .secondary input, #for-hire-eoi #content form .secondary textarea {
        width: 290px; }
    #for-hire-eoi #content form .checkboxes input {
      display: inline;
      margin: 2px 8px 5px 0;
      width: auto; }
#for-hire-eoi .group {
  padding: 15px 0 7px;
  border-top: 1px solid #dddddd; }
#for-hire-eoi .actions {
  clear: both;
  border-top: 1px solid #dddddd;
  padding: 20px 0 20px; }

#error {
  background: #ffffcc;
  margin-top: 20px;
  padding: 14px 14px 8px;
  border: 1px solid #ffcc00; }

span.required {
  float: right;
  font-style: italic;
  padding-right: 10px; }
