/*
// -------------------------------------------------------------------------------------------
// This stylesheet is used to style the pages when javascript is disabled.
// -------------------------------------------------------------------------------------------
*/

/*
// ---------------------------------------------------
// SEARCH
// ---------------------------------------------------
*/
/* -----------------------
// Search results
----------------------- */
.advancedSearch .active_block+.active_block { margin-bottom:0; }
.advancedSearch .active_block { margin-bottom:15px; border:none; padding:0; }
.active_block .refineResults ul { margin-left:0; margin-right:0; }

/* Generic JS disabled styles for tabs */
.active_block { margin-bottom:10px; border: 0; }
.active_block h2 { margin: 0 0 4px; padding: 0 0 4px; border-bottom: 3px solid #666; font-weight: bold; font-size:1.25em; }

/* Recent items [ my library and biography ] */
.recentItems .active_block { margin-bottom:15px; border: 0; }
.recentItems .active_block ul { padding:0; }


/* -----------------------
// Gallery
----------------------- */
.gallery .thumbs { display:none; }
