/* header */
header#siteHeader { margin-top:30px; }
.header-space {
padding-top:10px;
padding-bottom:10px;
background-color:#ffffff;
text-align:center;
}

/* main nav menu */
nav.top-bar {
  text-align: center;
}

section.top-bar-section > ul.right {
  float: none !important;
  display: inline-block;
} 

/* shade forum/survey boxes */
.h-ubb-directory-forum-box, .h-ubb-topic-list-box, .h-survey-list-box {
margin-bottom:10px;
}
.h-forums-list .section-box-contents, .h-topic-list .section-box-contents, #surveyListContainer .section-box-contents {
padding:0;
}
#surveyListContainer .section-box-header {
margin-bottom:10px;
}
.h-ubb-directory-forum-box {
background-color:#f8f8f8;border:1px solid #dfdfdf;padding:10px;
}
.h-ubb-topic-list-box {
background-color:#f8f8f8;border:1px solid #dfdfdf;padding:10px;
}
.h-survey-list-box {
background-color:#f8f8f8;border:1px solid #dfdfdf;padding:10px;
}
 