@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, 
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	border:0;
	margin:0 auto;
	padding:0;
}

body{
	text-align:center;
	background-color: #f7f7f7;
}

#header{
	border-top: 0;
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-color: #e78170;
	border-style: solid;
	text-align: center;
}

.container{
	width:80%;
	margin:0 auto;
	padding:0;
	text-align: left;
}
#header nav{
	margin:0 auto;
	display:block;
	background-color: #666699;
	text-align: left;
	
}
.logo{
	display: block;
	float: left;
	height:45px;
}
.logo img{
	margin:6px 10px 12px 10px;
	height:25px;
}
.navigation{
	list-style: none;
	margin:0 auto;
	padding:0;
	min-height: 45px;
}

.navigation li{
	display:inline-block;
	text-align: left;
}

.navigation li a{
	display:block;
	height:45px;
	line-height: 45px;
	text-decoration:none;
	color: white;
	font-size: 14px;
	padding:0 10px;
}

.navigation li a:hover{
	background: #e78170;
}

.navigation ul{
	left:-999em;
	opacity: 0;
	position: absolute;
	list-style:none;
	background:#fff;
 	width: 140px;
 	padding: 20px 0 0 0;
 	padding-top: 0;
  	z-index: 400;
  	font-size: 12px;
  	color: #798189;
  	border: 1px solid #ccc;
}

.navigation ul li{
	display: block;
	border-bottom: 1px solid #ccc;
}

.navigation li:hover ul {
    left: auto;
    opacity: 1;
}

.navigation ul li:last-child{
	border-bottom:none;
}

.navigation ul li a{
	color:#798189;
}

.navigation ul li a:hover{
	color:#fff;
}

.main{
	margin:30px auto;
}

.blogs{
	list-style: none;
}

.blogs li{
	display: block;
	margin-bottom:30px;
}

.blog{
	background: white;
	border: 1px solid #ccc;
	padding:20px;
	position: relative;
}

.blog .date{
	position: absolute;
	background-color: #e78170;
	top:-10px;
	color:white;
	font-size:12px;
	padding:2px 10px;
}
.blog .date .corner{
  border-color: transparent transparent #e78170 transparent;
  position: absolute;
  left: -10px;
  top:0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
}

.blog .title{
	padding:10px 0 10px 0;
	font-size: 20px;
	color: black;
}

.blog .originLink{
	font-size:14px;
	padding:2px;
}
.blog .originLink a{
	text-decoration: none;
	color:#999;
}

.blog .info{
	padding: 0 0 5px 0;
}

.blog .info span{
	padding:0 10px 0 0;
	font-size: 12px;
	color: #black;
}

.blog .content{
	padding:5px 0;
}

.btn-container{
	text-align: right;
}

.btn-container a{
	text-decoration:none;
	background:#e78170;
	color:white;
	border:none;
	padding:4px 8px;
	cursor: pointer;
}

.btn-container a:hover{
	color:white;
	background:#666699;
}

.sidebar{
	text-align: left;
}

.sidebar ul{
	list-style: none;
}
.sidebar a{
	color: #555;
	text-decoration: none;
	cursor: pointer;
}

.sidebar a:hover{
	color:#666699;
}

.last-blogs{
	background: white;
	border: 1px solid #ccc;
	padding:20px;
}
.last-blogs li{
	margin-top:10px;
}

.last-blogs a,p{
	color:#696868;
	overflow: hidden;
}

.last-blogs p span{
	font-size:12px;
	margin-right:5px;
	color:#333;	
}

.last-blogs a:hover{
	color:#666699;
}

.latest-reply{
	padding:20px;
}

.latest-reply ul{
	margin-top:20px;
}

.latest-visit{
	padding:20px;
}

.latest-visit ul{
	margin-top:20px;
}

#footer{
	background: #666699;
}

.copyright{
	clear: both;
	padding: 12px 0;
	border-top: 1px solid rgba(0,0,0,0.12);
    color: #979494; 
}

.site-info{
	padding:20px 0;
}

.site-info span{
	display:block;
	color:white;
	padding: 0 0 20px 0;
	font-size: 14px;
}

.site-info ul{
	list-style: none;
}
.site-info ul li{
	margin-bottom:5px;
}
.site-info li a{
	color: #cfcfcf;
	text-decoration: none;
	font-size: 14px;
}
.site-info li a:hover{
	color: white;
}

.tag li{
	display: inline-block;
	padding:0;
	margin:0;
	text-align:center;
}

.tag li a{
	display:block;
	color: #e2e2e2;
	font-size: 14px!important;
  	padding: 2px 10px;
  	margin-bottom: 7px;
  	float: left;
  	margin-right: 7px;
  	background: #328570;
  	cursor:pointer;
	text-decoration: none;
}

.tag li a:hover{
	color: white;
	background: black;
}

.tag li a span{
	margin:0;
	padding:0 0 0 5px;
	color: tan;
	display: block;
	float: right;
	font-size: 14px!important;
}
.copyright span{
	margin:2px;
}
.copyright span a{
	color: #cfcfcf;
	text-decoration: none;
	font-size: 14px;
}
.copyright span a:hover{
	color: white;
}

.breadcrumb{
	margin:0;
	background:white;
}

.breadcrumb li a{
	color:#e78170;
	text-decoration: none;
}

.breadcrumb .active{
	color: #555;
}

.post-single-content {
  font-size: 14px;
  line-height: 22px;
}

.post-single-content p{
	padding:10px 0;
}
.post-single-content a{
	text-decoration: none;
	color:#e78170;
}


