@charset 'UTF-8';

/* whole page */

html, body {
    background-color: #1c1b29;
    color: #666;
    margin-top: 0;
    padding-top: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
}

h2 {
    font-size: large;
}

h3 {
    font-size: medium;
}

h4 {
    font-size: small;
}

h5, h6 {
    font-size: x-small;
}

img {
    border: 0;
    vertical-align: middle;
}

table, td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

strong.extra {
    text-transform: capitalize;
}

.prominent {
    color: red;
    font-weight: bolder;
    font-size: larger;
}

#metaticker .prominent, #metaticker .prominent:link,
  #metaticker .prominent:visited {
    display: inline-block;
    vertical-align: middle;
    color: red;
    background-color: white;
    border: thin solid black;
    padding: 0.2em;
}

dt {
    font-weight: bolder;
    margin-top: 0.75em;
}

dt:first-child {
    margin-top: inherit;
}

:link, :visited {
    color: #666;		/* appease IE */
    font-weight: bolder;
}

a:hover {
    color: #999;
}

/* for most blocks on the page */
.basic-block {
    background-color: white;
    padding: 1em;
    width: 95%;
    border-top: 1px solid #999;
}

/* for text that goes at the bottom of a block. */
.block-footnote {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.fixed-footnote {
    /* for this to work you must relativize the container! */
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
}

/* common header */

.header {
    margin-top: 0;
    padding-top: 0;
    width: 702px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("header-bg");
    background-repeat: repeat-x;
    background-color: white;
    position: relative;
    border-top: 5px solid #666;
    border-bottom: 5px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

#header {
    margin: 0;
    height: 95px;
    z-index: 0;
}

#header img {
    position: absolute;
}

#logo-header-logo {
    top: 5px;
    left: 10px;
    z-index: 1;
}

#logo-header-gradient {
    bottom: 0;
    left: 0;
}

#navbg-llc {
    bottom: 0;
    left: 0;
}

#navbg-lrc {
    bottom: 0;
    right: 0;
}

#header-nav {
    background: url(logo-header-navbg) repeat-x;
    z-index: 2;
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: center;
    min-width: 340px;
    min-height: 39px;
    padding: 5px;
    color: white;
    font-size: smaller;
    margin: 0;
    padding: 0;
}

#header-nav > p:first-child {
    position: relative;
    top: 10px;
    margin-top: 0;
}

#header-nav > img {
    position: absolute;
}

#header-nav a {
    color: white;		/* appease IE */
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: none;
}

#header-nav a:hover {
    text-decoration: underline;
}

#header-slogan {
    font-family: "Bitstream Vera Serif", serif;
    font-size: large;
    font-style: italic;
    color: red;
    z-index: 2;
    position: absolute;
    /* width: 350px; */
    bottom: 20px;
    right: 47px;		/*was 10*/
    text-align: center;
}

/* common footer */

#icon-footer {
    background-color: #666;
    border-top: 1px solid #666;
    color: white;
    width: 704px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
}

#icon-footer img {
    margin: 1px;
    margin-left: 15px;
    z-index: 2;
}

#icon-footer img#bottom-left-corner, #icon-footer img#bottom-right-corner {
    position: absolute;
    margin: 0;
    z-index: 1;
    bottom: 0;
}

#icon-footer img#bottom-left-corner {
    left: 0;
}

#icon-footer img#bottom-right-corner {
    right: 0;
}

#icon-footer a:hover {
    text-decoration: none;
}

.footer {
    font-family: sans-serif;
    font-size: x-small;
    text-align: right;
    color: white;
    width: 702px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.footer a, .footer a:link, .footer a:visited {
    color: white;
    text-decoration: none;
}

/* all between header and footers */

#body-block {
    width: 704px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

#body-block div > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

/* anything on the left bar */

#left-pane {
    width: 230px;
    margin: 0;
    padding: 0;
    height: 100%;
    border-right: 1px solid #999;
}

