/*
Newpost Catch StyleSheet

With the version up of the plug-in, so will be overwritten "style.css" file each time,
I think how to directly edit the "style.css" file and how would you or declined.
If you wish to apply a CSS style on its own,
In the "/wp-content/themes/theme directory/css/" as you please create a "newpost-catch.css".
Please the name of the file to create and "newpost-catch.css". The other is the file name, does not apply.

*/


#npcatch li{
	overflow:hidden;
	clear:both;
	margin:0px 0px 0px;
}

#npcatch img{
	display: block;
	height:auto;
	border:1px solid #b3b3b3;
	background-color:#fff;
	padding:3px;
	margin:0 auto;
}

#npcatch .title{
	width:100%;
	padding:0;
	font-size:15px;
	line-height: 120%;
}
.date{
	margin:5px 15px 2px 15px;
}
.infotech-icon-img{
	background: url("topics_ico.jpg") no-repeat left;
	padding:0 0 0 7px;
	margin:0 15px 20px 15px;
}

.infotech-img-right{

}
.infotech-imgright-main{

}




@media screen and (max-width: 786px) {

#npcatch img{
	width:42%;
	display: block;
	height:auto;
	border:1px solid #b3b3b3;
	background-color:#fff;
	padding:3px;
	margin:5px 0 5px 3%;
	float:left;
}

.infotech-img-right{
width: 49%;  
float: right;  
margin-left: 2%;
margin-right:4%;
}

.infotech-imgright-main{
position: relative;  
margin: 0 0 0 0;
padding:0;
}

.infotech-icon-img{
	background:none;
	padding:5px 0 0 5px;
	margin:0 0 10px 0;
}

.date{
	margin:5px 0 0 5px;
}

}
