/*
Theme Name: IAMAS Commissions
Theme URI: http://www.iamas.org/
Template:     twentytwelve
Author: Bill Bellon
Description: Theme for IAMAS Commissions
Version: 0.1
*/
.site-logo {
  float: left; }

.site-header hgroup {
  min-height: 150px; }

.site-header h1,
.site-header h2 {
  clear: none;
  text-align: left;
  margin-left: 196px; }

.site-header h1 a:hover,
.site-header h2 a:hover {
  color: #808285; }

.site-header img {
  max-width: 100%;
  height: auto; }

.site-header h1 {
  display: none;
  padding-top: 60px;
  font-size: 30px;
  font-size: 2.142857rem;
  line-height: 1.0; }

.site-header h2 {
  height: 150px;
  line-height: 150px;
  font-size: 30px;
  font-size: 2.142857rem; }

.site-header h2 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.0; }

/* shrink the header items on a narrow screen to avoid the responsive menu */
@media screen and (max-width: 600px) {
  .site-header h2 {
    font-size: 20px;
    font-size: 1.4285714rem; } }
/* 14 point menu items, with less space top and bottom */
@media screen and (min-width: 600px) {
  .main-navigation li, .main-navigation li ul li a {
    font-size: 14px;
    font-size: 1.0rem; }

  .main-navigation li a {
    line-height: 3.0; }

  .main-navigation li:last-child {
    margin: 0;
    position: relative; } }
/* space above the breadcrumbs */
.breadcrumbs {
  margin-top: 24px;
  margin-top: 1.714285714rem; }

/* link to IAMAS in breadcrumbs */
.breadcrumbs a[href$="www.iamas-prototype.org"] {
  background-color: #fff;
  background-image: url(images/cropped-IAMAS-logo-16x16.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: scroll;
  padding-left: 20px; }

/* suppress display of Wordpress note in footer */
.site-info {
  display: none; }

/* style for links to PDF documents with small PDF logo to the right of the link */
.pdf, a[href$=".pdf"] {
  background-image: url(images/pdficon_small.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: scroll;
  padding-right: 20px; }

/* style for links to Word documents with small Word logo to the right of the link */
.word, a[href$=".doc"], a[href$=".docx"] {
  background-image: url(images/wordicon_small.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: scroll;
  padding-right: 20px; }

/* style for mailto: links with small envelope logo to the right of the link */
.email, a[href^="mailto:"] {
  background-image: url(images/mailicon_small.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: scroll;
  padding-right: 20px; }

/* style for links with no icons */
a.no-icon {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: scroll;
  padding-right: 0px; }

/* styles for footer widgets */
#footer-widgets {
  width: 100%;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  border-top: 1px solid #ededed; }

#footer-widgets .widget li {
  list-style-type: none; }

@media screen and (min-width: 600px) {
  #footer-widgets.three .footer-widget {
    clear: none;
    float: left; }

  #footer-widgets.three .first {
    margin-right: 5%;
    max-width: 30%;
    width: 30%; }

  #footer-widgets.three .second {
    margin-right: 5%;
    max-width: 30%;
    width: 30%; }

  #footer-widgets.three .third {
    margin-right: 0;
    max-width: 30%;
    width: 30%; } }
/* Hide footer widgets on pages using the Front Page Template */
.template-front-page #footer-widgets {
  padding-top: 0;
  display: none; }

/* Turn off word wrap */
.site-content article {
  word-wrap: normal;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual; }

/* a 'no-border' image class for images without borders */
.no-border {
  border-radius: 0px !important;
  box-shadow: none !important; }

/* text in tables is 14 point */
.entry-content table,
.entry-content th {
  font-size: 14px;
  font-size: 1.0rem; }

/* meetings table: column 1 (meeting dates) at least 140px wide */
.tablepress.meetings-table .column-1 {
  width: 140px; }

.text-logo {
  color: #515151;
  text-decoration: none;
  display: flex;
  height: 150px;
  width: 150px;
  justify-content: center;
  align-items: center;
  font-size: 60px; }

/*# sourceMappingURL=style.css.map */
