/*******************************************
7% - A Last.fm CSS Patch for 800x600 People
by Michael Camilleri 

1.0 (2006-08-18) - Initial release.
1.1 (2006-08-28) - Fixed forum view width problem.

Copyright 2006 Michael Camilleri
*******************************************/

@-moz-document domain(last.fm) {
	#LastWebsite {
		min-width: 800px !important;
	}

	.wrapper {
		width: 450px !important;
	}

	.date {
		width: 150px !important;
	}
}

@-moz-document url-prefix(), url-prefix() {
	#LastContent3 {
		min-width: 500px !important;
		background: white !important;
		border: solid 1px #959595 !important;
	}

	#LastContextSidebar {
		margin-left: -505px !important;
	}
}