/************************************
header
*/
.accordion {
	position:absolute;
	top:21px;
	right:21px;
	width:410px;
	padding:10px;
	background-color: rgb(34,34,34);
	background:rgba(0, 0, 0, .7);
	color:#fff;
}
.accordion .pane {
	display:none;
	height:210px;
	overflow:auto;
}



/************************************
individual pane height
*/
.accordion #contact.pane {
	height:50px;
}

.accordion #a-book-was-born.pane {
	height:235px;
overflow:false;
}

.accordion #about-the-book.pane {
	height:250px;
overflow:true;
}


.accordion #download-a-preview.pane {
	height:50px;
overflow:false;
}


.accordion #where-to-buy.pane {
	height:130px;
overflow:false;
}



.accordion h1, h3 {
	color:#fff;
	
}
.accordion h2 {
	border-bottom:1px solid #fff;
	font-size:1.4em;
	color:#fff;
}
.accordion h2.current {

	font-size:1.8em;
	border-bottom:10px;
}

.accordion .entry {
	margin-bottom:14 px;
}
.accordion #news .entry {
	overflow:auto;
height:200px;
}

.accordion #about .entry {
	overflow:auto;
}

.accordion #contact textarea {
	height:90px;
}
.accordion #contact .widgettitle {
	display:none;
}



.accordion textarea, .accordion input {
	background-color: rgb(34,34,34);
	background:rgba(0, 0, 0, .7);
	color:#fff;
}
.accordion input {
	font-size:12px;
	padding:4px;
}
.accordion textarea {
	padding:10px;
}



/************************************
individual pane position

#book-info .accordion {
	right:77px;
}
*/