html, body {
	height: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #292C52;
	background: url(bluecloth.jpg) repeat 0 0px;
	-webkit-text-size-adjust: 100%;
	}

.serifipa {font-family: "TITUS Cyberbit Basic", "Doulos SIL", "Gentium", "Junicode", "Cardo", "Aborigonal Serif","Arial Unicode MS"}

/* a centered stripe of content, 780px wide and at least as tall as the window */
div.block {
	width: 780px;
	margin: auto;
	overflow: visible;
	background-color: #C3DAD1;
	color: #1B1E26;
	text-align: left;
	}

/* style for the page header */
a#headername {
	display: block;
	top: 2px;
	margin: 0px;
	margin-top: 2px;
	background-color: #6477A1;
	background: url(header.png) no-repeat 0 -7px;
	border-bottom: 3px solid #292C52;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFE9;
	font-size: 220%;
	padding-top: 14px;
	padding-bottom: 23px;
	text-decoration: none;
	outline: 0;
	}

/* placing script text into the header */
a#headerphrase {
	float: right;
	font-family: "Quintessential", cursive !important;
	font-weight: 400;
	color: #FFFFE9;
	font-size: 120%;
	margin: 0px;
	margin-top: -32px;
	padding-right: 20px;
	text-decoration: none;
	outline: 0;
	}

/* a column for the menu items on the left side of the block, 160 pixels wide */
div#cssnavbar {
	float: left;
	width: 160px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 82%;
	}

/* a container for the main content of the page, width 647px*/
div.pagecontent{
	width: 523px;
	min-height: 700px;
	overflow: visible;
	background-color: #FFFFE9;
	border-left: 1px solid #94AA74;
	margin-left: 160px;
	padding-top: 7px;
	padding-left: 33px;
	padding-right: 63px;
	text-align: left;
	font-family: "Buenard", serif !important;
	font-size: 94%;
	line-height: 125%;
	}

/* a container for padding text blocks within page*/
div.contentpadding {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 5px;
	}

.pagecontent ul {
	list-style: none;
	padding: 0px;
	padding-left: 30px;
	padding-bottom: 4px;
	margin: 0px;
	}

.pagecontent ul li {
	background: url(navbar-icons.png) no-repeat 0px -108px;
	padding: 1px;
	padding-left: 14px;
	}

div.paperinfo, div.abstract, div.bookinfo {
	}

/* position and styling for the book metadata */
div.metadata {
	font-size: 87%;
	line-height:135%
	}

/* a footer spanning the full block width */
div.footer {
	clear: both;
	width: 780px;
	margin-bottom: 10px;
	background-color: #A5B4D5;
	border-top: 3px solid #292C52;
	}

/* text within the footer */
div.copyright {
	width: 680px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	font-family: 'Buenard', serif !important;
	font-size: 81%;
	line-height:125%;
	}

/* spacers */
div.verysmallspacer {
	height: 2px;
	}

div.smallspacer {
	height: 5px;
	}

div.midspacer {
	height: 14px;
	}

/* headings */
h2, h3, h3.wide {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFE9;
	}

h2 {
	width: 510px;
	font-size: 125%;
	background-color: #6477A1;
	background: url(bluebar.png) no-repeat 0 0px;
	margin-left: -4px;
	margin-bottom: -12px;
	padding-top: 8px;
	padding-bottom: 20px;
	padding-left: 24px;
	padding-right: 20px;
	}

h3, h3.wide {
	width: 510px;
	font-size: 100%;
	margin-left: -4px;
	margin-bottom: -10px;
	padding-top: 4px;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 20px;
	}

h3 {
	background-color: #77111B;
	background: url(redbar.png) no-repeat 0 0px;
	}

h3.wide {
	background-color: #77111B;
	background: url(redbarwide.png) no-repeat 0 0px;
	}

/* making sure subscripts and superscripts don't change line leading */
sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }

/* spacing for dotted line image used as an hr */
img.hr {
	margin-top: 4px;
	}

.largerfont {
	font-size: 115%;
	font-weight: bold;
	}

.smallerfont {
	font-size: 87%;
	}

/* color for red text */
.red {
	color: #E62125;
	}

/* link styles */
a:link {
	color: #00378A;
	font-weight: bold;
	text-decoration: underline;
	}

a:visited {
	color: #00378A;
	font-weight: bold;
	text-decoration: underline;
	}

a:active, a:hover {
	color: #CC0033;
	text-decoration: underline;
	}

.homepage a {
	font-weight: normal;
	text-decoration: none;
	}

/* placing the share button */
a.addthis_button {
	position: relative;
	float: right;
	padding-right: 4px;
	padding-top: 1px;
	opacity: .9;
	}

/* navbar decorations */
div.menuspace {
	display: block;
	width: 100%;
	background-color: #AEC4BB;
	}

div.menulight {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	}

/* navbar links */
a.navbarlink {
  	height: 24px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 8px 0 0 10px;
	}

a.navbarlink:link,
a.navbarlink:visited {
	background: url(navbar-combined.gif) no-repeat 0 0px;
	color: #444A25;
	}

a.navbarlink:hover {
	background: url(navbar-combined.gif) no-repeat 0 -32px;
	color: #060700;
	}

a.navbarlink:active {
	background: url(navbar-combined.gif) no-repeat 0 -64px;
	color: #060700;
	}

/* navbar links highlighting the current page */
a.navbarcurrentpage:link,
a.navbarcurrentpage:visited,
a.navbarcurrentpage:hover,
a.navbarcurrentpage:active {
  	height: 24px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #060700;
	padding: 8px 0 0 10px;
	}

a.navbarcurrentpage:link,
a.navbarcurrentpage:visited,
a.navbarcurrentpage:hover {
	background: url(navbar-combined.gif) no-repeat 0px -274px;
	}

a.navbarcurrentpage:active {
	background: url(navbar-combined.gif) no-repeat 0px -306px;
	}

/* navbar search forms */
div#searchbynumber, div#searchbytext {
  	display: block;
	color: #444A25;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 0 0 10px;
	}

div#searchbynumber {
  	height: 50px;
	background: url(navbar-combined.gif) no-repeat 0px -97px;
	}

div#searchbytext {
  	height: 75px;
	background: url(navbar-combined.gif) no-repeat 0px -157px;
	}
	
input#searchbynumberinput {
	width: 60px;
	height: 13px;
	}

input#searchbytextinput {
	width: 130px;
	height: 13px;
	}

input.addtocart {
	width: 115px;
	border: none;
	}

/* icons for the navbar */
.home, .info, .order, .cart, .submenu {
	display: block;
	text-indent: 22px;
	}

.home {
	background: url(navbar-icons.png) no-repeat 0px 1px;
	}

.info {
	background: url(navbar-icons.png) no-repeat 0px -29px;
	}

.order {
	background: url(navbar-icons.png) no-repeat 0px -59px;
	}

.cart {
	background: url(navbar-icons.png) no-repeat 0px -86px;
	}
	
.submenu {
	background: url(navbar-icons.png) no-repeat 22px -111px;
	text-indent: 36px;
	}

