/*   
Theme Name: Threads Two Point One
Theme URI: https://threadsuk.com
Description: Designed for threadsuk.com in 2015 by Alex Moyler. Updated in 2016.
Author: Alex Moyler
Author URI: https://alexm.co
Version: 2.1
*/

/* -- Extras that don't need to be in less -- */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img.alignright, img.alignleft {
	margin-bottom: 10px;
	clear: none;
}

img.alignright {
	float: right;
	margin-left: 20px;
}

img.alignleft {
	float: left;
	margin-right: 20px;
}