/* General Settings */
* { margin: 0px; }
.container {
  position: relative;
  width: 990px;
}

html, body {
  font: Lucida Sans;
  font-size: 13px;
  color: black;
  background-color: rgb(255,255,219);
  background-image: url("img/maze-back.jpg");
}

a:link { color: black; }
a:visited { color: black; }
a:hover { color: #b00000; }
a:active { color: black; }

p,dd,dl,li {
  font: Lucida Sans;
  font-size: 13px;
  line-height: 130%;
}

li { line-height: 140%; }


dt { font-weight: bold; }
dd { padding: 1em 2em 2em 1em; }






#pageHeader {
  width: 990px;
  height: 130px;
}


#sidebar {
  float: left;
  width: 190px;
}



#navigation {
  width: 190px;
  padding: 14px 0px 0px 5px;
}
#navigation h3 { display: none; }
#navigation ol {
  margin-left: 5px;
  padding: 0px;
  list-style: none;
  font: Lucida Sans;
  font-weight: bold;
  font-size: 10.5pt;
  background-color: #f7e2a2;
}
#navigation ol li { border-bottom: 1px solid #b00000; }
#navigation a { text-decoration: none; }

/* give special emphasis to the 'Buy the Book' link */
a.navhighlight { color: #b00000; }


#subscribe, .notice {
  margin-top: 10px;
  width: 175px;
  padding-left: 15px;
  margin-bottom: 15px;
}



#pills {
  margin-top: 10px;
  width: 190px;
  text-align: center;
}

#pills img {
  margin: 0px 0px 22px 14px;
}


#yellow-pill-top {
  position: absolute;
  top: 0px;
  left: 780px;
  margin: 5px;
}






#mainText {
  float: right;
  width: 795px;
  font-size: 12pt;
}

#mainChunk {
  background-color: white;
  padding: 20px 26px 10px 26px;
}
#mainChunk > * { margin-bottom: 1em; }

#badge { float: right; }
#badge * {
  border: none;
  padding: 0px 10px 0px 10px;
}

#mainHead {
  margin-bottom: 12px;
  /*
  width: 65%;
  font-size: 15pt;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 100%;
  */
}
/* #mainHead h3 { display: none; } */

#mainDetail { line-height: 140%; }
#mainDetail > * { margin-bottom: 1em; }


#mainFooter {
  font-size: 9px;
  padding: 15px 20px 10px 20px;
}
#mainFooter p { margin-bottom: 1em; }

.review .rtext {}
.review .rsource {
  font-style: italic;
  /* margin-left: 2em;*/
}

.innerDecoration { float: right; }






/* Testimonials */
.subHead {
  font-size: 14pt;
  font-weight: bold;
}





/* TOC */
#toc {
  font: "Georgia,'Times New Roman',Times,Serif";
  font-size: 13px;
}

#toc .chap {
  margin-top: 1.5em;
  font-weight: bold;
}
#toc .sec {
  margin-left: 1em;
}


 
#tweet li {
	
	list-style-type:none !important;
	padding-bottom:15px;
	
}

#tweet ul {

	padding:0px;
	margin:0px;
	
}

