
/* COPYRIGHT */
/*
  * prescriptionforadventure.com layout
  *
  * You may adapt elements of this CSS in your own projects, but the  unique
  * combination of images, colors, sizes, typography, and positioning
  * ("the DESIGN") is copyright 2008 Clarkware Consulting, Inc. and  may not
  * be reproduced.
  *
  * Clarkware Consulting, Inc.
  * http://clarkware.com
*/

blockquote {
	color: #4C4C4C; 
	font-style: italic;
}

.quote-author {
  font-size: 90%;	
}

.quote {
  color: #4C4C4C; 
	font-style: italic;
	margin: 15px 30px;
}

.centerimage {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
}

*.note { 
  font-size: 0.9em;
  text-align: center;
}

.purchase {
  width: 120px;
  height: 32px;
  margin: 7px auto;
}

div.content-left {
  float: left;
  width: 31%;    
  margin-top: 15px;
  text-align: center;
}

div.content-right {
	float: right;
	width: 64%; 
	padding: 3px;
}

ul.bullet-list {
	list-style: none;
	padding-left: 5px;
	line-height: 2em;
}

ul.bullet-list li {
	background: url(../img/bullet.png) no-repeat 0 4px;
	padding-left: 20px;
}

/* SIDEBAR-RIGHT ------------------------------------- */

div.sidebar-right {
  float: right;
  width: 31%;
  margin-top:  15px;
}

.sidebar-reviews {
   font-size: 0.9em;
   font-style: italic;
   color: rgb(67,85,140);
   margin-bottom: 30px;
   padding-bottom: 10px;
   border-bottom: 1px dotted rgb(67,85,140);
}

div.column-left {
  float: left;
  width: 64%;    
  margin-top: 15px;
  margin-right: 10px;
  text-align: left;
}


/* MOREHOME.HTML PAGE ------------------------------------- */
img.chapters {
  border: 1px solid black;
  margin: 5px 8px 5px 0px;
}

div.sectionheading {
  color: rgb(67,85,140);
  background: white;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.25em 0em 0.25em 0.25em;
  border-bottom: 3px solid rgb(107,107,167);
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: left;
}

.review-author { 
  font-size: 90%;
  font-style: italic;
  text-align: right;
}

/* ADDITIONAL READING  ------------------------------------- */

table.book-covers {
  border: none;
  margin-bottom: 20px;
}


/* AUTHOR  ------------------------------------- */

.contact {
  float: right;
  background: rgb(236,236,236);
  border: 1px solid rgb(181,46,40);
  padding: 0px 7px 10px 7px;
	margin:  15px 0px 20px 15px;
}

div.section-outline {
  border: 1px solid gray;
  margin: 10px 20px 0px 20px;
  padding: 6px;
  font-size: 90%;
}

/* STUDY GUIDE  ------------------------------------- */

ul.list li {
  margin-top: 10px;
}




/* ADVENTURES PAGE  ------------------------------------- */

div.content-left-45 {
  float: left;
  width: 45%;    
  margin-top: 15px;
  padding: 10px;
  text-align: center;
}

div.content-right-45 {
	float: right;
	width: 45%;
	margin-top: 15px; 
	padding: 10px;
	text-align: center;
}