/**
 * Copyright 2007 Michael Toppa
 * 
 * This file is part of Shashin.
 *
 * Shashin is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * Shashin is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author Michael Toppa
 * @version 1.0.6
 */
 
/* The following are applied to the simage and srandom tags */
.shashin_image {
    display: block;
    margin: 5px;
    background-color: White;
    border: thin solid;
}

.shashin_image img {
    padding: 5px; /* double this for shashin_div_padding option */
    border: none;
}

.shashin_caption {
    display: block;
    padding: 0px 5px 0px 5px;
    font-size: x-small;
    font-weight: bold;
}

/* Applied to salbum tag */
.shashin_album {
    display: block;
    margin: 5px;
    background-color: White;
    border: thin solid;
    text-align: center;
}

.shashin_album img {
    padding: 5px;
    border: none;
}

.shashin_album_title {
    display: block;
    padding: 0px 5px 0px 5px;
    font-size: x-small;
    font-weight: bold;
}

.shashin_album_location {
    display: block;
    padding: 0px 5px 0px 5px;
    font-size: x-small;
}

.shashin_album_date {
    display: block;
    padding: 0px 5px 0px 5px;
    font-size: x-small;
}

/* Applied to sthumbs, srandom, and snewest tags */
.shashin_thumbs_table {
    margin-left: 45px;
}

.shashin_thumbs_table td {
    text-align: center;
    margin: 3px;
}

.shashin_thumb {
    margin-left: auto;
    margin-right: auto;
    background-color: White;
}


.shashin_thumb img {
    padding: 3px; /* double this for shashin_thumb_padding option */
    border: none;
}

/* Applied to error messages */
.shashin_error {
    color: Red;
    font-weight: bold;
}