	/* Fix a bug in Mozilla; thanks, Carey Evans */

html { 
	min-width: 742px;
	 }


	/* Helpers and base rules */

img	{
	border: 0;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

p.access	{
	display: none;
	}

	/* Primary layout divisions */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #ddb url(images/holder.gif) top center repeat-y;
	color: #552;
	font: small/18px "Helvetica Neue", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	}

div#wrapper	{
	color: #552;
	background: transparent url(images/wrapinner.gif) top left repeat-y;
	width: 742px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div#maincontent 	{
	float: left;
	width: 440px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 6px;
	}

html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 12px;
	min-height: 800px;
	}

div#sidebar	{
	color: #663;
	margin: 0 0 0 472px;
	padding: 0;
	width: 230px;
	border: 0;
	}

div#footer	{
	clear: both;
	border: 0;
	border-top: 10px solid #eed;
	border-bottom: 10px solid #eed;
	background: #cc9 url(images/footshadow.gif) top left repeat-x;
	color: #552;
	width: 700px;
	padding: 5px 0;
	margin: 10px 0 0 12px;
	}

	
div#footer p	{
	/* background: transparent url(images/author.gif) center left no-repeat;	*/
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 50px;
	}

h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 700px;
	height: 50px;
	background: #cc9 url(images/logohed.gif) top left no-repeat;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	}
	
h1 a:hover	{
	background: #cca url(images/logohed.gif) top left no-repeat;
	}
		
		
	/* Primary nav 	*/

div#globalnav	{
	height: 30px;
	width: 700px;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	background: #eed;
	}

div#globalnav ul#menu	{
	height: 30px;
	width: 700px;
	background: transparent url(images/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 30px;
	display: block;
	}

div#sidebar ul 	{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	}	

div#sidebar ul li	{
	margin: 0 0 5px 0;
	padding-left: 0;
	list-style:circle;
	letter-spacing: 1px;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}
	
#productmenu	{left: 0; width: 120px;}
#skillmenu	{left: 121px; width: 170px;}
#aboutmenu	{left: 292px; width: 80px;}

#productmenu a:hover	{background: transparent url(images/nav.gif) 0 -30px no-repeat;}
#skillmenu a:hover {background: transparent url(images/nav.gif) -121px -30px no-repeat;}
#aboutmenu a:hover {background: transparent url(images/nav.gif) -292px -30px no-repeat;}

	/* You are here - main nav */

body#product #productmenu {background: transparent url(images/nav.gif) 0 -30px no-repeat;}
body#skill #skillmenu {background: transparent url(images/nav.gif) -121px -30px no-repeat;}
body#about #aboutmenu {background: transparent url(images/nav.gif) -292px -30px no-repeat;}


	/* You are here - subnav */	

body#bookhome li#dwws a,
body#colophonpage li#colophon a,
body#lopez li#contact a,
body#contrastpage li#contrast a,
body#verbal li#pubs a,
body#travel li#tour a,
body#toys li#tools a,
body#outsider li#externals a,
body#pleasurepage li#pleasure a,
body#syndicate li#xmlfeed a,
body.cat-essentials li#essentials a, 
body#oldposts li#essentials a 	{
	color: #530;
	background: transparent;
	}


	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #785;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #530;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #785;
	background: transparent;  
	}

div#maincontent p a:link, div#maincontent p a:visited, 
div#maincontent dd a:link, div#maincontent dd a:visited,
div#maincontent li a:link, div#maincontent li a:visited {
	text-decoration: underline;
	} 

div#maincontent p a:hover,
div#maincontent dd a:hover,
div#maincontent li a:hover {
	text-decoration: none;
	} 


	/* Typography 	*/
	
h2, h3, h4	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 15px 0 7px 0;
	}

p	{
	margin: 0 0 1em 0;
	line-height: 1.4;
	}
	
div#maincontent h2	{
	font-size: 18px;
	}

body#home div#maincontent h2	{
	margin-top: 25px;
	}

body#home div#maincontent h2.follow	{
	margin-top: 5px;
	}

div#maincontent h3	{
	font-size: 14px;
	margin-bottom: 5px;
	}

div#maincontent blockquote	{
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	border-left: 1px dotted #785;
	}

