/*
    Theme Name: Tellefsen Hall
    Description: Design for the Tellefsen Hall website
    Version: 0.1
    Author: Brandon Chinn
*/
/* Defaults */
html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, img, header, nav, footer, ul, li {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "PT Serif", serif; }

html, body {
  background: #ededea;
  font-size: 16px;
  min-width: 800px; }

h1, h2, h3 {
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: normal;
  margin: 0.5em 0 0.3em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.2em; }

p {
  margin-bottom: 5px; }

a {
  color: #14b3da;
  text-decoration: none;
  border-bottom: 1px dotted #14b3da; }
  a:hover {
    color: #108dab;
    border-bottom: none; }

ul {
  list-style: none; }

nav {
  background: #14b3da; }
  nav ul.menu {
    display: inline-block;
    font-size: 0; }
    nav ul.menu li {
      display: inline-block;
      font-size: 16px; }
      nav ul.menu li.current_page_item {
        background: #0b667d; }
        nav ul.menu li.current_page_item a:hover {
          background: #0b667d; }
    nav ul.menu a {
      display: inline-block;
      padding: 10px 25px 8px;
      color: #ffffff;
      border-bottom: none;
      text-transform: uppercase;
      font-family: "Oswald", Helvetica, sans-serif;
      letter-spacing: 2px;
      transition: background 0.2s; }
      nav ul.menu a:hover {
        background: #2b2b2b; }
  nav img {
    height: 30px;
    vertical-align: top;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%); }

header {
  padding: 25px 15px;
  font-size: 18px; }
  header a.banner {
    display: inline-block;
    color: initial;
    border-bottom: none; }
    header a.banner img.logo {
      height: 100px;
      margin-right: 10px;
      vertical-align: middle; }
    header a.banner .titles {
      display: inline-block;
      vertical-align: middle; }
      header a.banner .titles h1 {
        font-family: "PT Serif", serif;
        margin: 0; }
      header a.banner .titles p.subtitle {
        font-style: italic;
        margin: 0 25px; }
        header a.banner .titles p.subtitle img {
          height: 1em; }

.banner-photo {
  max-height: 450px;
  overflow: hidden; }
  .banner-photo img {
    width: 100%; }

.content {
  margin: 30px;
  padding: 30px 45px;
  background: white; }
  .content > :first-child {
    margin-top: 0; }
  .content ul {
    list-style: initial;
    padding-left: 20px;
    margin-left: 10px; }
  .content a[rel*="attachment"] {
    border-bottom: none; }
  .content img {
    max-width: 100%;
    margin: 0; }
    .content img.alignright {
      float: right;
      margin-left: 1em; }
    .content img.alignleft {
      float: left;
      margin-right: 1em; }
    .content img.aligncenter {
      display: block;
      margin: 0 auto; }

footer {
  background: #102B55;
  color: #ffffff;
  font-size: 0;
  padding: 50px 20px; }
  footer a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }
    footer a:hover {
      color: #e6e6e6;
      border-bottom: 1px solid #ffffff; }
  footer table {
    width: 100%;
    table-layout: fixed; }
    footer table td {
      padding: 0 10px;
      font-size: 16px;
      vertical-align: top; }
      footer table td h3 {
        margin-top: 0; }
      footer table td li {
        margin-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
