/* CSS Document */
/* The Erotic Reader August 17, 2015 */

/* navigation */
#menu {
	border: 1px solid #990033;
	font-size: 88%;
}
#menu ul {
	padding: 0 2px 0 2px;
	margin-left: 0;
	margin-top: 6px;
	margin-bottom: 4px;
}
#menu ul li {
	padding-left: 0;
	margin-left: 2px;
	margin-bottom: 6px;
	list-style-type: none;
	line-height: 1.3em;
}

/* main layout */
/* Includes only layout items needed to recreate layout on another site without any colors, fonts, borders, or other design specific elements, includes sidebar containers */
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#layout {
	margin: 0 auto;
	padding: 0;
	max-width: 1920px;
	
}
#logo {
	height: 35px;
	position: relative;
	z-index: 1;
}
#logo p {
	margin: 0;
	padding: 5px 5px 0 5px;
}
#logo p span {
	position: absolute;
	right: 5px;
	top: 20px;
}
#content {
	display: inline;
	float: left;
	margin-left: 26%; /* match col1 width */
	width: 44%;
}
#col1 {
	display: inline;
	float: left;
	width: 26%; /* match content left margin */
	margin-left: -69%; /* negative: content width plus col1 width -1 */
}
#col2 {
	display: inline;
	float: left;
	width: 29%; 
	margin-right: 0;
}
#col1 .extras , #col1 .centerbox ,  #col1 .ad , #col1 .sbox {
	margin: 5px 3em 5px 0;
	overflow: hidden;
}
#col2 .extras , #col2 .centerbox , #col2 .ad , #col2 .sbox {
	margin: 5px 0 5px 3em;
	overflow: hidden;
}
#menu {
	margin: 5px 3em 5px 0;
}
#footer {
	margin: 0 0 2em 0;
	clear: both;
}
.clear {
	clear: both;
}

