/* 
Eric Meyer's CSS Reset - Thanks Eric!
v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* STYLESHEET FOR ONE POTATO */


a, a:visited	{
	text-decoration: none;
	color: #92a91e;
	color:#000;
}

a:hover	{
	color: #ff8c17;
}

.clear	{
	clear: both;
}

#wrapper	{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#home	{
	background-image: url(../images/common/body_bg.gif);
	background-repeat: no-repeat;
}

#home .sidebar2 h1	{
	color:#fff;
}

.more_link	{
}

.more_link a, #home .more_link a:visited	{
	color: #92a91e;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
	display: block;
}

#blog, #bookstore, #faq, #about_us	{
	background-image: url(../images/common/body_bg2.gif);
	background-repeat: no-repeat;
	background-position: 200 200;
}

/* @group General Structure */

#header	{
	height: 221px;
	width: 980px;
	/*background-image: url(../images/common/header_bg.png);
	background-repeat: no-repeat;*/
}

#featured	{
	height: 450px;
	width: 980px;
}

#home #content	{
	margin-top: 50px;
margin-bottom:60px;
}

#content	{
	margin-top: 20px;
	float: left;
}

#content h1	{
	font-family: Georgia, Times New Roman, serif;
	padding-bottom: 2px;
	border-bottom:  1px solid #ccc;
	margin: 0 20px 15px;
	font-size: 13px;
	line-height: 18px;
}
#home #content h1,#blog #content h1 {margin:0 0 15px}
#blog #content h1.pageheader	{
	margin: 0 0 30px 0;
	border-bottom: 1px dotted #999;
	font-size: 36px;
	line-height: 36px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #ced920;
	letter-spacing: -1px;
	padding-bottom: 5px;
	text-indent: 20px;
}

a.link_archives, a:visited.link_archives, a.return_button, a:visited.return_button	{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 120px;
	background-color: #cdd422;
	margin: 20px 0 0px 20px;
	padding: 7px 10px 7px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	border: 2px solid #92a91e;
}

a:hover.link_archives, a:hover.return_button	{
	background-color: #ff8c17;
	border-color: #ed512b;
}

#home a.link_archives, #home a:visited.link_archives {margin-left:0;margin-top:50px}

img.background_graphic	{
	position: absolute;
	top: 670px;
	left:594px;
	z-index: 0;
}

#home h1.welcome_heading	{
	position: relative;
	z-index: 10;
}

#home span.welcome_blurb	{
	position: relative;
	z-index: 100;
}

#logo	{
	position: absolute;
	left: -60px;
	border: 0;
	top: 0px;
}

div.sidebar_block	{
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}

.ads {position: relative; z-index: 10000; margin-top:40px;}

.ads a img {margin-bottom: 20px;}

#home div.ads h1 {color:#000;}

/* @end */

/* @group Top Navigation */

#topnav	{
	width: 980px;
}

#topnav ul	{
	position: absolute;
	right: 0;
	top: 15px;
}

#topnav ul li	{
	display: inline;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #ed512b;
}

#topnav ul li.topnav_last	{
	padding-right: 0px;
	border: 0;
}

#topnav ul li a, #topnav ul li a.visited	{
	color: #ed512b;
	text-transform: uppercase;
	text-decoration: none;
}

#topnav ul li a:hover	{
	color: #ff8c17;	
}

/* @end */

/* @group Main Nav */

#mainnav	{
	position: absolute;
	right: 0;
	top: 70px;
	overflow: auto;
	text-transform: uppercase;
	text-align: center;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

div#mainnav ul li	{
	float: left;
	width: 150px;
	margin-left: 10px;
	letter-spacing: 1px;
}

#mainnav ul li a, #mainnav ul li a.visited	{
	text-decoration: none;
	display: block;
	color: #5d7845;
	border: 1px solid #5d7845;
	padding: 5px 0 5px 0;
}

#mainnav ul li a:hover	{
	color: #fff;
	background-color: #ff8c17;

}

/* @end */

/* @group Main Content Area */

.maincontent	{
	width: 100%;
	margin: 0 20px;
       padding-bottom: 30px;
}
#home .maincontent{width:auto;}

