/* Do not edit by hand!  Maintained under svn in source directory. */
/* $Id$ */

body {
    background: rgb(230,230,240) url("/shared/clipart/ddb-3-40t.png") no-repeat 98% 20px;
    color: black;
    margin: 20px;
    font-family: "lucida sans", verdana, trebuchet, arial, geneva, sans-serif;
}

h1 {
    font-family: Divona, Sirona, Georgia, serif;
}
h2 {
    font-family: Divona, Sirona, Georgia, serif;
}
h3 {
    font-family: Divona, Sirona, Georgia, serif;
}
h4 {
    font-family: Divona, Sirona, Georgia, serif;
}

div.thumbnails {
    font-family: "lucida sans", arial, geneva, sans-serif;
}

div.inlinehtml {
  position: relative;
  clear: both;
}

div.picbox {
    position: relative;
    color: white;
    background-color: rgb(140,140,150);
    background-image: url("/shared/clipart/ddb/linen-005-gray.png");
    height: 200px;
    width: 150px;
    margin: 15px;
    padding: 10px;
    float: left;
    overflow: hidden;
}

img.thumbnail {
    margin: 0;
    padding: 0;
    border: thin solid black;
}

div.thumbtitle {
    margin: 0px 0px 3px 0px;
    padding: 0;
    font-size: 80%;
    text-align: center;
}

div.piclinks {
    margin: 0;
    padding: 0;
    font-size: 60%;
    text-align: center;
}

div.picdescr {
    margin: 3px;
    padding: 0;
    font-size: 70%;
    text-align: center;
}

div.posttext {
    margin-left: 10px;
    margin-top: 8px;
    clear: both;
}

div.pretext {
    margin-left: 10px;
    clear: both;
}

.error {
    color: red;
}

/* By default, hide debug stuff */
div.debug {
   display: block; 
   white-space: pre;
   border: thin solid red;
   padding: 5px;
   margin: 15px;
}

/* picpage definitions */

div.pictitle {
    text-align: center;
    font-family: serif;
    font-size: 200%;
    margin-bottom: 10px;
}
div.picnav {
    font-size: 85%;
    margin-top: 2px;
    margin-bottom: 20px;
}
div.picimg {
    text-align: center;
}
div.picinfo {
    max-width: 50em;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
div.piccomments {
}
/* Data block display */
div.borderdatablock {
    clear: both;
}
div.datablock {
    position: relative;
    font-family: "lucida sans", verdana, trebuchet, arial, geneva, sans-serif;
    font-size: .8em;    
}
div.datablock p {
    margin: 0;
}
div.infobuttons {
    margin-top: 12px;
}
div.iptc {
    border: double medium gray;
    position: relative;
    background: rgb(180,220,255);
    float: left;
    padding: 10px;
    margin: 0px 10px 0px 0px;
}
div.exif {
    border: double medium gray;
    position: relative;
    background: rgb(180,255,180);
    float: left;
    padding: 10px;
    margin: 0px 0px 0px 10px;
}
div.iptcbutton {
    position: relative;
    float: left;
}
div.exifbutton {
    position: relative;
    float: left;
}
span.picid {
    /* firefox 1.5 apparently can't parse this size value?? */
    size: 100%;
    color: rgb(128,128,128);
}
.obf {
    display: none;
}