body {
	background: rgb(243, 239, 232);
}

#top {
	background: rgb(49, 45, 36) url(../../coda/images/bg.png) repeat-x 0% 100%;
}

#sidebar .widget.hm_subscribe_widget {
  /*background: rgb(49, 45, 36);*/
  background: rgb(28, 152, 132);
  color: white;
}

#sidebar .widget.hm_subscribe_widget h1,
#sidebar .widget.hm_subscribe_widget h2,
#sidebar .widget.hm_subscribe_widget h3,
#sidebar .widget.hm_subscribe_widget h4,
#sidebar .widget.hm_subscribe_widget h5,
#sidebar .widget.hm_subscribe_widget h6 {
  color: white;
}


#footer-outer {
	background: rgb(49, 45, 36) url(../images/footer-bg.png) repeat-x;
	padding-top: 2px;
}

#footer {
	background: url(../images/footer-highlight.png) repeat-y 50% 0%;
}

.hentry {
	background: white;
	padding: 15px;
}

.entry h2 {
	padding: 15px 0 10px;
}

span.small-edit {
	background: none;
	margin: 0;
	padding: 0;
}

#wrapper input.button,
#wrapper .button,
#wrapper .post-edit-link,
#wrapper a.purchase {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .2em 1em .275em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	/* background: rgb(227, 97, 45); */
}

#wrapper .book-options .post-edit-link {
	display: none;
}

#wrapper .book:hover .book-options .post-edit-link {
	display: inline-block;
	*display: block;
}

#wrapper .button,
#wrapper a.purchase,
.cart-summary .checkout-link,
.cart-summary .edit-cart-link {
	color: #fef4e9 !important;

	border: solid 1px #c73a3a;
	background: #8c2222;

  /* BORDER: c73a3a */
  /* FROM: ad2424 */
  /* TO: 8c2222 */

	background: -webkit-gradient(linear, left top, left bottom, from(#ad2424), to(#8c2222));
	background: -moz-linear-gradient(top,  #ad2424,  #8c2222);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad2424', endColorstr='#8c2222');
}

#wrapper .button:hover,
#wrapper a.purchase:hover,
.cart-summary .checkout-link:hover,
.cart-summary .edit-cart-link:hover {
	background: #7d2a2a;
	background: -webkit-gradient(linear, left top, left bottom, from(#d93f3f), to(#7d2a2a));
	background: -moz-linear-gradient(top,  #d93f3f,  #7d2a2a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d93f3f', endColorstr='#7d2a2a');

	color: rgb(200, 200, 200) !important;
}

#wrapper .button:active,
#wrapper a.purchase:active,
.cart-summary .checkout-link:active,
.cart-summary .edit-cart-link:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#7d2a2a), to(#d93f3f));
	background: -moz-linear-gradient(top,  #7d2a2a,  #d93f3f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d2a2a', endColorstr='#d93f3f');

	color: #b8e0e5 !important;
}


form#store_checkout #submit {
  color: #fef4e9 !important;

  border: solid 1px #337b42;
  background: #1c8742;

  background: -webkit-gradient(linear, left top, left bottom, from(#539d53), to(#1c8742));
  background: -moz-linear-gradient(top,  #539d53,  #1c8742);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#539d53', endColorstr='#1c8742');
}

form#store_checkout #submit:hover {
  background: #1d8538;

  background: -webkit-gradient(linear, left top, left bottom, from(#4ca149), to(#1d8538));
  background: -moz-linear-gradient(top,  #4ca149,  #1d8538);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ca149', endColorstr='#1d8538');

  color: rgb(220, 220, 220) !important;
}

form#store_checkout #submit:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d8538), to(#4ca149));
  background: -moz-linear-gradient(top,  #1d8538,  #4ca149);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d8538', endColorstr='#4ca149');

  color: rgb(240, 240, 240) !important;
}




/* gray */
#wrapper input.button,
#wrapper .post-edit-link,
#wrapper .button.gray {
	color: #e9e9e9 !important;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
#wrapper input.button:hover,
#wrapper .post-edit-link:hover,
#wrapper .button.gray:hover {
	color: #afafaf !important;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
#wrapper input.button:active,
#wrapper .post-edit-link:active
#wrapper .button.gray:active {
	color: #afafaf !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
}

/* white */
#wrapper .button.white {
	color: #606060 !important;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
#wrapper .button.white:hover {
	color: #999 !important;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
#wrapper .button.white:active {
	color: #999 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.hm_widget_recent_entries ul,
.widget_recent_entries ul {
    list-style: square;
    list-style-position: inside;
}

.hm_subscribe_widget .email-input,
.textwidget .email-input {
	width: 90%;
  min-width: 0;
	margin-bottom: 10px;
}

.nav {
	z-index: 28;
}

.nav a {
	z-index: 29;
}

#footer p {
	margin-bottom: 1em;
}

#sidebar .widget.widget_sp_image,
#sidebar .widget.hm_facebook_like_box,
#sidebar .widget.widget_FacebookLikeBox {
	padding: 0;
	background: none;
}

#sidebar .widget.widget_sp_image img {
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}


#sidebar .widget.hm_facebook_like_box h3,
#sidebar .widget.widget_FacebookLikeBox h3 {
	display: none;
}


#sidebar .widget.hm_facebook_like_box iframe,
#sidebar .widget.widget_FacebookLikeBox iframe {
	background: white;
}



#sidebar .widget.hm_facebook_like_box,
#sidebar .widget.widget_FacebookLikeBox {
	border: 2px solid white;
	width: 220px;
	z-index: 10;
	overflow: hidden;
	position: relative;
	top: -1px;
	left: -2px;
}


#sidebar .widget.hm_facebook_like_box iframe,
#sidebar .widget.widget_FacebookLikeBox iframe {
	background: white;

	left: -2px;
	overflow: hidden;
	position: relative;
	top: -1px;
}


#wrapper .entry .series-slideshow {
    margin: 0 0 1em 0;
    position: relative;
    height: 200px;
}

#wrapper .entry .series-slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.no-js #wrapper .entry .series-slideshow .slide {
    display: none;
}

