*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:微軟正黑體;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

input{
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	user-select: text;
}

textarea{
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	user-select: text;
}

html, body
{
	height:100%;
	margin:0;
	overflow:hidden;
}
#website_description{display:none;}
#wrapper
{
	background-color:#fcffa5;
	position:relative;
	height:100%;
	width:100%;
}
#header
{
	position:relative;
	width:100%;
	background-color:#42f4cb;
	overflow:auto;
	height:120px;
}
#nav_pulldown
{
	cursor:pointer;
	display:block;
	background-color:skyblue;
	font-size:2em;
	font-weight:bold;
	padding-left:20px;
	height:50px;
	outline:outset lightyellow 2px;
	border:solid white 1px;
	margin-bottom:10px;
	vertical-align:text-bottom;
	z-index:10;
}
#nav_pulldown img
{
	width:1em;
	position:relative;
	top:0.1em;
}
#nav
{
	display:none;
	width:100%;
	position:absolute;
	top:170px;
	z-index:10;
}
#nav ul
{
	background-color:#EEFF41;
	list-style-type:none;
	margin: 0;
    padding: 0;
	width:100%;
	overflow:auto;
	border-radius:0 0 20px 20px;
}
#nav li a
{
	display:block;
	color:#9b948d;
	padding: 8px 16px;
    text-decoration: none;
	font-weight:bold;
	font-size:1.5em;
	padding-left:60px;
	border-top:5px double black;
}
#nav li a.active
{
	color:#795548;
	background-color:#B2FF59;
}
#nav li a:hover
{
	background-color:#FFA726;
	color:#635f5c;
}
#content
{
	position:relative;
	width:100%;
	height:calc(100% - 200px); /*minus header, footer and pulldown height*/
	overflow:auto;
}
#footer
{
	height:20px;
	width:100%;
	overflow:hidden;
}
#footer #website_counter
{
	font-size:0.5em;
	padding:0;
	margin:0;
	position:absolute;
	bottom:5px;
	left:20px;
}
#footer #website_counter img{
	height:0.9em;
	vertical-align:-5%;
}
#footer #copyright
{
	font-style:italic;
	font-size:0.5em;
	padding:0;
	margin:0;
	position:absolute;
	bottom:5px;
	right:20px;
}
#logo
{
	cursor:default;
	font-size:3em;
	padding:5px 20px;
	color:#ff284f;
	text-shadow:4px 4px 8px #ffb43d;
	display:inline;
}
#logo img
{
	height:80px;
	position:relative;
	top:20px;
	left:2px;
}
#loginDiv
{
	display:inline;
	padding:0.3em;
	position:absolute;
	bottom:5px;
	right:10px;
	background-color:rgba(66,234,244,0.7);
	border-radius:15px;
	font-weight:bold;
	font-size:1.3em;
	color:white;
}
#loginDiv input[type=text], #loginDiv input[type=password]
{
	background-color:transparent;
	border-radius:5px;
	color:white;
	font-weight:bold;
	font-size:0.7em;
}
#loginDiv input[type=button], #loginDiv input[type=submit]
{
	border-radius:5px;
}
#loginForm input[name=user], #loginForm input[name=password]
{
	width:8em;
	margin-right:1em;
}
#signup
{
	font-size:0.8em;
}
#signup:hover
{
	text-decoration:underline;
	color:blue;
	cursor:pointer;
}
#loginInfo
{
	position:absolute;
	right:0.7em;
}
