@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0px;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  }
a {
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	color: #CC3300;
	font-size: 1.4em;
	font-weight: bold;
	font-family: 'Droid Serif', "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	letter-spacing: 0.15em;
	line-height: 0.4em;
	margin-top: 0.8em;
}

h2 {
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Droid Serif', "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	letter-spacing: 0.15em;
	line-height: 1em;
	padding-bottom: 5px;
	margin-top: 0.8em;
}

h3 {
	color: #e6d3d9;
	font-size: 0.9em;
	font-weight: bold;
	font-family: 'Droid Serif', "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	letter-spacing: 0.15em;
	line-height: 1em;
	padding-bottom: 5px;
	margin-top: 0.8em;
}
#site-designed {
	position: relative;
	bottom: 50px;
	left: 310px;
}
#content-main {
	float: left;
	width: 680px;
	margin-left: 10px;
	background-repeat: repeat;
	margin-top: 15px;
	margin-bottom: 0px;
	background-position: left top;
	background-image: url(../images/content-bg.png);
	background-attachment: scroll;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#campaign-group {
	background-image: url(../images/black-gradient-bg.jpg);
	background-repeat: repeat-x;
	width: 960px;
	float: left;
	background-position: left top;
	height: 230px;
}
#extra-main {
	float: left;
	width: 960px;
	height: auto;
}
.image-link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#campaign {
	width: 680px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#campaign-extra {
	float: right;
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main-image {
	float: right;
	width: 220px;
	margin-right: 10px;
	margin-top: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 300px;
}

#links-main-image {
	float: right;
	width: 220px;
	margin-right: 10px;
	margin-top: 15px;
	background-attachment: scroll;
	background-image: url(../images/The-Devil-of-Nanking-links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 343px;
}
#mailing-list {
	float: left;
	width: 275px;
	background-image: url(../images/black-gradient-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#news-soc-group {
	float: right;
	width: 618px;
	margin-right: 10px;
}
#news {
	background-image: url(../images/black-gradient-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 275px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header {
	background-color: #000000;
	background-image: url(../images/header.jpg);
	height: 110px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

/* =Lists
----------------------------------------------- */

ul {
  margin:0 0 1em;
  padding:0;
  list-style:none;
  }
li {
  background:url("/img/bullet.gif") no-repeat 4px 50%;
  margin:0;
  padding:0 0 0 15px;
  }
.text-bullet {
	margin:20px;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	list-style-image: none;
	list-style-type: none;
font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	font-size: 0.8em;
	color: #C6FFFF;
	line-height: 1.5em;
	text-align: left;
	display: block;
  }
  
  .bullet-book-formats {
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	font-size: 0.8em;
	color: #C6FFFF;
	line-height: 1.5em;
	text-align: left;
	display: inline;
	padding-left: 30px;
	margin-right: 15px;
	margin-bottom: 4px;
  }
  
  .bf-border {
	padding: 4px;
	border: 1px none #FFFFFF;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	background-color: #121212;
	margin-right: 16px;
  }


/* =Nav
----------------------------------------------- */
#nav {
	float:left;
	width:960px;
	margin:0;
	padding:0;
	list-style:none;
	background-color: #000000;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	height: 35px;
  }
#nav li {
	background:none;
	display:inline;
	padding:0;
  }
#nav li a, #nav li strong {
	float:left;
	width:auto;
	border-left:1px solid #579;
	border-right:1px solid #135;
	color:#def;
	text-transform:capitalize;
	text-decoration:none;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	font-size: 0.95em;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
	line-height: 1.3em;
	margin-top: 2px;
  }
.red-text {
	color: #CC3300;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	line-height: 1.4em;
	font-size: 0.8em;
	font-weight: bold;
}
#nav li strong {
  background:#246;
  color:#fff;
  font-weight:bold;
  }
#nav li a strong {
  padding:0;
  border-width:0;
  }
#nav li a:hover {
  background:#246;
  border-left-color:#246;
  color:#cf9;
  }


#container1 {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
  }

#container2 {
	width:960px;
	padding: 0px;
	float: left;
  }
  
#content-group {
	background-attachment: scroll;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	float: left;
	height: auto;
}
#social-media {
	background-repeat: repeat;
	background-position: left top;
	float: right;
	width: 275px;
	background-image: url(../images/black-gradient-bg.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
#facebook-button {
	height: 180px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #181213;
	height: 260px;
	width: 100%;
	z-index: 2;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#books-link {
	text-align: center;
	position: relative;
	bottom: 70px;
	right: 420px;
	font-size: 120%;
}
#footer-content {
	height: 300px;
	width: 960px;
	background-image: url(../images/footer-bg_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
#allsocial {
	float: left;
	height: 250px;
	width: 960px;
}
.credit-text-small {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	font-size: 0.7em;
	color: #CC2E17;
	text-align: center;
	padding-top: 300px;
}

.main-text {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	font-size: 0.8em;
	color: #B0E3E3;
	line-height: 1.5em;
}

.main-text a:hover {
  background:#246;
  border-left-color:#246;
  color:#cf9;
  }
  
  .main-text-isbn {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	font-size: 0.8em;
	color: #727272;
	line-height: 1.5em;
}

#clear {
	clear: both;
	float: left;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#content-all {
	float: left;
	width: 916px;
	margin-left: 10px;
	background-repeat: repeat;
	margin-top: 15px;
	margin-bottom: 0px;
	background-position: left top;
	background-image: url(../images/content-bg.png);
	background-attachment: scroll;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
	height: auto;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A51D0F;
}
.image-right {
	float: right;
	height: auto;
	width: auto;
	display: inline;
	margin-bottom: 10px;
	margin-left: 10px;
}


.book-image-text {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	font-size: 0.8em;
	color: #CC2E17;
	text-align: center;
	padding-top: 360px;
}

#books-image1 {
	float: right;
	width: 220px;
	margin-right: 10px;
	margin-top: 15px;
	background-attachment: scroll;
	background-image: url(../books/books-images/birdman-re-issue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 344px;
}
.credit-text-small-gen {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	font-size: 0.7em;
	color: #CC2E17;
}
#preview {
	background-color: #000000;
	clear: both;
	float: left;
	width: 930px;
	background-image: url(../images/black-gradient-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 30px;
}

