/* Palette 
1A1715
5F5F5F
6F6F6F
6F0000
*/
body {
	font-family: verdana, sans-serif;;
	color: #000;
	width: 100%;
	margin: 0;
	font-size: .9em;
	line-height: 1.5em;
	background: #1A1715;
	background-image: url(bg.png);
}

a {
	color: #EF0E2C;
}

a:hover {
	color: #1A1715;
}

img {
	border: none;
}

form,ul,ol,li,h1,h2,h3,span,div,p,td,th {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/* Containers */
#wrap {
	margin: 0 auto;
	width: 760px;
}

#header,#footer {
	font-size: .9em;
	color: #fff;
}

#content {
	
}

#content-main {
	background-color: #fff;
	width: 500px;
	float: left;
	font-size: .9em;
	padding: 10px;
}

#content-side {
	width: 230px;
	float: right;
	font-size: .8em;
}

.side-wrapper {
	padding: 5px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* Top Line Announcement */
#top-line {
	background: #EF0E2C url(bg-topline.gif);
	padding: 5px 15px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #1D1D1D;
	color: #fff;
	margin-bottom: 5px;
}

#top-line a {
	color: #fff;
	text-decoration: none;
}

#top-line a:hover {
	color: #000;
	text-decoration: underline;
}

/* Header and Footer */
#footer {
	text-align: center;
	clear: both;
}

#header a,#footer a {
	color: #fff;
}

#header a:hover,#footer a:hover {
	color: #FF4A5F;
}

#header-top {
	margin-bottom: 5px;
}

#header-top a {
	font-weight: bold;
	text-decoration: none;
}

#header-top a:hover {
	text-decoration: underline;
}

#header-dropdown {
	float: right;
	margin: 5px 0;
}

#top-nav {
	font-size: 12px;
	margin: 5px auto;
	font-weight: bold;
	text-transform: uppercase;
}

#top-nav a {
	text-decoration: none;
	padding: 2px 5px;
}

#top-nav a:hover {
	color: #fff;
	background: #cc0033;
}

#page-nav {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
}

#page-nav a {
	text-decoration: none;
	padding: 2px 5px;
}

#page-nav a:hover {
	color: #fff;
	background: #cc0033;
}

#page-dropdown {
	float: right;
	margin: 2px 0 3px 0;
}

/* Side Content */
.side-header {
	font-weight: bold;
}

.side-list {
	background: #EFEFEF;
	padding: 5px;
}

.side-list ul {
	list-style: none;
}

.site-name {
	background: #000;
	color: #fff;
	padding-left: 5px;
	font-weight: bold;
}

ul.browse-categories {
	list-style: square inside;
	text-transform: Capitalize;
}

li.selected a {
	color: #000;
}

div.side-list select {
	width: 200px;
}

.view-more {
	text-align: right;
}

/* My Page */
.mypage h1 {
	font-family: Helvetica, Arial;
	text-transform: none;
}

.note {
	background: #FFFFCC;
	padding: 10px;
	margin: 10px 0;
	border-top: 1px solid #FFA500;
	border-bottom: 1px solid #FFA500;
}

.mypage p {
	margin: 1em 0;
	color: #222222;
}

.mypage ul {
	margin-left: 10px;
}

.mypage li {
	list-style: inside square;
}

span.remove-button {
	font-style: italic;
	font-size: .9em;
	color: #999999;
}

span.remove-button a {
	color: #999999;
}

span.remove-button a:hover {
	color: #2D2D2D;
}

.current {
	color: #999999;
}

/* Series Page */
#content-block {
	background-color: #fff;
	width: 740px;
	font-size: .9em;
	padding: 10px;
	margin-bottom: 10px;
}

#content-block h1 {
	font-size: 2em;
	margin: 10px;
}

h1 span.aka {
	font-family: Arial;
	font-size: .5em;
	font-weight: normal;
}

/*.series-info {
  background: #FFFFCC; 
  padding: 15px;
	border-top: 1px solid #FFA500; 
	border-bottom: 1px solid #FFA500;
}*/
.series-side-box {
	float: left;
}

.series-side-box ul {
	list-style: none;
	margin-top: 5px;
}

.series-side-box ul a {
	display: block;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid #1A1715;
}

