/*  cBB Gallery StyleSheet
    --------------------------------------------------------------
	Style:	we_clearblue
	Copyright (c) 2014 CaniDev ( http://www.canidev.com )
    --------------------------------------------------------------
*/

.gallery-top-navigation li + li {
	border-left: 1px dotted #DADADA;
}

.gallery-top-navigation a.active {
	color: #000;
	font-weight: bold;
}

.g-image, .g-album {
	border: 1px solid #CCC;
	font-family: Arial;
	font-size: 11px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.g-meta {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.g-image {
	min-height: 150px;
	max-height: 210px;
	width: 230px;
}

.g-album {
	min-height: 130px;
	width: 180px
}

.g-meta {
	line-height: 1.4em;
	padding: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
}

.g-meta, .g-meta a {
	color: #FFF !important;
}

.g-image:hover .g-meta, .g-album .g-meta {
	background: rgba(0, 0, 0, 0.6);
}

.g-title {
	font-size: 1.1em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.g-author {
	font-size: 0.9em;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.g-image:hover .g-author {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.g-image-slider.over .slider-container {
	background: #FFF;
	border: 1px solid #CCC;
}

.slider-prev-btn.disabled, .slider-next-btn.disabled {
	color: #F0F0F0;
	cursor: default;
}

.g-button, .gallery-pagination a, .gallery-pagination strong {
	background: linear-gradient(to bottom, #FFF, #EAEDF1);
	border: 1px solid #CCC;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 8px;
	text-shadow: #FFF 0.1em 0.1em 0.2em;
	vertical-align: middle;
	line-height: 15px;
	text-decoration: none !important;
}

.gallery-pagination strong {
	background: #FFF;
}

.g-imagedata-container {
	border-top: 1px solid #CCC;
	font-size: 11px;
	margin-top: 10px;
	padding: 10px 20px;
}

.g-block-exif, .g-block-comments, .g-block-tags {
	border-top: 1px solid #CCC;
}

.g-block-title {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.g-author-username {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.g-image-title {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
}

.g-main-stats li {
	color: #898989;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin: 0 14px;
	text-align: left;
}

.g-main-stats li span {
	color: #212124;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.g-image-actions .g-button {
	color: #000;
	font-size: 14px;
}

.g-image-actions .g-button.active {
	color: red;
}

.g-block-tags a, .image-tag-list li {
	background: #CFD6D9;
	color: #212124;
	display: inline-block;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin: 4px;
	padding: 5px 6px;
	text-decoration: none;
}

.g-block-tags a:hover {
	background: #868D91;
	color: #FAFAFA;
}

.g-comment-container dd textarea {
	border: 1px solid #CCC;

	resize: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g-comment-list .comment-author {
	font-weight: bold;
}

.g-comment-list .comment-date {
	color: #808080;
	font-size: 10px;
}

.g-comment-list dl:hover {
	background-color: #F9F9F9;
}

.zoom-overlay a.g-prev-image, .zoom-overlay a.g-next-image {
	color: #888;
}

.zoom-overlay a.g-prev-image:hover, .zoom-overlay a.g-next-image:hover {
	color: #FFF;
}

/* Borders */
.g-button, .gallery-pagination a, .gallery-pagination strong,
.g-block-tags a, .image-tag-list li, .g-comment-container dd textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.g-author-avatar img, .g-comment-container dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}