/*  
Theme Name: Placeholder
Theme URI: http://www.21inspired.com 
Description: 
Version: 1.0
Author: Roger Coathup 
Author URI: http://www.21inspired.com
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

html, body {
	background: #320000;}
	



/*-----------------------------------------------------------------------------------------------
	Structure
-----------------------------------------------------------------------------------------------*/

body {
	margin: 90px 20px 90px 72px;
}
	
div#footer {
	margin-top: 72px;
	text-align: right;
	font-size: 0.8em;
}	



div#header h1 {
	overflow:hidden;
	background: url(images/21-thoughts-logo.png);
	display: block;
	padding-top:56px;
	width: 220px;
	height: 0px;
}

div#content {
	width: 45%;
	min-width: 250px;
	margin-top: 54px;}



