
#LOGO_DIV {
	width: 200px;
	height: 90px;
	vertical-align: middle;
	background:url(images/logo_200pxmod.png) no-repeat center center;
}

#BLURRED_BAK_DIV, #BLURRED_BAK_LANGUAGE_TITLE, #BLURRED_BAK_TOP, .sidebar {
	background: #000000 url(../../images/back_blurred.png) repeat scroll top left;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	color: #DADADA;
	font-size: 93.3%;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#BLURRED_BAK_TOP {
	box-shadow: 0px 0px 50px black, 0px 0px 100px black, 0px 0px 150px black;
}

.sidebar {
	height: 100%;
	width: 320px;
	padding: 2px;
	border-right: 2px solid #404040;
	position: relative;
	box-shadow: 25px 25px 50px black;
}

#BLURRED_BAK_DIV, #BLURRED_BAK_LANGUAGE_TITLE, #BLURRED_BAK_TOP {
	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-color: #404040;
	border-left: 0px;
	border-right: 0px;
}

#BLURRED_BAK_TOP {
	height: 48px;
	position:relative;
}

#BLURRED_BAK_LANGUAGE_TITLE {
	height: 54px;
	display: table;
	vertical-align: middle;
	overflow: hidden;
}

#TOP_DIV {
	width: 100%;
	height 90px;
	background-color: rgba(0,0,0,0.5);
	margin: 0;
	padding: 0 0 0 0;
}

@font-face {
	font-family: exo;
	src: url('../fonts/EXO-REGULAR.OTF');
}

h#exo {
	font-family: exo;
}

@font-face {
	font-family: exo-italic;
	src: url('../fonts/EXO-REGULAR-ITALIC.OTF');
}

h#exo-italic {
	font-family: exo-italic;
}

@font-face {
	font-family: koz-kana;
	src: url('../../data/fonts/KozGoPro-Light.otf');
}

#DIV_FLAGS img {
	border: 2px solid white;
	box-shadow: 0px 0px 5px white, 0px 0px 25px black, 0px 0px 50px black;
}

#DIV_FLAGS img:hover {
	border: 2px solid yellow;
	box-shadow: 0px 0px 5px yellow, 0px 0px 25px black, 0px 0px 50px black;
}

a:link {
	color: #DDDDDD;
}

a:visited {
	color: #DDDDDD;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #DDDDDD;
}

#BLURRED_BAK_TOP a {
	text-decoration: none;
}

#BLURRED_BAK_TOP a:hover {
	text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 25px #FFFFFF;
}

#div_post {
	box-shadow: 0px 0px 15px #000000;
	
	background-position: top center;
	background-attachment: fixed;
	background-color: #292929;
	background: transparent url(../images/japanstreet2560x1440_blurred.jpg) repeat scroll top left;
	
	background-position: top center;
	background-attachment: fixed;
	color : #FFFFFF;
}

#post_container {
	border: 1px solid #444444;
	border-right: 1px solid #444444;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 8px 5px 5px;
	background-repeat: repeat-y;
	background-color: rgba(0,0,0,0.7);
	height: 100%
}

#post_container p, #post_container li {
	line-height: 22px;
}

#post_container img {
	border: 1px solid #777;
	box-shadow: 0 0 15px #000;
}

#topadd_container {
	border-left: 1px solid #444444;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 2px 0px 2px;
	background-repeat: repeat-y;
	background-color: rgba(0,0,0,0.65);
	height: 100%;
	line-height: 18px;
}