.series-side-box ul a:hover {
	background-color: #EF0E2C;
	color: #fff;
	border-bottom: 1px solid #1A1715;
}

.series-info-box {
	margin-left: 220px;
}

.series-info-box td.header {
	width: 140px;
	font-weight: bold;
}

.series-info-box h3 {
	font-size: 1em;
}

.info-text {
	color: #D14C3F;
}

.series-intro {
	margin: 10px 0;
}

.license-note {
	background: #FEFF9F;
	border: 1px solid #BF9117;
	padding: 5px;
	margin: 10px 0;
	color: #1D1D1D;
	line-height: 1.2em;
}

.removed-note {
	background: #FFEFF0;
	border: 1px solid #BF0008;
	padding: 5px;
	margin: 10px 0;
	color: #1D1D1D;
	line-height: 1.2em;
}

.side-content {
	font-size: .8em;
	padding: 5px;
}

.title-logo {
	text-align: center;
	margin: 5px 0;
}

.side-button a {
	text-align: center;
	display: block;
}

/* Index */
.news-entry {
	padding: 10px;
	margin-bottom: 10px;
}

.news-entry h1 {
	margin-bottom: 0px;
}

.news-entry p {
	padding: 10px 0;
}

.entry-postedby {
	color: #777;
	font-size: .9em;
}

.posted-by {
	color: #D14C3F;
}

.entry-time {
	background: #EAF1FA;
}

.page-navigation {
	text-align: center;
	margin-top: 10px;
}

.nav-disabled {
	color: #777;
}

h1 {
	font-size: 1.4em;
	font-family: Georgia;
	font-weight: bold;
	text-transform: Capitalize;
	margin-bottom: 10px;
}

h1.noul {
	border: none;
}

h2 {
	font-size: 1em;
}

h3 {
	margin-top: 10px;
}

td {
	vertical-align: top;
}

/* Directory Page */
.cat-description {
	margin: 10px 0;
}

.ch-table {
	border-collapse: collapse;
	width: 500px;
}

.ch-table th,.ch-table td {
	text-align: left;
}

.ch-table th {
	color: #fff;
	background-color: #1A1715;
	padding-left: 5px;
}

.ch-table td {
	padding-bottom: 3px;
	padding-left: 5px;
}

.ch-subject {
	width: 295px;
}

.ch-subject span {
	line-height: 1em;
	font-size: .8em;
	color: #2D2D2D;
}

.ch-date {
	width: 95px;
    text-align: right !important;
    padding-right:10px;
}

.ch-chapter {
	width: 95px;
}

.ch-chapter a {
	color: #2d2d2d;
}

.ch-chapter a:hover {
	color: #fff;
	background-color: #EF0E2C;
}

.sort {
	font-size: .9em;
	font-style: italic;
	background-color: #FFFFCF;
	padding-left: 5px;
}

a.licensed {
	color: #4D4D4D;
}

.completed {
	font-style: italic;
}

.legend {
	margin-top: 10px;
	border-top: 2px solid #EF0E2C;
}

.adv-search {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.alpha-jump {
	font-weight: bold;
}

.alpha-anchor {
	border-bottom: 2px solid #EF0E2C;
	padding: 0 5px;
	margin: 10px 0 5px 0;
}

.alpha-anchor a {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}

.alpha-anchor span {
	font-style: italic;
}

.alpha-anchor span a {
	font-weight: normal;
	font-size: 10px;
	color: #2D2D2D;
}

/* Manga Search */
.filter-box fieldset {
	margin-top: 10px;
}

.filter-box p {
	margin: 5px 0;
}

.filter-box p label {
	width: 300px;
}

.filter-box input.search-field {
	width: 250px;
}

.filter-box input.checkbox {
	margin-top: 3px;
}

.filter-box ul {
	list-style: none;
	margin-bottom: 10px;
}

.filter-box li {
	width: 50%;
	text-transform: capitalize;
	float: left;
	padding-bottom: 3px;
}

.filter-box label {
	display: inline;
}

.filter-box p {
	margin: 5px 0;
}

.filter-box p label {
	width: 200px;
	display: inline;
}

.filter-box input.search-field {
	width: 250px;
}

.filter-box input.checkbox {
	margin-top: 3px;
}

.filter-box ul {
	list-style: none;
}

.filter-box li {
	width: 50%;
	float: left;
	padding-bottom: 3px;
}

.filter-box label {
	display: inline;
}

/* Recent Updates Page */
.re-date {
	width: 9em;
}

.bg01 {
	background: #EFEFEF;
}

.bg02 {
	
}

/* Chapter Cover */
#chapter-cover {
	padding: 5px 10px;
}

