/* BEGIN CSS PORTFOLIO */
.sortable ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 0;
}
.sortable li {
	float: left;
	/*width: 221px;*/
	position: relative;
	height: 260px;
	list-style: none;
	margin-left: 20px;
	overflow: hidden;
}
.sortable .content {
	display: none;
	position: absolute;
	top: -25px;
	left: -14px;
	background-color: #e2e2e2;
	width: 160px;
	height: 120px;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.sortable li.hover div.content {
	display: block;
}
.sortable .content h5 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #1e71ac;
}
.sortable p {
	height: 20px;
	overflow: hidden;
}
.sortable h5 {
	/*font-family: 'Asap', sans-serif;*/
}
.sortable div.content div.row {
	padding: 4px 0;
}
.sortable div.content div.row span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	padding: 2px 5px 3px 5px;
}
.sortable div.content div.row span.name {
	width: 75px;
	margin-right: 15px;
}
.sortable div.content div.row span.detail {
	margin-right: 4px;
}
/* zoom and more button */
.sortable li a.folio-more, .sortable li a.folio-zoom {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 25px;
	width: 95px;
	background: url(http://www.linkedmediagroup.com/wp-content/themes/Diaryland/images/but2.png) 50% 50% transparent;
	background-repeat: no-repeat;
}
.sortable li a.folio-more2, .sortable li a.folio-zoom {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 25px;
	width: 95px;
	background: 50% 50% transparent;
	background-repeat: no-repeat;
}
/* zoom button */
.sortable li a.folio-zoom {
	background: url(http://www.linkedmediagroup.com/wp-content/themes/Diaryland/images/but1.png) 50% 50% #484848;
	right: 95px;
	background-repeat: no-repeat;
}
/* PORTFOLIO COLORS */
.portfolio li a.folio-more, .portfolio div.content div.row span.name {
	background-color: #1e71ac;
	color: #ffffff;
}
.pinfo {
	margin-top: 7px;
}
.portfolio a:link {
	text-decoration: none;
	color: #000;
}
.portfolio a:visited {
	text-decoration: none;
	color: #000;
}