.maincontent p {font-size: 15px;line-height:20px;}

/* @end */

/* @group Sidebars */

.about_blurb {
	color: #fff;
	margin: 0;
	padding: 0;
}

.sidebar1	{
	width: 240px;
	float: left;
	margin-bottom: 20px;
position: relative;
z-index: 10;
}

.sidebar_block	{
	padding-right: 20px;
	line-height: 18px;
	margin-bottom:10px;
}

.sidebar2	{
	width: 240px;
	float: left;
	margin-bottom: 20px;
}

.sidebar2 p	{
	font-size: 13px;
	line-height:20px;
	padding-right: 10px;
}

.sidebar_block h2	{
	margin: 0;
	color: #333;
}
#content .sidebar1 h1, #content .sidebar2 h1{margin-left:0}

.sidebar_block a, .sidebar_block a:visited{
	color: #92a91e;
	border-bottom: 1px dotted #9bd075;
}

.sidebar_block a:hover{
	color: #ff8c17;
	border-bottom: 1px dotted #ff8c17;
}

/* @group Recent Adds*/

div.recent_adds	{
	margin-bottom: 10px;
	padding-left: 5px;
}

div.recent_adds a{
	color: #bec41f;
	text-decoration: none;
	font-size:12px;
	border-bottom: 1px dotted #bec41f;
}

div.recent_adds h3 a:hover	{
	color:#ff8c17;
}

div.recent_adds a img	{
	border: 1px solid #ccc;
}

div.recent_adds a.imagelink	{
	border-bottom: 0;
}

div.recent_adds img	{
	max-height: 160px; 
	max-width:220px;
}

div.recent_adds h3	{
	font-size: 14px;
	line-height: 16px;
	margin-bottom:3px;
}

div.recent_adds h4	{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	line-height:16px;
}

div.recent_adds p	{
	line-height:16px;
}

/* @end */

/* @end */

/* @group Main Content Blog */

#blog .maincontent	{width: 460px;float:left}
#blog.index .maincontent {width: 700px;}


.ententry	{margin: 0px 20px 20px;}

.blog_entry h2	{
	font-size: 30px;
	line-height:34px;
	font-weight: normal;
	padding: 10px 0;
}

.blog_entry h2 a,.blog_entry h2 a:visited	{
	text-decoration: none;
	color: #565;
	border: 0;
}

.blog_entry h2 a:hover	{
	color: #ed512b;
}

.blog_entry p	{
	font-size: 15px;
	line-height: 20px;
	padding:0 0 15px 0;
}

.blog_entry img	{
	background-color: #ccc;
	width: 460px;
	outline: none;
	margin: 0 0px 20px auto;
}
.blog_entry .related_book{float:right; width:200px}
.blog_entry .related_book img{margin:10px;max-width:180px}

.blog_meta	{
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.blog_entry .blog_meta p	{
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.blog_meta a, .blog_meta a:visited	{
	color: #92a91e;
	border-bottom: 1px dotted #92a91e;}

.blog_meta a:hover	{
	color: #ff8c17;
	border-bottom: 1px dotted #ff8c17;
}

.comment_area h3	{
	padding-bottom: 5px;
}

#commentform	{
	width:0;
}


/* @end */

/* @group Bookstore */

h2.unable	{
	padding-left:  20px;
}

#bookstore .maincontent	{
	width: 740px;
	position: relative;
	z-index: 100;
float:left; margin:0;
}

/* @group Bookstore_Nav */

div.sidebar_nav	{
margin-bottom: 40px;
position: relative;
z-index: 200000;
}

.suggestion a, .suggestion a:visited	{
	color: #e85e15;
}

#bookstore ul#nav_categories {
border-bottom: 1px solid #ccc;
margin-left: 20px;
width: 220px;
margin-bottom:20px;
}

#bookstore ul#nav_categories li {
/* make the list elements a containing block for the nested lists */
position: relative;
}

#bookstore ul#nav_categories li ul	{
	position: absolute;
	left: 219px;
	top: 0;
	display: none;
	width: 200px;
	border-bottom: 1px solid #ccc;
