body {
	background-attachment: fixed;
	background-color: #969;
	background-image: url(../pix/gui/bg.png);
	background-repeat: repeat-x;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	color: #000;
	margin-right: 0;
	margin-left: 0;
}
a {
	color: #939;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #669;
}
strong {
	font-weight: bold;
	font-family: 'Love Ya Like A Sister', monospace;
	font-size: 25px;
	color: #454;
}
ul {
	margin: 0px;
	list-style-type: square;
	float: left;
}
p { text-align: center; }

img.middle {
  vertical-align: middle;
}

.advertising {
	background-color: #fff;
	padding: 2px;
	border: 2px dashed #969;
	border-radius: 3px;
	color: #696;
	font-weight: bold;
	font-size:10px;
	text-align: center;
	line-height: 12px;
}
.menuItem {
	background-color: #000;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 25px;
	font-family: 'Love Ya Like A Sister', monospace;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.menuItem:hover{ background-color: #323; }
a.menuItem{ color: #dcd; }
a.menuItem:hover{ color: #fff; }

.comicSpaceBox {
	text-align: left;
	padding: 5px;
	background-color: #787;
	border: 3px solid #343;
	color: #cdc;
	box-shadow: inset 0 1px 3px #343;
}
.comicSpaceBox a{ color: #c9c; }
a:hover { color: #669; }

.comicSpaceBox.volume {
	width: 634px;
	height: auto;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.volumeTitle {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

.epCount {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	clear: both;
}
.epCount:after { content: " episodes "; }

.chapter {
	background-color: #000;
	width: 200px;
	height: 138px;
	display: inline-block;
	text-align: center;
    white-space: nowrap;
	margin: 2px;
	padding-left: 5px;
}
.chapter.first {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.chapter.last {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.chapterTitle {
	display: block;
	font-weight: normal;
	text-align: left;
	text-indent: 3px;
	font-size: 14px;
	line-height: 16px;
}
.chapterThumb {
	margin: 2px;
	border-width: 0px;
	border-radius: 10px;
}
.pagecount {
	display: block;
	font-size: 12px;
	line-height: 18px;
}
.pagecount:before { content: "\21b3 "; }
.pagecount:after { content: " pages."; }


.underBox {
	background-color: #fff;
	clear: both;
	width: 650px;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}

.faq {
	padding: 5px;
	width: 328px;
	margin-right: auto;
	margin-left: auto;
}

.faq.Q {
	font-weight: bold;
	background-color: #ebe;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 5px;
}
.faq.Q:before { content:"Q: "; }

.faq.A {
	background-color: #ded;
	font-size: 14px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 5px;
}
.faq.A:before { content:"A: "; font-weight:bold; }

a.spoilerTag { font-weight:normal; color:#000; background-color:#000; }
a.spoilerTag:hover { background-color:#fff; }

.castMember {
	float: left;
	padding: 10px 3px;
	margin: auto;
	width: 128px;
	font-size: 12px;
}
.castMember.last {
    float:right;
}

.charname {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
}

.roundCorners {
	border-radius: 10px;
	overflow: hidden;
}

.extra {
		padding: 5px;
		width: 600px;
}

.mobileOnly { display: none; visibility: hidden; }
.desktopOnly { display: inline; visibility: visible; }
@media only screen and (max-device-width : 1024px){
	.mobileOnly { display: inline; visibility: visible; }
	.desktopOnly { display: none; visibility: hidden; }
}