@charset "utf-8";
/* CSS Document */

/*---------------------------------- Generic & Wrappers ----------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #010017;
	width: 100%;
	background-image: url(../images/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
}

img				{border:0;}
a				{color: #FFCC00;}
a:hover			{text-decoration: none; color : #FF9C00; }
a:img			{border:1;color: #FFCC00;}
a:img:hover		{border:1;color: #FF9C00;}

.gen		{font-size: 12px; font-weight: bold; color: inherit; letter-spacing:1px; text-align: inherit;}
.gentitle	{font-size: 15px; font-weight: bold; color: inherit; letter-spacing:1px; text-align: inherit; padding-top: 10px;}
.genmed		{font-size: 11px; color: inherit; text-align: inherit;}
.gensmall	{font-size: 10px; color: inherit; text-align: inherit;}
.gentiny	{font-size: 9px; color: inherit; text-align: inherit;}
img.tnail {float: left}

.spacer {
	height: 5px;	
}

#wrapper {
	margin: 0 auto;
	width: 1049px;
}

#header {
	width: 1049px;
	height: 200px;
	padding-bottom: 20px;
	margin-left: 120px;
}

#logowrapper {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-left: -120px;
	margin-top: -20px;
}

#contentwrapper {
	width: 1049px;
	margin-left: 120px;
}

#footer {
	width: 1049px;
	padding-top: 30px;
	height: 50px;
	clear: both;
	margin-left: 120px;
	text-align: right;
}

#mainboxwrapper {
	float: left;
	width: 648px;
	margin-right: 15px;
}

#contentboxwrapper {
	float: left;
	width: 868px;
	margin-right: 15px;
	text-align: left;
}

#sidemenuwrapper {
	float: right;
	margin-left: 15px;
	width: 371px;
}


#sideadwrapper {
	padding-top: 205px;
	float: right;
	margin-left: 15px;
	width: 151px;
}

#topmenu {
	width: 648px;
}

#contentbox {
	padding-top: 5px;
}

.floatclear {
	clear: both;	
}

.tcenter {
	margin: 0 auto;
	text-align: center;
}

#updatebar {
	height: 40px;
	width: 648px;
	background-image: url(../images/update_bar.png);
	padding: 0px;
}
/*---------------------------------- News Content Area ----------------------------------*/

.newspost {
	width: 648px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.newssubject {
	height: 167px;
	position: relative;
	text-align: left;
}

.newspostgtop {
	width: 428px;
	height: 13px;
	background-image: url(../images/newsbox_greytop.png);
	position: absolute;
	top: 0px;
	z-index: 0;
}

.newspostgbg {
	width: 398px;
	height: 76px;
	background-image: url(../images/newsbox_greybg.png);
	padding-left: 30px;
	padding-top: 10px;
	color: #000000;
	position: absolute;
	top: 13px;
	z-index: 0;
}

.newspostchar {
	width: 232px;
	height: 213px;
	background-image: url(../images/newsbox_charimage.png);
	z-index: 0;
	position: absolute;
	left: 403px;
	top: -10px;
}

.newspostbtop {
	width: 648px;
	height: 90px;
	background-image: url(../images/newsbox_bluetop.png);
	position: absolute;
	top: 77px;
	z-index: 0;
}

.newsposttext {
	position: relative;
	z-index: 50;
	top: -65px;
	margin-bottom: -60px;
	width: 588px;
	text-align: left;
}

.newspostspace {
	float: right;
	width: 220px;
	height: 60px;
}

.newspostbbg {
	width: 648px;
	padding: 0px;
	background-image: url(../images/newsbox_bluebg.png);
	position: relative;
	z-index: 0;
}

.newspostend {
	width: 588px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.newspostbot {
	width: 648px;
	height: 26px;
	background-image: url(../images/newsbox_bottom.png);
}

/*---------------------------------- Side Menu ----------------------------------*/

#sidemenu {
	width: 192px;
	float: left;
	margin-left: 0px;
	margin-right: 14px;
}

#latestmanga {
	width: 192px;
	height: 132px;
	margin-bottom: 15px;
}

#twitterfeed {
	width: 192px;
	margin-bottom: 20px;
}

.menuinfo {
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	margin-bottom: 20px;
	width: 152px;
	height: 123px;
	font-size: 12px;
	background-image: url(../images/infomenu.png);
}

#menulinks {
	margin-top: 20x;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	width: 152px;
	height: 162px;
	font-size: 12px;
	background-image: url(../images/linksmenu.png);
	
}

#adspace {
	float: right;
	width: 150px;
}

.menuitem {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}


/*---------------------------------- Main Content Classes ----------------------------------*/

.contenttitle {
	margin-top: 24px;
	width: 808px;
	height: 150px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	background-image: url(../images/contentbox_top.png);
	color: #000000;
	text-align: left;
}


.contenttext {
	width: 794px;
	margin: 0 auto;
}

.contentbg {
	width: 868px;
	background-image: url(../images/contentbox_bg.png);
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
}

.contentpadder {
	width: 838px;
	padding-left: 30px;
}

.contentbot {
	width: 868px;
	height: 30px;
	position: relative;
	background-image: url(../images/contentbox_bottom.png);
}

/*---------------------------------- Manga Page Classes ----------------------------------*/

.comictitle {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

.comicinfo {
	font-size: 12px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*---------------------------------- Artwork Classes ----------------------------------*/

.artitem {
	display: inline-block;
	width: 280px;
	height: 70px;
}

.artthumb {
	float: left;
	width: 50px;
	padding: 5px;
}

.artinfo {
	float: right;
	width: 220px;
}

.artpadder {
	padding-top: 3px;	
}

.contentspace {
	float: right;
	width: 220px;
	height: 70px;
}

/*---------------------------------- Archive Classes ----------------------------------*/

#archivebar {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}

.archiveitem {
	display: inline-block;
	width: 250px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}