/*
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 {
	overflow:hidden;
	margin-bottom:15px;
}

.npcatch div {
	vertical-align: top;
	position:relative;
}

.npcatch div a {
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

.npcatch img {
	max-width: 100%;
	height: auto;
	display:block;
}

.npcatch .title {
	overflow: hidden;
	position:absolute;
	bottom:0;
	padding:10px;
	width:100%;
	display: block;
	background:url(bg-promo-title.png);
}

