/* CSS for Preachit Teacher list view */

/* list view */

.list .listblock {border-bottom: 1px solid #666666; margin: 0 10px; padding: 10px 0; }

.list .teachername {font-size: 18px; font-weight: bold; padding: 15px 0 7px 0; }

.list .teacherdescription {color: #999999;}

.list .teacherimage {margin: 5px 10px 5px 5px; position: relative; border: 1px solid #D5D5D5; padding: 4px; background: transparent; float: left;}

/* gallery view */

.gallery .listblock {border-bottom: 1px solid #666666; margin: 0 10px; padding: 10px 0; height: 300px; }

.gallery .gallery_column {float: left; margin: 0 20px;}

.gallery .teachername {font-size: 16px; font-weight: bold; padding: 15px 0 7px 0; text-align: center;}

.gallery .teacherimage {margin: 5px 10px 5px 5px; position: relative; border: 1px solid #D5D5D5; padding: 4px; background: transparent;}

/* custom */

.custom .listblock {border-bottom: 1px solid #666666; margin: 0 10px; padding: 10px 0; }

.custom .teachername {font-size: 18px; font-weight: bold; padding: 15px 0 7px 0; }

.custom .teacherdescription {color: #999999;}

.custom .teacherimage {margin: 5px 10px 5px 5px; position: relative; border: 1px solid #D5D5D5; padding: 4px; background: transparent; float: left;}


