/* Cascading Style Sheet for RasterWeb! http://rasterweb.net/raster/basic2.css */
/* $Id: basic2.css,v 1.3 2003/02/28 17:35:35 pete Exp pete $ */


/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #333;
	}

	
/* ******************************************************************************* */
/* boxes  */

.day {
	margin: 3px;
	padding: 3px;
	background-color: #666;
	border-color: #bbb;	
	border-width: 2px;
	border-style: solid;
	}
	
.daydate {
	padding: 2px;
	}

.entry {
	margin: 3px;
	padding: 3px;
	background-color: #666;
	border-color: #bbb;	
	border-width: 1px;
	border-style: dashed;
	}

.entrytitle {
	margin: 0px 0px 2px 0px;
	}

.entrybody {
	margin: 3px 3px 3px 8px;
	}

#doc {
	margin: 3px 3px 3px 6px;
	padding: 8px;
	background-color: #666;
	border-color: #bbb;	
	border-width: 1px;
	border-style: dashed;
	}
	
	
	
/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

h1.headsitename {
	font-size: small;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	color: #dde;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	}
	
h2.headday {
	font-size: medium;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}
	
h3.headentry {
	font-size: medium;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	}
	
h3.headnav {
	font-size: small;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	}
	
p, blockquote, ul, ol, li, dt, dd, dl {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	line-height: 125%;
	}

p.menu {
	font-size: x-small;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	}
	
p.copyright {
	font-size: x-small;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	line-height: 110%;
	}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", Monaco, monospace;
}

pre.small {
	font-family: Courier, "Courier New", Monaco, monospace;
	font-size: small;
}




cite {
	font-style: normal;
}


ins {
	font-style: normal;
	text-decoration: none;
}


/* ******************************************************************************* */
/* other stuff */

acronym {
	border-width: 0px 0px 1px 0px;
	border-color: #eee;
	border-style: dotted;
	}

img {
	margin: 0px;
	border-width: 0px;
	vertical-align: bottom;	
}

/*
dl 
dt 
dd
*/


/* ******************************************************************************* */
/* links */ 

a:link { 
	text-decoration: underline;
	color: #cef;
	}

a:visited { 
	text-decoration: underline;
	color: #edf;
	}

a:hover { 
	color: #6ef;
	background-color: #33b;
	}

a:active { 
	text-decoration: none;
	color: #9cf;
	}




	
.menubox {
	width: 185px;
	padding: 3px 6px 1px 6px;
	background-color: #99c;	
	border-color: #dde;	
	border-width: 2px;
	border-style: dotted;
}

.photobox {
	width: 135px;
	padding: 3px 6px 1px 6px;
	background-color: #99c;	
	border-color: #663;	
	border-width: 2px;
	border-style: dotted;
}

.searchform {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
}

.searchtxt {
	font-size: x-small;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	color: #eef;
	background-color: #99b;
	margin-bottom: 5px;
	padding: 2px;
	border-width: 1px;
	border-color: #fff;
}


.searchbttn {
	font-size: x-small;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	color: #eef;
	background-color: #ccd;
	padding: 2px;
	border-width: 1px;
	border-color: #fff;
}

	
/* ******************************************************************************* */
/* This puts the links in the menu into real lists, without bullets... */

ul.links {
	font-size: x-small;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	list-style: none;
	line-height: 115%;
	margin-left: 0;
	padding-left: 0;
	}


/* ******************************************************************************* */
/* This is to warn old crummy browsers... */

.standardsnote {
	display: none;
	speak: none;
	}

















