#zenphoto {
    margin: 20px 0 0 0;
}

#zenphoto .bread {
    float: right;
}

#zenphoto .archivelink {
    display: block;
    text-align: right;
    background: url(images/arrow.png) right bottom no-repeat;
    padding: 7px 32px 0 0;
    height: 23px;
}

#zenphoto .subalbums {
    clear: both;
}

#zenphoto div.currentmonth {
    width: 420px;
    float: left;
}

#gallerytitle {
    margin: 0 0 30px 0;
}

#zenphoto div.currentmonth h3 {
    padding: 0;
}

#zenphoto div.albumlist {
    float: right;
    text-align: center;
}

#zenphoto .subalbums ul li {
    border: 1px solid #E0DCD0;
    padding: 10px;
    margin: 0 0 16px 0;
    overflow: auto;
}

#zenphoto .subalbums ul li img {
    float: left;
    padding: 0 10px 0 0;
}

#zenphoto .subalbums ul li .subinfo a {
    display: block;
    font-size: 140%;
    padding: 10px 0 0 0;
}

#zenphoto .subalbums ul li .subinfo span {
    display: block;
}

#zenphoto span.subcount, #zenphoto span.albumcount {
    color: #98877C;
    font-style: italic;
    padding: 0 0 10px 0;
}

#zenphoto div.currentmonth span.albumcount {
    font-size: 110%;
    display: block;
}

#zenphoto div.albumlist div.album {
    margin: 0 0 20px 0;
}
#zenphoto div.albumlist div.album img {
    margin: 0 auto;
}
#zenphoto div.albumlist div.album h4 {
    margin: 0 0 8px 0;
}

/* IMAGES */
#zenphoto .albuminfo h2 {
    color: #725A44;
    padding: 0;
}
#zenphoto .albuminfo span {
    display: block;
    font-size: 110%;
    margin: 0 0 2px 0;
}
#zenphoto .albumdesc {
    margin:10px 0;
    padding: 10px 0;
    border-top: 1px dashed #E0DCD0;
}
#zenphoto .albumdesc h4 {
    color: #725A44;
}
#zenphoto #images div.image {
    float: left;
    margin: 4px 0 0 4px;
}
#zenphoto #images {
    background: url(images/galimgmain.png) repeat-y;
}
#zenphoto #images .imagewrapper {
    padding: 0 16px;
}
#zenphoto #images .imagesheader {
    background: url(images/galimgtop.png) no-repeat;
    padding: 18px 0 0 20px;
    font-size: 110%;
}
#zenphoto #images .imagesfooter {
    background: url(images/galimgbottom.png) no-repeat bottom;
    height: 20px;
    clear: left;
    padding: 20px 0 0 0;
}

/* image page */
#zenphoto div.bigimage {
    text-align:center;
    border: 2px solid #CCCCCC;
    background: #EEEEEE;
    padding:20px;
    margin: 0 0 10px 0;
}
#zenphoto div.bigimage img {
    margin: 0 auto;
    border:2px solid #444444;
}
#zenphoto div.bigimage div.imgnav {
    padding: 10px;
    font-size:110%;
}
#zenphoto div.bigimage div.imgnav a.prev {
    float:left;
    color:#444444;
}
#zenphoto div.bigimage div.imgnav a.next {
    float:right;
    color:#444444;
}

/* archive */
#zenphoto ul.archive {
    padding: 0 0 20px 20px;
}
#zenphoto ul.archive li.year {
    font-size: 140%;
}
#zenphoto ul.archive ul.month {
    font-size: 80%;
    list-style-image:url(../../../assets/images/icons/sml-arrow.png);
    list-style-position:outside;
    list-style-type:none;
    padding-left:12px;
    margin: 0 0 20px 20px;
}
#zenphoto #search_form {
	margin: 10px;
}
#searchfields_icon {
	display: inline;
}