body {
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #663300;
	color: #551900;
	}

/* Color Scheme
#663300 /*warm brown*/
#FFFFCC /*cream*/
#999966 /*grey green*/
#996633 /*soft brown*/
#551900 /*brown*/
#AD4A18 /*red brown*/
#933202 /*dk orange*/
#732D03 /*dk orange brown*/
#004A4A /*dk blue green*/
#087B7B /*med blue green*/
*/

/* Screen or print display toggle */
.screen_display {
	display: block;
}

.print_page {
	display: none;
}


/* Main body text headers */
H1 {
	color: #996633 /*soft brown*/;
	}
H2 {
	color: #999966 /*grey green*/;
	}
H3 {
	color: #551900 /*brown*/;
	}
H4 {
	color: #996633 /*soft brown*/;
	}

/* Links attributes */
A:link {
	color: #186321 /*med green*/; 
	text-decoration: underline;
	}
A:visited {
	color: #004A4A /*dk blue green*/;
	text-decoration: underline;
	}
A:active {
	color: #004A4A /*dk blue green*/;
	text-decoration: none;
	}
A:hover {
	color: #004A4A /*dk blue green*/;
	text-decoration: none;
	} 

A.cream:link {
	color: #FFFFCC /**/; 
	text-decoration: none;
	font-size: .9em;
	}
A.cream:visited {
	color: #FFFFCC /**/; 
	text-decoration: none;
	font-size: .9em;
	}
A.cream:active {
	color: #FFFF99;
	text-decoration: underline;
	font-size: .9em;
	}
A.cream:hover {
	color: #FFFF99;
	text-decoration: underline;
	font-size: .9em;
	} 

A.header_nav:link {
	color: #FFFFFF; 
	text-decoration: none;	
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
A.header_nav:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
A.header_nav:active {
	color: #FFFFCC /*cream*/;
	text-decoration: underline;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
A.header_nav:hover {
	color: #FFFFCC /*cream*/;
	text-decoration: underline;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	} 
	
A.story_nav:link {
	color: #996633; 
	text-decoration: none;	
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
A.story_nav:visited {
	color: #996633; 
	text-decoration: none;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
A.story_nav:active {
	color: #FFFFCC /*cream*/;
	text-decoration: underline;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
A.story_nav:hover {
	color: #FFFFCC /*cream*/;
	text-decoration: underline;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	} 	
	
	
/* Page styles */

#homegraphic {
	position: relative;
	top: 10px;
	text-align: center;
	}

#headergraphic {
position: relative;
top: 10px;
left: 20px;
}

#headerposition {
position: absolute;
margin-top: -30px;
}

#headernav {
position: absolute;
z-index: 1;
line-height: 1;
height: 2.5em;
width: 25em;
margin-left: 500px;
}

#stories_border {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 45em;
	width: 100px;
	height: 700px;
	background-position: 0px 0px;
	background-image: url(http://www.floydhaberkorn.com/_images/stories.gif);
	background-repeat: no-repeat;
}



/* Page: typographic styles */

.recess {
position: absolute;
margin-left: -40px;
}

.smaller {
font-size: .9em;
}

.smallest {
font-size: .8em;
}

.indent {
margin-left: 1.5em;
}

.times {
	font-family: Times, "Times New Roman", serif;
	font-size: 1.15em;
	line-height: 1.30em;
	padding: .5em; 
}

/* Page: text layout */
#copylayout {
	position: relative;
	z-index: 1;
	background-position: 0% 0%;
	background-color: #FFFFCC;
	color: #000000;
	width: 27em;
	padding-top: .5em;
	padding-right: 1em;
	padding-left: 1em;
	top: 45px;
	left: 230px;
	margin-right: 0px;
}

#copylayout_favorites {
	position: relative;
	z-index: 1;
	background-position: 0% 0%;
	background-color: #FFFFCC;
	color: #000000;
	width: 27em;
	padding-top: .5em;
	padding-right: 1em;
	padding-left: 1em;
	top: 45px;
	left: 230px;
	margin-right: 0px;
}

/**/
/* Admin: story list */

#storyframe {
position: relative;
top: 0;
left: 0;
margin-bottom: 1em;
width: 100%;
height: 100%;
}

#stylelist {
	position: absolute;
	top: 385px;
	left: .25em;
	color: #FFFFFF;
	width: 12em;
	padding-top: .10em;
	padding-right: .10em;
	padding-left: .5em;
	margin-left: .5em;
	margin-right: 1em;
	z-index: 7;
}

#storylist {
	position: absolute;
	font-size: .9em;
	line-height: .95;
	top: 5em;
	left: 45em;
	padding-left: 4em;
	width: 100%;
	height: 100%;
	z-index: 7;
	
}


#publishlayout {
	position: absolute;
	background-position: 0% 0%;
	background-color: #FFFFCC;
	color: #000000;
	width: 27em;
	padding-top: .5em;
	padding-right: .75em;
	padding-left: .75em;
	top: 90px;
	margin-left: 15em;
	margin-right: 0px;
}

#publishlist {
	position: absolute;
	font-size: 1em;
	top: 6.5em;
	margin-left: 45em;
	width: 100%;
	height: 100%;
	z-index: 7;
}



/* Page: background graphics */

/* Page: background graphics - stories.php */
/*#bgvisualsstories {
	position: absolute;
	margin-top: 2em;
	margin-left: 41em;
	width: 315px;
	height: 450px;
	background-position: 0px -15px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_stories_collage.jpg);
	background-repeat: no-repeat;
}*/

