﻿/* NextGen Gallery Template Styles */

/* MINI PAPER CLIP GALLERY */
.entry .clip-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clip-gallery li {
	list-style: none;
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
}
.clip-gallery li:hover img {
	border-color: #121314;
}
.clip-gallery img {
	background: #fefefe;
	border: 1px solid #cecece;
	padding: 5px;
}
.clip-gallery em {
	background: #fefefe;
	color: #121314;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #828282;
}
.clip-gallery a {
	text-decoration: none;
}
.clip-gallery span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(../images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}

/* MINI PAPER CLIP ALBUM */
.entry .clip-album {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	float: left;
}

.clip-album li {
	padding: 10px;
	width: 118px;
	margin: 0;
	float: left;
	position: relative;
}
.clip-album li:hover img {
	border-color: #d33d3d;
}
.clip-album img {
	background: #fefefe;
	border: solid 1px #cecece;
	padding: 5px;
}
.clip-album em {
	background: #fefefe;
	color: #121314;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #cecece;
}
.clip-album a {
	text-decoration: none;
}
.clip-album span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(../images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}
.clip-album h4 {
	margin: -3px 0 0;
	color: #5c5c5c;
	font-size: 12px;
}
.ngg-clear {
	display: none;
}

/* TAPED POLARIOD GALLERY */
.entry .tape-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tape-gallery li {
	margin: 20px 5px 5px;
	padding: 8px;
	background: url(../images/polaroid.png) no-repeat;
	float: left;
	position: relative;
	width: 116px;
}
.tape-gallery span {
	background: url(../images/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 19px;
	top: -12px;
}
.tape-gallery em {
	background: url(../images/polaroid-bottom.png) no-repeat;
	height: 30px;
	display: block;
	margin-left: -8px;
	padding: 3px 10px 0 0;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
