/* Global Stuff */
	html { font-family: Arial, sans-serif; font-size: 1em }
	body { margin: 0; padding: 0; background: #fff; color: #000 }
	#header div, #content, hr.divider, #footer { width: 800px; margin: 0 auto }
	hr.divider { display: none }
	.clear { clear: both }
	a { color: #00f }
	a:visited { color: #009 }

/* Header */
	#header { background: #000 url(img/header-3.png) no-repeat center; color: #fff; border-bottom: 2px solid #222; height: 116px; font-family: Arial, sans-serif; }
	h1 { margin: 0 0 -23px 0; padding: 0; font-size: 0; height: 87px; text-indent: -1000em; background:  url(img/header-text.png) no-repeat top left }
	#header ul { margin: 0; padding: 3px 0; list-style: none; text-align: right }
	#header li { display: inline }
	#header li a { text-decoration: none; color: #fff; padding: 3px 10px; background: url(img/opacity.png); margin-left: 1px  }
	#header li a:hover { color: yellow }
	#header p { margin: 0; background: url(img/opacity.png); padding: 5px; clear: both }

/* Footer */
	#footer { margin: 5px auto; padding: 5px 0; font-size: 0.8em; border-top: 1px solid #ccc }
	
	
/* Content */
	#content { border-top: 10px solid #ccc }
	h2, h3 { text-align: center; margin: 0; padding: 8px 0; border-bottom: 1px solid #ccc; font: normal 2em Georgia, serif; }
	h3 { font-size: 1.5em; padding: 4px 0; text-align: left }
	#home { padding: 0 50px }
	.post-date { font-size: 0.8em; float: right; padding: 1px 3px; background: #f1f1f1 }
	
/* Phtography Page */
	#pictures { width: 160px; padding: 5px; height: 550px; overflow: auto; border-right: 1px solid #ccc; background: #f1f1f1; text-align: center; float: left }
	#pictures a img { border: 0 }
	#picture-frame { margin-left: 175px; }
	#picture-frame div { padding: 5px; text-align: center }
	.picture-caption, .picture-nav { font-size: 0.9em; margin: 0; padding: 2px; background: #f1f1f1; text-align: center; overflow: hidden; border-bottom: 1px solid #ccc }
	.picture-nav a { display: block; float: left; padding: 3px 0; width: 50%; color: #000; text-decoration: none }
	.picture-nav a:hover { background: #ccc }
	.album { padding: 2px 5px; text-align: center; font-weight: bold; border: 1px solid #ccc; background: #fff; margin: 0 0 4px 0; color: #000; display: block; text-decoration: none }
	
/* Web Design Page */
	.design { margin: 10px 0; padding: 5px; border: 1px solid #ccc; background: #f1f1f1; overflow: hidden }
	.design img { float: left; border: 1px solid #555; padding: 5px; background: #fff }
	.design dl { margin: 5px 0 0 295px; }
	.design dt { font-family: Georgia, serif; font-size: 1.3em; border-bottom: 1px solid #fff }
	.design dt a { text-decoration: none }
	.design dd { margin: 0; padding: 3px 0; }
	.design h3 { border: 0; text-align: center }
	.work { font-size: 0.8em; padding-top: 2px; border-top: 1px solid #ccc }
	

/* Contact Page */
	#contact th { text-align: right; vertical-align: top; padding: 5px  }
