﻿/* --  Album Page -- */
#albumList UL
{
    list-style-type: none;
    margin: 0px;
}

#albumList LI A
{
    border-bottom: #999 1px solid;
    padding: 10px 10px 5px 10px;
    display: block;
    text-decoration: none;
    height: 130px;
    width: auto;
    color: #666 !important;
    background-color: #eaeaea !important;
    
}
#albumList LI A:hover,
#albumList LI A:hover H2
{
    background-color: #666 !important;
    color: #ffffff !important;
}

#albumList LI A:focus,
#albumList LI A:focus H2
{
    background-color: #666 !important;
    color: #ffffff !important;
}

#albumList .imageBox
{
    text-align: center;
    vertical-align: middle;
    float: left; 
    cursor: pointer; 
    display: inline; 
    clear: left;
    border: ridge 1px #666;  
    width: 160px; 
    margin-right: 10px;
    /*height: 125px; */
    text-align: center; 
    padding: 0px 0px 0px 0px;
    background-color: #000000;
}

#albumList .imageBox img
{
    border: none;
    padding: 0px;
    margin: 0px;
}
#albumList .albumText
{

    height: 100px;   
    overflow: auto;
    cursor: pointer;
}

#albumList .albumText P
{
    padding: 0px 10px 10px 0px;
}
/* -- END Album Page -- */
/* -- Thumbnail page -- */

#descriptionBox
{
    border-style: dashed;
    border-width: 1px;
    border-color: #666;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    font-style: italic;
    font-weight: bold;
}

#thumbBox UL
{
    list-style-type: none;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
}

#thumbBox LI
{
    margin: 1px;
    float: left;
  
}

#imageBox
{
    border: solid 1px #666;
    background-color: #000000;
    text-align: center;
    width: 165px;
    height: 150px;
    display: table;
    #position: relative;
    overflow: hidden;
}

#imageContainer
{
    #position: absolute;
    #top: 50%;
    #left: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#thumbBox LI A
{
    color:#666666;
    font-weight:bold;
    text-decoration:none !important;
    text-align: center;
    #position: relative; 
    #top: -50%;
    #left: -50%;
}

#downloadLink
{
    #position: absolute !important;
    #top: 60px !important;
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    padding-left: 5px;
}

#shadeOut {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}

#horizon {
	z-index: 6;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}


/* -- END Thumbnail page -- */


