/*

	Wordpress Integration 1.0
	
*/

/* Basics
------------------------------ */
#zenphoto {
	text-align: center;
	margin: 20px auto;
	width:100%;
}

#zenphoto h2 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-align:center;
	margin:12px;
}

#zenphoto .album img {
    float:left;
    margin-left: 10px;
    /* margin:0px 15px 0px 30px; */
}

#zenphoto #images img { margin:4px;}

#zenphoto .imagethumb { display:inline;}

#zenphoto .album { 
	float:left;
	width: 50%;
	vertical-align:text-top; 
	margin-top:15px;
}

#zenphoto .albumdesc {
	float:right;
	width: 175px;
	margin-right:12px;
	text-align:left;
	vertical-align:text-top;
	padding:0px !important;
}

#zenphoto .albumdesc h3{ 
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;

	vertical-align:top; 
	margin:0px; 
	padding:0px;
}

#zenphoto #album-images img {
	margin: 10px;	
}

#zenphoto #album-images {
	text-align:center;	
}


#zenphoto #credit {
    text-align:center;
}
#zenphoto a#credit {
    display:block;
    width:100%;
}

#zenphoto img { /*padding:4px;*/ border: solid 1px #8f8f8f;}

	
#zenphoto #albumViewDescription {
	margin-left: 91px;
	width: 617px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
	

#zenphoto .comment {
	margin-bottom: 10px;
}
	
#zenphoto #narrow {
	margin: 10px auto;
	width: 525px;
	text-align: left;
}


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

#zenphoto #enableSorting {
	text-align: center;	
}

#zenphoto .imgnext, #zenphoto .imgprevious {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;	
}