z-index: 200000;
}

/* style, color and size links and headings to suit */
#bookstore ul#nav_categories li a {
font: bold 12px/20px arial, helvetica, sans-serif;
display: block;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #ccc #ccc #fff #ccc;
margin: 0;
padding:5px 0 5px 5px;
color: #000;
text-decoration: none;
}

#bookstore ul#nav_categories li ul li a	{
	background-color: #fff;

}

#bookstore ul#nav_categories a:hover {
color: #d7df21;
}

#bookstore ul#nav_categories li ul	{
	display: none;
}

#bookstore ul#nav_categories li:hover ul{
	display: block;
}

#bookstore .maincontent {
position: relative;
z-index: 0;
}

.suggestion, .search	{
padding-top:20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 0;
padding-right: 0;
}

#content .suggestion h1, #content .search h1, #content .purchasing_protocol h1	{
	padding-right:0;
	margin-right:0;
}

.purchasing_protocol {
	margin-left: 20px;
margin-bottom:20px;
margin-right: 0;
padding-right: 0;
}

.purchasing_protocol_right {
margin-left: 0;
}


/* @end */

/* @group Books Short Listings */

.book_short_listing	{
	width: 220px;
	min-height: 320px;
	position: relative;
	left: 20px;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 0px 0 20px;
}

.book_short_listing img	{
	background-color: #fff;
	max-width:180px;
	border:1px solid #ccc;
	margin-bottom:5px;
max-height:220px;
}

.book_short_listing .placeholder	{
	width:150px;
	height: 150px;
	background-color: #ccc;
	margin-bottom: 10px;
}

.book_short_listing	h2	{
	font-size: 16px;
line-height:16px
}


.book_short_listing p.author	{
margin-top:5px;
font-size:12px;
line-height:12px;
}

.book_short_listing p.list_price	{
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}

.book_short_listing p.used_price a, .book_short_listing p.used_price a:visited	{
	color: #92a91e;
}

.book_short_listing p.used_price a:hover	{
	color: #ff8c17;
}

.book_short_listing form  {
	display: inline;
}

.book_short_listing span.book_comment_count	{
}

/* @end */

/* @group Books Single Entry Listing */

.entry	{
	margin-top:20px;
}

.book_listing	{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.book_listing .book_image	{
	float: left;
width: 240px;
}

.book_listing a.imagelink, .book_listing a:visited.imagelink	{
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
}

.book_listing a.imagelink img	{
	background-color: #ccc;
	max-width: 198px;
}

.book_listing .book_data	{
	width: 410px;
	float: left;
	margin: 0 0px 15px 20px;
}

.book_listing .used_new_area	{
	clear:both;
	padding-top:30px;
}


.paginate	{
	clear:both;
	margin:20px 0 20px 20px;
	padding:10px 0 10px 0;
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
	color:#333;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
}

.itemdisplaypage	{
	margin-left:0px;
}



.paginate a, .paginate a:visited	{
	color: #666;
}

.paginate a:hover	{
	color:#ff8c17;
}

.comment_area	{
	clear:both;
	padding-top:30px;
}

.comment	{
	margin-top: 10px;
	color: #333;
	background-color: #eee;
	padding: 15px 15px 5px 15px;
}

.comment span.count	{
	padding: 2px 5px 2px 5px;
	background-color: #d7df21;
	font-style: normal;
	border: 1px solid #fff;
	margin-right: 5px;
}

.comment h4.comment_poster	{
	font-style: italic;
	margin: 0 10px 15px 0;
	font-weight: normal;
	font-size:12px;
}

.book_listing .review	{
	margin-bottom: 10px;
	font-size: 12px;
	clear:both;
	padding-top:30px;
}

.book_listing h2	{
	font-size: 24px;
	margin-bottom: 10px;
	line-height:28px;
}

.book_listing h3, .blog_entry h3	{
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin-bottom:10px;
	padding-bottom: 5px;
	clear:left;
}

.book_listing p, .blog_entry p	{
	padding-bottom: 10px;
}

.book_listing p.author	{
	font-weight: bold;
	padding-bottom: 0;
}

.book_listing p.list_price	{
	color: #000;
	font-weight: bold;
	padding-bottom: 0;
}

.book_listing p.used_price a, .book_listing p.used_price a:visited {
	color: #92a91e;
	border-bottom: 1px dotted #92a91e;
	font-weight: bold;
}

.book_listing span.book_comment_count	{
	display: inline;
}

/* @end */

/* @group Shopping Cart */


table#shopping_cart	{
	margin-left: 20px;
	font-size: 12px;
	width: 700px;
	border-left: 1px solid #ccc;
}

