.album .feature-small {
position: relative;
width: 204px;
margin: 0 auto 10px auto;
background-color: #ddd;
border:1px solid #aaa;
padding: 4px 3px 3px 3px;
text-align: center;
}
.album .feature-small .flyer {
margin: 0 auto;
width: 200px;
height: 100px;
}
.album .feature-small .flyer img {
border:1px solid #aaa;
}
.album .feature-small .name {
padding: 3px 3px 1px 3px;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
}
.album .feature-small .timeandaddress {
padding: 1px 3px;
font-size: 11px;
}
.album .feature-small .address {
display: inline;
white-space: nowrap;
}
.album .feature-small .address .location,
.album .feature-small .address .city {
display: inline;
padding-right: 3px;
}
.album .feature-small .time {
display: inline;
}
.album .feature-small .time .weekday,
.album .feature-small .time .date,
.album .feature-small .time .start,
.album .feature-small .time .end {
display: inline;
padding-right: 3px;
}
.album .feature-small .guests {
position: absolute;
top: 4px;
right: 3px !important;
right: 4px;
background-color: #d5d5d5;
border: 1px solid #5b5b5b;
border-right: none;
border-top: none;
padding: 0px 3px;
color: #202020;
font-size: 11px;
text-align: right;
}
.album .feature-small .guests img {
background: none; /* old css hack */
}
.album .feature-small .guests a.no,
.album .feature-small .guests a.no:link,
.album .feature-small .guests a.no:visited,
.album .feature-small .guests a.no:active,
.album .feature-small .guests a.no:hover,
.album .feature-small .guests a.no:focus {
font-size: 11px;
color: #202020;
}
.album .feature-small .guests a.me,
.album .feature-small .guests a.me:link,
.album .feature-small .guests a.me:visited,
.album .feature-small .guests a.me:active,
.album .feature-small .guests a.me:hover,
.album .feature-small .guests a.me:focus {
color: green;
}
.album .feature-small .guests a.me:hover,
.album .feature-small .guests a.me:focus {
text-decoration: underline;
}
.album .feature-small .category {
display: inline;
padding-left: 0px;
color: #5b5b5b;
font-size: 12px;
font-weight: normal;
}
.album .feature-small .category a,
.album .feature-small .category a:link,
.album .feature-small .category a:visited,
.album .feature-small .category a:active {
color: #5b5b5b;
}
.album .feature-small .category a:hover,
.album .feature-small .category a:focus {
text-decoration: underline;
}











/* ------------------------------------ album page ------------------------------------ 
.pictures .item {
position: relative;
display: block;
width: 204px;
height: 132px;
overflow: hidden;
float: left;
margin: 6px 6px;
}

.pictures .item .picture {
}
.pictures .item .picture a img,
.pictures .item .picture img {
padding:1px;
border: solid 1px #5B5B5B;
border-bottom: none;
}

.pictures .item .date {
position: absolute;
right: 0px;
top: 0px;
color: black;
font-weight: bold;
font-size: 70%;
background-color: #5B5B5B;
border-left: solid 1px #5B5B5B;
border-bottom: solid 1px #5B5B5B;
padding: 2px 5px;
}
.pictures .item .date .label {
display: none;
}
.pictures .item .name {
position: absolute;
left: 0px;
top: 70px;
color: #FBFC32;
font-weight: bold;
font-size: 80%;
background-color: #101010; 
border: solid 1px #5B5B5B;
border-left: none;
padding: 2px 5px;
}
.pictures .item .viewed {
display: block;
background-color: #101010;
padding: 1px 5px;
color: #9d9d9d;
text-align: center;
font-size: 60%;
border-left: solid 1px #5B5B5B;
border-right: solid 1px #5B5B5B;
border-bottom: solid 1px #5B5B5B;
}
.pictures .item .comments {
display: block;
background-color: #101010;
color: #9d9d9d;
text-align: center;
font-size: 60%;
border-left: solid 1px #5B5B5B;
border-right: solid 1px #5B5B5B;
border-bottom: solid 1px #5B5B5B;
}
.pictures .item .name a,
.pictures .item .date a,
.pictures .item .viewed a,
.pictures .item .comments a {
font-size: 100%;	
}
.pictures .item .name a:hover,
.pictures .item .name a:focus {
color: #FBFC32;
}

*/

