/* 
Basic layout structure styles for your BuddyPress component. The structure CSS performs
basic structural formatting on component's interface. Your structure CSS should provide
enough structure so that regardless of the theme enabled, your interface should still work.

No colors, fonts or pretty stuff.

These structure styles can be overridden by the theme CSS file if needed.
*/
.clear {clear: both;}

#activity-list li.album {
    background: url(http://auwwwergne.com/wp-content/plugins/bp-album/images/album-wire.png) 0 4px no-repeat;
}

li a#user-album, li a#my-album {
					background: url(http://auwwwergne.com/wp-content/plugins/bp-album/images/album.png) 88% 52% no-repeat;
				}

table#bp-album-notification-settings th.icon {
		background-image: url(http://auwwwergne.com/wp-content/plugins/bp-album/images/album.png);
	}

.picture-thumb {
    background: #f0f0f0;-moz-border-radius: 4px;-webkit-border-radius: 4px;float: left;padding: 15px 15px;margin:10px;text-align: center;width: 170px;height:210px;
}


.picture-thumb img{
    border: 4px solid #fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;
}

.picture-thumb .title{
    font-family:georgia;font-size:1.2em;height:40px;overflow:hidden;display:block;margin:10px 0px 20px 0px;
}

.picture-single {
    background: #f0f0f0;-moz-border-radius: 4px;-webkit-border-radius: 4px;padding: 30px 15px;text-align: center;width: 630px;
}

.picture-single img{
    border: 4px solid #fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;
}
div.picture-description {
    width: 470px;
    padding: 0 15px;
    float: left;
}


.picture-nav{position:relative; font-family:"Courier New","Lucida Grande",Tahoma,"Trebuchet MS",sans-serif;}
.picture-nav h3{ padding: 10px 80px 0 80px;}

.picture-nav div.prev{font-size:100px;position: absolute; left: 0; top: 20px;}
.picture-nav div.next{font-size:100px;position: absolute; right: 0; top: 20px;}

.picture-nav div.prev a,a:link,a:visited,a:active,a:hover{text-decoration:none;}
.picture-nav div.next a,a:link,a:visited,a:active,a:hover{text-decoration:none;}

.picutre-wire {width:660px}