/**
 * This file is part of Shashin. Please see the Shashin.php file for
 * copyright and license information.
 *
 * @author Michael Toppa
 * @version 2.2.1
 */
 
/* The following are applied to the simage and srandom tags */
.shashin_image {
    display:block;
    margin:5px;
}

.shashin_image img {
    padding:2px; /* double this for shashin_div_padding option */
    border:1px solid #94927B;
}

.shashin_image:hover {
	border-color:Silver;
}

.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:3px;
    background:#F0ECE2;
    border:1px solid #94927B;
    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;
	font-size:1em;
}

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

.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 salbumthumbs tag */
.shashin_album_thumbs_table {
    margin:5px;
}

.shashin_album_thumbs_table td {
    text-align:center;
    margin:3px;
    vertical-align:top;
}

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

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

.shashin_thumbs_table caption {
    text-align:left;
    margin:5px;
}

.shashin_thumb img {
    padding:2px;
}

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

/* Applied to salbumlist */
.shashin_album_list {
	margin:0 10px;
    clear:both;
}
.shashin_album_list p strong {
	font-size:1.5em;
	line-height:1.5em;
}

.shashin_album_list_thumb {
    float:left;
    margin:5px 15px 5px 5px;
    border:1px solid #94927B;
}

.shashin_album_list_thumb img {
    padding:1px;
    border:none;
}

.Shashin.widget .shashin_image a {
	padding-left:12px !important;
}
