﻿/* Get fonts preloaded first */
@font-face {
	font-family: Myname;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Titillium-Thin.otf');
}

@font-face {
	font-family: exo;
	src: url('../fonts/EXO-REGULAR.OTF');
}

@font-face {
	font-family: koz-kana;
	src: url('../fonts/KozGoPro-Light.otf');
}

/* Manage elements */
html {
	background-position: top center;
	background-attachment: fixed;
	background-color: #292929;
	background: #000000 url(../images/japanstreet2560x1440.jpg) repeat scroll top left;
	background-position: top center;
	background-attachment: fixed;
	color : #FFFFFF;
	margin : 0;
	padding : 0;
	height : 100%;
	font-family: Myname, koz-kana, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
	font-size:93.3%;
	margin : 0;
	padding : 0;
}

body {
	margin: 0;
	padding: 0;
}

table {
	background-color: rgba(0,0,0,0.75);
	border: solid #777 1px;
	box-shadow: 0px 0px 5px black;
}

table.glass {
	border: solid #777 1px;
	box-shadow: 0px 0px 5px black;
	
	background-color: #292929;
	background: transparent url(../images/japanstreet2560x1440_superblurred.jpg) repeat scroll top left;
	
	background-position: top center;
	background-attachment: fixed;
	color: #FFFFFF;
	
	line-height: 22px;
	
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

table.none {
	background-color: transparent;
	border: 0px;
	box-shadow: 0px 0px 0px black;
}

#kanji {
	text-shadow: 0 0 5px black, 0 0 15px black, 0 0 100px black;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#bottom_copyright {
	width: 100%;
	border: 0px solid transparent;
	border-top: 1px solid #777;
	text-align: center;
	position: fixed;
	z-index: 10;
	left: 0;
	bottom: 0px;
	height: 22px;
	
	background-position: top center;
	background-attachment: fixed;
	background-color: #292929;
	background: transparent url(../images/japanstreet2560x1440_superblurred.jpg) repeat scroll top left;
	background-position: top center;
	background-attachment: fixed;
	color : #FFFFFF;
	box-shadow: inset 0px 0px 50px black;
}

#statistics {
	position: fixed;
	left: 100%;
}

#div_glass {
	border: solid #777 1px;
	box-shadow: 0px 0px 5px black;
	
	background-color: #292929;
	background: transparent url(../images/japanstreet2560x1440_blurred.jpg) repeat scroll top left;
	
	background-position: top center;
	background-attachment: fixed;
	color: #FFFFFF;
	text-align: left;
	
}

#div_blkbox {
	display: inline-block;
	border: 1px solid #777;
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px black;
	text-align: center;
	z-index: 10;
	padding-left: 4px;
	padding-right: 4px;
	height: 22px;
}

#search_res_div {
	border: 1px solid #777;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px black;
	text-align: left;
	padding-left: 6px;
	
	box-shadow: 0px 0px 5px black;
	background-position: top center;
	background-attachment: fixed;
	background-color: #292929;
	background: transparent url(../images/japanstreet2560x1440_superblurred.jpg) repeat scroll top left;
	background-position: top center;
	background-attachment: fixed;
	color : #FFFFFF;
}

#search_res_cat {
	width:100%;
	height:64px;
	border: 0px solid transparent;
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 0 transparent;
	border-bottom: 1px solid #777;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 24px;
}

#div_sb {
	position: fixed;
	top: 133px;
	bottom: 23px;
	left: 0px;
	width: 320px;
	border-right: 1px solid #777;
	box-shadow: 0 0 10px black;
	overflow-y: auto;
	overflow-x: hidden;
	background-position: top center;
	background-attachment: fixed;
	background-color: #292929;
	background: transparent url(../images/japanstreet2560x1440_superblurred.jpg) repeat scroll top left;
	background-position: top center;
	background-attachment: fixed;
	color : #FFFFFF;
}

