/*
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;
  list-style-type:none;
  display: inline-block;
  border: 1px solid #cccccc;
  width:110px;
  height:154px;
  text-align: center;
}

#npcatch img{
	padding:5px 5px 0px 5px;
}

#npcatch .title{  
        font-size:12px;
	overflow:hidden;
	padding:2px 5px 5px 0px;
	clear:both;
}

#npcatch li:hover{
}

#npcatch li:hover .title{
}

#npcatch li:hover .title a{
}

#npcatch li:hover .date{
}
