/***********************************************/
/* HTML */
/***********************************************/

	html, body {
		background: #333;
		color: #000; }
		
	body {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
		font-size: 62.5%;
		padding-top: 10em; }

	h1 {
		font-size: 4em; }

	h2 {
		font-size: 1.8em; 
		line-height: 2em; }
		
	a {
		color: #333; }

	a:visited {
		color: #666; }

	a:hover {
		color: #000; }
		
/***********************************************/
/* Layout */
/***********************************************/

	.outer {
		font-size: 1.2em; }

	.inner {
		border-left: solid 1px #FFF;
		border-right: solid 1px #FFF;
		border: none !important;
		font-size: 1.2em;
		margin: 0 auto;
		padding: 1em;
		width: 66em; }

	#earle {
		position: absolute;
		right: 20px;
		top: 20px; }

	#earle a {
		color: #999; }

/***********************************************/
/* Header */
/***********************************************/

	#header .inner {
		border: none !important; }

	#header h1 {
		color: #FFF;
		font-variant: small-caps; }

/***********************************************/
/* Twitter */
/***********************************************/

	#twitter {
		/* background: #f2c230 url(http://a1.twimg.com/a/1250103249/images/logo.png) no-repeat center right; */
		background: #F2C230;
		border-bottom: solid 1px #FFF;
		border-top: solid 1px #FFF; }

	#twitter .inner {}
		
	#twitter ol,
	#twitter ul { }
	
	#twitter li {
		padding: .5em 0; }

	#twitter .continue {
		text-align: right; }

/***********************************************/
/* Flickr */
/***********************************************/

	#flickr {
		background: #f28c0f;
		border-bottom: solid 1px #FFF; }

	#flickr .inner {}

	#flickr li {
		float: left; }

	#flickr #images a {
		border: solid 5px #B2670B; 
		display: block;
		margin: 1em; }

	#flickr #images a:hover {
		border: solid 5px #724207; }

	#flickr .continue {
		text-align: right; }

/***********************************************/
/* More */
/***********************************************/

	/*
	#more {
		background: #731010;
		border-bottom: solid 1px #000; }
	*/

	#more {
		background: inherit;
		border: none; }

	#more .inner {
		border: none !important; }

	#more h2 {
		display: none; }

	#more li {
		float: left; }

	#more a {
		color: #EFEFEF;
		display: block;
		padding: 0 1em 0 0; }

	#more a:visited {
		color: #FFF; }

	#more a:hover {
		color: #FFF; }

/***********************************************/
/* Clearfix */
/***********************************************/

	.cf:after { 
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden; }
		
	.cf { 
		display: inline-block; } 
		
	/* Hides from IE-mac \*/
	* html .cf { 
		height: 1%; }
		
	.cf { 
		display: block; }
	/* End hide from IE-mac */
	

