@import url("http://fonts.googleapis.com/css?family=Lato:300");
@import url("http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic");
body {
  padding: 1em;
  font-family: Lora, Georgia, serif;
}
.main-column,
#photo-aside-wrapper {
  margin: 0 auto;
}
.main-column {
  max-width: 780px;
}
#photo-aside-wrapper {
  max-width: 1208px;
  pointer-events: none;
}
#photo-aside-wrapper * {
  pointer-events: auto;
}
a:link {
  text-decoration: none;
}
a:link:hover {
  text-decoration: underline;
}
button {
  cursor: pointer;
}
h1,
.role-h1 {
  margin-bottom: 0.5em;
  position: relative;
  left: -2px;
}
h1,
h2,
.role-h1,
.role-h2 {
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}
h2,
.role-h2 {
  text-transform: uppercase;
  font-size: 1.5em;
}
h2[contenteditable],
.role-h2[contenteditable] {
  text-transform: none;
}
h3,
.role-h3 {
  font-family: Lora, Georgia, serif;
  font-weight: 700;
}
.content-object,
.edit-form {
  line-height: 1.4;
}
.edit-form,
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.professional-title {
  font-weight: 700;
}
#last-modified {
  font-style: italic;
  opacity: 0.7;
  margin: 1em auto;
}
#photo-aside {
  margin: 0 auto;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}
#photo-aside .photo {
  width: 2in;
}
.contact .city,
.contact .fax {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  #page-title {
    clear: both;
  }
  #photo-aside {
    clear: both;
    white-space: nowrap;
  }
  #photo-aside .photo {
    display: inline-block;
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
  }
  #photo-aside .logo {
    display: none;
  }
  #photo-aside .contact {
    display: inline-block;
  }
}
@media screen and (min-width: 641px) {
  #photo-aside {
    float: right;
    margin: 1em 0 2em 2em;
  }
  #photo-aside .photo {
    margin-bottom: 1em;
  }
  #photo-aside .contact {
    margin-bottom: 2em;
  }
  #photo-aside .logo {
    display: block;
    width: 192px;
  }
}
@media screen and (min-width: 1209px) {
  #photo-aside-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
