body{
	padding: 0;
	margin: 0;
}

#threadRow1{
	margin:auto;
	margin-top: 50px;
	height: 70px;
	// border: 2px solid red;
	background-color: #2f2f2f;
}
#threadRow2{
	height: 100px;
	width: 100%;
	margin: auto;
	// margin-top: 50px;
	border: 2px solid red;
}

#threadRow3{
	margin: auto;
	// border: 2px solid yellow;
}

#threadRow4{
	margin: auto;
	// border: 2px solid red;
	height: 800px;
}
#threadRow4 #threadList{
	width: 90%;
	// border: 2px solid red;
}

#threadRow5{
	margin: auto;
	// border: 2px solid green;
	height: 100px;
}
#threadPage{
	margin: auto;
	// margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
	width: 90%;
	height: 100px;
	background-color: #ffffff;
	border-left: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
}

#threadPage span{
	display: inline-block;
	margin: 5px;
	width: 60px;
	height: 35px;
	border: 1px solid silver;
	border-radius: 5px;
	box-shadow: 1px 1px 10px black;
	padding: 5px;
	background-color: #03c03c;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px black;
}
#threadPage input{
	height: 35px;
}
#threadPage span:nth-of-type(10){
	width: 150px;
}
#threadPage span:hover{
	background-color: green;
}
#thread-list{ 
	height: 600px;
	overflow: scroll;
}
#group-content{ 
	position: relative;
	margin: 10px auto;
	width: 90%;
	height: 180px;
	// border: 2px solid purple;
	border-left: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	background: #fff;
	padding: 10px;
	text-align: center;
}

#group-content .tag{ 
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 100px;
	height: 30px;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background-color: #03c03c;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

#group-content img{ 
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #03c03c;
}

#addThread-wrap{ 
	width: 90%;
	height: 60px;
	margin: auto;
	// padding-top: 10px;
	margin-top: -20px;
	// margin: 30px auto;
	// border: 2px solid green;
	// box-shadow: 2px 2px 10px black;
	background-color: #ffffff;
	border-left: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
}
#addThread { 
	margin: 20px;
	padding: 10px;
	width: 150px;
	height: 45px;
	background: #03c03c;
	border-radius: 5px;
	text-align: center;
	font-size: 1.5em;
	cursor: pointer;
	color: #fff;
	box-shadow: 2px 2px 10px black;
}

#addThread:hover{ 
	background-color: green;
}

#newThread_bg { 
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 500%;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: auto;
}

#newThread-wrap{ 
	position: absolute;
	z-index: 1001;
	top: 20%;
	left: 30%;
	padding: 20px;
	width: 500px;
	border: 2px solid #03c03c;
	height: 500px;
	border-top: 10px solid #03c03c;
	background-color: #fff;
	border-radius: 10px;
	overflow: auto;
	opacity: 0.9;
}
#newThread-wrap h3{ 
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
#newThread-wrap .close{ 
	position: absolute;
	top: 5px;
	right: 5px;
	// padding: 2px;
	border: 1px solid #000;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
}
#newThread-wrap .close:hover{ 
	background-color: red;
	color: #fff;
}
#newThread-wrap p{ 
	text-align: left;
}
#new_title, #new_content{ 
	width: 98%;
	height: 150px;
	border: 2px solid silver;
}
#new_title{ 
	height: 30px;
	width: 98%;
	border: 2px solid silver;
}
#new_title:hover, #new_title:focus, #new_content:hover, #new_content:focus{
	border: 2px solid #03c03c;
}
#newThread-btn{ 
	margin: auto;
	margin-top: 40px;
	margin-left: 160px;
	display: inline-block;
	width: 200px;
	height: 40px;
	background-color: #03c03c;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 1px 1px 10px black;
	text-shadow: 1px 1px 1px black;
}
#newThread-btn:hover{ 
	background-color: green;
}
#newThread-tip{ 
	margin-left: 100px;
	font-size: 12px;
	color: #ff5400;
}


/*header*/

.header-tip{
	margin-top: -20px; 
	margin-left: 35%;
}
#header{ 
	// position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #2f2f2f;
	// border: 2px solid red;
	opacity: 0.5;
}

#header > h1 > a{ 
	// color: red;
	font: 30px/1.5em arial,STHeiti,'Microsoft YaHei',\5b8b\4f53;
	// font-size: 4em;
}

#header > h1 > a:hover{ 
	text-decoration: none;
}

#header > h5 > a{ 
	color: #03c03c;
}
#self { 
	position: absolute;
	top: 0;
	right: 0;
	// padding: 5px;
	width: 100px;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background-color: #03c03c;
}
#self img { 
	border-radius: 50%;
}
#self p { 
	margin-top: -3px;
}
#self p > a{ 
	color: #03c03c;
	// border: 2px solid red;
}