/*

	Zen Photo ParqueChatun 1.0
	
*/

/* Basics
------------------------------ */
#main {
	text-align: left;
	margin: 0px auto;
	width: 685px;
	padding: 20px 30px 70px;
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	margin-bottom: 20px;
	/*min-height: 40px;
  _height: 40px;*/
}

/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#imagemetadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 2em;
  right: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
	
	
	font-size: medium;	
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
	font-size: medium;	
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	color: #999999;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {

	display: block;
	padding: 9px;
	line-height: 0px;
	border-bottom:2px dotted  #fefad5;
 background:transparent url(../images/back_actividad22.jpg) no-repeat scroll center center;
}

.imagethumb a:hover {
	background-color: #f3f3f3;
border-bottom:2px dotted  #993333;


}
.imagethumb {
	float: left;
	margin: 0px 9px 12px 0px;

}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 305px;
	
	background:transparent url(../images/bg_info.jpg) no-repeat scroll left bottom;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}

.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/*adaptacion de chatun*/
.album h2, h2 a {
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding:0px 0px 5px 10px;
	color: #B83F16;
	text-decoration:none;
	background:url(images/bg_h2.gif) no-repeat left bottom;
}
.album h2 a:hover {
font-size: 18px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	color: #698201;
	text-decoration:underline;
}
.album h3 a{
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	color: #698201;
}
.album h4, h4 a {
	padding:0px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #126488;
	text-decoration:none;
}

.album h4 a:hover{
text-decoration:underline;
}
.clear {
	clear: both;
}
/*fin de al adaptacion*/

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 300px;
	text-align: center;
}
.li .imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.li .imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}
#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}

