@charset "utf-8";

/* removed class .twoColFixLt from body and style declarations. Add back if I need diff template */

body  {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
}
h1 { font-size: 1.3em; margin-bottom:1em; }
h2 { font-size: 1.2em; margin-bottom:1em;}
h3 { font-size: 1.1em; margin-bottom:.5em;}
.pageHead {
	display:block;
	width:98%;
	color:#dc730a;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant:small-caps;
	font-size:1.2em;
}
.sectionHead {
	width:98%;
	color:#333;
	border-bottom:1px solid #dc730a;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.1em;
	display:inline; 
	/* use display:block with a width for border to go across page,use :inline for text-only border*/
}
.fullWidth {
	width:100%;
	color:#333;
	border-bottom:1px solid #dc730a;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.1em;
	display:block; 
	margin:0 0 5px 0;
	text-align:center;
	/* sectionHead with border across page */
}
.subHead {
	color:#dc730a;
	padding:3px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.1em;
	display:block;
}
ul { 
	list-style:none;
	margin:0;
	padding:20px;
}
li {  }
a, a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	text-decoration:none;
	color:#0689BB;
}

/* set the color for links in the main content area, use paragraph element as container for link to specify links in paragraph text rather than within lists (that's nav links) */

p a, p a:link, p a:visited {
	color:#59049f;
	/*text-decoration:underline;*/
}
p a:hover, p a:active, p a:focus {
	text-decoration:none;
	color:#0689BB;
}
#container { 
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* if changed, must also change #bodybg border and margin */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width:100%;
	height:225px;	
	background-image:url(images/header.jpg);
	padding:0;
	margin:0;
}
#books {
	float:right;
	margin-right:89px;
	margin-top:90px;
/*	width:100%;
	text-align:right;*/
}
#books img {
	border:none;
	margin-left:12px; /* changed book margins for spacing to the books' left side. Using right margin was pushing all 4 books (#books, effectively) out of position to the left */
	/*text-align:right;*/
}
#books img a {
	border:none;
}
#bodybg {
	width: 900px;
	background: #81D6DA;
	background-image:url(images/page_bg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:224px;
	border:#000 1px solid;
	border-top:none;
	margin-left:-1px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
}
#sidebar1 hr {
	color:#000;
	width:90%;
	size:1px;
	margin:10px 0;
	text-align:left;
}
#sidebar1 h2 {
	font-size:.9em;
	margin:15px 0 0 0;
	font-variant:small-caps;
}
#sidebar1 a:hover, a:active, a:focus {
	text-decoration:none;
	color:#e1f0f8;
}
#mainContent { 
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the rt side of the page - no matter how much content the sidebar1 div */
	padding: 15px 20px 20px 20px; /* top-padding default 0; padding is the space inside the div box and margin is the space outside the div box */
	min-height: 440px;
} 
#footer {
	padding: 10px 0;
	font-size: .7em;
	margin:40px 20px 10px 20px;
	text-align:center;
}
#footer a {
	color:#000;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color:#fff;
}
#footer ul {
	list-style:none;
	padding:0;
}
#footer li {
	display:inline;
	margin-right:15px;
}
#footer p {
	margin-top:0;
}
.fltrt, .floatRt { /* used to float an element right on the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft, .floatLt { /* used to float an element left on the page. Currently not in use, leave declaration in stylesheet */
	float: left;
	margin-right: 8px;
} 
/*.floatRt img  { not needed at all: img gets its style from #callout div; the float is added to the div itself. .floatRt img is superlative /redund;removal induced no change.
	float: right;
	padding: 5px 0 0 20px;
	vertical-align:top;
}*/
img.floatRt  {
	float: right;
	padding: 5px 0 0 20px;
	vertical-align:top;
}

.clearfloat { /* Place this class on a div or break element. It should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* classes */
.bullet { list-style: disc; }
.square { list-style:square; }
.right {text-align:right}

.nav {
	font-size:.9em;
	font-weight:bold;
	line-height:1.8em;
}
.bookNav {
	font-size:.9em;	
	line-height:2em;
	padding-left:0;
	/*font-weight:bold;*/
}
.source {
	font-size:.7em;
	margin:20px;
}
.reviewText {
	font-size:.9em;
	margin:20px;
}
.snippet {
	font-size:.9em;
	margin: 0 20px;
	padding-top:0;
}
p.snippet {margin-top:1.1em;}
.snippet li {
	margin: 1em;
}
.skills {
	font-family: Verdana, Geneva, sans-serif;
	font-size:.9em;
	text-indent:2em;
	margin-top:1.1em;
}
#TOC h3 {
	width:70%;
	display:block; 
	color:#333;
	border-bottom: 1px solid #dc730a;
	font-size:.9em;
	margin:.8em 3em;
}
#TOC .borderNone, .borderNone {
	border:none;
}
#TOC p {
	font-size:.9em;
	margin: .8em 3em;
}
#TOC ol {
	font-size:.9em;
	margin: .8em 3em;
}
#TOC ul {
	padding-top:0;
	font-size:.9em;
	margin: .8em 3em;
}
#callout {
	width:300px;
	text-align:right;
}
#callout img {
	padding: 5px 0 20px 20px;
	vertical-align:top;
/*	padding-bottom:20px;*/
}
/*#callout h3 {
	text-align:left;
	padding:0;
	margin:0 0 0 30px;
	color:#333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.1em;
}*/
#calloutLeft {
	margin-right:300px;
	text-align:left;
}
#calloutLeft h3 {
	color:#333;
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.1em;
	line-height:1.5em;
	display:block;
	margin: 20px 0 30px 0;
}

#features {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	border-top:#333 1px solid;
	border-bottom:#333 1px solid;
	width:auto;
}
#features li {
	display:inline;	
/*	background:#fff;	*/
	padding: .5em .8em;	
}
#features a {
	/*padding: .3em .5em;*/
	/*display:block;*/
	
}

/* inner book pages nav */
#bookInner {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
ul#bookInner {
	padding-bottom:30px;
	}

#bookInner li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
	font-size: .9em;
	position: relative;
	text-align: left;
	
}
#bookInner a {
	display: block;
	padding: 0.5em 0.75em;
	color: #333;
	font-weight:bold;
	text-decoration: none;
	border-bottom:#666 1px solid;
	border-top:#666 1px solid;
	cursor: pointer;
	background:none;
}
#bookInner a:hover, .bookInner a:focus {
	background:#ccc;
	color: #0689BB;
}