#table_sb {
	background: rgba(0, 0, 0, 0.5);
	border: 0px;
	box-shadow: 0 0 0 black;
}

#DIVsidebar_click {
	padding: 8px;
	width: 304px;
	height: 80px;
	background: rgba(0, 0, 0, 0.45);
	border-bottom: 1px solid #A0A0A0;
}

#DIVsidebar_section, #DIVsidebar_section_o {
	padding: 8px;
	width: 304px;
	height: 40px;
	background: rgba(0, 0, 0, 0.45);
	line-height: 22px;
}

#DIVsidebar_section {
	border-bottom: 1px solid #A0A0A0;
}

#DIVsidebar_highlighted {
	padding: 8px;
	width: 304px;
	height: 80px;
	background: rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid #A0A0A0;
	color: black;
}

#DIVsidebar_header, #DIVsidebar_header_o {
	padding: 2px;
	padding-left: 24px;
	padding-top: 16px;
	background: rgba(0, 0, 0, 0);
	border-bottom: 2px solid #A0A0A0;
	box-shadow: inset 0px 0px 15px black, 0px 0px 5px black;
}

#DIVsidebar_header_o {
	border-top: 2px solid #A0A0A0;
}

#DIVsidebar_click:hover, #DIVsidebar_section:hover, #DIVsidebar_section_o:hover {
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer; cursor: hand;
	color: black;
}

#content {
	padding-top: 168px;
	padding-bottom: 56;
}

#codebox_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	
	background-color: rgba(0, 0, 0, 0.75);
}

#codebox {
	position: fixed;
	width: 100%;
	top   : 120px;
	bottom: 120px;
	left  : 0px;
	
	z-index: 10000;
	
	background-position: top center;
	background-attachment: fixed;
	background-color: #292929;
	background: transparent url(../images/japanstreet2560x1440_superblurred.jpg) repeat scroll top left;
	background-position: top center;
	background-attachment: fixed;
	color : #FFFFFF;
	
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	
	box-shadow: 0px 0px 25px black;
}

#top_blurbar {
	position: fixed;
	z-index: 10;
	width: 100%;
	left: 0;
	top: 0;
	
	background: transparent url(../images/japanstreet2560x1440_blurred.jpg) repeat scroll top left;
	background-position: top center;
	background-attachment: fixed;
	height: 133px;
}

.top_bar {
	width:100%;
	height:64px;
	border: 0px solid transparent;
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 0 transparent;
	border-bottom: 1px solid #777;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 12px;
}

.top_bar td {
	line-height: 50px;
}

.back_button {
	background: url(../images/arrow_circle_white.png) no-repeat;
}

.back_button:hover {
	background: url(../images/arrow_circle_highlighted.png) no-repeat;
}

.vx_text {
	border: 2px solid white;
	background: Transparent;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-family: exo;
	height: 32px;
}

.dev_text {
	border: 2px solid white;
	background: Transparent;
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	font-family: exo;
	height: 32px;
}

.dev_textarea {
	border: 1px solid white;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	height: 32px;
	box-shadow: 0px 0px 15px black;
}

.dev_option {
	border: 2px solid white;
	background: Transparent;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	font-family: exo;
	height: 32px;
	width: 198px;
}

.dev_option option {
	background-color: black;
}

.vx_button {
	border: 2px solid white;
	background: transparent;
	font-family: Myname;
	color: #FFFFFF;
	font-size: 18px;
	height: 32px;
	margin-top: 6px;
}
a:link {color:#C0C0C0;}      /* unvisited link */
a:visited {color:#A0A0A0;}  /* visited link */
a:hover {text-shadow: 0 0 5px white; color:white;}  /* mouse over link */
a:active {color:#A0A0A0;}  /* selected link */

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	height: 0px;
	display: block;
	background-color: #000000;
}

::-webkit-scrollbar-track-piece  {
	background-color: #111111;
	border-left: 1px solid #3b3b3b;
}

::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #555;
}