#content2 #chapter-cover h1 {
	text-align: left;
}

#chapter-cover h1 a {
	color: #000000;
}

#chapter-cover h1 a:hover {
	color: #EF0E2C;
}

#chapter-cover ul {
	margin-top: 10px;
	list-style: inside square;
	font-weight: bold;
}

#chapter-cover .warning {
	padding: 10px;
	background: #FFCCCE;
	border-top: 1px solid #FF000A;
	border-bottom: 1px solid #FF000A;
}

#chapter-cover .warning p {
	margin: 1em 0;
	color: #222222;
}

/* Viewing Page */
#wrap2 {
	
}

#content2 {
	background-color: #fff;
	font-size: .9em;
	padding: 10px 5px;
}

#content2 h1 {
	font-family: Verdana;
	font-size: 1.4em;
	padding-bottom: 10px;
	text-align: center;
}

.chapter-navigation {
	margin: 5px 0;
	text-align: center;
}

.chapter-select {
	width: 400px;
}

.page-select {
	width: 100px;
}

.one-page {
	text-align: center;
}

.one-page a:hover {
	background: none;
}

img.manga-page {
	border: 1px solid #ccc;
}

/* Form Pages (Contact Us, Login, Create Account) */
label {
	display: block;
}

.contact-form {
	background: #FFFFCC;
	padding: 5px 10px;
	margin-top: 10px;
}

.contact-form p {
	margin-bottom: 15px;
}

/* Status Messages */
.msg-ok,.msg-error,.msg-note {
	padding: 2px 5px;
	margin: 2px 0;
}

.msg-ok {
	border: 1px solid #9c9;
	color: #060;
	background: #E2F9E3;
}

.msg-error {
	border: 1px solid #c00;
	color: #c00;
	background: #FFEBE8;
}

.msg-note {
	border: 1px solid yellow;
}

/* Ads */
.ad-section {
	text-align: center;
	color: #999999;
	margin-top: 20px;
}

.ad-section div {
	display: inline;
}

.ad-section p {
	margin-top: 5px;
}

.banner {
	text-align: center;
	padding-top: 10px;
}

.banner-index {
	text-align: center;
}

.leaderboard {
	text-align: center;
	background: #000;
	width: 760px;
}

.banner-page {
	text-align: center;
	margin: 5px 0;
}

.banner-chapter {
	text-align: center;
	margin: 5px 0;
}

#shareLink {
	display: none;
}

.bar {
	text-align: right;
	margin-top: 10px;
}

.bar strong {
	font-weight: normal;
	font-size: .9em;
}

/* Games Page */
.game-banner {
	margin: 5px 0;
}

.game-content {
	border: 1px solid #EFEFEF;
	margin-top: 30px;
	padding: 15px;
	color: #757575;
}

.game-content h2 {
	margin-left: -10px;
}

.game-info {
	float: left;
	width: 300px;
	margin: 10px;
	border-right: 1px solid #EFEFEF;
	padding-right: 10px;
}

.game-info p {
	color: #757575;
	margin: 0;
}

.game-content ul {
	width: 120px;
	float: left;
	list-style: inside square;
	margin-top: 10px;
	line-height: 1.5em;
}

.game-content ul a {
	color: #1D1D1D;
}

.game-content ul a:hover {
	color: #757575;
}

.reg-button {
	margin: 15px 0;
}

/* Warning */
.warning {
	padding: 10px;
	margin: 20px;
	background: #FFCCCE;
	border-top: 1px solid #FF000A;
	border-bottom: 1px solid #FF000A;
}

.warning p {
	margin: 1em 0;
	color: #222222;
}

.warning a {
	color: #064599;
}

.warning ul {
	list-style: inside square;
}

.mtable {
	width: 100%;
	border: 1px solid #eee;
	padding: 0;
	margin: 0;
	font-size:12px;
}

.mtable th {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0
}

.mtable td {
	text-align: center;
	padding:2px;
}