/* $Id: jbc_style2.css,v 1.7 2005/03/05 14:34:39 unconed Exp $ */

/*
** HTML elements
*/
body {
  margin-top: 10px;
  margin-left: 15px;
  padding: 0;
  color: #000;
  background-color: #FFE7BF;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #0B2DC1;
}
a:visited {
  color: #39c;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  /* NEXT 2 ADDED by JBC */
  /*color: green;*/
  /*background: white;*/
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

.update {
  color: red;
  /*text-decoration: blink;*/
  display: inline;
}
.small {
  font-size: 0.85em;
  font-style: italic;
}
.callout {
	background: #FFF;
	width: 46em;
	padding-bottom: 1em;
	padding-top: 0.25em;
	padding-left: 0.5em;
	margin-left: 10px;
	margin-bottom: 2em;
	border: 2px dotted #F22;
}
/*
** / IDs
*/
#WhiteTable {
  background: white;
}
#LightGrayTable {
  background: gray;
  color: #f2f2f2;
}
#LightGrayTable a:link {
  color: #FFE7BF;
}
#VisitorsTable {
  /*background: white;*/
  /*no customizations at this time*/
}
#DigiscopingTable {
  background: gray;
}
#ProfessionalTable {
  background: #f2f2f2;
}
#BlogTable {
  background: gray;
}
#PersonalTable {
  background: #f2f2f2;
}
#MusicTable {
  background: gray;
}
table #PersonalBlock {
  color: #000;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #544A1C;
}
.site-name a:hover {
  color: #FFA100;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: gray;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
.navlist {
	background: #FFF;
	width: 46em;
	padding-bottom: 1em;
	padding-top: 0.25em;
	padding-left: 0.5em;
	margin-left: 10px;
	margin-bottom: 2em;
}
.navlist a {
	display: block;
	background: #868366;
	width: 310px;
	padding-top: 0.5em;
	border: 1px solid #FFE7BF;
	margin-bottom: 1em;
	text-decoration: none;
	color: #000;	
}
.navlist a:hover {
	color: red;
}
.navlist ul {
	/*list-style-image: url(GIS/myglobe.gif);*/
	list-style-type: none;

}
