
@media 
	screen and (max-width:890px),
	handheld and (max-width:890px)
{
	#layout_wrapper
	{
	width: 906px;
	}
	#sidebar_outer {
	float: none;
	clear: both;
	width: 100%;
	}
	#sidebar {
	float: none;
	clear: both;
	width: 100%;
	}
	#sidebar .box
	{
	width: 259px;
	margin-right: 15px;
	float: left;
	}
	#sidebar .box_content
	{
	overflow: auto;
	height: 230px;
	}

}

@media 
	handheld and (max-device-width:500px),
	screen and (max-width:500px)
{
	#layout_wrapper
	{
	width: 100%;
	}
	#content_outer
	{
	width: 100%;
	}
	#sidebar_outer {
	float: none;
	clear: both;
	width: 100%;
	}
	#sidebar {
	float: none;
	clear: both;
	}
	#sidebar .box
	{
	width: 100%;
	float: none;
	clear: both;
	}
	#sidebar .box_content
	{
	overflow: auto;
	height: inherit;
	}
	#lastfmrecords img
	{
	padding-bottom: 10px;
	}

}































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
