﻿@charset "utf-8";
/* ©2014 Firehawk https://plus.google.com/u/0/+Firehawk87*/
html {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
}
body, td, th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container {
	background-color: #000000;
	height: 100%;
	width: 200px;
	position: fixed;
	border-left: 3px
}
#menu {
	margin: 100px 0 0 0;
}
#menu .home, .info, .artwork, .manga, .contact {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
#menu .home a {
	color: #00edff;
	text-decoration: none;
}
#menu .home a:hover {
	color: #ffffff;
}
#menu .info a {
	color: #5298ff;
	text-decoration: none;
}
#menu .info a:hover {
	color: #ffffff;
}
#menu .artwork a {
	color: #ff72dd;
	text-decoration: none;
}
#menu .artwork a:hover {
	color: #ffffff;
}
#menu .manga a {
	color: #74e29d;
	text-decoration: none;
}
#menu .manga a:hover {
	color: #ffffff;
}
#menu .contact a {
	color: #ffffff;
	text-decoration: none;
}
#menu .contact a:hover {
	color: #00edff;
	text-decoration: none;
}
#social {
	margin-top: 50px;
	width: 200px;
	position: fixed;
}
#social .facebook, .instagram, .deviantart, .tumblr, .blog, .pixiv, .animexx, .twitter, .tapas, .webtoons {
	display: block;
	height: 40px;
	width: 100%;
	text-align: center;
}
#author.home{
	position: fixed;
	width: 160px;
	left: 210px;
	height: 100%;
	background-image: url(../stuff/author.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#author.info{
	position: fixed;
	width: 160px;
	left: 210px;
	height: 100%;
	background-image: url(../stuff/author2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#author.artwork{
	position: fixed;
	width: 160px;
	left: 210px;
	height: 100%;
	background-image: url(../stuff/author2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#author.manga{
	position: fixed;
	width: 160px;
	left: 210px;
	height: 100%;
	background-image: url(../stuff/author.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#author.contact{
	position: fixed;
	width: 160px;
	left: 210px;
	height: 100%;
	background-image: url(../stuff/author.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	width: 690px;
	left: 380px;
	top: 100px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#content h1 {
	border-bottom: 1px solid #DDDDDD;
	font-size: 17px;
        font-weight:bold;
	padding-bottom: 10px;
	margin-top: 0;
	font-family: "Gadugi", "Calibri", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-variant: Shruti;
}
#footer {
	position: fixed;
	padding: 5px;
	right: 10px;
	bottom: 10px;
	font-size: 11px;
	color: #333;
}
