/***************************************************************/
/* IP.Board 3 CSS                                              */
/* ___________________________________________________________ */
/* By Rikki Tissier                                            */
/* (c)2010 Invision Power Services                             */
/***************************************************************/
/* ipb_gallery.css - Gallery styles							   */
/***************************************************************/
/* NOTE: This CSS is currently *unoptimized*				   */

#albumRate {
	float: left;
	margin-top: 6px;
}

#albumRate.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#albumLinks {
	float: right;
	margin-top: 10px;
}

.ips_like {
	background-color: transparent !important;
}

#gallery_main_wrap .album_primary {
	overflow: hidden;
	width: 270px;
	float: left;
}
	.album_primary .album_owner {
		background-color: #eef3f8;
		padding: 10px 0px 0px 10px;
		margin-top: 10px;
		min-height: 65px;
	}
	.album_primary .album_owner h3 {
		margin: 0;
	}
	
	.album_primary .album_owner .photo {
		float: left;
		margin-right: 10px;
	}

#gallery_main_wrap .album_primary .featured {
	padding: 14px 10px;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0 auto;
	max-width: 690px;
}

#gallery_main_wrap .album_primary .ription {
	padding: 2px 12px 6px 12px;
	background-color: #eef3f8;
	font-family: Georgia, Times;
	font-style: italic;
}

#gallery_main_wrap .album_thumbnails {
	margin-left: 280px;
	margin-right: auto;
	padding: 14px;
}
	#gallery_main_wrap .album_thumbnails.has_kids {
		margin-right: 28%;
	}
	
	ul.wrap {
		display: block;
	}
		ul.wrap li {
			display: inline-block;
			min-width: 100px;
		}
		
		ul.wrap.three_col {
			position: relative;
			left: 37px;
		}
		
		ul.wrap.four_col {
			position: relative;
			left: 8px;
		} 
		
		ul.wrap.three_col li {
			width: 32%;
		}
		
		ul.wrap.four_col li {
			width: 24%;
		}
			
			ul.wrap li .small
			{
				position: absolute;
				background-color: #528f6c;
				margin-left:90px;
				width: 18px;
				font-size: 0.8em;
				color: #fff;
				font-weight: bold;
				padding: 1px 0px;
				text-align: center;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}

#gallery_main_wrap .album_side_panel {
	float: right;
	width: 27%;
}

/* Container */
#gallery_main_wrap.wcontainer {
	margin: 0 auto 0 auto;
	min-width: 950px;
}

#gallery_main_wrap .album_primary.container {
	overflow: hidden;
	min-width: 650px;
	width: 66%;
	margin-right: 300px;
	float: none;
}

#gallery_main_wrap .album_primary.container p {
	text-align: center;
}

#gallery_main_wrap .album_side_panel.container {
	float: right;
	display: inline-block;
	width: 30%;
	min-width: 284px;
	margin-top: 0px;
}

#gallery_main_wrap .album_primary.container  .description {
		background: url(http://www.omurilikfelclileri.com/public/style_images/master/gallery/trans_bg2.png );
		color: #e2e2e2;
		position: absolute;
		padding: 10px 0px 10px 10px;
		bottom: 0;
		left: 0;
		line-height: 140%;
		width: 100%;
		text-align: left;
	}
	
#gallery_main_wrap .album_thumbnails.detail {
	margin: 10px auto 0 auto;
	padding: 15px 15px 30px 15px;
	max-width: 680px;
}

	#gallery_main_wrap .album_thumbnails.detail ul.wrap {
		padding-left: 10px;
	}
	
	#gallery_main_wrap .album_thumbnails.detail ul.wrap li {
		padding: 4px 11px 4px 11px;
		width: 100px;
	}
	
		#gallery_main_wrap .album_thumbnails.detail ul.wrap .desc {
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 100%;
			line-height: 140%;
		}
		
		#gallery_main_wrap .album_thumbnails.detail ul.wrap .desc a {
			text-decoration: none;
		}

ul.pagination {
	margin-top:6px;
	margin-left: 2px;
}

/* Album DETAIL mode */
#gallery_main_wrap .album_detail {
	
}

#gallery_main_wrap .album_detail table {
	margin: 0 auto;
	width: 1020px;
}

#gallery_main_wrap .album_detail table td {
	margin:4px 4px 10px 4px;
	vertical-align: top;
	text-align: left;
	width: 340px;
}

#gallery_main_wrap .album_detail table td div {
	max-width: 280px;
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}

#gallery_main_wrap .album_detail table td div h3 {
	padding-left: 2px;
}

#gallery_main_wrap .album_detail table td div p.details {
	line-height: 150%;
	margin-top: 8px;
}

#gallery_main_wrap .album_detail table td img.galsmall {
	background-color: #eef3f8;
	padding: 10px;
	margin: 0 auto;
}

.album_owner h3 .desc {
	color: inherit !important;
	font-weight: normal;
}

.GalleryRssIcon {
	margin-top: -3px;
}

.privateAlbumIcon {
	margin-top: -6px;
	opacity: 0.4;
}