@charset "utf-8";
@import "reset-min.css";
@import "basic.css";
@import "menu.css";
@import "form.css";

body{
	background-color:#333333;
}
#container{
	margin:0 auto;
	margin-top:10px;
	min-height:650px;
    min-width:950px;

}
.pin{
	width: 230px;
	font-size: 11px;
	background-color: white;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	margin-right:20px;
	margin-bottom:20px;
	opacity:0.8;
}
.pin:hover{
opacity:1;
cursor:pointer;
}
.description{
	padding:10px;
	font-weight:bold;
}
.convo{
margin: 0 -15px;
padding: 10px 15px 35px;
background-color: #dfdfdf;
color: #888;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
}
.convo img {
}
.convo p {
font-size:12px;
}
.convo p a{
	color: #888;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
	font-size:12px;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
#poste{
font-size:10px;
float:right;
margin-top:15px;
}
.loveagenda{
float: left;
margin: 5px -5px -5px;
width: 0;
color:#888888;
font-size:12px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.9);
}