/*
Plugin Name: Pinterest Pin It Button For Images
Plugin URI: http://www.canha.net
Description: Displays a Pin It button directly over your images
Author: Canha
Author URI: http://www.canha.net
Version: 1.0.1
*/
/*	-----------
		BASE STYLES
		-----------
*/

/* -------------------[ Pinterest Pin It Button For Images - Plugin Styles ]------------------- */

.pibfi_pinterest {
  position: relative; display: block;
  margin-bottom: 15px; 
}

.pibfi_pinterest .xc_pin {
  position: absolute; top: 5px; display: none; 
  width: 75px; height: 35px; margin-left: -1px; 
  background-image: url('http://www.intimateweddings.com/wp-content/themes/intimateweddings/images/blog/pinitbutton.png'); background-repeat: none; 
  opacity: 0;
  cursor: pointer;
}

.pibfi_pinterest img.left + .xc_pin {
  margin-left: 0;
}

.pibfi_pinterest .xc_pin,
.pibfi_pinterest img { 
  -webkit-transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out; transition:opacity .2s ease-out;
}

.pibfi_pinterest img:hover + .xc_pin,
.pibfi_pinterest_hover {
  opacity: .9;
}

.pibfi_pinterest .xc_pin:hover {
  opacity: 9;
}