body.search .content_title {
  margin-bottom: 10px;
  padding: 0;
}
body.search .content_title:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
body.search .content_title { /* IE fix */ zoom: 1; }



/* PHOTOS APP
------------------------------------------------------------------ */
.photo_detail .previous_next h2 { font-size:16px; margin-bottom:.5em;}

.photo_detail .previous_next, .gallery_photo_detail .previous_next { margin-bottom: 10px; overflow: hidden;}
.photo_detail .previous_next div, .gallery_photo_detail .previous_next div { float: left; width: 120px; }
.photo_detail .previous_next .previous, .gallery_photo_detail .previous_next .previous { margin-right: 10px; padding-left: 20px; background: url(../../ellington_default_old/images/arrows/less_than.gif) 0 50% no-repeat; }
.photo_detail .previous_next .next, .gallery_photo_detail .previous_next .next { margin-left: 10px; padding-right: 20px; background: url(../../ellington_default_old/images/arrows/greater_than.gif) 100% 50% no-repeat; }
.photo_detail .previous_next .no_photo, .gallery_photo_detail .previous_next .no_photo { margin: 0; padding: 30px 10px 0 10px; height: 70px; background: #eee; font-size: 13px; line-height: 18px; font-weight: bold; text-align: center; color: #777; }
.photo_detail .previous_next a img, .gallery_photo_detail .previous_next a img { display: block; }


/* WEBLOGS APP
------------------------------------------------------------------ */
.entry_detail .content { overflow:auto; }
.entry_detail .content img { max-width:640px; }
