/* Palette 
1A1715
EF0E2C
EFEFEF
FFFFCC
*/
body {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
body#img-page {
	background: #1A1715;
}
div,ul,li,p,h1,h2,h3,img,form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #000000;
}

a:hover {
	color:#EF0E2C;
}

ul {
	list-style: none outside none;
}

.wrap {
	background: #FFFFFF;

}
.header {
	background: #1A1715;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	font-size: 14px;
}

.header div{
	float: right;
	color: #000000;
	background: #595959;
	width: 50px;
	text-align: center;
}

.header div a{
	color: #000000;
}

.header div a:hover{
	color: #1A1715;
}

div.wrap div.header a {
	color: #FFFFFF;
}
#footer {
	background: #E0FFFF;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}

#footer a {
	color: #EF0E2C; 
/*	color:blue; */
	text-decoration: underline;	
	padding: 5px 0;
}
#footer a:hover {
	color: #1A1715;
}

h2 {
	font-size: 14px;
	background: #FFFFCC;
	padding: 5px;
}

.options li {
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
}
.options li.hot a {
	color: #EF0E2C;
}
.options li a {
	display: block;
	background: url("../images/a.png") no-repeat scroll right center transparent;
}

.search-form {
	background: #E0FFFF;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}

.chapter-title {
	color: #666666;
	font-size: 12px;
}
.m-image {
	text-align: center;
}
.m-image a {
	margin: 0;
	padding: 0;
}

.m-image img {
}
img.page-img {
	margin: 0;
	padding: 0;
}

.page-options {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin: 5px;
}
.page-options a {
	color: #FFFFFF;
	text-decoration: underline;
}
.page-nav {
	margin: 10px;
}
.suspended {
	color: #999;
	font-weight: normal;
}
.current-page {
	color: #FFF;
	background: #111;
	padding: 1px 3px;
}
.not-available {
	margin: 20px 5px;
}
.ad-mobile {
	margin: 0 auto;
	text-align: center;
}

.ad-admob {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}
.sponsored {
	font-size: 10px;
	color: #666;
	text-align: right;
	margin-bottom: 5px;
}
div.ad-link a {
	color: #2200CC;
	text-decoration: underline;
}
.ad-footer {
	margin: 5px 0;
	text-align: center;	
}
div.ad-footer a {
	color: #2200CC;
	text-decoration: underline;
}
span.error{
	color: #EF0E2C;
	text-align:center;
}