* {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;
	}

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;}

#header {
	background: #ffae01 url(../imgs/strip-top-main.gif) left no-repeat;
	height: 130px;
	}

#main {
	position: absolute;
	top: 90px;
	left: 240px;
	right: 40px;
	background: #fff;
	}

#categories {
	background: #ffe554 url(../imgs/strip-top-cat.gif) bottom left no-repeat;
	height: 40px;
	border-bottom: solid 1px #000;
	}

#links {
	float: left;
	width: 240px;
	border-top: solid 1px #000;
	}


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

#header img {
	margin: 15px 0 0 20px;
	}

#header h1 {
	font-size: 2.5em;
	float: left;
	}

#header p {
	position: absolute;
	height: 12px;
	float: left;
	margin: 7.25em 0 0 1em;
	padding: 2px 2px 0 2px;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: none;
	text-decoration: underline;
	}

/*------------categories---------*/


#categories ul {
	margin-top: 3px;
	padding-left: 10px;
	text-align: left;
	line-height: 2em;
	background: #ffe554;
	}

#categories li {
	padding: 0 8px;
	margin: 0 1px;
	font-size: 13px;
	float: left;
	}

#categories .current {
	border: solid 1px #eb6a00;
	}

/*------------links---------*/


#links h2 {
	font-size: 1.8em;
	margin: .1em 0 .5em .7em;
	float: left;
	display: inline;    /* Fixes IE Doubled Float-Margin Bug */
	}
	
#links ul {
	float: left;
	display: inline;    /* Fixes IE Doubled Float-Margin Bug */
	margin: 0 0 0 1em;
	}

#links li {
	float: left;
	display: inline;    /* Fixes IE Doubled Float-Margin Bug */
	margin: .2em .7em;
	}

#nav {
	background: #ffd802 url(../imgs/blogstrip1.gif) bottom left no-repeat;
	float: left;
	width: 240px;
	padding-bottom: 20px;
	}

#nav h2 {
	margin-top: .4em;
	}

#nav li {
	padding-left: 18px;
	padding-top: 2px;
	width: 6em;
	}

#nav li.i-ph {background: url(../imgs/i-ph.gif) no-repeat;}
#nav li.i-po {background: url(../imgs/i-po.gif) no-repeat;}
#nav li.i-me {background: url(../imgs/i-me.gif) no-repeat;}
#nav li.i-bl {background: url(../imgs/i-bl.gif) no-repeat;}


#nav p {
	float: left;
	margin: 1em 0 .5em 1em;
	}

#people {
	background: #ffbe01 url(../imgs/blogstrip2.gif) bottom right no-repeat;
	float: left;
	width: 240px;
	padding-bottom: 25px;
	}

#people li {width: 7.5em;}

#places {
	background: #ffa10c url(../imgs/blogstrip3.gif) bottom no-repeat;
	float: right;
	width: 240px;
	padding-bottom: 35px;
	}

#places li {width: 200px;}

#posts {
	background: #ffd802 url(../imgs/blogstrip4.gif) bottom no-repeat;
	float: left;
	width: 240px;
	padding-bottom: 25px;
	}

#posts #find {
	float: left;
	width: 230px;
	margin: 20px 0 0 10px;
	}

#posts #find p {
	float: left;
	text-indent: -99em;
	visibility: hidden;
	}

#posts h2 {
	margin-top: -.25em;
	margin-bottom: -.05em;
	}

#posts li.recent {width: 200px;}

#posts table {
	float: left;
	display: inline;    /* Fixes IE Doubled Float-Margin Bug */
	width: 200px;
	margin: .35em 0 0 1.5em;
	border-spacing: 4px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	}

#posts td, #posts th {
	height: .75em;
	width: 24px;
	}

#posts td.highlight {
	background: #dcba02;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	}

#posts h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
	font-size: 1.35em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	float: left;
	display: inline;    /* Fixes IE Doubled Float-Margin Bug */
	width: 190px;
	margin: .65em 0 .1em 1.1em;
	}

#posts #archives {
	float: left;
	display: inline;    /* Fixes IE Doubled Float-Margin Bug */
	width: 200px;
	margin: 0 0 0 1.8em;
	}

#posts #archives li {
	float: left;
	width: 2.2em;
	}

#posts #archives p {
	margin-top: .3em;
	}
	
#posts #archives ul {
	float: right;
	width: 175px;
	}

#posts #archives a:hover {
	cursor: pointer; }

.hide{display: none;}
.show{display: block;}
.month{display: block;}
.year{display: block;}

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


#text {
	margin: 3em 3.5em;
	background: #fff;
	padding-right: 0px;
	}

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

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

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

#text hr {
	background: #000;
	color: #000;
	width: 166px;
	margin: -2.4em auto 2em auto;
	}

#text 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;
	}

#text .dropcap {
	font-family: "Times New Roman", serif;
	position: relative;
	float: left;
	font-size: 4.3em;
	line-height: .9em;
	padding-right: .15em;
	}

.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;
	}

#text a {
	text-decoration: underline;
	}

#text s {
	color: #444;
	}

#text .v {
	width: 250px;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	text-align: right;
	font-size: .8em;
	font-style: italic;
	line-height: 1.1em;
	}

#text .h {
	display: block;
	width: 450px;
	margin: 0 auto;
	}

#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 span.soundclip span {
	float: left;
	width: 130px; }

/*------------footer---------*/

#footer {
	}











