@charset "utf-8";
html {
	height: 100%;
}
body a,ul,li,ol{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
body, .box {
	color: #555;
	font-size: 12px;
	font-family: "museo-slab", "Helvetica Neue", Ubuntu, "Hiragino Sans GB", "WenQuanYi Micro Hei", Helvetica, "Microsoft JhengHei", Arial, sans-serif;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	margin: 0px;
	background: url(../images/bg_f2f2f2.jpg) #f2f2f2;
	height: 100%;
}
#home {
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}
::selection {
    background:#C0E7FC;
    color:#fff;
}
::-moz-selection {
    background:#C0E7FC;
    color:#fff;
}
::-webkit-selection {
    background:#C0E7FC;
    color:#fff;
}
input, textarea, select {
	outline: none;
}
table, td, tr, form, textarea {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
ol, ul, li {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
body img {
	border: 0px solid #eee;
}
a{
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #45B9F6;
}
#Container {
	position: absolute;
	float: none;
	top: 50%;
	left: 50%;
	width: 380px;
	height: 280px;
	margin: -140px 0px 0px -140px;
}
#Header, #Menu, #Menu {
	width: 100%;
	float: left;
}
.box {
	box-shadow: inset rgba(0,0,0,0.5) 0 0 50em;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	width: 100%;
}
#Header, #Menu{
	text-align: center;
}
#Menu {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 24px;
	line-height: 24px;
}
#Menu a {
	margin-left: 20px;
}
#Menu .link_blog {
	margin: 0;
}
#Footer {
	width: 90%;
	padding: 5%;
	float: left;
	text-align: center;
}
@media(max-width:480px) {
	.box {
		box-shadow: inset rgba(0,0,0,0.5) 0 0 10em;
	}
}