@charset "UTF-8";
/* CSS Document */


/*******************************************************************/
/*                                                                 */
/*                         Desktop Styles                          */
/*                                                                 */
/*                                                                 */
/*******************************************************************/


/* for Desktop and iPad in landscape mode **************************************/


	/* Header ***********************************/
	
	#header p#name { float: left }
	#header p#description { float: left; margin-left: 8px; border-left: 1px solid #d1d1d1; padding-left: 7px }
	#header #menu { float: right; margin-top: -8px }
	
	
	
	/* Tagline ***********************************/
	
	#message { background-image: url('images/tagline-647.png'); height: 304px }
	#tagline a { width: 647px; text-align: right; margin: 0 auto }
	
	
	
	/* Page Nav Links ***********************************/
	
	.home .more a img { display: inherit; margin-left: 5px }
	
	
	
	/* Writing Page ***********************************/
			
	.writing #entries .entry { max-width: 250px; margin-left: 0; margin-right: 50px }
	.writing #subhead #nav { padding: 2em 0 }
	
	
	/* Design Page *************************************/
	
	.writing #subhead #nav, .design #subhead #nav { display: block; float: right; clear: none; width: 300px; text-align: center; padding-left: 25px; border-left: 1px solid #d5d1ca }
	
	
	/* Single Page **********************************/
	
	.single h1 { font-size: 6.4em /*64px*/; line-height: 1em }
	
	
	
	/* Footer ***********************************/
	
	#footer .content { width: 950px }
	#footer .section { width: 250px; margin-right: 50px }
	
	