th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: left;
	padding: 7px 7px 7px 7px;
	background: #333 url(images/bg_header.jpg) no-repeat;
	color: #ccc;
}


td	{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 7px 7px 7px 7px;
	color: #000;
}

td.total	{
	text-align: right;
}

/* @end */

/* @group Used New */

h3.used_new_header	{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	border-bottom: 0;
}

table.used_new	{
	width: 700px;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
	clear: both;
}

a#to_amazon	{
	float: left;
	margin-top: 10px;
	font-weight: bold;
	color: #92a91e;
	border: 1px solid #92a91e;
	padding: 5px;
}

a:hover#to_amazon	{
	color: #ff8c17;
	border: 1px solid #ff8c17;

}


/* @end */


/* @end */

/* @group Footer */

#footer	{
	background-color: #333;
	width: 980px;
	clear: both;
	padding: 20px 0 20px 0;
	color: #ccc;
	border-top: 4px solid #666;
}

.footer_block	{
	float: left;
	font-size: 12px;
	line-height: 18px;
}

.footer_block p	{
	margin-right: 20px;
}
.footer_main p {
	margin-left: 20px;
}

.footer_block h1	{
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
	font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
}

.footer_block ul li	{
	font-size: 12px;
	padding-bottom: 6px;
}

.footer_block ul li a, .footer_block ul li a:visited{
	color: #d7df21;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #d7df21;
}

.footer_block ul li a:hover	{
	color: #fff;
	border-color: #fff;
}

.footer_main	{
	width: 330px;
}

.footer_main h1	{
	margin-left: 20px;
	margin-right: 20px;
}

.footer_main ul	{
	padding: 0 0 0 20px
}

.footer_side1	{
	width: 320px;
}

.footer_side1 ul	{
	width:300px;
}

.footer_side1 h1{
	margin-right: 20px;
}

.footer_side2	{
	width: 330px;
}

.footer_side2 h1	{
	margin-right: 20px;
}

.footer_block a, .footer_block a:visited	{
	color: #d7df21;	
}
.footer_side2 a:hover	{
	color: #fff;	
}

#bottom_nav	{
	margin:  0;
	padding: 20px 0 20px 20px;
	background-color: #000;
	width: 960px;
	clear: both;
	border-top: 4px solid #222;
}

#bottom_nav	p.copyright	{
	color: #999;
	font-size: 10px;
	line-height: 18px;
	padding-top: 10px;
}

#bottom_nav ul	{
}

#bottom_nav ul li	{
	display: inline;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
}

#bottom_nav ul li a, #bottom_nav ul li a:visited	{
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

#bottom_nav ul li a:hover	{
	color: #ff8c17;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

#bottom_nav ul li a.last	{
	border: none;
}

/* @end */

/* @group FAQ */

#faq #content	{
	width: 980px;
}

.faq_question	{
	padding-left:20px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	width: 700px;
}

/* @end */

/* @group About Us */

#about_us #content	{
	width: 980px;
}

div.about_us_block	{
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 20px;
width:780px;
float: left;

}

div.about_us_block p, div.about_us_block h2	{
	margin-left: 260px;
	margin-top: 0;
	padding: 0 0 20px 0;

}

div.about_us_block h2	{
	font-size: 30px;
	font-weight: normal;
}

div.about_us_pics	{
	float: left;
	width: 240px;
}

div.about_us_pics img	{
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #ccc;
	/*width: 210px;
	height: 140px;*/
	margin-left: 20px;
}

div.posts_by_month h2 {
margin-top: 10px;
}

/* @end */