/* this delete the background we don't want that 
body {
	background: repeat-y right url(../../images/sidebar_right_bg.png);
}
*/
#sidebarContainer {
	float: right;
}


.blog-archive-link, .photo-navigation {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;

}

#container, .blog-archive-headings-wrapper, .blog-archive-entries-wrapper {
	margin-left: 0px;
	padding-left: 0px;
/*	margin-right: 200px; */
}

.photo-frame{
	position: absolute;
	top: 10px;
	left: auto;
	right: 200px;
}

.exif-data {
	right: 10px;
}
