/* sabi.net sitewide CSS (well, that's the idea, eventually...)
   probably should merge stuff from sabi.net/photos/sabi.css */

@import url(https://fonts.googleapis.com/css?family=Rosario:400,700,400italic,700italic);

body {
  background: #f3f4ec url(/image/whitebar-only.png) left top repeat-x;
  margin-top: 7px;
  padding-top: 0; /* for Opera */
  text-align: center;
  color: #474E44;
}
body, td, th {
  font: 16px Rosario, Corbel, Verdana, Helvetica, sans-serif;
}
td, th {
  text-align: left;
  padding: 0.5em;
}
table {
  background-color: white;
  margin: 0px auto 0px auto;
  border: 0.5em solid white;
  padding: 0;
  border-collapse: collapse;
}

img {
  vertical-align: middle;
  border: 0px;
  margin: 0px;
}
h3 {
  margin: 0px; /* extra stuff in Mozilla otherwise */
}
hr {
  margin-left: auto;
  margin-right: auto;
  width: 40em;
}

/* iView MediaPro-generated indexes */
table.galleryindex {
	border: none;
	background: transparent;
	border-collapse: separate;
	border-spacing: 8px;
}
table.galleryindex td {
	background: #eeeeee;
	height: 120px;
	width: 120px;
	padding: 8px;
	font-color: #888888;
	text-align: center;
	vertical-align: middle;
}
.small {
    font-size: 0.8em;
}