/* Link Coloration */
a:link { 
	color: #B35E06;
	text-decoration: none;
	}
a:visited { 
	color: #B35E06;
	text-decoration: none;
	}
a:hover { 
	color: #333;
	text-decoration: none;
	}
a:active { 
	color: #CCC;
	}

/* Does Fancy Background Color-Switching (!important tags might not be important) */
a.mangalink:link { 
	color: #000000 !important;
	background-color: #FFFFFF !important;
	text-decoration: none !important;
	}
a.mangalink:visited { 
	color: #000000 !important;
	background-color: #FFFFFF !important;
	text-decoration: none !important;
	}
a.mangalink:hover { 
	color: #000000 !important;
	background-color: #CC6600 !important;
	text-decoration: none !important;
	}
a.mangalink:active { 
	color: #000000 !important;
	background-color: #CC6600 !important;
	text-decoration: none !important;
	}

/* Does Fancy Background Color-Switching (!important tags might not be important) */
a.authorlink:link { 
	color: #000000 !important;
	background-color: #CC6600 !important;
	text-decoration: none !important;
	}
a.authorlink:visited { 
	color: #000000 !important;
	background-color: #CC6600 !important;
	text-decoration: none !important;
	}
a.authorlink:hover { 
	color: #000000 !important;
	background-color: #FFFFFF !important;
	text-decoration: none !important;
	}
a.authorlink:active { 
	color: #000000 !important;
	background-color: #FFFFFF !important;
	text-decoration: none !important;
	}
	
/* Special Formatting for Manga Records */
.mangatitle{
	height: 100%;
	margin: 0px;
	font: italic 200% Arial Black;
	padding: 10px 10px 10px 10px;
	display: block;
	font-weight: bold;
}

td.mlistleft{
	border: 3px solid black;
	width: 70%;
	padding: 0px;
	background-color: #FFFFFF
}

td.mlistright{
	color: #000000;
	border: 3px solid black;
	padding: 0px 0px 0px 20px;
	background-color: #CC6600;
	text-align: left
}

/* Main Body */
body {
	padding: 250px 0px 0px 0px;
	margin: 0;
	background: black url(../images/bgsm.jpg) no-repeat center top;
	width: 100%;
	display: table;
	font-family: 'Comic Sans MS', Sans-Serif;
}

div.bodyframe {
	padding: 5px; 
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #FF5500;
	height: 100%;
}

div.maincontent {
	background: black;
	padding: 0px 0px 0px 0px
}

/* Dialog Callouts */
div.dialogborder {
	margin: 15px;
	background: #FF5500;
	padding: 8px !important
	}
div.dialog {
	margin: 0px;
    font-family: 'Comic Sans MS', Sans-Serif;
    background-color: #000000; 
    color: #FFFFFF;
    padding: 10px
    }
    
/* For the News Feed */
.news{
    padding: 10px;
    font-family: Calibri;
}

.newspaging
{
    /* Nothing Yet... */
}

/* Biography Pages */
.disqusouterborder {
	margin: 15px;
	background: #FF5500;
	padding: 8px !important
	}
.disqusinnerborder {
	margin: 0px;
	background-color: #FFFFFF; 
	color: #000000;
	padding: 10px
}
.bio{
	width: auto;
	margin: 10px;
	padding: 10px; 
	background-color: white !important;
	color: black !important;
}


/* Manga Pages */
.mangapage{
	width: auto;
	margin: 14px;
	color: white;
	overflow: visible
}

.galimage{
	border-color: black;
	border-width: 1px;
}

/* Social Media */
div.retweet{ /* For Retweet Button */
	padding: 10px;
	width: 50px;
	background-color: white
}