.no-js #wrapper .entry .series-slideshow .slide.show {
    display: block;
}

#wrapper .entry .series-slideshow .slide,
#wrapper .entry .series-slideshow a,
#wrapper .entry .series-slideshow img {
    border: 0;
    display: block;
}

/*
#wrapper .entry .series-slideshow img {
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	behavior: none;
}
*/

#wrapper form#store_checkout #submit,
#wrapper .button.large {
	font-size: 14px !important;
	padding: 0.5em;
}

#wrapper form#store_checkout #submit {
	margin-top: 1em;
	/*width: auto;*/
}


.cart-notice-container {
    position: fixed;
    top: 170px;
    left: 50%;
    width: 940px;
    margin-left: -470px;
    z-index: 10000;

    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

/*
.js .cart-notice-container {
    width: 940px;
    margin-left: -470px;
}
*/

.cart-notice-container.dismissed {
    top: -300px;
}



.js .cart-notice,
.js .cart-summary {
    -webkit-transition: all 0.25s ease-in-out 0.5s;
    -moz-transition: all 0.25s ease-in-out 0.5s;
    -ms-transition: all 0.25s ease-in-out 0.5s;
    -o-transition: all 0.25s ease-in-out 0.5s;
    transition: all 0.25s ease-in-out 0.5s;
}

.js .cart-notice.loading,
.js .cart-summary.loading {
    background: white;
}


.cart-notice {
    cursor: pointer;
    background: white;
    color: black;
    padding: 1em 1.5em;
    margin: 0 8%;

    line-height: 1.5;

    -webkit-box-shadow: 0px 0px 4px 0px #444;
            box-shadow: 0px 0px 4px 0px #444;

    -webkit-border-radius: 5px;
            border-radius: 5px;
/*
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
*/
    background-clip: padding-box;

}

.cart-notice p {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.cart-notice a {
    font-weight: bold;
}

.cart-notice a:hover {
    text-decoration: underline;
}

.cart-summary {
	background: #ddd;
	color: black;
	text-transform: uppercase;

	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 0 8px;
	line-height: 1.5;

	-webkit-box-shadow: inset 0px 0px 4px 0px #444;
	        box-shadow: inset 0px 0px 4px 0px #444;

    -webkit-border-radius: 5px;
            border-radius: 5px;

    -webkit-border-top-left-radius: 0;
			border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    		border-top-right-radius: 0;

	background-clip: padding-box;
}

.cart-summary p {
	font-size: 0.8em;
	font-family: sans-serif;
}

.cart-summary p.summary {
	background: url(../images/shopping-basket.png) no-repeat 0 -20px;
	padding-left: 20px;
}

.cart-summary p.summary:hover {
	background: url(../images/shopping-basket.png) no-repeat 0 4px;
}

.cart-summary a {
	text-decoration: none;
}

.cart-summary .checkout-link,
.cart-summary .edit-cart-link {
	display: inline-block;
	padding: 0 8px;
	margin-left: 2px;
	border-top: none;


	text-decoration: none;

    -webkit-border-bottom-right-radius: 5px;
    		border-bottom-right-radius: 5px;
}

.cart-table {
	width: 100%;
	margin-bottom: 1em;
}

.cart-table {
	border-collapse: collapse;
	background: white;
}

.cart-table th,
.cart-table td {
	vertical-align: middle;
	margin-bottom: 1em;
	padding: 0.5em;
}

.cart-table thead tr,
.cart-table tbody tr {
	border-bottom: 1px solid #f4f4f4;
}

.cart-table thead th {
	font-size: 0.8em;
	font-family: sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.cart-table tfoot td {
	font-weight: bold;
}

/*
.cart-table thead tr,
.cart-table tr.even {
	background: #f4f4f4;
}
*/

.cart-table td.item-image {
	width: 50px;
	text-align: center;
}

.cart-table td.item-image {
	display: block;
	text-align: center;
}

.cart-table td .controls {
	margin-right: 0em;
}

.cart-table td .quantity {
	min-width: 1.5em;
	display: inline-block;
}

.cart-table td .quantity-control {
	width: 12px;
	height: 1em;
	display: inline-block;

	background-repeat: no-repeat;
	background-position: center -23px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cart-table td .quantity-control:hover {
	background-position: center 1px;
}

.cart-table td .quantity-control.increase {
	background-image: url(../images/plus-small.png);
}


.cart-table td .quantity-control.decrease {
	background-image: url(../images/minus-small.png);
}

.cart-table td .quantity-control.remove {
	background-image: url(../images/cross-small.png);
	background-position: center -24px;
}

.cart-table td.remove .quantity-control.remove {
	background-image: url(../images/cross-script.png);
	background-position: center -20px;
	height: 20px;
}

.cart-table td .quantity-control.remove:hover {
	background-position: center 0px;
}

.cart-table td.remove .quantity-control.remove:hover {
	background-position: center 4px;
}

.cart-table td.remove {
	max-width: 20px;
	width: 20px;
}

.cart-table .quantity,
.cart-table .price,
.cart-table .total {
	text-align: right;
}

.cart-table img,
.cart-table a:hover img {
	border: none;
	box-shadow: none;

	height: 50px;
	width: auto !important;
}

#wrapper .cart-table img {
	behavior: none !important;
}

body.store .book-covers.count-5 {
	margin-left: -18px;
}

body.store .book-covers.count-5 li {
	margin-right: 18px;
	position: relative;
	width: 150px;
	display: block;
	float: left;
}

body.store .book-covers li {
	height: auto;
}

body.store .book-covers li a {
	font-size: 0.85em;
}

body.store .book-covers li a.cover-link {
	margin-bottom: 0.5em;
}

body.store .book-covers li .authors {
	display: none;
}

body.store .book-covers.count-4 li {
	margin-right: 8px;
	position: relative;
	height: auto;
	width: 100px;
	display: block;
	float: left;
}


.order-summary {
	line-height: 1.5;
	margin-bottom: 1em;
}

.order-summary dt {
	font-weight: bold;
	width: 30%;
	clear: left;
}


.order-summary dt,
.order-summary dd {
	display: block;
	float: left;
}

.book.preview p.price {
  width: 56px;
  float: left;
}

.book.preview p.price.absolute {
	position: absolute;
	bottom: 10px;
	right: 0;
  float: none;
}

.widget .book.preview p.purchase-link {
	float: left;
	margin-right: 76px;
	margin-top: 10px;
}

.widget .book.preview p.price {
	position: relative;
	bottom: auto;
	right: auto;
	width: 56px;
	float: right;
}

.book.preview p.price,
body.single-book p.price {

	margin: 0;
	padding: 0;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;


	background: url(../images/price-tag.png) no-repeat center center;
	min-width: 56px;
	padding: 10px;
	bottom: 0;
	text-align: center;
}


.book.preview p.price.campaign,
body.single-book p.price.campaign {
	background-image: url(../images/price-tag-orange.png);
}

body.single-book p.price {
	width: 56px;
}

html.no-js a.toggleFieldset {
	display: none;
}

a.toggleFieldset {
	background: url(../images/plus-small.png) no-repeat left -24px;
	padding-left: 1.5em;
}

a.toggleFieldset:hover {
	background-position: left top;
}

html.js fieldset.hidden {
	display: none;
}


.checkout-summary {
	width: 60%;
}

.checkout-details .inner {
	float: right;
}

.store-delivery-info {
	margin-top: 4em;
}

#main .checkout-details form ul li input,
#main .checkout-details form ul li textarea,
#main .checkout-details form ul li select {
	width: 170px;
}

#main .checkout-details form ul li.field-id-email_confirm {
	display: none;
}


#wrapper .attachments-gallery-header {
	font-family: Georgia, sans-serif;
	text-transform: none;
	font-weight: normal;
}

#wrapper .entry ul.press-images {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

#wrapper ul.press-images,
#wrapper ul.press-images li {
	list-style: none;
}

#wrapper ul.press-images li {
	display: inline-block;
	margin-right: 5px;
}


#wrapper .post-edit-link,
#wrapper .purchase,
#wrapper .button {
  font-size: 1.1em !important;
  padding: 4px 8px !important;
}
