/* default css rules */
body {
background-color: #469BB9;
font-family: Arial, Helvetica, sans-serif;
}

#wrapper
{width: 772px;
margin-left: auto;
margin-right: auto;
background-color: white;}

#masthead {
width: 772px;
padding: 0;
height: auto;
text-align: center;
background-color: white;
margin-top: 5px;
}

#masthead img{
border: 0;
}

#masthead-nav{
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
padding: 5px 10px 0px 10px;
}

#masthead-nav a
{text-decoration: none;
color: #469BB9;
background-color: white;
font-weight: bold;
border-left: 5px solid white;
padding-left: 2px;
margin-left: 5px;
}

#masthead-nav a:hover
{border-left: 5px solid #EAB649;
color: #469BB9;
background-color: white;
}

/* table for positioning */
td {vertical-align: top;
}

#left-positioning-cell {
background-color: white;
width: 175px;}

address {
font-size: .7em;
background-color: white;
color: black;
text-align: center;
border: 2px dotted #469BB9;
padding: 1%;
font-style: normal;
margin-top: 25px;
}


/* rules for content of default page */

.item {
margin: 2px;
padding: 10px;
overflow: hidden;
clear: right;
 }
 
div#content {
padding: 1% 2% 0% 20px;
background-color: white;
font-size: 90%;
}

div#content img {
float: right;
margin-left: 1%;
border: 0;}

h2 {
color: #B4D670;
margin-top: 0;
padding-top: 1%;
padding-left: 1%;
}

h2 a {
color: #B4D670;
text-decoration: none;
}

div#content h3 {
font-size: 1em;
margin: 0;
padding: 0 0 .5em 0;
}

div#content h4 {
font-size: .9em;
margin: 0;
padding: 0 0 .5em 0;
}

<!-- Holly Hack to fix Peekaboo bug -->
/* Hides from IE5-mac \*/
* html .item {height: 1%;}
/* End hide from IE5-mac */

div.item p {
	margin: .1em;
	font-size: 90%;}
	
div.item ul {
font-size: 90%;
margin-top: .1em;}

.blurb {
font-style: italic;}

/* style for lists of books on category pages */

div#category-list h4 {
	margin-left: 2em;}

ul.category li {
 text-align: left;
padding: 5px;	}

ul.category{
list-style-type: circle;
font-size: 90%;
}
ul.category p {
	margin: .5em 0 0 0;
	}

ul.unadorned /*used on new order info pages*/
 {
list-style-type: none;
padding: 0;
margin: 0 1em;}

p.indent {
padding: 0px 10px;}

div.indent {
padding: 0px 20px;
/*font-size: 90%;*/}

.lists {padding: 20px;}

/* style for anchor tags on "all titles" page */

ul.alpha-nav {
list-style-type: none;}

ul.alpha-nav li {
display: inline;
padding-right: 15px;}

ul.alpha-nav a {
font-weight: bold;}

ul.alpha-nav a:hover {
font-weight: bold;
color: #d04224;}

/* style for pcp categories page */

div#set-off-text {
	border: 2px dotted #003366;
	padding: 15px;
	margin: 0 15px;
	width: 240px;
	float: right;
	font-size: 75%;	}

div#set-off-text p.special-message {
	text-indent: 30px;}

div#set-off-text p {
	margin: 0 0 5px 0;}

div#pcp-page ol, div#pcp-page ul {
	font-size: 85%;}

div#pcp-page li {
	padding: 5px 0;}

img.pcp-cover {
	float: right;
	padding: 8px;}

p.signature {
	font-size: 115%;
	font-weight: bold;
	padding-top: 15px;}
	
	/* rules for new page of categories (formerly in left nav bar) */
	
.categories a {
margin: 0;
padding: 0 0 0 5px;
text-decoration: none;
border-left: 3px solid white;
display: block;
color: black;
}
.categories a:hover
{	border-left: 3px solid #EAB649;}

.categories ul
{
background-color: white;
list-style-type: none;
margin: 10px;
padding: 0px;
}

.categories li {
margin: 1px;
padding: 5px;
display: block;

}
.categories {
background-color: white ;
color: black;
padding-left: 20px;}

/* rules for podcast page */
ul.mini-nav {
	font-size: 90%;
	list-style-type: none;
	font-weight: bold;}

.mini-nav a {
	text-decoration: none;
	color: #578F1B;
		}
.mini-nav a:hover {
	text-decoration: underline;}

/*rules for order info page*/

.item2 {
	margin: 2px;
	padding: 0 10px;
	 }

div.item2 p {
	margin: 0 0 1em 0;
	font-size: 90%;}