/* for IE */
#left-pane, #left-pane table, #left-pane td {
    vertical-align: top;
    background-color: #e3e3e3;
}

.left-pane-block {
    border-top: 1px solid #999;
    margin: 0;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.left-pane-block:first-child {
    border-top: 0;
}

#family-photo {
    overflow: hidden;
    background-color: #666;
}

#family-photo, #family-photo * {
    height: 200px;
    margin: 0 !important;
    padding: 0 !important;
}

/* The "Latest News"/email auction alerts box */

#metaticker {
    background-image: url("metaticker-gradient");
    background-repeat: repeat-x;
    background-color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 160px;
    overflow: auto;
    color: white;
    font-size: smaller;
}

#metaticker > ul {
    margin-left: 1.5em;
    padding-left: 0;
}

#metaticker > p, #metaticker li {
    margin-top: 0.35em;
    margin-bottom: 0.35em;
}

#metaticker :link, #metaticker :visited {
    color: white;
    text-decoration: none;
}

#metaticker a:hover {
    text-decoration: underline;
}

/* The "full-news" block series */

.full-news-item > .date {
    float: right;
    max-width: 30%;
}

.full-news-item h2 + p:first-letter {
    font-size: 2em;
    float: left;
}

/* About Wilson */

p.who {
    clear: both;
    margin-bottom: 0.5em;
    font-style: italic;
}

p.who img {
    float: left;
    margin-bottom: 1em;
    margin-right: 0.5em;
}

p.who:first-line {
    text-transform: uppercase;
    font-style: normal;
}

p.who-moreinfo {
    margin-left: 2em;
}

/* Contact Us */

.directions {
    font-size: smaller;
}

/* Individual auction detail pages */

.auction-thumbs {
    width: 90%;
    background-color: #999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
}

.auction-thumbs img {
    margin: 0.3em;
    border: 2px solid #1c1b29;
}

.auction-detail .location {
    text-align: center;
    font-size: larger;
}

/* address-block output */

#address-block {
    background-color: #e3e3e3;
    font-size: smaller;
    padding: 0.75em;
    height: 100%;
    vertical-align: top;
}

#address-block > p:first-line {
    font-size: larger;
    text-transform: uppercase;
    font-weight: bolder;
}

#address-block address {
    font-style: inherit;
}

/* output next to the left pane */

#content-pane {
    min-width: 450px;
    height: 100%;
    vertical-align: top;
}

#content-pane > div {
    border-top: 1px solid #999;
    margin: 0 auto 2em;
    padding: 10px 0;
}

#content-pane > div:first-child {
    border-top: 0;
}

.flash-header {
    border-bottom: 1px solid #999;
    background-color: #ccc;
    height: 199px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    width: 100% !important;
}

.flash-header + * {
    padding: 10px;
    height: 151px;
    overflow: auto;
    border-top: 0 !important;
    margin-bottom: 0 !important;
}

/* blocks placed side-by-side (XXX not currently used) */

table.side-by-side {
    table-layout: fixed;
    font-size: smaller;
}

.side-by-side col {
    width: 50%;
}

.side-by-side tr > * {
    height: 100%;
    vertical-align: top;
}

.side-by-side tr > td:first-child {
    border-right: 1px solid #999;
}

/* auction-list output */

.listed-auction {
    margin: 1em;
    min-height: 48px;
    overflow: hidden;
    padding: 1em;
}

.listed-auction:nth-child(odd) {
    background-color: #e2e2e2;
}

.listed-auction a {
    text-decoration: inherit;
}

.listed-auction p {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.listed-auction .date {
    text-transform: uppercase;
}

.listed-auction .auction-button {
    float: left;
    overflow: hidden;
    margin: 0;
    margin-right: 1em;
    margin-left: 1em;
    padding: 0;
}

.listed-auction .auction-button * {
    vertical-align: middle;
}

/* biographies */

.biography-photo {
    text-align: center;
}

