/*
Theme Name: asteroid Child
Description: Child theme for the asteroid theme 
Author: R0uter
Template: asteroid
*/

@import url("../asteroid/style.css");


h1,
h2,
h3,
h5
 {
    color: #808080;
}


#container {
	
	border: 1px solid #000;
	margin: auto;
	box-shadow: 0 0 8px #000;
}

body {
	
	font-family: 苹方, Arial, Sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.single-view .entry-content {
	margin-bottom: 10px; 
	font-family: 苹方, Arial, Sans-serif;
	font-size: 15px;
	font-size: 0.945rem;
	line-height: 1.55;
}

.blog-view .entry-content {
	margin-top: 6px;
	font: normal 15px/23px 苹方, arial, sans-serif;
}

#header-info-wrap #header-text {

	margin-left: 55px;

}

.form-allowed-tags{display:none;}