﻿/***********************************************************************/
/*  GALLERY SECTION DEFINITIONS */
/***********************************************************************/
.albumList
{
    width: 100%;
}

.albumList .item
{
    position: relative;
}

.albumList .item .image
{
}

.albumList .item .dataArea
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-image: url(Images/GalleryMainImageBack.png);
    background-repeat: repeat;
}

.albumList .item .dataArea .content
{
    color: White;
    padding: 5px;
}
.albumList .item .dataArea .content .name
{
    font-weight: bold;
}
.albumList .item .dataArea .content .meta
{
    font-size: 10px;
}
.albumList .item a
{
    text-decoration: none;
}
.albumList .item .dataArea:hover
{
    background-color: Black;
}

.albumInfoArea
{
  
    padding: 5px;
 
}
.albumInfoArea .fieldName
{
    font-weight: bold;    
    color: #084A47;
}
.albumInfoArea .name
{
    
    font-weight: bold;
    color:  #652834;
}
