/* base style sheet for www.whump.com */

/* Fonts */

	p { font-family: georgia, "new century schoolbook", palatino, serif;  }
	dd { font-family: georgia, "new century schoolbook", palatino, serif; } 
	dt { font: bold verdana, arial, helvetica, sans-serif;  } 
	li { font-family: verdana, arial, helvetica, sans-serif }
	h1,h2,h3,h4,h5,h6 { font-family: verdana, arial, helvetica, sans-serif }
	address { font-family: verdana, arial, helvetica, sans-serif; }
	code, pre { font-family: courier, monospace; }

/* Text Alignment */

p,dd,dt,li,h1,h2,h3,h4,h5,h6,address,code,pre,blockquote {
  text-align: left; }
	
/* Margins and Spacing */

	body {
			margin-left: 100px;
			margin-right: 100px;
			text-align: center;			 	 
			background-position: top left;
			background-attachment: fixed;
			background-repeat: no-repeat;
			background-image: url(http://www.whump.com/images/whumpCupOJoeTall.jpg);
			background-color: #FFFFFF;
			color: #333366;
	}

/* Colors and Weights */

	A:link { color: #0066FF }
	A:active, A:visited { color: #FF3300 }
	A:hover { color: #FF0000; background: #F0F0F0; }
	p.first { color: #006666; font-weight: bold; }
	h4.sidenav { margin-left: 20px }
	hr { color: #006666; }

/* Seasonal Colors */

/* Special Constructs */
	.sidenav { 
		position: absolute;  
		left: 1em;
		font: verdana, arial, helvetica, sans-serif; 
		width: 15em; 
		padding: 0.5em;
		background: teal;
		color: white;
		border: none;
	}
	.right {
		position: absolute;
		right: 10px;
		top: 10px;
		padding: 10px;
	}
	.nav {
		font-family: verdana, arial, helvetica, sans-serif; 
		padding: 10px;
		width: 600px;
		background: #C0C0C0;
		color: #000000;
		border: none;
	}
	.warning { 
		font-family: verdana, arial, helvetica, sans-serif; 
		color: #000000;
		width: 400px;
		padding: 10px;
		background: #FFFF33; 
		border: none;
	}    
	.quote { 
		width: 400px;
		border: none;
		padding: 10px;
		border-left: thin solid red;
		font-family: verdana, arial, helvetica, sans-serif;
	}
	#quote,.new, .prevnext, .note, .caption, .remark { font-family: verdana, arial, helvetica, sans-serif }
	.siteline { font-family: verdana, arial, helvetica, sans-serif; }

