/*for home page img format, not used*/
.acprog {
    float: left;
    width: 80px;
    margin-right: 15px;
    margin-bottom:0px;
}
.acprog1 {
    float: left;
    width: 50px;
    margin-right: 15px;
    margin-bottom:-30px;
}
/* home page lcp title color1 */
.color1 a:link {
	color: #4590c5;
		font-size:20px;
		font-weight: bold;
		font-family: Georgia, "Times New Roman", "Microsoft YaHei";
}
/* Related Posts every page lcp title color2 */
.color2 a:link {
	color: black;
		text-align: center;
    margin: 0px auto;
    display:block;
		font-size: 13px;
		font-weight: bold;
}
/*home page image for border and shadow */
.imgborder
{ border-width: 1px; border-color: #ddd; border-style: solid; 
		border-radius:5px 5px;
		padding: 5px;
	box-shadow: 4px 4px 3px 4px #ccc;
  width: 90px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
		margin-top:5px;
				margin-left:-10px
}
/* image for border and shadow, for Related Posts in different category */
.imgborder1
{ border-width: 1px; border-color: #ddd; border-style: solid; 
		border-radius:5px 5px;
		padding: 2px;
	box-shadow: 2px #ccc;
  width: 70px;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
		margin-top:10px;
				margin-left:-5px
}
/* homepage create line separator */
.new {
				box-shadow: 5px 5px 10px 5px #ccc;
	color: #008000;
		font-size: 15px;
		border-bottom: 1px solid red;
margin:0px -20px;
		border-radius:5px 5px;
		padding:15px 5px 15px 5px;
}
/* for excerpt of Related Posts at the bottom */
.new3{
				box-shadow: 5px 5px 10px 5px #ccc;
		color: #008000; 
	font-size: 12px;
				border-bottom: 1px solid red;
margin-bottom:15px;	
		margin-top:5px;
		margin-right:-15px;
		margin-left:-15px;
    				border-radius:5px 5px;
		padding-bottom:20px;
		padding-right:5px;
		padding-left:5px;
		padding-top:20px;
}
/* for styling video, not used */
.video-style{
border-width: 1px; border-color: #ddd; border-style: solid; padding: 3px;
margin: 30px 2px 2px 0;
}
/* make video responsive, not used */
.videosize {
	position: relative;
	width: 100%;
	top: 0;
	height: auto
}
/*p or div style bg rice yellow*/
p.rice {
		background-color: #eee6bf;    padding: 30px;
}
.drice {
		background-color: #eee6bf;    padding: 25px; margin-top:20px
margin-bottom:20px}
.rice {
		background-color: #eee6bf;    padding: 25px;
}
/* indented parapraph */
.inp {
		 padding: 10px; background-color: #f5c593;	
}
content-box {background-color:#eee6bf} 
.has-background1{padding:5px;
}
.entry-header figure{
  display: none !important;
}
body.responsive.layout-full #page-wrapper .full-container {
max-width: 960px;  

@media all and (max-width: 767px) {
            #container {
                width: 100%;
                margin: 0 auto;
                background-color: red;