code, pre	{
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: normal;
	font-size: small;
	}

p.cat +p:first-line {
font-variant:small-caps;
font-weight:bold;
letter-spacing: 2px;
}

div#maincontent p {
font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
}

div#maincontent blockquote p, div#maincontent dd blockquote	{
	font-weight: normal;
	font-family: "Helvetica Neue", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.3;
	font-size: 90%;
	}

	
	/* Purely decorative, redolent of spring */
	
div.timestamp	{	
	margin: 0 0 10px 0;
	padding: 0;
	}
	
div#maincontent h2 a:link, div#maincontent h2 a:visited {
	margin: 0 10px 0 0;
	padding: 0 0 0 25px;
	background: transparent url(images/posttitle.gif) top left no-repeat;
	}

div#maincontent h2 a:hover {
	background: transparent url(images/posttitlea.gif) top left no-repeat;
	}

div#icons {
	padding: 0 0 10px 10px;
	margin: 20px 5px 25px 0;
	border-bottom: 1px solid #ddc;
}

div#icons img {
	margin: 0 10px 0 10px;
}


	/* Forms follow function */
	
div#searchui	{
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
#searchui label	{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	color: #ffe;
	}

#searchsubmit	{
	color: #552;
	background: #bc9;
	font-size: x-small;
	}

	/*   Sidebar navs and links 	*/
	
#sidebar dl {
	margin: 0;
	padding: 0;
	}

#sidebar dt, #sidebar dd {
	margin-left: 0;
	padding-left: 0;
	line-height: 17px;
	margin-bottom: 2px;
	margin-top: 3px;
	font-size: 95%;
	}

#sidebar dd {
	margin-left: 10px;
	line-height: 17px;
	margin-bottom: 5px;
	font-size: 85%;
	}

body #sidebar h2 	{
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	background: transparent;
	color: #ffe;
	padding: 2px 5px 3px 5px;
	background: #ab8;
	text-shadow: 2px 3px 3px #896;
	font-size: small;
	font-weight: normal;
	}

#sidebar dd a:link, #sidebar dd a:visited {
	font-weight : normal; 
	}

	/* Previous Reports */
	
p.button	{
	margin: 25px 0;
	font-size: medium;
	}
	

	/* Cover one's butt */
	
form#buttski	{
	text-align: center;
	padding: 0;
	margin: 10px auto;
	}

.butt {
	color: #552; 
	background: #eed; 
	padding: 2px;
	}



	/*  List frippery */

div#maincontent ul 	{
	margin: 3px 0;
	padding: 0 0 5px 0;
	}
	
div#maincontent ol li		{
	list-style: decimal outside;
	line-height: 140%;
	margin: 0 5px 5px 0;
	padding: 0 0 0 5px;
	}

div#maincontent ul li	{
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 5px;
	list-style:square inside;
	}
	
div#maincontent ul ul li {
	margin-top: 10px;
	list-style: square inside;
	}

div#maincontent ul.inlinelist	{
	padding: 0;
	margin: 0;
	}

div#maincontent .inlinelist li	{
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	border: 0;
	}	

div#maincontent dl	{
	margin-top: 5px;
	padding-top: 0;
	}
	
div#maincontent dl dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #cca;
	line-height: 140%;
	}
	
div#maincontent dl dd {
	margin: 0 10px 15px 10px;
	padding: 0;
	text-align: justify;
	}
	
div#maincontent dd	{
	font-size: x-small;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
	}

/* Haxies */

.floattenr	{
	float: left; 
	margin: 0 10px 0 0;
	}

		
/* Yes, my pants are fancy.  */

.impressum	{
	text-transform: uppercase;
	letter-spacing: 1px;
	}	

.endpost	{
	padding: 5px 0 25px 0;
	border-bottom: 1px solid #ddc;
	margin-bottom: 25px;
	height:auto;
	}
	
.endpost img	{
	border: 2px solid #ccb;
	background: transparent url(images/bg0432.gif) top left repeat;
	margin: 0 7px 2px 0;
	}

dl.endpost	{
	padding-bottom: 10px;
	}
	
.caps	{
	letter-spacing: 0.1em;
	}

	
/* Category */

p.cat	{ font-size: 85%; }
		