/* common */
body {
	background: #d6d6d1;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Pixelify Sans';
}

.screen{
	min-width: 680px;
	max-width: 1250px;
	margin: 0px auto;
}

.pages_content{
	font-family:  'Oswald', "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 400px;
	padding: 30px 0 0 0;
}

.pages_content p{
	color: #000;
	display: block;
	margin: 0 auto;
	text-align: left;
}

.header{
 	background-size: cover;
	background-position: center;
	background-color: #221b38;
}

.header .logo{
	padding: 20px 0;
	display: block;
	margin: 0 auto;
}
.header .logo img{
	max-height:150px;
	margin: 0 auto;
	display: block;
}

nav {
	display: block;
	background: #272726;
	width: 100%;
  box-shadow: 0 0 2px rgba(0,0,0,.4);
	height: 65px;
}

nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav li{
	background: #272726;
	display: inline-block;
	width: 20%;
	padding: 0;
	margin: 0;
	float: left;
}

nav li+li{
	width: 30%;
}

nav li+li+li{
	width: 30%;
}

nav li+li+li+li{
	width: 20%;
}


nav a{
	display: block;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 19px;
	text-decoration: none;
	transition-duration: 0.4s;
	line-height: 25px;
}

nav a:hover{
	background: #fff;
  color: #272726;
}

.footer{
	margin-top: 20px;
	background: #c86f2a;
	padding: 20px 0;
	font-family:  'Oswald', "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer p{
	display: block;
	color: #fff;
	margin: 0px auto;
	text-align: center;
	
}

.title {
    background: #f2f2f2;
    border-left: 4px solid #272727;
    padding: 5px 15px;
    font-size: 21px;
    line-height: 48px;
    display: block;
    box-shadow: 0px 3px 2px rgba(0,0,0,.2);
    margin-bottom: 20px;
}

.title p {
	text-align: left;
	color: #272727;
}
/* ---  --- */
.block {
	background-color: #272726;
	color: #272726;
	padding: 20px;
	border-radius: 8px;
	margin-top: 20px;
}

.block .content {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 10px 1%;
	font-size: 21px;
}

.inner_title {
	position: relative;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
}

.inner_title p {
	color: #fff;
}
/* about */
.welcome_block {
	background-color: #6e59a6;
	padding: 20px;
	border-radius: 8px;
	margin:0 auto 20px;
	width: 90%;
}

.welcome_block .content {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 10px 1%;
	font-size: 21px;
}

.pages_content a {
	display: inline-block;
	width: 45%;
	margin: 20px 2%;
	text-decoration: none
}

.pages_content a:visited{
	text-decoration: none
}

.story_block {
	background-color: #272726;
	padding: 0 20px 20px 20px;
	border-radius: 8px;
	width: 100%;
	transition-duration: 0.4s;
}

.story_block:hover {
	background-color: #f05253;
	border-radius: 8px;
}

.story_block_title {
	position: relative;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
}

.story_block_title p {
	color: #fff;
}

.story_block .content {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 10px 1%;
	font-size: 16px;
}

.story_block img {
	width: 100%;
	box-shadow: 0px 3px 2px rgba(0,0,0,.2);
}

/* Log */
.inner_title_aa {
	background: url(../images/abusedIcon.png) no-repeat;
    background-position: 0 50%;
    background-size: 64px 64px;
    position: relative;
    padding: 20px 10px 20px 72px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.inner_title_ap {
	background: url("../images/TrappedIcon.png") no-repeat;
    background-position: 0 50%;
    background-size: 64px 64px;
    position: relative;
    padding: 20px 10px 20px 72px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.inner_title_fp {
	background: url("../images/poisonedIcon.png") no-repeat;
    background-position: 0 50%;
    background-size: 64px 64px;
    position: relative;
    padding: 20px 10px 20px 72px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.inner_title_ap p, .inner_title_aa p, .inner_title_fp p {
	color: #fff;
}

.log_block {
	background-color: #272726;
	color: #272726;
	padding: 20px;
	border-radius: 8px;
	margin-top: 20px;
}

.log_block .content {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 10px 1%;
	font-size: 21px;
	height: 350px;
}

.log_content_right {
	display: inline-block;
	position: relative;
	width: 43%;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	height: 100%;
	z-index: 0;
	vertical-align: top;
}

.video_left {
	display: inline-block;
	position: relative;
	width: 55%;
	height: 100%;
}

.video_left video {
	box-shadow: 0px 3px 2px rgba(0,0,0,.2);
	height: 100%;
}

.howto {
	background-color: #f05253;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.howto_title p {
	position: relative;
    padding: 5px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}

.howto_content {
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 5px;
    font-size: 18px;
}

.facts {
	background-color: #f05253;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.facts_title p {
	position: relative;
    padding: 5px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.facts_content {
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 5px;
    font-size: 18px;
}

/* help them */
.inner_content a{
	display: block;
	width: 720px;
	margin: 20px auto;
	text-decoration: none
}

.inner_content a:visited{
	text-decoration: none
}

.help_block {
	background-color: #272726;
	padding: 0 20px 20px 20px;
	border-radius: 8px;
	width: 100%;
	transition-duration: 0.4s;
}

.help_block:hover {
	background-color: #c86f2a;
	border-radius: 8px;
}

.help_inner_title {
	position: relative;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
}

.help_inner_title p {
	color: #fff;
}

.help_block .content {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 10px 1%;
	font-size: 16px;
}

.help_content_right {
	display: block;
	position: relative;
	width: 60%;
	min-width: 200px;
	height: 64px;
	float: right;
	padding: 0;
	margin: 0;
}

.help_image_left {
	display: block;
	position: relative;
	width: 38%;
}

.help_image_left img {
	width: 100%;
	box-shadow: 0px 3px 2px rgba(0,0,0,.2);
}