@charset "utf-8";
/* 
HeatMap Theme 3
Author: Stuart Wider
Copyright: Stuart Wider 2009
Website: HeatMapTheme.com
This file last updated: 27/02/2010

This file is part of HeatMap Theme
	
HeatMap Theme is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

HeatMap Theme is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.	
*/

/* CSS to switch sidebar to left
-------------------------------------------------------------- */

#content {
	margin-left: 0px;
	margin-right:15px;
	float:right;
}

#sidebar-wrapper {
	float: left;
	margin-left: 0px;
	overflow:hidden;
}

#bottom-widebar,
#top-widebar,
#left-sidebar {
	margin-left: 10px;	
}

#right-sidebar {
	margin-right: 0px;
}