#bgvisualsstories {
	position: absolute;
	top: 60px;
	margin-left: .25em;
	margin-right: 1em;
	width: 315px;
	height: 450px;
	background-position: 0px 5px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_stories_collage_minor.jpg);
	background-repeat: no-repeat;
}


/* Page: background graphics - momma_hated_ironing.php */
#bgvisuals_momma {
	position: absolute;
	top: 60px;
	left: .5em;
	margin-right: 1em;
	width: 315px;
	height: 450px;
	background-position: 0px 5px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_momma.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - the_last_floyd.php */
#bgvisuals_floyd {
	position: absolute;
	top: 60px;
	margin-left: .5em;
	margin-right: 1em;
	width: 315px;
	height: 450px;
	background-position: 0px 5px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_floyd.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - roy_rogers.php */
#bgvisuals_roy {
	position: absolute;
	top: 60px;
	margin-left: .5em;
	margin-right: 1em;
	width: 315px;
	height: 450px;
	background-position: 0px 5px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_roy.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - pirate.php */
#bgvisuals_pirate {
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	width: 315px;
	height: 450px;
	background-position: 0px 10px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_pirate.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - readings.php */
#bgvisuals_readings {
	position: absolute;
	top: 60px;
	margin-left: .5em;
	margin-right: 1em;
	width: 315px;
	height: 450px;
	background-position: 0px 5px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_readings.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - conversation_with_babe.php */
#bgvisuals_babe {
	position: absolute;
	margin-top: 2em;
	margin-left: 5px;
	width: 1322px;
	height: 744px;
	background-position: 5% 10%;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_stories_collage_babe.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - forword.php */
#bgvisuals_foreword {
	position: absolute;
	top: 60px;
	margin-left: .5em;
	margin-right: 1em;
	width: 315px;
	height: 450px;
	background-position: 0px 0px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_foreword.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - bloody_bones.php */
#bgvisualsbb {
	position: absolute;
	top: 60px;
	margin-left: .5em;
	margin-right: 1em;
	width: 315px;
	height: 450px;
	background-position: 0px 5px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_bloodybones.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - sausage.php */
#bgvisuals_sausage {
	position: absolute;
	margin-top: 2em;
	margin-left: 5px;
	width: 1322px;
	height: 744px;
	background-position: 5% 10%;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_stories_sausage.jpg);
	background-repeat: no-repeat;
}




/* Page: background graphics - garden.php */
#bgvisuals_garden {
	position: absolute;
	margin-top: 2em;
	margin-left: 5px;
	width: 1322px;
	height: 744px;
	background-position: 5% 10%;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_stories_garden.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - flu.php */
#bgvisuals_flu {
	position: absolute;
	margin-top: 2em;
	margin-left: 5px;
	width: 1322px;
	height: 744px;
	background-position: 5% 10%;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_stories_flu.gif);
	background-repeat: no-repeat;
}

/* Page: background graphics - mailme.php */
#bgvisualsmail {
	position: absolute;
	margin-top: 2em;
	margin-left: 5px;
	width: 824px;
	height: 700px;
	background-position: 0px 5px;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_mailform.jpg);
	background-repeat: no-repeat;
}

/* Page: background graphics - photo_album.php */
#bgvisuals_photos {
	position: absolute;
	margin-top: 2em;
	margin-left: 5px;
	width: 1322px;
	height: 744px;
	background-position: 5% 10%;
	background-image: url(http://www.floydhaberkorn.com/_images/visualbg_photos.jpg);
	background-repeat: no-repeat;
}

/* Page: message form styles - thanks.php */

#signature {
	margin-left: 1.5em;
	width: 100%;
	height: 100%;
	background-position: 10 0;
	background-image: url(http://www.floydhaberkorn.com/_images/floyd_sig.jpg);
	background-repeat: no-repeat;
}

/* Page: Audio window styles - floyd_reads.php */

#audio_window {
	position: absolute;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	color: #FFFFCC;	
	text-align: center;
	font-size: .75em;
}

.title {
 	color: #FFFFCC /*cream*/;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.25em;
	padding: .5em; 
}

.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: .9em;
}

/* Page: Photo album styles - photo_album.php */

#photoslayout {
	position: absolute;
	z-index: 1;
	background-position: 0% 0%;
	background-color: #FFFFCC;
	color: #000000;
	width: 45em;
	padding-top: .5em;
	padding-right: 1em;
	padding-left: 1em;
	top: 85px;
	left: 30px;
	margin-right: 0px;
}


#photopagebottom {
	position: absolute;
	margin-top: 1em;
	margin-left: 6em;
	margin-bottom: 1em;
	width: 50em;
	height: 3em;
	color: #FFFFCC;	
	text-align: center;
	font-size: .75em;
}


/* Page: Credits page styles - web_site.php */
#creditspage {
	position: relative;
	z-index: 1;
	background-position: 0% 0%;
	color: #999966 /*grey green*/;
	width: 30em;
	padding-top: .5em;
	padding-right: 1em;
	padding-left: 1em;
	top: 45px;
	left: 230px;
	margin-right: 0px;
}

/* Page footers */

/* Page footers: unpositioned footer on home page*/
#homefooter {
	text-align: center;
	color: #ffffcc /* cream */;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Page footers: CSS box-positioned footer on secondary pages*/
#pagebottom {
	position: absolute;
	margin-top: 1em;
	margin-left: -6em;
	margin-bottom: 1em;
	width: 50em;
	height: 3em;
	color: #FFFFCC;	
	text-align: center;
	font-size: .75em;
}

#storypagebottom {
	position: absolute;
	margin-top: 5em;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 100%;
	height: 3em;
	color: #FFFFCC;	
	text-align: center;
	font-size: .75em;
}