﻿/*
========================================================================
Filename:		recycle_1024.css
Date Created:	2009-02-06
Description:	CSS stylesheet for component structure and typography
				for layout width >= 970px
Site:			www.recycleforlondon.com
Author:			Matt Richards (matt.richards@london.gov.uk)
========================================================================
*/

/* RECYCLE: Content Columns 
--------------------------------------------------------------------- */
#recycle .twocolumn-wrapper .homepagecol1 {
	float: left;
	clear: right;
	width: 360px;
}
#recycle .twocolumn-wrapper .homepagecol2 {
	float: left;
	clear: right;
	width: 360px;
	margin-left: 6px;
}
#recycle .twocolumn-wrapper .col1 {
	clear:right;
	float:left;
	width:481px;
}
#recycle .twocolumn-wrapper .col2 {
	clear:right;
	float:left;
	margin-left:6px;
	width:239px;
}
#recycle .col2 .component ul.logos li {
	margin: 0px 0px 0px 31px;
}