
/*
 * Copyright (c) 2006-2007 Nate Wiger, Danger Rabbit
 *                         http://www.dangerrabbit.com
 *
 * Dig this site? Contact me to produce dynamic sites for you,
 * at affordable rates. I specialize in Ruby on Rails, Perl,
 * PHP, and Oracle, and wrote a book on system design.
 *
 * This site was produced under contract for The Art Collector.
 * No part of it may be reproduced without express written
 * consent of the author. Ability to view the source code of
 * this webpage does not imply it is open source or freeware.
 */

body {
    /*font: 10pt arial,helvetica,sans-serif;*/
    /*background-color: #efeccd;*/
    font: 85% arial,helvetica,sans-serif;
    background: #b2ad99 url(/images/bg_brown.png);
    padding: 0px;
    margin: 0px;
}

h1 { font-size: 136%;}
h2 { font-size: 122%;}
h3 { font-size: 107%;}

/* Make these into boxes like the navlinks */
h1, h2, h3 {
    background: #000;
    padding: .25em .5em;
    /* make size relative so changes with font-size */
    width: 7em;
    height: 2.5em;
    line-height: 2.5em;  /* vertical center trick */
    /*color: #c2bda9;*/
    color: #ccc6ab;
    font-variant: small-caps; 
    vertical-align: middle;
}

a, a:visited, a:active, a:link, a:hover, a:focus {
    color: #008eb1;
}

img {
    border-color: #008eb1;
}

#message.failure {
    color: #e00;
    font-weight: bold;
}

#message.success {
    color: #090;
}


#logo {
    color: #000;
    font: italic 20pt "times new roman",times,serif;
    font-variant: small-caps; 
    float: left;
    padding-left: 8px;
}

/* header wraps the logo and navbar */
#header {
    height: 70px;
}

#navbar {
    padding: 0 6px;
    height: 37px;
    border-bottom: 4px solid #000;
}

/* navlinks are a ul/li that we restyle to turn into tab-like boxes. */
#navlinks {
    right: 20px;
    height: 30px;
    vertical-align: bottom;
    float: right;
}

#navlinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navlinks li {
    float: left;
    height: 30px;
    width: 74px;
    background: #000;
    border: 1px double #000;
    font-variant: small-caps; 
    padding: 2px 6px;
    font-weight: bold;
    font-size: 92%;
    vertical-align: middle;
    margin: 4px;
}

#navlinks a {
    text-decoration: none;
    color: #ccc6ab;
    height: 30px;
    width: 74px;
}

#loading {
    background-color: #c00;
    color: white;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 60px;
    height: 17px;
    padding: 0px 3px;
    font-size: 9pt;
    visibility: hidden;
}

/* main content div in the middle of the page */
#content {
    padding: 8px;
    padding-top: 0;
    top: 55px;
    height: 630px;
}

/* address thing along bottom of page */
#footer {
    background: #000;
    color: #ccc6ab;
    text-align: center;
    padding: 2px;
    font-size: 92%;
}

/* centered section of text that we want indented in a special way
   this renders slightly differently in IE and Firefox but still ok */
.centered {
    width: 90%;
    text-align: center;
}

.blurb {
    margin: 0 auto;
    font-size: 92%;
    width: 600px;
    background: #fff;
    padding: 12px;
    border: 1px solid #000;
    text-align: left;
}

.portrait {
    margin: 0 auto;
    font-size: 92%;
    width: 640px;
    text-align: center;
}

.bigtag {
    position: absolute;
    left: 8px;
}

/* generic fields */
.label {
    font-weight: bold;
    margin: 4px 0;
}

/* image caption text */
.caption {
    font-size: 92%;
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
}

/* special just for browse captions */
.codenumber {
    font-size: 92%;
    text-align: center;
}

#instructions {
    width: 20em;
}

#logger {
    position: absolute;
    left: 400px;
    top: 200px;
    visibility: hidden;
}

#admin table {
    width: 600px;
}

/* the My Yahoo-like category selection thingy */
select.catbox {
    width: 200px;
}

td.label {
    width: 8em;
    padding: 2px 4px;
}

.highlight {
    background: #00dee1;
    border: 1px solid #666;
    padding: 0 .5em;
    font-weight: bold;
}

#dangerrabbit {
    padding-left: 10px;
    display: inline;
}

