/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 290px */

@media only screen and (max-width: 767px) {
  #navigation{background: #1961c0;}
}

/* end mobile portrait */

/* Portrait css queries*/

@media all and (orientation:landscape) {
  #navigation {
    margin-top: -36px;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 101%;
}

#header {
  padding: 30px 0 0 0;
}

h1 {
  font-size: 1.3em;
}


.flex-direction-nav li a.prev:hover, .flex-direction-nav li a.next:hover {
  background: #91a0bc none repeat scroll 0 0;
  opacity: 1;
  text-decoration: none;
}

a {
  color: #1961c0;
}

.breadcrumb,
.breadcrumb a {
  font-size: 1.2em;
}

#logo #sitename a {
  font-size: 24px;
}

.item-list .pager li {
  background: transparent;
}

.view-image-gallery-view .views-field-title {
  font-size: 12px;
}

#navigation {
  clear: both;
  display: block;
  position: relative;
}

#logo {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}

#logoimg {
  padding-right: 0 !important;
}

#logoimg a img {
  width: 100%;
}

.view-upcoming-critiques table {
  font-size: 13px;
}

.view-upcoming-critiques .views-field-title {
  font-weight: bold;
}

#block-views-recent-pubs-block table {
  font-size: 13px;
}
