* {margin: 0; padding: 0;}


body {
	background: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
	font-size: 62.5%;
	color: #000;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 2.5em;
	}

h2 {
	font-size: 1.8em;
	}

ul {
	list-style: none;
	}
	
p, li, td, th {
	font-size: 1.2em;
	}

a img {border: none;}
a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
	}
a:hover {color: #cc5c00; text-decoration: underline;}
a:active {outline: none;}

#main {
	width: 85em;
	margin: 0 auto;
	background: #000;
	}

#header, #date {
	width: 80em;
	}

#header {
	background: #ffae01 url(../imgs/strip-top.gif) bottom left no-repeat;
	height: 13em;
	float: left;
	margin-top: -19em;
	}

#date {
	background: #ffbe01 url(../imgs/strip-middle.gif) bottom left no-repeat;
	height: 13em;
	float: left;
	display: inline;	/* Fixes IE Double-Margin Float Error */
	margin-top: 6em;
	margin-left: 34px;
	}


/*------------header---------*/

#header img {
	float: left;
	margin: 20px 0 0 30px;
	}

#header #nav {
	float: right;
	margin: 2px 1em 8px 0;
	}

#nav ul {margin-top: 4px;}

#nav li {
	padding-bottom: 7px;
	width: 6em;
	line-height: 14px;
	}

#nav li.i-ph {background: url(../imgs/i-ph.gif) no-repeat;padding-left: 18px;padding-bottom: 3px;}
#nav li.i-po {background: url(../imgs/i-po.gif) no-repeat;padding-left: 18px;padding-bottom: 3px;}
#nav li.i-me {background: url(../imgs/i-me.gif) no-repeat;padding-left: 18px;padding-bottom: 3px;}
#nav li.i-bl {background: url(../imgs/i-bl.gif) no-repeat;padding-left: 18px;padding-bottom: 3px;}

#header #find {
	float: right;
	margin: 5.6em 3em 0 0;
	}

#header #find p {
	visibility: hidden;
	}



/*------------date---------*/


#date #datewrap {
	margin-top: 7em;
	text-align: center;
	}

#date h1 {
	display: inline;
	margin: 20px
	}

#date h2 {
	display: inline;
	}

#date h2 .spacing {
	margin: 20px;
	}



/*------------posts---------*/


#text {
	width: 88%;
	margin: 2em auto;
	background: #fff;
	}

#text .post {
	margin: 0 1em;
	padding: 0 0 1.5em 0;
	}

#text p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: .7em 0;
	padding-left: 1em;
	}

h3 {
	font-size: 1.5em;
	text-align: right;
	margin-right: 2em;
	padding-top: .5em;
	margin-bottom: 1em;
	}
	
h4 {
	font-size: 2.2em;
	}

h5 {
	margin-left: .8em;
	font-size: 1.7em;
	text-decoration: underline;
	line-height: .5em;
	margin-top: 1em;
	}

#text h6 {
	font-size: 1.1em;
	margin: 0 0 .7em 0;
	}

blockquote {
	font-size: .95em;
	margin: 0 4em;
	}

#text hr {
	border: 0;
	height: 1px;
	background: #000;
	color: #000;
	width: 15%;
	margin: -2.4em auto 2em auto;
	}

.blogger {
	margin-left: 2px;
	border-left: #ffae01 solid 1px;
	}

.photographer {
	margin-left: 2px;
	border-left: #339 solid 1px;
	}

.family_man {
	margin-left: 2px;
	border-left: #c33 solid 1px;
	}

.designer {
	margin-left: 2px;
	border-left: #063 solid 1px;
	}

.health_nut, .worker_bee {
	margin-left: 2px;
	border-left: #666 solid 1px;
	}

#text img {
	background: #333 url(../imgs/img_bg.gif) top left no-repeat;
	padding: 3px;
	width: 250px;
	}

#text .v {
	width: 150px;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	text-align: right;
	font-size: .8em;
	font-style: italic;
	line-height: 1.1em;
	}

#text .h {
	display: block;
	width: 350px;
	}

#text ul, #text ol {
	font-size: 1.1em;
	position: relative;
	margin-left: 80px;
	margin-right: 60px;
	margin-top: 10px;
	}

#text li {
	padding-bottom: .1em;
	}

#text a {
	text-decoration: underline;
	}













