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

 /* classic display */

.classic_caption {text-align:center}


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

 /* polaroid*/
.photo_polaroid {
    border: 1px solid #999999;
    padding: 6px 6px 17px 6px;
    background-color: #FFFFFF;
}

.photo_polaroidbigger{
    padding: 14px 14px 47px 14px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
}
.photo_polaroid2{
    padding: 20px 20px 67px 20px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    
}
.photo_polaroid img, .photo_polaroids img, .photo_polaroidbigger img, .photo_polaroidbigger img, .photo_polaroid2 img, .photo_polaroid2 img {
    border: 1px solid #d7d7d7;
}

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

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

 /* shadows  */
.photo_shadows2{
    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_shadows2 img {
    display: block;
    position: relative;
    border: 5px solid #ffffff;
	border-bottom:16px solid #ffffff;
    margin: 0px 1px 0px 0px;
    padding: 0px;
}

 /* 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.myphotoalbum.com/frames/film/border.gif');
    width: 8px;
border-bottom: 1px solid #000000;
}
.film_big {
	background: url('http://static.myphotoalbum.com/frames/film/film_bg_big.png');
 	width: 16px;
	border-bottom: 1px solid #000000; 
}



/*-----------------------------------------------------------------------------
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: 18px; float: left;text-align: center;width:200px}
#all_gallery_thumb { width:140px;background-position: center center; cursor: pointer; float: left;}

