*{
	margin: 0em;
	padding: 0em;
}

body {
	font-size: 11pt;
	font-family:"Arial", sans-serif;
	text-align: justify;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	text-decoration: none;
	background-color:rgb(245,245,245);
}

/* ====================== LINK STYLES ========================== 
=========================================================*/

a{
	color:   #1340fb; /*#1340fb; *//*#1340fb*/
	text-decoration: none;
}

a:visited{
	color: #1340fb;
}

a:hover{
	text-decoration: underline ;
	color: #1340fb	;
}

.lazy{
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}
/*.anchor { padding-top: 180px; visibility: hidden;}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#blocker{
	position:fixed;
	z-index:102;
	margin-top:-15px;
	height:15px;
	width:100%;
	background-color: rgb(245,245,245);
}
#header {
	margin-top:0px;
	z-index:100;	
	width:84%;
	max-width:calc(1180px);
	position: fixed;
	margin-left:10%;
	padding-top:35px;
	padding-left:1%; 
	font-weight: bold;
	background: #1340fb;
	height:90px;
	line-height:200%;
	color:#FFF;
	text-shadow: 1px 1px #333;

	/* rounded corners */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#header h3{
	color:#FFF;
	/*font-weight:lighter;*/
}
#header h1{
	/*text-shadow: 1px 1px #000;*/
	}

#header::before{
	position: absolute;
	top: 0px;
    	left:0px;
    	bottom: 0px;
    	right: 0px;
    	opacity: .65;
    	content: "";
    	z-index: -1;
	background: url('/images/strook2.png');

	/* rounded corners */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#menu{
	width:84%;
	padding-left:1%;
	max-width:1180px;
	margin-top:105px;
	z-index:101;
	position: fixed;
	color:white;
	background-color: rgb(80,80,80);
	font-size:1.1em;
	margin-left:10%;
    	border-bottom: thick solid #1340fb;
}	

#menu a{
	display:block;
	height:30px;
	/*letter-spacing: -1px;*/
	float:left;
	padding:15px 12px 3px 15px;
	text-align:center;
	color:white;
}

#menu a:hover{
	background-color: rgb(60,60,60);
	/* rounded corners */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	/* transition */
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
#menulink, .menulink{
	background-color: rgb(60,60,60);
	/* rounded corners */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	/* transition */
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
#pagewrap {
	position:relative;
	width: 85%;
	margin-top:15px;
	padding-top:180px;
	margin-left:10%;
	max-width: 1200px;
	background-color: #FFF;

	/* rounded corners */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#content {
	width:calc(100% - 390px);
	padding: 0px 25px 25px 25px;
	float: left;
	min-height:100px;

}
#sidebar {
	float: right;
	padding: 5px 10px 10px 10px;
	margin:10px 10px;
	min-height:100px;
	width:300px;
	background-color: rgb(230,230,230);
	border-top: thick solid #1340fb;
	
}
#footer {
	margin-left:10px;
	min-height:95px;
	margin-right:10px;
	margin-bottom:20px;
	clear: both;
	border-top: thick solid #1340fb;
	background-color: #FFF;
	padding:5px;
}


/* ====================== IMAGES ========================== 
=========================================================*/

td { 
/*	border-bottom: 1px dotted rgb(180,180,180); */
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}


li	{
	margin-top:6px;
}

h2{
	color:rgb(100,100,100);
	padding-bottom:5px;
}

ul.leaf {
	list-style-image: url('/images/ewdrop.png');
	margin-left:8px;
}

h3{
	color:rgb(100,100,100);
	padding-bottom:5px;
}
h4{
	padding-top: 10px;
	padding-bottom:5px;
}

h5{
	color:rgb(100,100,100);
}

#movie{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom:56.25%;

}

img.kn{
	width:75%;
	max-width:200px;
	/* rounded corners */
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 0px;
}

iframe{
	position: absolute;
   	top: 0;
   	left: 0;
   	width: 75%;
   	height: 75%;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px;
}

/* ====================== MENU ========================== 
=========================================================*/

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 1000px) {
	#header{
		margin-left:50px;
		width:84%;
	}
	#header h3{
		font-size:15px;
	}
	#menu{
		margin-left:50px;
	}
	#menu a{
		height:25px;
		padding:4px 5px 4px 10px;
	}
	#pagewrap{
		padding-top:180px;
		margin-left:50px;
	}
	#content{
		padding:10px;
		width:calc(65% - 30px);
	}
	#sidebar{
		padding-left:5px;
		width:calc(35% - 25px);
	}
}

/* for 700px or less */
@media screen and (max-width: 850px) {
	body{
		font-size:10pt;
	}
	#header{
		padding-top:10px;
		margin-left:20px;
		padding-left:2%;
		padding-right:2%;
		font-size: 12px;
		width:88%;
	}
	#header h3{
		font-size:13px;
	}
	#menu{
		margin-left:20px;
		margin-top:60px;
		width:91%;
	}
	#menu a{
		padding: 2px 5px 0px 5px;
	}
	#pagewrap{
		margin-top:0px;
		padding-top:140px;
		margin-left:20px;
		width:92%;
	}
	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
		margin-left:10px;
	}

}
/* for 480px or less */
@media screen and (max-width: 480px) {
	body{
		font-size:9pt;
	}
	#header {
		font-size:8px;
		padding-top:5px;
		height:60px;
		margin-left:0px;
		width:100%;
	}
	#menu{
		margin-top:55px;
		margin-left:0px;
		width:100%;
		font-size:15px;
		border-bottom: 3px solid #1340fb;
	}
	#menu a{
		height:20px;
		padding: 2px 5px 0px 5px;
	}
	#pagewrap{
		padding-top:110px;
		margin-left:0px;
		width:auto;
	}
	#content {
		margin-bottom:0px;
		padding:10px;
	}
	#sidebar {

	}

	

}
/* border & guideline (you can ignore these) */
#content {
}
#sidebar {
	
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}