*{
	font-family: Verdana, sans-serif; 
}
body {
	background-color: #252525; /*2B2B2B;*/
	color:#ddd;
}
h1 { color : #828282;text-shadow: 2px -1px #999; border-bottom: 1px solid black; }
p { margin: 2em auto 1em;}
a { color: #828282; }
a:link{}
a:visited{}
a:hover{color:gray;}
a img {
	border:1px solid black;
}

.clearer{clear:both;}

/*~*/
#head, #main, #bottom { margin:0px auto; /*width:800px;*/ margin:0px 5%;  } 
#head, #bottom { text-align:center;border:1px solid black; }
#bottom { padding : 3px; margin : 5px; background: #4e4e4e; font-size: 70%; }
#credit {
	font-size: 70%;
	margin: 4px 18px 50px;
}
#credit .ext-link {
	font-size: 120%;
	line-height: 140%;
}
#credit .ext-link a{
	text-decoration:none;
	color:#76CECF;
	
}
/*#head { background:url('/img/pralognan_mini.png') no-repeat top center; }*/
#head { 
	position:fixed;
	width:89%;
	background:url('/img/header.png') no-repeat top center; 
	margin-bottom:10px;
	z-index: 1000;
}
#head  h1 {
	border:0px;
	text-align:left;
	color:black;
	height:10px;
	margin:10px 58px;
}
#head a {
	display:block; 
	height:50px;
	text-decoration:none;
	font-family: Verdana ;
	font-size:84px;
	font-weight:bold;
	color:black;
	background : url('../img/origami_bear_jezz.png') no-repeat 5px -5px;
	vertical-align: baseline;
	/*	border:1px solid black;*/

}
#head a span{
	position:absolute;
	bottom:-5px;
	right:18px;
	text-shadow: 2px -1px lavenderblush;
	vertical-align: baseline;
	margin-bottom: 0px;
	line-height: 69px;
	/*	border:1px solid black;*/

}
#main {
	padding-top: 96px;
}

@media (max-width: 900px ){
	#head, #main, #bottom { margin:0px 3%;  } 
}

@media (max-width: 720px ){
	#head, #main, #bottom { margin:0px 2%;  } 
	#head {
		/*position: relative;*/
	}
	#head a {
		height:46px;
		font-size:42px;
		position: relative;
		top: -8px;
	}
	#head a span{
		line-height: 46px;
		bottom: 0;
	}
}
@media (max-width: 400px ){
	#head, #main, #bottom { margin:0px 2%;  } 
	#head {
		height: 22px
	}
	#head  h1 {
		height: 22px;
		font-size: 16px;
		margin: 0 40px;
	}
	#head a {
		height: 22px;
		font-size:16px;
		position: relative;
		top: -22px;
		background : 5px 1px / 20px  no-repeat url('../img/origami_bear_jezz.png');
	}
	
	#head a span{
		line-height: 16px;
		bottom: 0;
	}
	#main {  padding-top: 20px; }
	
	
}

/* canvas */
/*#cc {text-align: left;}*/


