/*********************************************************************
	STYLES PLUS_Post_Widget
/**********************************************************************/

.plus-post{
	position: relative;
	width:100%;
	clear:both;
	overflow:hidden;
	margin-top:5px;
}
.plus-post img{
	/*height: 100% !important;*/
	position: relative;
	margin: 0;
}
.plus-post .column-one-fixed{
	width: 100% !important;
}
.plus-post .img_post_widget a{
	font-size: 110%;
}
.plus-post .clear{
	clear: both;
}
.plus-post .img_post_widget{
	margin-bottom:10px;
	line-height: 15px;
	float:left;	
	line-height: 14px;
	font-size: 12px;
}
.plus-post .img_post_widget_line{
	clear: both;
	line-height: 14px;
	font-size: 12px;
}
.plus-post .img_post_widget_line a{
	font-size: 120%;
}
.plus-post .img_post_widget_line .link{
	line-height: 15px;
}
.plus-post .img_post_widget_line .imgWrapper{
	float: left;
	margin-right: 5px;
	position: relative;
}
.plus-post .img_post_widget_line .imgWrapper2{
	float: left;
	margin-left: 5px;

}
.plus-post .img_post_widget .imgWrapper{
	overflow:hidden;
	position: relative;
}
.plus-post .img_post_widget .imgWrapper .img{
	position:relative;
	top:-10px;
}

.wp-widget-post-column{
    overflow: hidden;
}
.wp-widget-post-column li{
    font-size: 100%
}
.wp-widget-post-column li:hover{
    background: #EEEEEE;
}

.show_comments_post{
	position: absolute;
	padding: 3px 8px;
	color: #fff;
	left: 0;
	background: #333;

	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	/*width: 100%; */
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
}

.content_video{
	display: block;
	width: 36px;
	height: 27px;
	position: absolute;
	left: 5px;
	background: url('../../includes/images/play.png') no-repeat;

	opacity: 0.7;
	-khtml-opacity: 0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/*   EFFECT'S  */
/*MORPH*/
.plus-post .morph {

  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;

}

.plus-post .morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
}

/*OPACITY*/
.plus-post .opacity {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.plus-post .opacity:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*********************************************************************
	Custom
/**********************************************************************/
.mynewStyle{
	
}