/*

	Wordpress Integration 1.0
	
*/

/* Basics
------------------------------ */
#zenphoto {
}

#zenphoto h1 {
}

#zenphoto h1 a {
    display:inline;
}

#zenphoto .album img {
    float:left;
    margin:0px 15px 0px 30px;
}

#zenphoto #images img { margin:4px;}

#zenphoto .imagethumb { display:inline;}

#zenphoto .album { vertical-align:text-top; margin-top:15px;}

#zenphoto .albumdesc {
    vertical-align:text-top;
    padding:0px !important;
}

#zenphoto .albumdesc h2 { vertical-align:top; margin:0px; padding:0px; font-size:1.8em; border:0; letter-spacing:0;}

#zenphoto .albumdesc h2 a { text-decoration:none; color:#000;}

#zenphoto .albumdesc small { display:block; margin:6px 0 6px 0;}

#zenphoto img { padding:4px; border: solid 1px grey;}

#zenphoto #album-images img { margin:0 0 4px 4px;}

#zenphoto #image { margin:12px auto 12px auto; text-align:center;}

#zenphoto #narrow #imagedesc { text-align:center;}


/* Page Navigation
------------------------------ */
#zenphoto .pagelist { text-align:center; }

#zenphoto ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}

#zenphoto #image ul.pagelist { margin:4px 0 0 0;}

#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 #image ul.pagelist li.prev {
	margin-right: 0px;
}

#zenphoto #image ul.pagelist li.next {
	margin-left: 0px;
}

#zenphoto .disabledlink {
	color: #ddd;
	cursor: default;
}

#zenphoto .pagenav {
	clear: both;
}
