/*  **************************************************** **
                T R I V I A L - G A L L E R Y
 **  **************************************************** **
    http://<domain.tld>/gallery
    trivial-gallery.css - Create 1-Aug-2k5
                        - Update 9-Aug-2k5 - 2 row table
    Author: William Tasso [http://williamtasso.com]
                          © tbData - All rights reserved.
**  **************************************************** **
    2-row table formating inspired by ...
                               Els: http://locusmeus.com
**  **************************************************** **
    shorthand notes  box properties : 12,3,6,9
                     border         : width style colour
**  **************************************************** */

  #trivial-gallery {
    white-space: nowrap;
    color: #000;
    background-color: #fff;
    }
  #trivial-gallery #hx {
    font-size:180%;
    font-weight:bold;
    text-decoration:underline;
    text-align:center;
    margin-bottom:2ex;
    }
  #trivial-gallery a:link {
    color: #00f;
    background-color:inherit;
    text-decoration:none;
    }
  #trivial-gallery a:visited {
    color: #f00;
    background-color: inherit;
    text-decoration:none;
    }
  #trivial-gallery .GalleryImage {
    text-align:center;
    margin-top:0;
    }

  #trivial-gallery img {
    border:none;
    }

  .GalleryMainImage {
    }

  #trivial-gallery .GalleryImage p {
    white-space: normal;
    font-size:120%;
    font-weight:bold;
    margin-top:0;
    padding-top:0;
    margin-bottom:0;
    }
  #trivial-gallery .GalleryImage p em {
    color: #888;
    background-color:inherit;
    font-size:90%;
    font-weight:normal;
    font-style:italic;
    }
  #trivial-gallery .GalleryImage p+p {
    white-space: normal;
    font-size:100%;
    font-weight:normal;
    margin-top:0;
    padding-top:0;
    }
  #trivial-gallery ul ul {
    margin-left:8px;
    padding-left:8px;
    }
  #trivial-gallery .galleryCategory {
    list-style-image: url(/tbassets/icon-folder.gif) ;
    }
  #trivial-gallery li.galleryInfo {
   list-style-image: url(/tbassets/icon-info.gif) ;
    }
  #trivial-gallery li.cache {
    list-style-image: url(/tbassets/icon-no-folder.gif) ;
    color:#888;
    }

/*
  #trivial-gallery .picon {
    list-style-image: url(/tbassets/icon-img.gif) ;
    display:block;
    float:left;
    height:60px;
    margin:1em;
    }
  #trivial-gallery .picon img {
    border:none;
    padding-right:3px;
    margin:0;
    }
  #trivial-gallery .picon span {
    white-space: normal;
    font-size:85%;
    }
*/


  #trivial-gallery ul.thumblist {
    margin-left:0;
    padding-left:0;
    }

  #trivial-gallery li.thumb {
    list-style:none;
    white-space: normal;
    width:120px;
    padding-top:0px;
    padding-bottom:0px;
    float:left;
    text-align:center;
    margin: 0.5em;
    /*
    border-top:3px solid #e1e1e1;
    border-right:3px solid #b1b1b1;
    border-bottom:3px solid #b1b1b1;
    border-left:3px solid #e1e1e1;
    color: inherit;
    background-color:#dadadf;
    */
 }
  #trivial-gallery .thumb table {
    width:123px;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
  }
  #trivial-gallery .thumb td{
    height:123px;
    text-align:center;
  }

  #trivial-gallery .thumb td.imagetd {
    border:1px solid #f00;
    border-top:3px solid #e1e1e1;
    border-right:3px solid #b1b1b1;
    border-bottom:3px solid #b1b1b1;
    border-left:3px solid #e1e1e1;
    color: inherit;
    background-color:#dadadf;
    }

  #trivial-gallery .thumb img {
    border:none;
    padding:3px;
    margin:0;
    border-top:2px solid #b1b1b1;
    border-right:2px solid #e9e9e9;
    border-bottom:2px solid #e9e9e9;
    border-left:2px solid #b1b1b1;
    }

  #trivial-gallery td.caption {
    height:3.55em;
    height:4.2em;
    background-color:transparent;
    font-weight: bold;
    font-size: 85%;
    }


  #trivial-gallery-fin {
    color: #888;
    background-color:#fff;
    clear:both;
    font-size:85%;
    font-weight:normal;
    font-style:italic;
    text-align:right;
    border-top: 1px solid #888;
    }
  #trivial-gallery-fin a {
    color: #888;
    background-color: inherit;
    text-decoration: none;
    }

/*  **************************************************** **
    trivial-gallery.css
                                                  -- fin
    **************************************************** */

