@charset "utf-8";
/* CSS FOR THE NEW ALBUM OUTPUT ADDED OCTOBER, 2013 */

.row1 .albums-wrapper	{
	overflow: hidden;
	width: 620px;
	height: auto;
}

.albums-wrapper .album-wrap	{
	height: 126px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #202020;
}

.albums-wrapper .album	{
	overflow: hidden;
	width: 612px;
	height: 118px;
	padding: 4px;
	margin-bottom: 5px;
	background-color: #060606;
}

.albums-wrapper .alternate	{
	background-color: #0B0B0B;
}

.albums-wrapper .featured	{
	padding-left: 4px;
	padding-right: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #191919;
}

.album .thumb	{
	float: left;
	overflow: hidden;
	width: 174px;
	height: 118px;
	text-align: center;
	margin-right: 5px;
}

.album .thumb img	{
	width: 174px;
}

.album .info	{
	float: left;
	width: 433px;
	height: 118px;
}

.album .info .event, 
.album .info .album_row2, 
.album .info .album_row3	{
	overflow: hidden;
}

.album .info .event	{
	width: 423px;
	height: 23px;
	padding: 2px 5px 2px 5px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #090909;
}

.alternate .info .event	{
	background-color: #0E0E0E;
}

.album .info .album_row2	{
	width: 419px;
	height: 54px;
	padding: 0 9px 0 5px;
}

.album .info .album_row2 .row2col1	{
	float: left;
	width: 174px;
	height: 54px;
	margin-right: 3px;
	font-size: 13px;
}

.album .info .album_row2 .row2col2	{
	float: left;
	width: 242px;
	height: 54px;
	margin-bottom: 2px;
	text-align: right;
	font-size: 13px;
}

.album_row2 .pictures, 
.album_row2 .aviews, 
.album_row2 .pviews, 
.album_row2 .albumdate, 
.album_row2 .place, 
.album_row2 .created	{
	height: 14px;
	margin-bottom: 4px;
	color: #CCCCCC;
}
.album_row2 .pviews {
	display: none;
}

.album .info .album_row3	{
	width: 419px;
	height: 27px;
	padding: 4px 7px 2px 7px;
/**	border-top: 2px solid #090909; **/
}

.alternate .info .album_row3	{
/**	border-top: 2px solid #0E0E0E; **/
}

.album_row3 .users, 
.album_row3 .view	{
	display: inline;
	float: left;
}

.album_row3 .users	{
	width: 317px;
	height: 27px;
	margin-right: 10px;
}

.album_row3 .users .user-result	{
	overflow: hidden;
	float: left;
	width: auto;
	height: 27px;
	margin-right: 10px;
}

.album_row3 .users .icons, 
.album_row3 .users .name	{
	float: left;
}

.album_row3 .users .icons	{
	float: left;
	width: 28px;
	height: 25px;
	padding-top: 2px;
	overflow: hidden;
	margin-right: 7px;
}

.album_row3 .users .icons img	{
	height: 25px;
}

.album_row3 .users .name	{
	overflow: hidden;
	float: left;
	width: auto;
	height: 19px;
	padding-top: 8px;
}

.album_row3 .view	{
	width: 92px;
	height: 21px;
	padding: 4px 0 2px 0;
	text-align: right;
}

.album_row3 .view a	{
	display: inline-block;
	width: 76px;
	height: 15px;
	padding: 3px 6px;
	text-align: center;
	font-weight: bold;
	border-radius: 2px;
	background: #FFF;
	color: #000;
}

.album_row3 .view a:hover	{
	background: #CCC;
}

.albums-wrapper .morelink	{
	overflow: hidden;
	width: 618px;
	height: 40px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #202020;
}

.albums-wrapper .endofresults	{
	height: 31px;
	padding-top: 9px;
}

.morelink a	{
	display: block;
	width: auto;
	height: 31px;
	padding-top: 9px;
	background-color: #040404;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#080808),
			to(#020202)
		);
	background:
		-moz-linear-gradient(
			top,
			#080808,
			#020202
		);
}

.morelink a:hover	{
	background-color: #040404;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#181818),
			to(#080808)
		);
	background:
		-moz-linear-gradient(
			top,
			#181818,
			#080808
		);
}
