@import url(//fonts.googleapis.com/css?family=Exo:400,700&subset=latin,latin-ext);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	line-height:1;
	font-size:0.9em;
}
body, input, textarea, select, option {
	font-family:Georgia;
	font-family:Helvetica;
}
#container {
	max-width:1280px;
	min-width:960px;
	margin:0 auto;
	background: url('background.png') 0px 0px no-repeat;
	min-height:600px;
	position:relative;
}
header {
	border-bottom:1px solid #ccc;
	
}

a {
	text-decoration:none;
}

header h1 {
	font-family: 'Communist';
	font-family: 'Exo', sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:3em;
	text-shadow:0px 0px 5px rgba(0,0,0,0.2);
	color:#fff;
	margin-left:260px;
	text-shadow:
		-1px -1px 0 rgba(0,0,0,0.5),
		1px -1px 0 rgba(0,0,0,0.5),
		-1px 1px 0 rgba(0,0,0,0.5),
		1px 1px 0 rgba(0,0,0,0.5);
	padding:20px 0 10px;
}
header h1 a {
	color:inherit;
}
#content h1 {
	font-family: 'Exo', sans-serif;
	font-size:2em;
	font-weight:bold;
	margin:10px 0;
}
#content h2 {
	text-align:left;
	font-style:italic;
	font-weight:bold;
	font-size:1.5em;
	margin-top:10px;
}
#frontend-manga-index article, #frontend-manga-author-read article {
	min-height:290px;
	position:relative;
	padding-bottom:40px;
	text-align:left;
	display:block;
	clear:both;
	padding-left:15px;
}
#frontend-manga-index article h1, #frontend-manga-author-read article h1 {
	display:block;
	width:100%;
	text-align:left;
}
#frontend-manga-index article img, #frontend-manga-author-read article img {
	float:left;
	margin-right:10px;
	box-shadow:0px 0px 15px 1px rgba(100, 100, 100, 0.5)
}

p {
	margin-bottom:10px;
}
* > p:last-child {
	margin-bottom:0;
}


nav {
	border-top:1px solid #ccc;
	background:#fff;
}
nav ul {
	overflow:hidden;
	max-width:960px;
	margin:0 auto;
}
nav ul li {
	float:left;
}
nav ul li a {
	display:block;
	color:inherit;
	padding:5px 10px;
}
nav ul li a:hover {
	color:#000;
	background:#faa;
}

.page-navigation {
	background:rgba(100,100,100, 0.3);
	padding:5px;
	margin:10px 0 0;
	text-align:center;
	overflow:hidden;
}

select {
	border:0;
	padding:5px;
	background:#fff;
}

.page-image {
	text-align:center;
	margin:0 auto;
	max-width:800px;
}
.page-image a {
	display:inline-block;
	margin-top:10px;
}
.page-image a img {
	display:block;
	/*border:5px solid rgba(100,100,100,0.5);*/
	box-shadow:0 0 5px 1px rgba(100,100,100,0.5);
	border-radius:5px;
	max-width:800px;
}

#content {
	margin:0 auto;
	max-width:940px;
	text-align:center;
	min-width:940px;
	margin-top:10px;
	box-shadow:0 0 5px 1px rgba(100,100,100,0.5);
	border-radius:5px;
	padding:10px;
	overflow:hidden;
}

#content {
	background: rgba(255,255,255, 0.9);
}

#content form {
	background:#fff;
	padding:10px;
	border:1px solid #ccc;
	/*width:50%;*/
	margin:0 auto;
}
#content form fieldset {

}
#content form fieldset legend {
	font-size:2em;
	font-weight:bold;
}
#content form fieldset ul {
	text-align:left;
}
#content form fieldset ul li {
	margin-bottom:10px;
}
#content form label {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}
#content form input {
	border:1px solid #ccc;
	margin:0 auto;
	display:block;
	padding:5px;
}
#content form input[type=submit] {
	border:1px solid #ccc;
	background:#fff;
}


#manga-description {
	font-style:italic;
	margin:10px 0;
	text-align:justify;
	float:left;
	width:55%;
}

