.cprev{
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	min-height:100px;

}

.cprev .ctitle a{
	text-decoration: none;
	font-weight: bold;
	color: #333;
	font-size:12pt;
}

.cprev .cdate{
	width:200px;
	background:#c19;
	right:0;
}

/* Post */

.post-content{
	padding:0;
	margin:0;
}

.post {
	margin-top: 20px;
	border-bottom: 1px dashed #aaa;
}

.post:last-of-type {
	border-bottom: none;
}

.post .date {
	float: left;
	width: 45px;
	height: 50px;
	margin: 0;
	margin-top:5px;
	padding:0;
	margin-right: 20px;
	padding-top: 2px;
	background: #514F42;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;

background: -moz-linear-gradient(top,  rgba(41,154,11,1) 0%, rgba(63,153,38,0.87) 30%, rgba(90,153,73,0.58) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,154,11,1)), color-stop(30%,rgba(63,153,38,0.87)), color-stop(100%,rgba(90,153,73,0.58))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(63,153,38,0.87) 30%,rgba(90,153,73,0.58) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(63,153,38,0.87) 30%,rgba(90,153,73,0.58) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(63,153,38,0.87) 30%,rgba(90,153,73,0.58) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(41,154,11,1) 0%,rgba(63,153,38,0.87) 30%,rgba(90,153,73,0.58) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#945a9949',GradientType=0 ); /* IE6-9 */

border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-right-radius:5px; 
border-bottom-left-radius:5px;

-webkit-box-shadow: 0px 5px 5px -5px rgba(30, 30, 30, 0.96);
-moz-box-shadow:    0px 5px 5px -5px rgba(30, 30, 30, 0.96);
box-shadow:         0px 5px 5px -5px rgba(50, 50, 50, 0.96);

}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	margin:0 1px 0 1px;
	margin-top: 5px;
	margin-bottom:1px;
	font-size: 25px;
	background:#fff;
	color: #10820A;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 93%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(93%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom-right-radius:5px; 
	border-bottom-left-radius:5px; 
}

.post .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	padding-left: 55px;
	font-size: 12pt;
}

.post .title h2 {
	padding: 0;
	margin: 0;
}

.post .hr1 {
}

.post .meta {
	margin: 5px 0 10px 50px;
	padding: 0;
	padding-left: 15px;
	color: #979680;
	line-height:normal;
}

.post .meta a {
	color: #828282;
}

.post .wrap{
	clear:both;
	height:5px;
}

.post .entry {
	font-size:10pt;
	margin: 0;
	padding: 0 0 20px 0;
	/*border-bottom: 1px dashed #888855;*/
}

.post .entry  .lmar{
	margin: 0;
	padding: 0 0 0 65px;
}


.post .entry a img.imgWrap{
	display:block;
	float:left;
	margin:5px 15px 5px 0px;
	width:90px;
}

.post .entry .txt, .post .entry .txt2{
	display:block;
	float:left;
}

.post .entry .txt2{
	width:575px;
}


.post .entry p{
	text-align:justify;
	text-justify:inter-word;
}

.entry ul li, .entry ol li{
	margin-left:40px;
	text-align:justify;
	text-justify:inter-word;
}

.post .entry p.read{
	margin-right:10px;
	text-align:right;
}
.post .entry p.read a, .back-link{
	color:#105711;
}


.post .title a{
	color: #111;
	text-decoration: none;
}


.post .entry p a{
	color:#666;
}

.back-panel{
	text-align:right;
	padding-right:35px;
}

.back-link{
	margin-bottom:60px;	
}

.post .title a:hover, .post .entry p a:hover, .back-link:hover{
	color:#105711;
}

.img_detail{
	max-width:500px;
}


.gcontainer{
	margin:0 auto;
	margin-top:20px;
	padding:0;
	width:720px;
}

.gcontainer h3{
	font-family: 'PT Sans', sans-serif;
	margin-bottom:20px;
	font-weight: bold;
	font-size:16pt;
}

