/*
CSS Name: lma
Description: lma css for nextgen gallery
Version: 1.0
*/


/* ----------- Album Styles Extend -------------*/

.lma-albumoverview {
	display:block !important;
	border: 0px solid #bbb;
	padding: 0px;
	margin-bottom: 25px;
}

.lma-albumoverview h2 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  color: #E05500;
	font-size: 30px;
}

.lma-album {
	position: relative;
	background-color: #dedede;
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 270px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.lma-thumbnail {
	float: left;
	padding: 10px;
}

.lma-albumtitle {
	float: left;
	padding: 10px 10px 10px 0px;
	width: 150px;
}

.lma-albumtitle a {
  padding: 0px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #111;
  font-size: 15px;
  font-family: Dosis;
  text-transform: uppercase;
  text-transform: uppercase;
}

.lma-albumtitle span {
  display: block;
  padding-top: 7px;
  color: #666;
}

.lma-thumbnail img {
  width: 90px;
  height: 67px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.lma-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.lma-gallery-title {
	position: relative;
	margin-bottom: 10px;
	background-color: #dedede;
	width: 890px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.lma-gallery-title h2 {
	float: left;
	width: 720px;
	margin: 0px;
   color: #333;
}

.lma-gallery-title-back {
	float: left;
	width: 165px;
	text-align: right;
	padding-top: 15px;
	border: 0px solid #000;
}

.lma-gallery-title-back a {
  text-decoration: none;
  margin-right: 10px;
}

.lma-gallery-title-back a:hover {
	text-decoration: underline;
}

.lma-galleryoverview h2 span {
  padding: 10px;
  display: block;
}

.lma-gallery-thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.lma-gallery-thumbnail span {
  background-color: #000;
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding: 6px 9px 6px 9px;
  color: #fff;
  font-size: 12px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  font-weight: bold;
}

.lma-gallery-thumbnail img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.lma-clear {
	clear: both;
}
