/*
 * Sue Miller Gallery — adapted from the legacy suemillergallery Drupal theme.
 * Clean, single-file stylesheet matching the original look:
 * logo header, fixed left sidebar menu, centered content column, gallery rows.
 */

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font: 87.5%/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0071b3;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #018fe2;
  text-decoration: underline;
}

.clear {
  clear: both;
}

/* Page shell */
#page {
  min-height: 100%;
  min-width: 960px;
  margin-bottom: -60px;
}

#header,
#content-wrapper {
  min-height: 100px;
}

.wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Header: logo only */
#header {
  background: none;
}

#header .wrapper {
  position: relative;
  min-height: 104px;
}

#logo {
  display: block;
  float: left;
  margin: 40px 0 0 180px;
}

#logo img {
  border: none;
}

/* Two-column body: fixed left sidebar + centered content */
#content-wrapper .wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
}

#sidebar-left {
  display: inline;
  float: left;
  position: fixed;
  width: 140px;
}

#main-content {
  margin-left: 180px;
  margin-right: 180px;
  padding: 0;
}

#main-content article {
  float: left;
  width: 100%;
}

/* Sidebar menu */
.block ul.menu {
  margin: 0;
  padding: 0;
}

ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: right;
  line-height: 24px;
  text-transform: uppercase;
}

.sidebar ul.menu li a {
  color: #333;
}

.sidebar ul.menu li a.active,
.sidebar ul.menu li a:hover {
  color: #999;
  text-decoration: none;
}

/* Content */
.node .content p {
  margin: 0 0 1.5em;
}

/* Cards and Paintings gallery */
.view-current-work .view-content {
  overflow: hidden; /* contain floated rows */
}

.view-current-work .views-row {
  float: left;
  margin-bottom: 60px;
}

.view-current-work .views-row-odd {
  margin-right: 80px;
}

.view-current-work .views-row h3 {
  font-size: 1.21em;
  margin: 0 0 4px;
}

.views-field-field-framed-or-unframed {
  margin-bottom: 20px;
  color: #666;
}

.views-field-field-framed-or-unframed p {
  margin: 0;
}

.view-current-work .views-row img {
  max-width: 100%;
  height: auto;
}

.view-current-work .views-row a:hover {
  opacity: 0.6;
}

/* Pagination */
ul.pager {
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid #eee;
  list-style: none;
}

ul.pager li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pager li a {
  display: inline-block;
  padding: 5px 10px;
  background: #eee;
  margin: 20px 0 0;
  border: none;
  color: #333;
  text-decoration: none;
}

ul.pager li a:hover {
  color: #666;
  background: #ddd;
}

ul.pager li.pager-current {
  padding: 5px 10px;
  background: #ddd;
  color: #666;
  margin: 20px 0 0;
}

/* Artwork detail */
.node-artwork .field {
  margin-bottom: 1.5em;
}

.node-artwork .field-name-field-image img {
  max-width: 100%;
  height: auto;
}

.node-artwork .field-name-field-price {
  font-weight: bold;
}

.node-artwork .field-name-field-sold-status {
  font-weight: bold;
}

/* Footer spacer (legacy uses a push div, no visible footer chrome) */
#push {
  height: 60px;
}
