@charset "UTF-8";
/* CSS Document */
/* BOOKS */

.order-book{
	margin:0;
	padding:0;
}

.book{
	width:206px;
	border:0px dashed #ff0;
	float:right;
	margin:3px -8px 6px 25px;
	padding:0;
}

#book-the-long-snapper, #book-season-of-life, #book-it-gets-dark-sometimes, #book-one-more-victory-lap, #book-inside-track{
	height:305px;
	width:203px;
}

#book-the-long-snapper{background: url(/img/book_the-long-snapper.jpg);}
#book-season-of-life{background: url(/img/book_season-of-life.jpg);}
#book-it-gets-dark-sometimes{background: url(/img/book_it-gets-dark-sometimes.jpg);}
#book-one-more-victory-lap{background: url(/img/book_one-more-victory-lap.jpg);}
#book-inside-track{background: url(/img/book_inside-track.jpg);}

.order-book{
	background: url(/img/order-book.gif);
	height:46px;
	width:201px;
	display:block;
	margin:4px 0 0 0;
}

.order-book:hover{background-position: 0 -46px;}
.book-quote-top{
	width: 775px;
	height: 12px;
	background: url(/img/book-quote-top_bg.gif) no-repeat;
	clear:both;
	margin:0;
	padding:0;
	display:block;
	line-height:0px;
	font-size:1px;
}
.book-quote-bot{
	width: 775px;
	height: 19px;
	background: url(/img/book-quote-bot_bg.gif) no-repeat;
	padding:0 0 25px 0;
	display:block;
	clear:both;
}
.book-quote{
	background: url(/img/book-quote_bg.jpg) #ebe9d8 repeat-x;
	color:#333;
	padding:0 20px 0 20px;
	margin:0;
	font-size:18px;
	display:block;
	width: 735px;
}

.book-cite{
	display:block;
	padding:0 0 0 14px;
	margin:10px 0 0 20px;
	font-size:13px;
	line-height:15px;
	background: url(/img/dash.gif) no-repeat;
	width:600px;
}

.med-book{
	width: 136px;
	height: 240px;
	text-align:center;
	padding:0;
	text-transform:uppercase;
	font-size:11px;
	border:0;
}
	
.med-book img, .med-book a{
	border:0;
	text-decoration:none;
	padding:0 0 0 3px;
}


/* BOOK HEADERS */
#the-long-snapper_header, #season-of-life_header, #it-gets-dark-sometimes_header, #one-more-victory-lap_header, #inside-track_header{
	width: 775px;
	height: 48px;
	margin: 30px 0 20px 0;
	padding: 0;
	background-color:#696;
	
}

#the-long-snapper_header{background: url(/img/header_the-long-snapper.gif);}
#season-of-life_header{background: url(/img/header_season-of-life.gif);}
#it-gets-dark-sometimes_header{background: url(/img/header_it-gets-dark-sometimes.gif);}
#one-more-victory-lap_header{background: url(/img/header_one-more-victory-lap.gif);}
#inside-track_header{background: url(/img/header_inside-track.gif);}

/* STORES ORDER */
#order-book-text{
	width: 206px;
	height: 40px;
	background-image: url(/img/order-book-text.gif);
	margin: 0;
	padding:0;
}

.book ul, .book li{
	list-style: none;
	display:inline;
}
.amazon-sm, .barnes-sm{
	background: url(/img/barnes-amazon-sm.jpg);
	height:50px;
	display:block;
	margin:-8px 0 0 0;
	float:left;
}

.barnes-sm{
	background-position: 0 0;
	width:101px;
}
.barnes-sm:hover{background-position: 0 -50px;}


.amazon-sm{background-position: -101px 0; width:105px;}
.amazon-sm:hover{background-position: -101px -50px;}