#manga-description + dl {
	text-align:left;
	float:right;
	border:1px solid #ccc;
	padding:10px;
	width:40%;
}
#manga-description + dl dt {
	font-weight:bold;
	margin-top:5px;
}
#manga-description + dl dt:first-child {
	margin-top:0;
}
#manga-description + dl dd {
	font-style:italic;
}

.manga-chapters {
	clear:both;
	text-align:left;
}
.manga-chapters a {
	color:inherit;
}

#enable-annotate-mode {
	box-shadow:0 0 5px 1px rgba(100,100,100,0.5);
	border-radius:5px;
	background:rgba(230,230,230,0.9);
	padding:5px;
	margin-top:10px;
	display:inline-block;
	color:inherit;
}
.jquery-notes-container .notes .note .border .bg {
	background:yellow;
}
.jquery-notes-container {
	max-width:800px;
	margin-top:10px;
	margin:0 auto;
}
.jquery-notes-container a {

}



#discussion { opacity:0; clear:both; }





#content form .filter-options ul {
	overflow:hidden;
	width:100%;
}
#content form .filter-options li {
	float:left;
	width:20%;
	text-align:left;
	text-indent:5px;
}
#content form .filter-options li input[type=checkbox] {
	float:left;
}
#content form .filter-options li label {
	font-weight:normal;
}


#mangas .manga {
	text-align:left;
	overflow:hidden;
}
#mangas .manga h2 {
	
}
#mangas .manga h2 a {
	color:#333;
}
#mangas .manga img {
	float:left;
	width:150px;
	height:150px;
	margin:0 10px 10px 0;
	display:block;
}
.pagination {
	overflow:hidden;
	text-align:center;
}
.pagination li {
	display:inline;
}


#frontend-manga-index dl {
	
}
#frontend-manga-index dl dt {
	font-weight:bold;
}
#frontend-manga-index dl dd {
	margin-bottom:5px;
}

article h1 a {
	color:#333;
}
#frontend-manga-index article .images img, #frontend-manga-author-read article .images img {
	margin: 9px 10px;
}
#frontend-manga-index article .images li:nth-child(6n) img, #frontend-manga-author-read .images li:nth-child(6n) img {
	margin-right:0;
}

#frontend-manga-read #content table, #frontend-manga-latest #content table {
	width:100%;
	padding:0; margin:0;
}
#frontend-manga-read #content table thead, #frontend-manga-latest #content table thead {
	background:rgba(255,255,255,0.7);
	font-weight:bold;
}
#frontend-manga-read #content table thead td, #frontend-manga-latest #content table thead td {
	padding:5px;
	border-top:1px solid rgba(100,100,100,0.5);
	border-bottom:1px solid rgba(100,100,100,0.5);
}
#frontend-manga-read #content table tbody td, #frontend-manga-latest #content table tbody td {
	padding:5px 0;
}


h1 + small {
	display: block;
	opacity: 0.5;
	margin-bottom: 10px;
	text-align: left;
	font-style: italic;
	font-size: 0.7em;
}

.horizontal-banner {
	width:728px;
	height:92px;
	margin:10px auto;
}


tr.pages {

}
tr.pages ul {
	overflow:hidden;
	height:100px;
}
tr.pages ul li {
	float:left;
}
tr.pages ul li img {
	display:block;
}

form#search-form {
	width:960px;
	overflow:hidden;
	margin:0 auto;
}
form#search-form input {
	width:90%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
form#search-form input[type=submit] {
	width:10%;
}


article h1 + dl {
	display: block;
	opacity: 0.5;
	margin-bottom: 10px;
	text-align: left;
	font-style: italic;
	font-size: 0.7em;
}
article h1 + dl dt {
	font-weight:bold;
}
article h1 + dl dd {
	
}


.addthis_toolbox {
	position:absolute;
	top:78px;right:45px;
	min-width:150px;
}

.donate {
	width:736px;
	border:1px solid #000;
	background:#fff;
	margin:10px 0;
	text-align:center;
	min-height:98px;
	line-height:98px;
}
.donate span {
	display: inline-block;
	vertical-align:middle;
	line-height:normal;
}