/* photo album 3 */


.album_poloroid{
float: left;
	width: 140px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #000;
	background: #FFF;
	

}




.album_description{

float: left;
	width: 210px;
	margin: 10px 0 0 0;
	padding: 2px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	color: #999;
}



.album_description p{color: #999; padding: 0; margin: 0;}



/*.photo_album_poloroid_container{}*/

.photo_album_poloroid{
float: left;
	width: 140px;
	height: 150px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #000;
	background: #FFF;
	

}

/* portfolio thumb outlines */
a.portfolio_thumb_preview:link img , a.portfolio_thumb_preview:visited img, a.portfolio_thumb_preview:active img 
{text-decoration: none; border: 1px solid #FFFFFF; border-top: 3px solid #FFF;}
a.portfolio_thumb_preview:hover img 
{text-decoration: none; border: 1px solid #0099CC; border-top: 3px solid #0099CC;}


#portfolio_menu_sidepanel
{
padding-top: 12px;
border-top: 4px solid #DEDEDE;
border-bottom: 4px solid #DEDEDE;
}

.image_poloroid
{
float: left;
width: 140px !important; /*ie doesn't like to pad.. */
width: 144px;
height: 150px;
border: 1px solid #696969;
padding: 1px 1px 1px 1px;
margin: 1px;
overflow: hidden;

}

.photo_album_summary
{
clear:both;
float: right;
margin: 15px 0 15px 0;
border-top: solid 4px #CCC;
border-bottom: solid 4px #CCC;
width: 513px;
}

.photo_album_m_photo
{
height: 410px;
clear:both;
}

/* this is the full sidebar to the right of the photo, including file directory, and sidebar info, latest comment, and leave comment button*/
#photo_album_sidebar{
width: 210px;

}

/* the small block of info inside the sidebar contianing caption, photo number, next/prev buttons, comments num()*/
#photo_album_sidebar_info{
padding-top: 15px;
border-top: 4px solid #CCC;
border-bottom: 4px solid #CCC;
}