.glist, .glist_detail{
	margin: 8px;
	padding:5px;
	display:block;
	float:left;
	border-radius: 5px;
	width:210px;
	height:210px;
	background: white;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glist_detail{
	height:165px;
}

.glist .cimg, .glist_detail .cimg{
	position:relative;
	width:200px;

	margin:0 auto;
	padding:0;
	margin-top:6px;
	z-index:0;
	
		overflow:hidden;
	height:132px;
}

.glist_detail .cimg{

}

.glist .cdate, .glist_detail .cdate{
	position:absolute;
	width:70px;
	bottom:0px;
	right:0px;
	background:#ccc;
	color:#BF2300;
	z-index:2;
	font-weight:bold;
	font-size: 11px;
	filter: alpha(opacity=50);
	opacity: 0.5;	
}

.glist .cimg a, .glist_detail  .cimg a{
	display:block;
	width:200px;	
}

.glist .cimg a:after, .glist_detail  .cimg a:after{
	position:absolute;
	display:block;
	content:'\A';
	width:200px;
	height:132px;
	top:132px;
	background:#111;
	filter: alpha(opacity=30);
	opacity: 0.3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.glist .cimg a:hover:after, .glist_detail  .cimg a:hover:after{
	top:0;
	filter: alpha(opacity=20);
	opacity: 0.2;	
}



.cimg a:nth-child(1){
	width:200px;
	filter: alpha(opacity=70);
	opacity: 0.7;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.cimg a:hover:nth-child(1){
	filter: alpha(opacity=100);
	opacity: 1.0;
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.6);
}


.glist .cimg_title , .glist_detail  .cimg_title{
	font-family: 'PT Sans', sans-serif;
	margin-top:4px;
	text-align: center;
}
.glist .cimg_title a, .glist_detail  .cimg_title a{
	color: #111;
	text-decoration: none;
}

.glist .cimg_title a:hover, .glist_detail .cimg_title a:hover{
	color:#105711;
}

.gwrap{
	clear:both;
	height:5px;
}







.mini-glist, .mini-glist_detail{
	margin: 8px;
	padding:5px;
	display:block;
	float:left;
	border-radius: 5px;
	width:200px;
	height:160;
	background: white;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mini-glist_detail{
	height:180px;
}

.mini-glist .cimg, .mini-glist_detail .cimg{
	position:relative;
	width:190px;

	margin:0 auto;
	padding:0;
	margin-top:6px;
	z-index:0;
	
		overflow:hidden;
	height:132px;
}

.mini-glist_detail .cimg{

}

.mini-glist .cdate, .mini-glist_detail .cdate{
	position:absolute;
	width:70px;
	bottom:0px;
	right:0px;
	background:#ccc;
	color:#BF2300;
	z-index:2;
	font-weight:bold;
	font-size: 11px;
	filter: alpha(opacity=50);
	opacity: 0.5;	
}

.mini-glist .cimg a, .mini-glist_detail  .cimg a{
	display:block;
	width:190px;	
}

.mini-glist .cimg a:after, .mini-glist_detail  .cimg a:after{
	position:absolute;
	display:block;
	content:'\A';
	width:190px;
	height:132px;
	top:132px;
	background:#111;
	filter: alpha(opacity=30);
	opacity: 0.3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mini-glist .cimg a:hover:after, .mini-glist_detail  .cimg a:hover:after{
	top:0;
	filter: alpha(opacity=20);
	opacity: 0.2;	
}



.cimg a:nth-child(1){
	width:190px;
	filter: alpha(opacity=70);
	opacity: 0.7;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.cimg a:hover:nth-child(1){
	filter: alpha(opacity=100);
	opacity: 1.0;
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.6);
}


.mini-glist .cimg_title , .mini-glist_detail  .cimg_title{
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	margin-top:4px;
	text-align: center;
}
.mini-glist .cimg_title a, .mini-glist_detail  .cimg_title a{
	color: #111;
	text-decoration: none;
}

.mini-glist .cimg_title a:hover, .mini-glist_detail .cimg_title a:hover{
	color:#105711;
}

.mini-gwrap{
	clear:both;
	height:5px;
}



