/**
/**
 * Main CSS Stylesheet
 *
 */
body {
	position:relative;
	z-index:0;
}
.bg-gradient {
	background: url('http://barnesreview.org/wp/wp-content/themes/graphene/images/bg-gradient.png') left bottom repeat-x fixed;
	position: relative;
	z-index:0;
	width: 100%;
	height: 100%;
	margin:0;
}
.container {
	position:relative;
	z-index:0;
	width:1100px;
	margin:0 auto;
	background: #ffd;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
body, td , p {
	margin: 0;
	font-family: Helvetica, Arial, sans serif;
	font-size: 15px;
	line-height:1.4em;
}
p {
	margin: .0em 0 .8em 0;
}
.back-home {
	border-top: 1px dotted black;
	text-align: center;
	font-weight: bold;
	margin: 1em 1em;
	padding-top:.5em;
}
a img {
	border: none;
}
a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	color: #63c;
	text-decoration: underline;
}
a:hover {
	color: #66f;
}
a:active {
	color: #99f;
}
h2 a:visited,h2 a:link {
	color: #933;
	text-decoration:none;
	border-bottom:1px dotted #933;
}
h2 a:hover,h2 a:active {
	color: #f00;
	text-decoration:none;
	border-bottom:1px dashed #f00;
}
#searchbox  a, .endbar a {
	color: #fff;
}
h1 {
	font-size: 1.3em;
	margin: .0em 0 .8em 0;
}
h2 {
	font-size: 1.25em;
    text-align: left;
	margin: 2em 0 .8em 0;
}
h3 {
	font-size: 1.15em;
	margin: 2em 0 .4em 0;
}
h4 {
	font-size: 1.05em;	
	margin: 1em 0 .4em 0;
}
h5, h6 {
	font-size: 1em;	
	margin: .0em 0 .4em 0;
	text-decoration: underline;
}
.scaps {
	font-variant:small-caps;
	font-size:1.1em;
}
caption {
	background:#333;
	color: #fff;
	font-size:1.2em;
	font-weight: bold;
	padding:.4em;
	border:1px solid black;
}
th {
	border-left:1px solid black;
	border-bottom:1px solid black;
	background:#888;
	color: #fff;
	font-size:1em;
	font-weight: bold;
	text-align:left;
	padding: 0.4em;
}
.formats  {
	border-right:1px solid black;
	width:500px;
	padding:0;
	table-layout:fixed;
}
.formats  td {
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding: 0.4em;
	text-align:center;
}
.formats  th  a {
	color:#eef;
}
.formats  th  a:hover {
	color:#fff;
}
.flsc:first-line { 
	font-variant: small-caps; 
	font-size: 1.1em;
}
p.flsc.DropCap:first-letter {
	font-size:2.6em;
}
.uc {
text-transform:uppercase;
}
.red {
	color: #FF0000;
}
.us {
	text-decoration: underline;
}
.props {
	border-top: 1px black dotted;
	border-bottom: 1px black dotted;
	padding:5px;
	font-family:Arial;
	font-size:13px;
	font-weight: bold;
}
.ca {
	text-align:center;
}
blockquote, .quote  {
	margin: 0.8em 0 0.8em 2em;
	font-style: italic;
}
.paging {
	background:#eee;
	border:solid black 1px;
	padding: 5px;
	font-size: 0.9em;
	display:block;
	margin: 10px 0 10px 0;
	height:17px;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}
