#monkeyalbum { overflow: auto; }

/* Navigation and breadcrumbs
----------------------------------------*/
#ma-navigation {
	border-bottom: 1px solid #2D6A86;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#ma-nav-upper { margin: 0 0 10px 0; }

#ma-nav-upper ul {
	border-bottom: 1px solid #C1D8E6;
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
}

#ma-nav-upper ul li { display: inline; }

#ma-nav-upper ul li a {
	background: #EAF4FF;
	border: 1px solid #C1D8E6;
	border-bottom: none;
	color: #000;
	font-size: 0.85em;
	font-weight: bold;
	margin-right: 5px;
	padding: 3px 0.5em;
	text-decoration: none;
}

#ma-nav-upper ul li a:hover {
	background: #C1D8E6;
	color: #000;
}

#ma-nav-upper ul li a.current {
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
}

#ma-nav-lower,
#ma-nav-lower-border {
	font-size: 0.9em;
	line-height: 1.25em;
	margin: 0 1em 2em 0;
	min-height: 1.25em;
	position: relative;
}

#ma-nav-lower-border {
}

#ma-collections {
	background: url(icons/folder.png) no-repeat center left;
	font-weight: normal;
	padding-left: 20px;
	position: absolute;
	right: 0;
}

#ma-breadcrumbs {
	font-weight: bold;
	position: absolute;
	left: 0;
}

#ma-displaying {
	font-weight: normal;
	position: absolute;
	right: 0;
}

#ma-imagenav {
	color: #999;
	font-weight: bold;
	position: absolute;
	right: 0;
}

#ma-imagenav span { margin-left: 10px; }

/* Select an album page elements
----------------------------------------*/
div.album-wrapper {
	background: #C1D8E6;
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 270px;
}

div.album-block {
	background: #EAF4FF;
	font-size: 0.9em;
	margin: 0;
	min-height: 184px;
	padding: 10px;
	text-align: center;
}

div.album-block img { display: block; }
div.album-block a { display: block; }
div.album-block a img { border: none; }

div.album-block h3 a {
	color: #2D6A86;
	display: inline;
}

div.album-block h3 a:hover { color: #C30; }

div.album-block h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0;
}

div.album-description {
	margin-bottom: 5px;
	text-align: left;
}

div.album-meta {
	border-top: 1px solid #2D6A86;
	font-size: 95%;
	padding-top: 5px;
	text-align: right;
}

div.album-pagination {
	clear: both;
	color: #CCC;
	font-weight: bold;
	line-height: 2em;
	margin: 0 25px 10px 0;
	text-align: right;
}

div.album-pagination span.page-number a {
	background: #EEE;
	border: 1px solid #999;
	color: #2D6A86;
	font-weight: bold;
	padding: 3px 6px;
	text-decoration: none;
}

div.album-pagination span.page-number a:hover {
	border: 1px solid #C30;
	color: #C30;
}

div.album-pagination span.page-current {
	background: #CCC;
	border: 1px solid #999;
	color: #000;
	font-weight: bold;
	padding: 3px 6px;
}

/* Collection blocks
----------------------------------------*/
div.collection-wrapper {
	background: #C7E2EE;
	float: left;
	margin: 0 7px 10px;
	padding: 10px;
	width: 420px;
}

div.collection-block {
	background: #EEF6FA;
	padding: 10px 25px;
}

div.collection-block a {
	color: #2D6A86;
}

div.collection-block a:hover {
	color: #C30;
}

div.collection-block h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
}

div.collection-block h2 span {
	color: #000;
	font-size: 0.6em !important;
	font-style: normal;
}

/* Thumbnail images
----------------------------------------*/
div.ma-thumb,
div.ma-thumb-favorite {
	float: left;
	margin: 0 7px 10px;
	position: relative;
}

div.ma-thumb a,
div.ma-thumb-favorite a {
	background: #EAF4FF;
	border: 1px solid #C1D8E6;
	color: #000;
	display: block;
	line-height: 0;
	padding: 7px;
}

div.ma-thumb-favorite a {
	background: #FF6;
	border: 1px solid #CC3;
}

div.ma-thumb a:hover,
div.ma-thumb-favorite a:hover {
	background: #FFA700;
	border: 1px solid #F60;
	color: #000;
}

div.ma-thumb img,
div.ma-thumb-favorite img { border: none; }

span.badge {
	background: url(icons/badge2.gif) no-repeat;
	cursor: pointer;
	height: 48px;
	width: 48px;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 100;
}

/* Individual image styles
----------------------------------------*/
span.favorite-tag {
	background: url(icons/star.png) no-repeat center left;
	color: #930;
	float: right;
	font-size: 0.9em;
	margin: 0 0 1em 1em;
	padding-left: 20px;
}

div.ma-image-hq {
	margin: 0 auto;
	text-align: center;
	width: 800px; /* YotCM Specific */
}

div.ma-image-hq a {
	background: #FF6;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: none;
}

div.ma-image-hq a:hover {
	background: #F90;
	color: #000;
}

div.ma-image {
	margin: 0 auto 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 800px; /* YotCM Specific */
}

div.ma-image a {
	border: none;
	height: 100%;
	outline: none;
	overflow: hidden;
	text-indent: -5000px;
	width: 45%;
	opacity: 0;
	filter: alpha(opacity=0);
}

div.ma-image a.ma-previous,
div.ma-image a.ma-previous-oneway {
	background: url(icons/prev.png) no-repeat 15% 25px;
	position: absolute;
	top: 0;
	left: 0;
}

div.ma-image a.ma-next,
div.ma-image a.ma-next-oneway {
	background: url(icons/next.png) no-repeat 85% 25px;
	position: absolute;
	top: 0;
	right: 0;
}

div.ma-image a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/* EXIF information
----------------------------------------*/
p.ma-exif-info {
	background: #EEE;
	font-size: 85%;
	padding: 0.5em;
}

table.ma-exif-info {
	border-collapse: collapse;
	font-size: 90%;
	margin: 0 auto 10px;
}

table.ma-exif-info td {
	border: 1px solid #C1D8E6;
	padding: 2px 5px;
}

table.ma-exif-info th {
	background: #EAF4FF;
	border: 1px solid #C1D8E6;
	color: #000;
	font-weight: bold;
	padding: 2px 5px;
	text-align: right;
}

div.error-message {
	background: #FFFBCC;
	border: 2px solid #F00;
	margin-bottom: 1em;
	padding: 0 1em;
}


