/* top nav manu */ 
nav#top_nav_bar ul.right { float:left !important; } 

/* header */
header#siteHeader {  padding-top:15px;  } 

/* rounded member avatars */
.member-avatar { border-radius: 50%; border: 2px solid #C33938; }
#memberProfilePage  .cropped-image-container { border-radius: 50%; border:2px solid #C33938; }

/* support topic list boxes */
.h-questionshark-support-topic {
padding-bottom:20px;
border-bottom:3px dotted #dfdfdf;
}
.h-questionshark-topic-title { text-transform:uppercase; }

.h-questionshark-topic-list .section-box-header {
background-color:#ffffff;
border:none;
margin-bottom:10px;
}
.h-questionshark-topic-list .section-box-header h3 {
color: #cddff3;
font-size: 1.4rem;
font-weight:700;
}
.h-questionshark-featured-topic-list {
background-color: #cddff3;
border: 1px solid #22568e;
}
.h-questionshark-featured-topic-list .section-box-header {
background-color: #cddff3;
border:none; 
}

.h-questionshark-featured-topic-list .section-box-header h3 {
font-size: 1.4rem;
font-weight:700;
}

/* QuestionShark left side menu - set icon color */
.h-questionshark-navigation i.fa {
color:#ffffff;
}

/* widgets */
.widget-box {
margin-bottom:35px;
}

/* remove breadcrumbs on home page */
body#homePage .breadcrumbs { display:none; }
body#homePage #pageContentRow {
margin-top:20px;
}

/* increase size of avatars in the online now widget */
.h-online-now-members img {
width:50px;
height:50px;
}

/* add blobbiness to member directory avatars */
#membersPage .h-member-box:nth-child(2n+1) img.member-avatar,  
.h-members-grid:nth-child(2n+1) img.member-avatar, 
.widget-box:nth-child(2n+1) img.avatar-list  {
  border-top-left-radius: 59%;
  border-top-right-radius: 52%;
  border-bottom-left-radius: 59%;
  border-bottom-right-radius: 56%;
  transform: rotate(-6deg);
}
#membersPage .h-member-box:nth-child(2n+1) img.member-avatar:hover, 
.h-members-grid:nth-child(2n+1) img.member-avatar:hover,  
.widget-box:nth-child(2n+1) img.avatar-list:hover {
  border-top-left-radius: 51%;
  border-top-right-radius: 67%;
  border-bottom-left-radius: 64%;
  border-bottom-right-radius: 56%;
  transform: rotate(-4deg); 
}


 