/*-----------------------------------------------------------------------------------------
 * General
 -----------------------------------------------------------------------------------------*/

 .wp-booklet-container-dark {
	position:relative;
 }
 
.wp-booklet-container-dark,
.wp-booklet-container-dark * {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}

/*-----------------------------------------------------------------------------------------
 * jQuery Booklet
 * Copyright (c) 2010 - 2013 William Grauvogel (http://builtbywill.com/). Licensed MIT
 * Modified by BinaryStash
 -----------------------------------------------------------------------------------------*/
 
.wp-booklet-dark {
    width: 800px;
    height: 600px;
    position: relative;
    margin: 0 auto 10px;
    overflow: visible !important;
    z-index: 1;
}

.wp-booklet-dark .page {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	box-sizing:border-box;
}

.wp-booklet-dark .b-page {
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    outline: 1px solid transparent;
}

/* Page wrappers */

.wp-booklet-dark .b-wrap {
    top: 0;
    position: absolute;
}

.wp-booklet-dark .b-wrap-left {
    background: #363636
}

.wp-booklet-dark .b-wrap-right {
	background: #363636
}

.wp-booklet-dark .b-pN .b-wrap,
.wp-booklet-dark .b-p1 .b-wrap,
.wp-booklet-dark .b-p2 .b-wrap,
.wp-booklet-dark .b-p3 .b-wrap,
.wp-booklet-dark .b-p4 .b-wrap {
    left: 0
}

.wp-booklet-dark .b-p0 .b-wrap {
    right: 0
}

/* Custom Page Types */

.wp-booklet-dark .b-page-blank {
    padding: 0;
    width: 100%;
    height: 100%;
}

.wp-booklet-dark .b-page-cover {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #925C0E;
}

.wp-booklet-dark .b-page-cover h3 {
    color: #fff;
    text-shadow: 0px 1px 3px #222;
}

/* Page Numbers */

.wp-booklet-dark .b-counter {
    bottom: 10px;
    position: absolute;
    display: block;
    width: 25px;
    height: 20px;
    background: #000;
    color: #9dbcbd;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    padding: 5px 0 0;
}
