a{
	color:black;
} 

a:link{
	color:black;
}

a:visited{
	color:black;
}

a:active{
	color:black;
}

a:hover{
	color:black;
}

.logo-area{
	text-align: center;
}

.logo-area img{
	width: 100%;
	height: 90px;
}

.search-area{
	margin-top: 10px;
}

form {
	position:relative;
	width:100%;
	margin:0 auto;
}

input,button {
	border:none;
	outline:none;
}

input {
	width:100%;
	height:42px;
	padding-left:13px;
}

button {
	height:42px;
	width:42px;
	cursor:pointer;
	position:absolute;
}

.barmv input {
	border:2px solid #c5464a;
	border-radius:5px;
	background:transparent;
	top:0;
	right:0;
}
.barmv button {
	background:#c5464a;
	border-radius:0 5px 5px 0;
	width:100px;
	top:0;
	right:0;
}

.searchmv{
	font-size:15px;
	color:#F9F0DA;
}

.navigation{
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: bolder;
	border-radius: 10px;
	background-color: #c5464a;
	margin-top: 10px;
}

.navigation a{
	color: wheat;
}

.navigation a:hover{
	color: whitesmoke;
}

.category-main{
	border: 1px gold dashed;
	padding: 0px;
	margin-top: 30px;
	border-radius: 10px;
}

.category-name{
	font-size: 20px;
	text-align: left;
	margin-top: -15px;
	padding-left: 15px;
	color: goldenrod;
	font-weight: bolder;
}

.single-item{
	padding: 10px;
	padding-left: 30px;
	border-bottom: 1px dashed bisque;
}

.single-item:last-child{
	border-bottom: none;
}

.archive-title{
	display: block;
	font-size: 17px;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.archive-title a{
	color: brown;
}

.archive-uptime{
	margin-right: 10px;
}

.friend-links{
	margin-top: 20px;
	font-size: 14px;
}

.friend-links span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.friend-links a{
	color: brown;
}

.footer-area{
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
	height: 50px;
	line-height: 25px;
	background-color: #c5464a;
	border-radius: 10px;
	color: wheat;
}

.footer-area a{
    color: wheat;
}

.location{
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid ghostwhite;
}

.category-detail{
	border-bottom: 1px dashed goldenrod;
	margin-bottom: 17px;
}

.article-title{
	display: block;
	font-size: 18px;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.article-title a{
	color: brown;
}

.article-uptime{
	font-size: 16px;
	display: block;
	padding-left: 30px;
}

.category-right{
	border: 1px gold dashed;
	border-radius: 10px;
}

.content-right{
	border: 1px gold dashed;
	border-radius: 10px;
}

.right-text{
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	margin-top: -12px;
	color: #1B6D85;
}

.page-nav{
	text-align: center;
	font-size: 18px;
}

.content-title{
	text-align: center;
}

.content-postime{
	text-align: center;
}

.content-content{
	font-size: 18px;
	word-break:break-all;
}

.content-content h2{
    font-size: 20px;
    font-weight: 100;
}

.content-content video{
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	max-height: 600px;
}

.illustration{
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

.subparagraph{
	font-size: 22px;
	background-color: mistyrose;
	font-weight: bolder;
	margin-top: 20px;
}

.subparagraph a:link{
	color:black;
}

.subparagraph a:visited{
	color:black;
}

.readall_box {
	position: relative;
	z-index: 9999;
	padding: 0 0 25px;
	margin-top: -200px;
	text-align: center;
}

.readall_box .read_more_mask {
	height: 200px;
	background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));
	background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
	background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0))
}

.read_more_btn {
	cursor: pointer;
	font-size: 16px;
	color: #de686d;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #de686d;
	line-height: 30px;
	padding: 5px 10px;
}

.read_more_btn:hover {
	background: #de686d;
	color: #fff;
}

.content-left{
	margin-bottom: 20px;
	margin-top: -20px;
}

.related-list{
    font-size: 15px;
    text-align: center;
}

.related-list li{
    padding: 0px;
    margin-bottom: 10px;
}

.related-list a{
    color: goldenrod;
}

.user-alert{
    text-align: center;
    margin-bottom: 20px;
}

.image_desp{
    text-align: center;
    font-size: 12px;
}

.svb2{
	text-align: center;
	font-size: 22px;
}

.svb2 img{
	width: 100%;
	height: 90px;
}

@media (min-width: 960px) {
	
	.search-area{
		margin-top: 25px;
	}
	
	form {
		width:80%;
	}
	
	.navigation{
		margin-top: 10px;
	}
	
	.navigation li{
		margin-left: 28px;
	}
	
	.category-main{
		width: 49%;
		margin-right: 8px;
		padding-left: 2%;
	}
	
	.single-item{
		padding-left: 30px;
	}
	
	.article-title{
		margin-right: 25%;
	}
	
	.article-uptime{
		float: right;
		padding-right: 20px;
		margin-top: -25px;
	}
	
	.content-title{
		height: 50px;
	}
	
	.content-postime{
		height: 35px;
	}

}