/*********************************************************************************
 * photoalbum.css -- stylesheet for creating a dynamic photo album
 * 
 * Creates the styling for traas.org custom photo-albums and thumbnails. Should
 * be relatively portable. At least when finished.
 *********************************************************************************/

/*********************************************************************************
 * photoset stuff
 *********************************************************************************/
#photoset {}

#photoset a { 
	font-size: 12px;
	display:block; 
	padding: 4px; 
	font-weight: normal; 
	background-color: #DDDDDD; 
	color: #000000; 
	text-decoration: none; 
	border: 1px #999999 solid;
	height: 100px;
}
#photoset a:link   { background-color: #DDDDDD; color: #000000; text-decoration: none; }
#photoset a:active { background-color: #DDDDDD; color: #000000; text-decoration: none; }
#photoset a:hover  { background-color: #999999; color: #000000; text-decoration: none; }

#photoset a img {
	float: left;
	margin-right: 10px;
}

.setheader {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 0 0 3px 0;
	background: #ddcd9a;
	color: #000000;
	border-bottom: 1px solid #7d6411;
	padding: 2px;
}

.setsubhead {
	font-style: italic;
	font-weight: bold;
}

/*********************************************************************************
 * thumbnail stuff
 *********************************************************************************/
.thumbs {
	margin: 10px 0 0 0;
	border: 1px solid #a30000;
	background-color: #ffffff;
	color: #000000;
}

.thumbs td {
	text-align:center;
}

.thumbs th {
	color: #000000;
	background-color: #DDDDDD;
	font-weight: normal;
	padding: 3px;
	text-align: left;
}
.thumbs th img {
	float: left;
	margin-right: 10px;
}

.thumbs a        { display:block; padding: 15px; font-weight:normal;
                   background-color: #DDDDDD; color: #000000; text-decoration:none; }
.thumbs a:active { background-color: #DDDDDD; color: #000000; text-decoration:none; }
.thumbs a:hover  { background-color: #999999; color: #000000; text-decoration:none; }

.thumbs img {
	height: 100px;
}