/*subnav*/
#bpa-subnav-breadcrumb li{
	padding-right: 5px;
	background: url('breadcrumb_arrow.png') no-repeat right center;
}
#bpa-subnav-breadcrumb li.last-of-breadcrumb{
	padding-right: 0px;
	background: none;
}
#bpa-subnav-breadcrumb li.no-link{
	padding: 5px 15px 5px 10px;
}
#bpa-subnav-breadcrumb li.no-link.last-of-breadcrumb{
	padding-right: 10px;
}

/*gallery*/
.picture-thumb-box {
	text-align: center;
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	background: #F3F3FF;
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.picture-thumb-box .picture-thumb img {
	/*height:100px;
	width:100px; */
	display: block;
	border: 1px solid #AAA;
}
.picture-thumb-box .picture-title {
	text-transform: uppercase;
	position: relative;
	top:3px;
}

/*single*/
.picture-single{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.picture-single h3{
	text-align: center;
}

.picture-outer-container{
	position: relative;
	float: left;
	left: 50%;
	margin-bottom: 15px;
}
.picture-inner-container{
	height: 100%;
	float: left;
	position: relative;
	right:50%;
	background: url(title_over.png) -10px -10px no-repeat; /* for preload this image */
}
.picture-inner-container img{
	display: block;
}
.picture-inner-container .picture-middle{
	position: relative;
	overflow: hidden;
	float:left;
}
.picture-inner-container a{
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	bottom: 0;
	text-transform: uppercase;
	text-decoration: none;
}
.picture-inner-container a.picture-prev-link{
	background: url(nav_left.png) 10% -100px no-repeat;
	left: 0;
}
.picture-inner-container a.picture-next-link{
	background: url(nav_right.png) 90% -100px no-repeat;
	right: 0;
}
.picture-inner-container a.picture-no-adjacent-link{
	width: 100%;
	left: 0;
}
.picture-inner-container a.picture-prev-link:hover{
	background: url(nav_left.png) 10% center no-repeat;
}
.picture-inner-container a.picture-next-link:hover{
	background: url(nav_right.png) 90% center no-repeat;
}
.picture-inner-container a span{
	display: none;
	position: absolute;
	width: 200%;
	height: 25px;
	line-height: 25px;
	bottom:0;
	color: #FFF;
	background: url(title_over.png) left top repeat;
}
.picture-inner-container a:hover span, .picture-inner-container a:active span{
	display: block;
}

.picture-inner-container a.picture-prev-link span {
	left: 0;
	text-align: left;
	padding-left: 10px;
}
.picture-inner-container a.picture-next-link span {
	right: 0;
	text-align: right;
	padding-right: 10px;
}
.picture-inner-container a.picture-no-adjacent-link span{
	width: 100%;
	left: 0;
	text-align: center;
}

.picture-description {
	clear: both;
}
.picture-meta{
	display: block;
	width: 500px;
	margin: 0 auto;
}
.picture-edit-link, .picture-delete-link{
	float: right;
	clear: right;
}

.picture-single div.activity-comments {
	margin-left: 0;
}

/*single ie6*/
* html .picture-inner-container a{
	position: relative;
	width: 100%;
	height: 25px;
}
* html .picture-inner-container a span, * html .picture-inner-container a.picture-prev-link span, * html .picture-inner-container a.picture-next-link span{
	position: relative;
	display: block;
	width: 90%;
	padding: 0 5%;
}


/*edit*/
#picture-edit-thumb {
	float: right;
}

/*stream*/
.picture-activity-thumb {
	float:left;
	margin-right: 10px;
}
.picture-activity-thumb img {
	height: 100px;
	width: 100px;
}

/*float clear*/
.picture-gallery, .picture-adjacent-links { min-height: 0; _zoom: 1; }
.picture-gallery:after, .picture-adjacent-links:after{ content: " "; height: 0; clear: both; display: block; }


/* ################################################################################################################ */

#thumbgen {
	width:837px;
	height:276px;
	background: url(thumbnail_select.png);
	margin: 10px;
}

#thumbgen .padder {
	float:left;
	width:797px;
	height:236px;
	margin:20px 20px 20px 19px;
	font-weight:bold;
}

#thumbgen .padder .LHS {
	float:left;
	width:300px;
	height:236px;
}

#thumbgen .padder .LHS .title{
	margin:auto;
	vertical-align: top;
	padding-top:5px;
	text-align:center;
}

#thumbgen .padder .LHS .thumb-size{
	vertical-align: bottom;
	margin:190px 0px 0px 15px;
	width:280px;
}

#thumbgen .padder .LHS .thumb-size .label{
	float:left;
	margin: 2px 2px 0px 10px;
}

.bp-thumb-val{
	float:left;
	margin: 0px 3px 0px 2px
}

#thumbgen .padder .RHS {
	float:right;
	width:220px;
	height:236px;
}

#thumbgen .padder .RHS .option-top{
	margin:5px auto 0px auto;
}

#thumbgen .padder .RHS .option-bot{
	margin:95px auto 0px auto;
}

#thumbgen .padder .MID {
	float:right;
	width:190px;
	height:236px;
}

#thumbgen .padder .MID .option-top{
	margin:5px auto 0px auto;
}

#thumbgen .padder .MID .option-bot{
	margin:95px auto 0px auto;
}

/* ################################################################################################################ */

#cache {
	width:837px;
	height:276px;
	background: url(resize_select.png);
	margin: 10px;
}

