/*
Theme Name: Orange Placeholder
Version: 0.0
Inspired by URI: http://mikejolley.com/	
*/
@import 'css/reset.css';
@import 'css/budhand/stylesheet.css';

/* @group Structure */
html { 
	font-size: 100%; /* IE hack - http://www.clagnut.com/blog/348/#c790 */ 
}

body {
	text-align: center;
	color: #ffad33;
	background-color: #ffe0c1;
	background-position: center center;
	font: 62.5% Lucida Grande, Arial, sans-serif; /* Reset to 10px equivilent */
	line-height: 1.4em;
	padding: 72px 0 0;
}
/* @end */