.paging-form {
	float:right;
	position:relative;
	top:-4px;
}
span.qname {
	font-size: 0.8em;
	font-style: normal;
}
span.n {
	font-style:normal;
}
p.DropCap:first-letter
{
	float:left;
	line-height:1.3em;
	font-size:3em;
	margin: -.15em .1em -.4em 0;
}
.sidebar {
	clear:right;
	background:#ffffff;
	width:300px;
	float:right;
	margin: 20px 10px;
	padding:0;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.sidebox {
	margin:10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-box-shadow: 2px 2px 6px #000;
	-webkit-box-shadow: 2px 2px 6px #000;
	box-shadow: 2px 2px 6px #000;
}
.sidebox-content {
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding:5px;
} 
.sidebox h3 {
	background: url('http://barnesreview.org/wp/wp-content/themes/graphene/images/bg-sidebar-h3-i.png') left bottom repeat-x #0931b4;
	background: -moz-linear-gradient(#0931b4,#1F6EB6);
	background: -o-linear-gradient(#0931b4,#1F6EB6);
	background: -webkit-linear-gradient(#0931b4,#1F6EB6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0931b4), to(#1F6EB6)); /* older webkit syntax  */
	background: linear-gradient(#0931b4,#1F6EB6);
	border-bottom: 1px solid #08660e;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #fff;
	*display: inline;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 0;
	padding: 7px 7px;
	text-shadow: 0 -1px 0 #555;
}
.sidebox h3 a {
	color: #fff;
}
.sidebox-content ul {
	margin: 0.2em 0 0.4em 15px;
	padding-left:0px;
}
.sidebox-content li, .biblio-entry {
	list-style-type: none;
	text-indent: -1em;
	margin-bottom: .5em;
}
.sidebox-content li {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: .2em;
}
.author-list  li {
	margin: 0 0 0.2em 2em;
}
.sidebox-content li a {
	text-decoration: none;
}
.headline-box{
	position:relative;
	z-index:-10;
	width:750px;
	margin: 20px 0 0 20px;
}
.content-box {
	position:relative;
	z-index:-10;
	width:730px;
	margin: 0 0 0 20px;
	float:left;
}
.book-list, .availability {
	padding: 10px;
	background:#ffffff;
	width:100%;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
.availability {
	margin: 10px 0;
}
.list-entry {
	border-bottom:1px solid black;
	min-height: 170px;
	padding:5px 10px;
}
.biblio-entry {
	padding: 0px;
}
.cover-s, .cover-m, .clip {
	clear:right;
	float:right;
	margin: 0 0 5px 15px;
	text-align:center;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2v 5px #000;
	box-shadow: 2px 2px 5px #000;
}
.cover-m {
	border:0px solid #ccc;
	width:212px;
}
.cover-m img {
	border:0px solid #000;
	margin: 5px;
}
.cover-s {
	border:0px solid black;
	margin-top: 5px;
	width:100px;
}
.clip {
	width:310px;
	padding: 5px;
}
.getit {
	width:100%;
	margin:5px 0;
	height:65px;
	border-bottom:1px black dotted;
}
.getit-item {
	width:78px;
	float:left;
	margin-right:2px;
	padding: 3px 0;
	border:1px solid grey;
	text-align:center;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.footer {
	padding:10px;
	background: #e0e0e0;
	border:1px solid black;
}
.endbar {
	clear:both;
	background: url('http://barnesreview.org/wp/wp-content/themes/graphene/images/bg-sidebar-h3-i.png') left bottom repeat-x #0931b4;
	background: -moz-linear-gradient(#0931b4,#1F6EB6);
	background: -o-linear-gradient(#0931b4,#1F6EB6);
	background: -webkit-linear-gradient(#0931b4,#1F6EB6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0931b4), to(#1F6EB6)); /* older webkit syntax  */
	background: linear-gradient(#0931b4,#1F6EB6);
	border-top: 1px solid #08660e;
	color: #fff;
	height: 21px;
	padding: 5px 20px;
}
.headlogo {
	z-index:0;
	position:relative;
	width:1100px;
	height:156px;
	border:0px solid black;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	padding:0;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
#animation {
	clear:both;
	position:relative;
	z-index:-20;
	width:1100px;
	height:90px;
	overflow:hidden;
	background:url('http://www.barnesreview.org/includes/templates/ZCT Book 19/images/TBRLogo.jpg');
}
/* search & navigation box*/
.lowblue {
	position:relative;
	z-index:-2;
	padding: 0 5px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background: -moz-linear-gradient(#0931b4,#1F6EB6);
	background: -o-linear-gradient(#0931b4,#1F6EB6);
	background: -webkit-linear-gradient(#0931b4,#1F6EB6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0931b4), to(#1F6EB6)); /* older webkit syntax  */
	background: linear-gradient(#0931b4,#1F6EB6);
	height:30px;
}
.quick-b-nav {
	float:left;
	margin-top:5px;
	width:340px;
}
.quick-m-nav {
	float:left;
	margin-top:5px;
	width:200px;
}
#pickmovie {
	margin-left:5px;
}
#searchbox {
	float:right;
	margin-top: 2px;
	width: 400px;
	text-align:right;
}
#searchHeading {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #FCFCFC;
}
.portrait {
	border:1px solid black;
	float:right;
	margin: 5px 0px 5px 10px;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2v 5px #000;
	box-shadow: 2px 2px 5px #000;
}
.cat-icon {
	font-size:1.2em;
	font-weight:bold;
	width:320px;
	height:170px;
	padding:5px 5px 15px 5px;
	text-align:center;
	border:1px solid black;
	float:right;
	margin:0 5px;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}
.cat-icon img {
	margin-top:5px;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}
.video-box {
	border:1px solid black;
	margin: 0 auto;
}