

.blog-featured .article-intro,
.view-featured .article-intro,
.blog .article-intro {
  height: 9em;
  overflow: hidden;
  color: #666;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.item-page .article-header {
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 20px;
}
.item-page .article-title,
.item-page .article-header h1 {
  font-size: 2em;
  line-height: 1.3;
}
.item-page .article-info {
  text-transform: uppercase;
}
.item-page .article-info dd.createdby {
  float: none;
}
.item-page .item-image {
  margin-bottom: 2em !important;
}
.item article {
  background: rgba(0,0,0,0.75);
  background-size: 100% 100%;
  background: #222 \9;
  height: 42em;
  width: 36em;
  position: relative;
  -webkit-transition: background-color .5s ease 0s;
  -moz-transition: background-color .5s ease 0s;
  -o-transition: background-color .5s ease 0s;
  transition: background-color .5s ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.item article .createdby {
  color: #bbb;
  border-right: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid #333 \9;
  padding-right: 2em;
  margin-right: 2em;
}
.item article .createdby span {
  display: block;
}
.item article:hover {
  background: #000;
}
.item article:hover .view-item,
.item article:focus .view-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.item article:hover .view-item .article-info dd a,
.item article:focus .view-item .article-info dd a {
  color: #008dde;
  text-decoration: none;
}
.item .item-image img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.item .view-item {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  padding: 1.5em 2.25em;
}
.item .article-title,
.item .article-header h1 {
  color: #fff;
  height: 2em;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.25em;
}
.item .article-title a,
.item .article-header h1 a {
  color: #fff;
}
.item .article-aside {
  font-size: 10px;
  font-weight: bold;
  bottom: 2em;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}
.item .article-aside .menu-edit {
  margin-top: 5px;
}
.item .article-aside .article-info {
  *zoom: 1;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-top: 1px solid #333 \9;
  margin-left: 2.25em;
  margin-right: 2.25em;
  width: auto;
  float: none;
  padding-top: 2em;
}
.item .article-aside .article-info:before,
.item .article-aside .article-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.item .article-aside .article-info:after {
  clear: both;
}
.item.active article {
  background: #fff;
}
.item.active article .view-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.item.active article .view-item .article-aside {
  color: #999;
}
.item.active article .view-item .article-aside .article-info {
  border-top-color: rgba(0,0,0,0.1);
  border-top-color: #ddd \9;
}
.item.active article .view-item .article-aside .article-info a {
  color: #008dde;
  text-decoration: none;
}
.item.active article .view-item .article-aside .createdby {
  border-right: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid #ddd \9;
}
.item.active article .view-item .containerCountComment a {
  color: #bbb !important;
}
.item.active .article-title a,
.item.active .article-header h1 a,
.item.active .article-header h2 {
  color: #333;
}
.no-preview .ja-infinity .item {
  cursor: default;
}
.item .readmore .btn {
  background: none;
  border-color: #444;
  border-bottom: transparent;
  border-right: transparent;
  bottom: 0;
  line-height: normal;
  position: absolute;
  padding: 0.8em;
  right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.item .readmore .btn span {
  display: none;
}
.item article:hover .readmore .btn,
.item article:focus .readmore .btn {
  border-color: #222;
}
.item.active .readmore .btn {
  border-color: #e5e5e5;
  border-right: solid 1px transparent;
  color: #008dde;
}
.blog-featured .item .readmore .btn,
.view-featured .item .readmore .btn {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.article-content {
  font-size: 14px;
  margin-left: 70px;
  position: relative;
}
.article-content iframe {
  max-width: 100% !important;
  margin-bottom: 20px;
}
.jacomment-count {
  margin: 0;
}
.item.content-inline article {
  background: none;
}
#item-close {
  background: url("../../templates/ja_smashboard/images/icon_close.png") no-repeat center center;
  display: block;
  height: 24px;
  outline: none;
  position: absolute;
  right: -12px;
  text-indent: -999em;
  top: -12px;
  width: 24px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#item-close:hover,
#item-close:focus,
#item-close:active {
  background: url("../../templates/ja_smashboard/images/icon_close_hover.png");
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
  display: none;
}
.article-aside {
  bottom: 0;
  color: #bbb;
  font-size: 11px;
  margin-bottom: 15px;
  position: relative;
}
.article-info {
  margin: 0;
  width: 80%;
}
.article-info a {
  color: #bbb;
}
.article-info a:hover,
.article-info a:focus,
.article-info a:active {
  color: #008dde;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  white-space: nowrap;
}
.article-info dd.comment-view .jacomment-count {
  margin: 0;
}
.edit-button {
  margin-left: 15px;
}
.edit-button a {
  background: #f5f5f5;
  border: solid 1px #e5e5e5;
  display: inline-block;
  font-size: 0;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.edit-button a i {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
}
.edit-button a:hover,
.edit-button a:focus,
.edit-button a:active {
  color: #008dde;
  text-decoration: none;
}
.edit-button a:hover i,
.edit-button a:focus i,
.edit-button a:active i {
  color: #008dde;
}
.menu-edit ul {
  list-style: none !important;
  margin-left: 0 !important;
}
.menu-edit ul li {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0 3px;
}
.menu-edit ul li a {
  background: #f5f5f5;
  border: solid 1px #e5e5e5;
  display: inline-block;
  font-size: 0;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menu-edit ul li a i {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
}
.menu-edit ul li a:hover,
.menu-edit ul li a:focus,
.menu-edit ul li a:active {
  color: #008dde;
  text-decoration: none;
}
.menu-edit ul li a:hover i,
.menu-edit ul li a:focus i,
.menu-edit ul li a:active i {
  color: #008dde;
}
.item-page .category-name {
  background: #fc666a;
  color: #fff;
  display: inline-block;
  line-height: 22px;
  margin-bottom: 0.8em;
  padding: 3px 14px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.item-page .category-name .name {
  display: none;
}
.item-page .category-name a {
  color: #fff;
}
.item-page .category-name a:hover,
.item-page .category-name a:focus,
.item-page .category-name a:active {
  color: #fff;
}
.article-footer {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
article img[align=left] {
  margin: 0 20px 20px 0;
}
.img_caption.left,
.pull-left.item-image {
  margin: 0;
  max-width: 100%;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 20px 40px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 40px;
}
.img-fulltext-right {
  float: right;
  margin-left: 40px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.item-image-wrap,
.no-image .vimage,
.no-image .item-placeholder {
  height: 50%;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.no-image .item-placeholder {
  text-align: center;
  vertical-align: middle;
}
.no-image .item-placeholder .icon {
  color: #999;
  font-size: 8em;
  display: block;
  margin-top: 25%;
  text-align: center;
  vertical-align: middle;
}
.item.no-image article:hover .item-placeholder .icon {
  color: #fff;
}
.item.no-image.active article .item-placeholder .icon {
  color: #333;
}
.pull-left.item-image,
.vimage {
  float: none;
  position: relative;
}
.vimage a.vlink img {
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
}
.vimage .play-icon {
  background: url("../../templates/ja_smashboard/images/icon-play.png") no-repeat left top;
  display: block;
  height: 40px;
  left: 48%;
  position: absolute;
  top: 45%;
  width: 50px;
  z-index: 100;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login-wrap {
  font-size: 1em;
}
.login-wrap .login .page-header {
  margin: 0px -20px 30px;
  padding: 0 30px 0;
}
.login-wrap .login .login-description {
  color: #666;
  font-style: italic;
  margin-bottom: 10px;
}
.login-wrap button.btn {
  padding-top: 4px;
  padding-bottom: 4px;
}
.login-wrap .other-links ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-wrap .other-links ul li a {
  background: url("../../templates/ja_smashboard/images/bullet.png") no-repeat left center;
  color: #666;
  padding-left: 10px;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  background-image: url("../../templates/ja_smashboard/images/bullet-hover.png");
  color: #008dde;
  text-decoration: none;
}
.login-page .page-header h1 {
  margin-left: -50px;
}
.logout .page-header h1 {
  margin-left: 0;
}
.login form {
  margin-bottom: 0;
}
.login_form fieldset,
.login fieldset {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
.login_form .control-group,
.login .control-group {
  margin-bottom: 20px;
}
.login_form .control-label,
.login .control-label {
  float: none;
  text-align: left;
}
.login_form .control-label label,
.login .control-label label {
  line-height: 1;
}
.login_form .controls,
.login .controls {
  margin: 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .inputbox {
  width: 20px;
}
.login-wrap .other-links ul li a {
  font-size: 13px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.registration .control-label label {
  font-weight: bold;
}
.registration legend {
  color: #BBBBBB;
  font-size: 1.1em;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.registration .form-actions a.btn,
.registration .form-actions a.btn:hover,
.registration .form-actions a.btn:focus,
.registration .form-actions a.btn:active {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  text-shadow: none;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 20px;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#mailto-window .mailto-close {
  background: #fff;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -25px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  text-decoration: none;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  margin-top: 5px;
  vertical-align: top;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 60%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eee;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.reset .form-validate .form-actions,
.remind .form-validate .form-actions {
  background: none;
  border: none;
  margin: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.reset .form-validate fieldset .control-group,
.remind .form-validate fieldset .control-group {
  margin-bottom: 0;
}
.profile-edit legend {
  color: #BBB;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#searchForm {
  border: 1px solid #e5e5e5;
  background: #eee;
  margin: 0;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm fieldset input[type="checkbox"] {
  float: none;
  margin: 4px 0 0 -18px;
  padding: 0;
  vertical-align: top;
}
#searchForm legend {
  float: left;
  margin-bottom: 10px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input[type="radio"] {
  margin: 4px 0 0;
  padding: 0;
  vertical-align: top;
}
.phrases-box input {
  margin: 0;
}
button.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
#search-form #finder-search .word input.inputbox {
  margin-bottom: 0;
}
#search-form a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
#search-form #advancedSearch ul {
  margin-left: 0px !important;
}
#search-form #advancedSearch ul li {
  list-style: none;
  padding: 10px 0;
}
#search-form #advancedSearch ul li label {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.search ul {
  margin-left: 0;
  margin-top: 15px;
}
.search ul li {
  list-style: none;
}
.search ul li .qs-image {
  display: none;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999;
}
.contact .page-header {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
}
.contact h3 {
  font-weight: 300;
  font-size: 1.8em;
  text-transform: uppercase;
}
.contact .thumbnail {
  border: none;
  margin: 15px 0;
  transition: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact .thumbnail > img {
  margin: 0;
}
.contact .contact-position {
  display: none;
}
.contact legend {
  font-size: 14px;
  line-height: normal;
  border-bottom: none;
}
.contact .form-horizontal .control-label {
  display: block;
  text-align: left;
  width: 100%;
}
.contact .form-horizontal .control-label label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact .form-horizontal .controls {
  margin-left: 0;
}
.contact .control-group-header .control-group {
  width: 47%;
}
.contact .control-group-header .control-group.last {
  margin-left: 3.5%;
}
.contact .form-horizontal .controls input,
.contact .form-horizontal .controls textarea {
  width: 97%;
}
.contact .form-horizontal .form-actions {
  background: none;
  border: none;
  margin: 0 8px 0 0;
  padding: 0;
}
.contact input#jform_contact_email_copy {
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contact label#jform_contact_email_copy-lbl {
  display: inline-block;
  margin-left: 3px;
}
.contact .contact-address i {
  font-size: 13px;
}
.contact-links .nav-tabs > li > a {
  border: none;
  background: url("../../templates/ja_smashboard/images/bullet.png") no-repeat left center;
  color: #666;
  padding-left: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contact-links .nav-tabs > li > a:hover,
.contact-links .nav-tabs > li > a:focus,
.contact-links .nav-tabs > li > a:active {
  background-image: url("../../templates/ja_smashboard/images/bullet-hover.png");
  color: #008dde;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.category-item .category-content .page-header {
  border: none;
  bottom: 2em;
  color: #fff;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
}
.category-item .category-content .page-header a {
  color: #bbb;
  text-transform: uppercase;
}
.category-item .category-content .page-header a:hover,
.category-item .category-content .page-header a:focus,
.category-item .category-content .page-header a:active {
  color: #bbb;
  text-decoration: none;
}
.category-item .category-content .category-desc {
  font-size: 1.5em;
  height: 100%;
  overflow: hidden;
  width: auto;
}
.category-item .category-content .category-desc p {
  padding: 0 2.25em;
}
.category-item .category-content .category-desc p.img-category {
  margin: 0 -2.25em 1.5em;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  height: 50% !important;
  overflow: hidden;
  position: relative;
  top: 0;
  left: auto;
}
.category-item .category-content .category-desc img {
  width: 100%;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.category-item.active .page-header a {
  color: #222;
}
h3.sub-category {
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
}
.weblink-category ul.category  li .list-edit {
  width: auto;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #BBBBBB;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.newsfeed-category > h2 .newsfeed-category .category li,
.newsfeed-category > h2 .newsfeed .category li,
.newsfeed > h2 .newsfeed-category .category li,
.newsfeed > h2 .newsfeed .category li {
  *zoom: 1;
}
.newsfeed-category > h2 .newsfeed-category .category li:before,
.newsfeed-category > h2 .newsfeed-category .category li:after,
.newsfeed-category > h2 .newsfeed .category li:before,
.newsfeed-category > h2 .newsfeed .category li:after,
.newsfeed > h2 .newsfeed-category .category li:before,
.newsfeed > h2 .newsfeed-category .category li:after,
.newsfeed > h2 .newsfeed .category li:before,
.newsfeed > h2 .newsfeed .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsfeed-category > h2 .newsfeed-category .category li:after,
.newsfeed-category > h2 .newsfeed .category li:after,
.newsfeed > h2 .newsfeed-category .category li:after,
.newsfeed > h2 .newsfeed .category li:after {
  clear: both;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  *zoom: 1;
}
.newsfeed-category .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:before,
.newsfeed .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  *zoom: 1;
}
.newsfeed-category .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:before,
.newsfeed .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.pagination {
  margin: 0;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li > a {
  background: #008dde;
  border: none;
  color: #fff;
  margin: 0 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > li > a:active {
  background: #006dab;
  color: #fff;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background: #ccc;
  color: #444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.pagenav li a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  background-color: #666;
  color: #eee;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  max-width: 300px;
  z-index: 10000;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 14px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #e5e5e5;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #e5e5e5;
}
.btn-group .chzn-results {
  white-space: normal;
}
.edit.item-page .control-group a.modal {
  box-shadow: none;
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
  z-index: 10;
}
.edit.item-page #images.tab-pane .control-group {
  display: block;
  float: left;
  width: 90%;
}
.no-touch .t3-mainbody .t3-content .adminlist th a {
  color: #666 !important;
}
.no-touch .t3-mainbody .t3-content ul.manager.thumbnails .thumbnail {
  display: inline-block !important;
  padding: 4px 20px !important;
}
.no-touch .t3-mainbody .t3-content .table-condensed div.pagination {
  margin-top: 0 !important;
}
.no-touch .t3-mainbody .t3-content fieldset.filter .btn-toolbar .btn-group.pull-left {
  float: none !important;
}
.no-touch .t3-mainbody .t3-content fieldset.filter .btn-toolbar .btn-group.pull-left button.btn {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.no-touch .t3-mainbody .t3-content form#adminForm {
  width: 100%;
}
.blog .tags {
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
  padding: 0 20px 15px;
}
.tags span {
  margin-bottom: 3px;
}
.tags .label-info[href] {
  font-weight: normal;
  font-size: 13px;
  padding: 4px 6px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tags .label-info[href]:hover,
.tags .label-info[href]:focus,
.tags .label-info[href]:active {
  color: #fff;
}
.item-page .tags {
  margin-bottom: 15px;
}
.item-page .pull-left.item-image,
.item-page .vimage {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tag-category {
  background: #fff;
  padding: 20px 0;
}
.tag-category h2 {
  line-height: normal;
  margin-top: 0;
}
.tag-category ul.category {
  margin: 10px 0 20px;
  display: block;
}
.tag-category ul.category li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: solid 1px #e5e5e5;
}
.tag-category ul.category li h3 {
  line-height: normal;
}
.tag-category ul li.pagination-list {
  border-bottom: none;
  padding: 0s;
}
.tag-category ul li img {
  margin-bottom: 10px;
}
div.calendar {
  z-index: 100000;
}