#cache .padder {
	float:left;
	width:797px;
	height:236px;
	margin:20px 20px 20px 19px;
	font-weight:bold;
}

#cache .padder .LHS {
	float:left;
	width:300px;
	height:236px;
}

#cache .padder .LHS .title{
	margin:auto;
	vertical-align: top;
	padding-top:5px;
	text-align:center;
}

#cache .padder .LHS .description{
	vertical-align: bottom;
	margin:150px 0px 0px 5px;
	width:290px;
	font-weight:normal;
	font-size:10px;
	line-height:130%;
}

#cache .padder .RHS {
	float:right;
	width:440px;
	height:236px;
}

#cache .padder .RHS .title{
	margin:auto;
	vertical-align: top;
	padding:7px 0px 15px 0px;
	text-align:center;
}

#cache .padder .RHS .line {
	float:left;
	width:430px;
	margin:10px 0px 0px 0px;
	font-size:12px;

}

#cache .padder .RHS .line .size {
	float:left;
	margin: 2px 8px 0px 10px;
	font-weight:bold;
	width:75px;
	text-align:right;
}

#cache .padder .RHS .line .label {
	float:left;
	margin: 2px 2px 0px 10px;
	font-weight:normal;
	font-size:10px;
}

#cache .padder .RHS .line .check {
	float:left;
	margin: 0px 0px 0px 20px;
}

#cache .padder .RHS .line .check .lock {
	float:left;
	height:16px;
	width:16px;
	margin: 2px 0px 0px 0px;
	background: url(lock.png);
}


/* ################################################################################################################ */

#template {
	width:835px;
	height:385px;
	background-color:#f3f3f3;
	border: solid 1px #e3e3e3;
	margin: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#template .padder {
	float:left;
	width:830px;
	height:236px;
	margin:20px 15px 20px 2px;
	font-weight:bold;
}

#template .padder .type {
	float:left;
	width:240px;
	height:400px;
	margin:0px 0px 0px 28px;
}

#template .padder .type .title {
	margin:0px auto 0px auto;
	text-align:center;

}

#template .padder .type .image-default {
	float:left;
	width:240px;
	height:240px;
	margin:0px 0px 15px 0px;
	background: url(default_mode.png);
}

#template .padder .type .image-facebook {
	float:left;
	width:240px;
	height:240px;
	margin:0px 0px 15px 0px;
	background: url(facebook_mode.png);
}

#template .padder .type .image-flickr {
	float:left;
	width:240px;
	height:240px;
	margin:0px 0px 15px 0px;
	background: url(flickr_mode.png);
}

#template .padder .type .description {
	margin:5px 0px 0px 5px;
	width:230px;
	font-weight:normal;
	font-size:10px;
	line-height:130%;

}


/* ################################################################################################################ */



#bp-album-flickr {
	position:relative;
	margin:20px auto 0px auto;
	width:780px;
	border:none;
}

#bp-album-flickr .album .title-block {
	float:left;
	width:100%;
	margin:0px;
}

#bp-album-flickr .album .title-block {
	float:left;
	width:100%;
	margin:0px;
	height:50px;
	line-height:100%;
	text-decoration:none;
}

#bp-album-flickr .album .title-block .avatar img{
	float:left;
	margin:0px 20px 0px 0px;
	border:1px solid #ccc;
}

#bp-album-flickr .album .title-block .title, #bp-album-flickr .album .title-block .title a{
	float:left;
	width:710px;
	text-decoration:none;
	color:#333;
	line-height:normal;
	margin:-3px 0px 0px 0px;
}

#bp-album-flickr .album .title-block .tagline {
	float:left;
	width:700px;
	margin:1px 0px 0px 1px;
}

#bp-album-flickr .album .title-block .tagline .active {
	float:left;
	margin:0px 5px 0px 0px;
	text-decoration:none;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

#bp-album-flickr .album .title-block .tagline .inactive, #bp-album-flickr .album .title-block .tagline .inactive a{
	float:left;
	margin:0px 5px 0px 0px;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}

#bp-album-flickr .album .LHS {
	float:left;
	width:300px;
	margin:0px;   
}

#bp-album-flickr .album .LHS .padder{
	float:left;
	margin:20px 0px 20px 0px;
	width:240px;
	padding:20px;
	border:0px;
	/* background-color:#eaeaea; */
	background-color:#f5f5f5;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#bp-album-flickr .album .LHS .description {
	float:left;
	width:240px;
	margin:0px 0px 10px 20px;
	line-height:130%;
	color:#333;
}

#bp-album-flickr .album .LHS .stats {
	float:left;
	width:240px;
	margin:0px 0px 20px 20px;
	line-height:130%;
	font-size:11px;
	color:#999;
}

#bp-album-flickr .album .LHS .padder .billboard-image img{
	width:240px;
}

#bp-album-flickr .album .RHS {
	float:right;
	width:480px;
	margin:20px 0px 60px 0px;

}

#bp-album-flickr .album .RHS .thumb-box {
	float:left;
	margin:0px 3px 3px 0px;

}

#bp-album-flickr .album .RHS .thumb-box img {
	margin:0px;
	height:75px;
	width:75px;

}

#bp-album-flickr .album .paginator {
	float:left;
	width:450px;
	margin:20px 0px 0px 0px;
	text-align:right;
	font-size:15px;
	font-weight:bold;

}