/*-----------------------------------------------------------------------------
Album Display
-----------------------------------------------------------------------------*/

 /* classic display */

.classic_caption {text-align:center}


/*-----------------------------------------------------------------------------
Actual Frames Display
-----------------------------------------------------------------------------*/

 /* polaroid*/
.photo_polaroid {
    border: 1px solid #d7d7d7;
    padding: 5px 6px 12px 5px;
    background-color: #FFFFFF;
}
.photo_polaroid img, .photo_polaroids img {
    border: 1px solid #d7d7d7;
}

 /* dashed */
.photo_dots img {
    border: 1px dashed #333;
    padding: 2px;
}

 /* solid  */
.photo_solid img {
    border: 1px solid #333;
}


 /* shadows  */
.photo_shadows{
    background: url('/img/shadowAlpha.png') no-repeat bottom right !important;
    background: url('/img/shadow.gif') no-repeat bottom right;
    padding: 0px 3px 5px 0px;
}

.photo_shadows img {
    display: block;
    position: relative;
    border: 1px solid #666666;
    margin: 0px 1px 0px 0px;
    padding: 0px;
}

/*-----------------------------------------------------------------------------
Movies
-----------------------------------------------------------------------------*/

.film {
    background: url('http://static.myphotoalbm.com/frames/film/border.gif');
    width: 8px;
border-bottom: 1px solid #000000;
}



/*-----------------------------------------------------------------------------
 Micro-Thumbs Layout 
-----------------------------------------------------------------------------*/
/*  */
#microthumb {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    background-position: center center;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;

}

#micro_holder {
    width: 70px;
    float: left;
    height: 90px;
    margin-left: 12px;
	margin-right: 11px;
}

#micro_options_position {
    position: relative;
    bottom:16px;
}


/*-----------------------------------------------------------------------------
Journal Display
-----------------------------------------------------------------------------*/
#journal { margin: 15px 15px 15px 15px;}
#journal .fineprint {padding:5px 0px 5px 15px;}
#journal .image {  margin: 0px 10px;text-align: left;font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;}
#journal_clear { clear: both;}
.journal_line {  text-align: center; width: 900px;  margin:10px 0px;}

/*-----------------------------------------------------------------------------
Details Page Display
-----------------------------------------------------------------------------*/

.detail_links {padding: 2px 5px; font-size: 11px;  margin: 8px;}
#details_holder .description {  font-size: 12px; margin: 5px;}
#details_holder #album_content {margin: 7px 0px;padding: 5px;}
.tags { font-size: 12px; padding: 10px;}


/*-----------------------------------------------------------------------------
New Top Gallery Display 
------------------------------------------------------------------------------*/
#new_top_gallery { width: 440px;float: left;padding-top:14px}
#new_top_gallery #album_content { margin-left: 5px; padding:5px 0px 5px 5px;float: left;text-align: left;width: 285px;float: left;}
#new_top_gallery #album_content h3 {font-size: 14px;font-weight: bold;}
#new_top_gallery .description {font-size: 12px; margin-left: 15px; margin-bottom: 5px;}
.top_album {height: auto; min-height: 100px;text-align: left;padding: 5px 5px 35px 10px;margin: 10px 0px 20px 0px;}
.top_album .description, #classic_gallery .description {margin: 10px 0px 10px 25px; }



/*-----------------------------------------------------------------------------
Classic Gallery Display 
------------------------------------------------------------------------------*/
#classic_gallery {margin:5px 0px;}
#classic_gallery #album_content { margin:0px 10px; padding:10px;}
#classic_gallery #album{width:250px; padding:5px 20px 10px 0px}


/*-----------------------------------------------------------------------------
All Gallery Display
------------------------------------------------------------------------------*/
#all_gallery .title { font-weight: bold;}
#all_gallery { padding: 20px; float: left;text-align: center;}
#all_gallery_thumb { width:140px;background-position: center center; cursor: pointer; float: left;}


