@charset "UTF-8";
/* CSS Document */

body {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
line-height:22px;
background-color:#fff;
margin:0;
padding:0;
background-image:url(../images/background.gif);
background-position:top left;
background-repeat:repeat-x;
text-align:center;
}

#wrapper {margin: 0 auto;
width: 900px;
}

#header { padding-bottom: 40px;}

#footer {
	padding: 0px 0 20px 0;
	text-transform:uppercase;
	font-size:10px;
	color:#666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#footer a {text-decoration:none; color:#666; padding: 0 4px;}
#footer a:hover {text-decoration:underline; color:#000; padding: 0 4px;}


.leftcol {padding-top: 10px;}

.gutter {background-image:url(../images/gutter.gif);
background-position:top center;
background-repeat:no-repeat;
}



h1 {font-size:16px;}

.quote {font-size:16px; font-family:"Times New Roman", Times, serif; font-style:italic; color:#666; text-align:left; line-height: 22px; padding: 50px 10px 0 10px;}
.quotecredit {font-size:9px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-style:italic; text-transform:uppercase; color:#666; text-align:left; line-height:14px; padding: 5px 10px 20px 10px; border-top:solid 1px #CCC; margin-top: 5px;}

.quotecredit2 {font-size:11px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; text-transform:uppercase; color:#666; text-align:left; line-height:14px; padding: 5px 10px 20px 10px; border-bottom:solid 1px #CCC; margin-top: 5px;}



#AmazonButton, #UHPressButton	{
  display: block;
  width: 212px;
  height: 56px;
  }

#UHPressButton	{  background: url("../images/university-of-hawaii-press.gif") no-repeat 0 0;  }
#AmazonButton {  background: url("../images/amazon.gif") no-repeat 0 0;  }
#UHPressButton:hover, #AmazonButton:hover {   background-position: 0 -56px; }
#AmazonButton span, #UHPressButton span	{  display: none; }

#HomeButton, #AboutAuthorButton, #ReviewsPraiseButton, #OrderBookButton, #ContactInfoButton {
display: block;
width: 220px;
height: 24px;}

#HomeButton	{  background: url("../images/home.gif") no-repeat 0 0;  }
#AboutAuthorButton	{  background: url("../images/about-the-author.gif") no-repeat 0 0;  }
#ReviewsPraiseButton	{  background: url("../images/reviews-and-praise.gif") no-repeat 0 0;  }
#OrderBookButton	{  background: url("../images/order-book.gif") no-repeat 0 0;  }
#ContactInfoButton	{  background: url("../images/contact-info.gif") no-repeat 0 0;  }


#HomeButton:hover, #AboutAuthorButton:hover, #ReviewsPraiseButton:hover, #OrderBookButton:hover, #ContactInfoButton:hover { background-position: 0 -24px; }
#HomeButton span, #AboutAuthorButton span, #ReviewsPraiseButton span, #OrderBookButton span, #ContactInfoButton span {  display: none; }
