/* Navigation */

.menu {
    list-style: none;
    padding: inherit;
}

.menu-item {
    margin-bottom: 3px;
}

/* General WP Styling */

h4 {
    margin-bottom: 10px;
}

.headerImg {
    margin-bottom: 15px;
    padding: 0 0.625em;
}

.pageTitle {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #037F7F;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 30px;
}

.wp-caption {
	max-width: 96% !important;
	width: auto !important;
}

.wp-caption-text {
    font-size: 11px;
}

.floatLeft {
    float: left;
}

.imgPadding {
    padding: 0 20px 20px 0;
}

.textLeft {
    text-align: inherit;
}

/* Gallery Styling */

#gallery-1 img {
    border: 3px solid #999 !important;
}

#responsivegalleryimg {
    display: none;
}

.galleryPadding {
    margin-top: 20px;
}

/* Book Column Styling */

.bookImg {
    float: left;
    margin: 20px 0;
}

.bookImg2 {
    float: left;
}

/* Footer */

#footer {
    text-align: center;
    font-size: 10px;
    color: #999;
}

#footer a {
    font-size: 10px;
    color: #999;
}

/* Gallery */

#swipebox-overlay {
    background: #999999 !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    background: #666 !important;
    text-shadow: inherit !important;
    font-family: Verdana, san-serif !important;
}

/* Responsive Overrides */

@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
  .margin {
    margin: 0 20px;
  }
  p, h1, h2, h3, h4, h5, h6, .pageTitle, .menu {
    text-align: center !important;
  }
  .menu {
    margin-bottom: 20px;
  }
  .bookImg, .bookImg2 {
    display: none;
  }
  .imgPadding {
    padding: 0 0 20px 0;
    margin: auto;
    display: block;
    float: inherit;
  }
  #galleryimg, #galleryimg2 {
    display: none;
  }
  #responsivegalleryimg {
    display: block;
  }
  div#responsivegalleryimg img {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
    margin: auto;
  }
  .galleryPadding {
    margin-top: 0px;
  }
}