/* color scheme */
/* Basic styles for html elements with font faces, sizes, weights, no classes or ids */
body , table , td , th , form , input {
	font-family: verdana , sans-serif;
	line-height:1.6em;
}
body {
	font-size: 100%;
}
h1, h2, h3 {
	font-family: 'Georgia', 'Times New Roman' , Verdana , sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
h1 {
	font-style: italic;
}
h2 {
	font-style: normal;
	font-size: 1.6em;
}
h3 {
	font-style: italic;
	font-size: 1.6em;
}
h4 , h5 , h6 {
	font-size: 1.0em;
}
cite {
	font-style: normal;
	font-variant: small-caps;
}
blockquote {
	font-style: italic;
}


/* Form elements */
form {
	margin: 0;
	padding: 1px;
}
form p {
	margin: 0;
	padding: 0;
}


/* Includes all site specific elements that create the look and feel of the site */
body {
	background: #FFFFFF;
	color: #000000;
}
#logo {
	font: 155% 'lucida sans' , verdana , sans-serif;
	letter-spacing: 5px;
	word-spacing: 2px;
}
#logo p span {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
a:link {
	background: transparent;
	color: #333399;
	text-decoration: underline;
}
a:visited {
	background: transparent;
	color: #333399;
	text-decoration: underline;
}
a:hover , a:active {
	background: #FFE5E6;
	color: #333399;
	text-decoration: none;
}
a.reviewlink {
	font-weight: bold;
}
dt {
	font-weight: bold;
}
h1 {
	background: transparent;
	color: #990033;
	margin-top: 8px;
}
h2 {
	background: transparent;
	color: #990033;
}
h3 {
	background: transparent;
	color: #990033;
}
h4 , h5 , h6 {
	color: #990033;
	background: transparent;
}
h1 a , h2 a , h3 a , h4 a , h5 a , h6 a {
	text-decoration: none;
}
img {
	border: 0 none #000000;
	margin: 0;
	padding: 0;
}
img.tracking {
	border: none;
	display: none;
}
img.left {
	border: 1px solid #000000;
}
a img, a:link img, a:visited img, a:hover img, a:active img {
	display: block;
	background: transparent;
	border-color: #000000;
	text-decoration: none;
}
#logo {
	background: #990033;
	color: #FFFFFF;
}
#logo a , #logo a:link , #logo a:visited , #logo a:active , #logo a:hover {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}
dt {
	margin-bottom: 1.2em;
}
dd {
	margin-bottom: 1.2em;
}
#footer {
	border-top: 1px solid #990033;
	font-size: 88%;
}
.title {
	font-style: italic;
	font-weight: bold;
}
.bkdesc {
	clear: both;
	padding-top: .3em;
}
.itemname {
	background: transparent;
	color: #990033;
	letter-spacing: 1px;
	font-weight: bold;
}
.bottomads {
	margin-top: 2em;
	font-size: 88%;
}
.boxleft , .boxright {
	width: 180px;
	font-size: 88%;
}
.boxright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.boxleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.inline-ads p {
	text-align: left;
	font-stretch:semi-expanded;
font-style:oblique;

}
span.buylink {
	font-style: normal;
	font-size: .88em;
}
span.serieslink {
	font-style: italic;
	font-size: .9em;
}
.buynow {
	margin: 10px 0;
	font-weight: bold;
}
#content .extras {
	font-size: 1em;
}
.gads {
	padding: 5px 0 0 0;
	color: #990033;
	background: #FFFFFF;
	font-size: 88%;
	text-align: center;
	margin: 5px 0px 5px 15px;
}
.inline-ads {
	float: left;
	border-bottom: 1px solid #333;
	margin-right: 16px;
	margin-bottom: 8px;
	color: #333;
	width: 182px;
	font-size: 88%;
	text-align: center;
	vertical-align: middle;
}
.left {
	float: left;
	margin: 3px 1.4em 0 1px;
}
.new {
	color: #FFFFFF;
	background: #990033;
	font-weight: bold;
}
.title {
	background: transparent;
	color: #990033;
}
.note {
	clear: both;
	font-weight: bold;
	text-align: center;
}
.poster {
	float: left;
	margin: 0 2em 1.6em 0;
	border: 1px solid #000000;
}
.smtext {
	font-size: .88em;
}
.updated, .rec {
	background: transparent;
	color: #990033;
	font-weight: bold;
}
#navb , .copyright , .totop , .product , .designed , #lastupdate {
	text-align: center;
}
/* List styles */
ol, ul {
	padding: 0;
	margin-left: 1.6em;
}
li {
	margin-bottom: .5em;
}
ul.indexlist {
	margin: 0 2em 1em; 0;
	padding: 0;
	line-height: 1em;
	list-style-type: none;
	float: left;
}
ul.bklist , #content ul.bklist {
	padding-left: 0;
	margin-left: 0;
}
ul.bklist li , #content ul.bklist li {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 10px;
	list-style-type: none;
}
ul.extraslist {
	margin-left: 0;
}
ul.extraslist li {
	list-style-type: none;
}
ul.heart li {
	list-style-image: url(../images/bullet.gif);
}
ul.heart ul li {
	list-style-image: none;
	list-style-type: disc;
}
/* styles for book detail pages */
p.details {
	margin: .6em 0;
	padding-top: .4em;
	line-height: 1.3em;
	text-transform: capitalize;
} 
p.rated {
	clear: both;
}
p.formats {
	clear: both;
	font-style: normal;
}
div.description {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.bookcover {
	float: left;
	border: 1px solid #000000;
	margin: 3px 1.4em 1em 1px;
}
/* Column styles */
#imglogo {
	margin: 5px 3em 5px 0;
	overflow: hidden;
	text-align: center;
}
.sbox {
	text-align: center;
	border: 1px solid #990033;
	font-size: 88%;
}
.sbox div {
	text-align: center;
	padding: 4px;
}
.sbox a:hover {
	background: #000000;
}
.centerbox img {
	margin: auto;
}
.ad p , .centerbox p , .extras p , .extras .bklist {
	padding: 0 5px 5px 5px;
}
.sbox p {
	padding: 0 5px 5px 5px;
	text-align: left;
}
.sbox p.imgblock {
	background: #000000;
	padding: 0;
	margin: 0;
	text-align: center;
}
p.head {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background: #990033;
	font-weight: bold;
	text-align: center;
}
.centerbox {
	text-align: center;
	border: 1px solid #990033;
	font-size: 88%;
}
.ad {
	border: 1px solid #990033;
	font-size: 88%;
}
.extras {
	color: #990033;
	background: #FFE5E6;
	border: 1px solid #990033;
	font-size: 88%;
}
.ad img.bookcover, .centerbox img.bookcover {
	float: none;
	text-align: center;
	margin: 3px auto;
}
.submenu {
	padding: 5px;
	color: #990033;
	background: #FFE5E6;
	text-align: center;
}
.sectionmenu {
	line-height: 1.6em;
	text-align: left;
	font-size: .88em;
	margin: .5em auto;
}
.charrole {
	text-transform: capitalize;
}


@media handheld, screen and (max-width: 760px) {


html, body {
	background: #fff;
	padding: 3px;
	color: #000;
	margin: 0;
	}

* {
	float: none;
	}

#content img { 
	max-width: 250px;
	}

/* end new stuff */

#content {
	float: none;
	margin-left: 2px;
	margin-right: 2px;
	width: 100%;
}
#col1 {
	float: none;
	margin-left: 2px;
	margin-right: 2px;
	width: 100%;
	text-align: left;
}
#col2 {
	float: none;
	margin-left: 2px;
	margin-right: 2px;
	width: 100%;
	text-align: left;
}
#col1 .extras , #col1 .centerbox ,  #col1 .ad , #col1 .sbox {
	margin: 3px;
}
#col2 .extras , #col2 .centerbox , #col2 .ad , #col2 .sbox {
	margin: 3px;
}
#menu {
	margin: 3px;
}
#footer {
	margin: 0;
}


}