﻿@CHARSET "UTF-8";

/* excerptgrid */
.exgrid {
	display: flex;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	list-style-type: none;
}

.exgrid .item {
	width: 32%;
	text-align: center;
}
.exgrid .itemx {
	width: 268px; 
	height: 122px; 
	margin: 8px 0px;
	padding: 16px 20px;
	background-image: url(res/postcard.gif);
	background-repeat: no-repeat;
}
.exgrid .itemx em {
	padding:0px 0px 0px 30px; color:#0572be;
}

/* post viewer */
.pviewer {
	display: flex;
	width: 960px;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0px auto;
	padding: 0px;
}

.pviewer .post {
	box-sizing: border-box;
	width: 574px;
	margin: 0px;
	padding-top: 46px;
	text-align: left;
	list-style-type: none;
}
.pviewer .post ul {
	list-style-type: none;
}
.pviewer .post a {
	color: #2a6afa;
}
.pviewer .post .title {
	margin: 0px auto 18px auto;
	padding: 0px 0px 18px 0px;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #07a80b;
	font: bold 13px/16px "Verdana", "Tahoma", "Arial";
	color:#cb6001;
}
.pviewer .post .sort {
	margin: 11px auto;
	padding: 0px 0px 0px 26px;
	font: 9px/16px sans-serif;
	color:#333333;
	background: url(res/small-sun.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.pviewer .post .author {
	margin: 11px auto;
	padding: 0px 0px 3px 28px;
	font: 9px/16px sans-serif;
	color: #333333;
	background: url(res/remark1.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.pviewer .post .len {
	margin: 11px auto;
	padding: 0px 0px 3px 28px;
	font: 9px/16px sans-serif;
	color:#333333;
	background: url(res/remark2.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.pviewer .post .keywords {
	margin: 11px auto;
	padding: 0px 0px 3px 28px;
	font: 7px/13px sans-serif;
	color: #333333;
	background: url(res/remark2.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.pviewer .post .ctxt {
	overflow: hidden;
	width: 100%;
}
.pviewer .post .pnlinks {
	width: 100%;
	margin: 32px 0px;
	padding: 0px;
}
.pviewer .post .pnlinks p {
	margin: 11px 0px;
	padding: 3px 0px 6px 32px;
	background: url(res/notepad.gif);
	background-repeat: no-repeat;
}
/* Latest Updated posts */
.pviewer .uplst {
	box-sizing: border-box;
	width: 350px;
	margin: 80px 0px 0px 36px;
	padding: 18px 12px;
	border-style: dotted;
	border-width: 1px;
	border-color: #f3d404;
	list-style-type: none;
}
.pviewer .uplst .title {
	background-image: none;
}
.pviewer .uplst .title p {
	width: 100px;
	margin: 16px auto;
	padding: 10px 0px;
	text-align: center;
	font: bold 16px/20px "Verdana", "Tahoma", "Arial";
	color: #ffffff;
	background-color: #0779a6;
	background-image: none;
}
.pviewer .uplst li {
	margin: 11px 0px;
	padding: 3px 0px 6px 32px;
	letter-spacing: 1px;
	text-align: left;
	background: url(res/notepad.gif);
	background-repeat: no-repeat;
}

.pviewer .tplst {
	list-style-type: none;
}
.pviewer .tplst .title p {
	font: bold 16px/20px "Verdana", "Tahoma", "Arial";
}
.pviewer .tplst li {
	margin: 11px 0px;
	padding: 3px 0px 6px 0px;
	letter-spacing: 1px;
	text-align: left;
}

.scard {
	width: 960px;
	margin: 60px auto;
	background: #fdf8da;
	padding: 20px;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05); 
	font-size: 16px;
}
.scard ul {
	list-style: none;
	padding-left: 20px;
}
.scard li {
	margin: 8px 0;
}
.scard a {
	text-decoration: none; 
	color: #0066cc;
}
.scard a:hover {
	text-decoration: underline;
}