/* Judy Fong Bates website */
/* 10 April 2010 */

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-style: normal;
	line-height: 130%;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Used to make inline images line up when using absmiddle */
.singlelinespace {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-style: normal;
	line-height: 100%;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.excerpt { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 125%;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 10px;
  margin-bottom: 10px; }
  
.reviews { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #3C3B1C;
  font-style: italic;
  line-height: 105%;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 10px;
  margin-bottom: 10px; }
  
.reviewsroman { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #3C3B1C;
  font-style: normal;
  line-height: 110%;
  margin-top: 10px;
  margin-bottom: 10px; }

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #767733;
	font-style: normal;
	text-align: right;
	line-height: 110%;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
  
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #767733;
	font-style: normal;
	text-align: center;
	line-height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}

li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-style: normal;
	line-height: 130%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
  
a:link {
	color: #530000;
	text-decoration: underline;
}  
  
a:visited {
	color: #767733;
	text-decoration: underline;
} 
  
a:active { color: #97916F; 
  text-decoration: underline; } 
  
a:hover {
	color: #BF0301;
	text-decoration: none;
}
  
a.h2:link { color: #560001;
  text-decoration: none; }  
  
a.h2:visited { color: #560001;
  text-decoration: none; } 
  
a.h2:active { color: #97916F; 
  text-decoration: none; } 
  
a.h2:hover { color: #97916F;
  text-decoration: none;
  font-weight: bold;}

/* Navigation links formatting */
a.h:link { color: #3C3B1C;
  text-decoration: none; 
  font-weight: bold;}  
  
a.h:visited { color: #3C3B1C;
  text-decoration: none;
  font-weight: bold;} 
  
a.h:active { color: #3C3B1C; 
  text-decoration: none;
  font-weight: bold;} 
  
a.h:hover {
	color: #BF0301;
	text-decoration: none;
	font-weight: bold;
}

/* footer link styling (also used elsewhere) */
a.f:link { color: #767733;
  text-decoration: none; }  
  
a.f:visited { color: #767733;
  text-decoration: none; } 
  
a.f:active { color: #767733; 
  text-decoration: none; } 
  
a.f:hover { color: #BF0301;
  text-decoration: none; }  
  
.tdborder2 { border-right-style: solid; 
  border-right-color: #213100; 
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid; 
  border-bottom-color: #213100; 
  border-bottom-width: 3px; }

.tdborder3 { border-bottom-style: solid; 
  border-bottom-color: #213100; 
  border-bottom-width: 3px; }
  
.tdborder4 { border-top-style: solid; 
  border-top-color: #797A2E; 
  border-top-width: 3px;}

.tdborder5 { border-bottom-style: solid; 
  border-bottom-color: #BF0301; 
  border-bottom-width: 3px; }

h1 {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size: 35px;
	color: #BF0301;
	font-style: normal;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
  
  h2 {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size: 20px;
	color: #3C3B1C;
	font-style: bold;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* home page decor placement */
.PicRight img {
	position:absolute;
	right:30px;
	top:15px;
	z-index:-1;
}

/* home page decor placement */
.PicLeft img {
	position:absolute;
	left:30px;
	bottom:5px;
	z-index:-10;
}

/* preparation for applying absolute positioning for decor on home page */
.TableHome
{position: relative;
}

