/* CSS Document */

/* color palette = rust  #9a0000   
                   cinnamon  #ed9d47 
				   colophon blue #0CF;*/
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ed9d47;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #ed9d47;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #9a0000; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColElsCtrHdr #container .colophon img {
	height: 300px;
	width: 250px;
}

.oneColElsCtrHdr #container #mainContent p {
	text-indent: 0px;
}

.oneColElsCtrHdr #container #mainContent .author {
	margin-bottom: 4px;
	padding: 0px;
	margin-top: 0px;
}
#header img {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

/* HEADER NAVIGATION STYLES */
#header ul {
	margin: 0;
	list-style: none;
	float: left;
	position: absolute;
	left: 320px;
	width: 560px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#header ul li a{
	padding: .2em .5em;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 1.1em;
	margin-right: .5em;
}
/* these govern the behavior of the menu items when they are hovered over, clicked, or have been visited */
#header ul li a:link {
	color:#fff;
}

#header li a:visited {
	color: #ed9d47;
}

#header ul li a:hover {
	color:#0CF;
}

#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #ed9d47;
	background-color:#fff;
	cursor:default;
}
/* This governs the horizontal presentation and formatting of the menu */
ul a {
display: block;
border-left: solid;
border-left-width:4px;
border-color:#fff;
}
   
ul .first a {
  background: none;
}   
ul li {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}

/* HEADER COLOPHON STYLE  */
.colophon {
	position: absolute;
	left: 52px;
	top: 70px;
	z-index: 5;
	height: 312px;
	width: 255px;
}

/* AUTHOR/BOOK IMG STYLES */

.author {
	margin-bottom: 25px;
	clear: both;
	z-index: 8;
	height: 200px;
	width: 160px;
	left: 420px;
	top: 10px;
	position: relative;   /*this is relative to the mainContent div */
}
.authorimg {
	background-color: #FFFFFF;
	border: 3px ridge #000000;
	display: block;
}
.caption {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	
}

.oneColElsCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ed9d47;
	width: 600px;
	margin-left: 185px;
	Margin-bottom: 20px;
}
.oneColElsCtrHdr #mainContent h1 {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9a0000;
}
.oneColElsCtrHdr #mainContent h2 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9a0000;
}
#mainContent p {
	text-indent: 1em;
}

.booktitle {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
/*  LINK STYLES */
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:link {
	color: #CC3300;
	text-decoration: underline;
}
/* FOOTER STYLES  */

.oneColElsCtrHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin-bottom: 5px;
	border: 2px solid #9a0000;
	margin-left: 165px;
	width: 640px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 85%;
}
/* END TABLE STYLES  */
#copyright {
	font-size: 70%;
	font-weight: normal;
	margin-bottom: 40px;
	margin-top: 4px;
	margin-left: 165px;
	text-align: center;
	width: 660px;
}

/*  BEGIN TABLE STYLES  */
.paypal {
	height: 15px;
	width: 80px;
}
#buy {
	border: 1px solid #666;
	margin-bottom: 10px;
}
.price {
	font-weight: bold;
	text-indent: 0px;
	line-height: 1.5em;
}

/*--- BEGIN TABLE STYLES----*/
#mainContent #table {
	text-align: center;
	background-color: #FC6;
	height: 16px;
	border: 1px solid #333;
	border-collapse: collapse;
}
#mainContent #table tr {
	height: auto;
	border: 1px solid #333;
	border-collapse: collapse;
}
#mainContent .source {
	text-indent: 6em;
	text-align: left;
	font-variant: normal;
}
#mainContent #table td {
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #333;
}
#mainContent #table .specialprice {
	text-decoration: line-through;
}
#mainContent #table .note {
	font-size: 0.8em;
	font-style: oblique;
	padding-bottom: 0px;
}
#mainContent #bookTbl, #mainContent #bookTbl1,#mainContent #bookTbl2, #mainContent #bookTbl3, #mainContent #bookTbl4, #mainContent #bookTbl5, #mainContent #bookTbl6, #mainContent #bookTbl7 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #333;
	border-collapse: collapse;
	background-color: #FC6;
}
#mainContent #bookTbl caption, #mainContent #bookTbl1 caption, #mainContent #bookTbl2 caption, #mainContent #bookTbl3 caption, #mainContent #bookTbl4 caption, #mainContent #bookTbl5 caption, #mainContent #bookTbl6 caption, #mainContent #bookTbl7 caption {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
	text-indent: 0px;
}
#mainContent #bookTbl body, #mainContent #bookTbl1 body, #mainContent #bookTbl2 body, #mainContent #bookTbl3 body, #mainContent #bookTbl4 body, #mainContent #bookTbl5 body, #mainContent #bookTbl6 body,#mainContent #bookTbl7 body {
	font-family: Verdana, helvetica, geneva, "sans serif";
	font-size: .8em;
	text-align: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#mainContent #bookTbl td.view, #mainContent #bookTbl1 td.view, #mainContent #bookTbl2 td.view, #mainContent #bookTbl3 td.view, #mainContent #bookTbl4 td.view, #mainContent #bookTbl5 td.view, #mainContent #bookTbl6 td.view, #mainContent #bookTbl7 td.view {
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainContent #bookTbl td.item, #mainContent #bookTbl1 td.item, #mainContent #bookTbl2 td.item, #mainContent #bookTbl3 td.item, #mainContent #bookTbl4 td.item, #mainContent #bookTbl5 td.item, #mainContent #bookTbl6 td.item, #mainContent #bookTbl7 td.item  {
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	padding-right: 4px;
	border: 1px solid #333;
	padding-left: 4px;
	vertical-align: middle;
}
#mainContent #bookTbl td.cost, #mainContent #bookTbl1 td.cost, #mainContent #bookTbl2 td.cost, #mainContent #bookTbl3 td.cost, #mainContent #bookTbl4 td.cost, #mainContent #bookTbl5 td.cost, #mainContent #bookTbl6 td.cost, #mainContent #bookTbl7 td.cost {
	text-align: left;
	text-indent: 0px;
	padding-left: 4px;
	border: 1px solid #333;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
#mainContent #bookTbl .note, #mainContent #bookTbl1 .note, #mainContent #bookTbl2 .note, #mainContent #bookTbl3 .note, #mainContent #bookTbl4 .note, #mainContent #bookTbl5 .note, #mainContent #bookTbl6 .note, #mainContent #bookTbl7 .note {
	font-size: 0.8em;
	font-style: oblique;
}
#mainContent #bookTbl td.add, #mainContent #bookTbl1 td.add, #mainContent #bookTbl2 td.add, #mainContent #bookTbl3 td.add, #mainContent #bookTbl4 td.add, #mainContent #bookTbl5 td.add, #mainContent #bookTbl6 td.add, #mainContent #bookTbl7 td.add  {
	vertical-align: middle;
	padding: 6px;
	height: auto;
}
.specialprice {
	text-decoration: line-through;
}

