

.t3-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-megamenu .mega-inner:after {
  clear: both;
}
.t3-megamenu .row-fluid + .row-fluid {
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.t3-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.t3-megamenu .mega-group {
  *zoom: 1;
}
.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-megamenu .mega-group:after {
  clear: both;
}
.t3-megamenu .mega-nav .mega-group > .mega-group-title,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.t3-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.t3-megamenu .mega-nav .mega-group > .mega-group-title:active,
.t3-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-megamenu .mega-group-ct:after {
  clear: both;
}
.t3-megamenu .span12.mega-col-nav .mega-inner {
  padding: 5px;
}
.t3-megamenu .mega-group .span12.mega-col-nav .mega-inner {
  padding: 0;
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
}
.t3-megamenu .mega-group > .mega-nav,
.t3-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.t3-megamenu .t3-module {
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title {
  margin-bottom: 0;
}
.t3-megamenu .t3-module .module-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.t3-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.t3-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.t3-megamenu .mega-align-justify {
  position: static;
}
.t3-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.t3-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
  display: none;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .t3-megamenu.animate .mega > .mega-dropdown-menu {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .t3-megamenu.animate .mega.animating > .mega-dropdown-menu {
    display: block !important;
  }
  .t3-megamenu.animate .mega.open > .mega-dropdown-menu,
  .t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center > .mega-dropdown-menu {
    -webkit-transform: scale(0,0) translate(-50%,0);
    -ms-transform: scale(0,0) translate(-50%,0);
    transform: scale(0,0) translate(-50%,0);
    -webkit-transform-origin: 0% 20%;
    -moz-transform-origin: 0% 20%;
    transform-origin: 0% 20%;
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center.open > .mega-dropdown-menu {
    -webkit-transform: scale(1,1) translate(-50%,0);
    -ms-transform: scale(1,1) translate(-50%,0);
    transform: scale(1,1) translate(-50%,0);
  }
  .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    transform-origin: 10% 0;
  }
  .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .t3-megamenu.animate.elastic .level0 .open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center > .mega-dropdown-menu {
    transform: scale(1,0) translate(-50%,0);
    -ms-transform: scale(1,0) translate(-50%,0);
    -webkit-transform: scale(1,0) translate(-50%,0);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center.open > .mega-dropdown-menu {
    transform: scale(1,1) translate(-50%,0);
    -ms-transform: scale(1,1) translate(-50%,0);
    -webkit-transform: scale(1,1) translate(-50%,0);
  }
  .t3-megamenu.animate.slide {
    
  }
  .t3-megamenu.animate.slide .mega {
    
  }
  .t3-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%;
  }
  .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .t3-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}

.hidden-phone a.modal {
  background: none;
  border: none;
}
span.itemEditLink a.modal,
span.catItemAddLink a.modal,
span.catItemEditLink a.modal,
span.userItemEditLink a.modal,
span.userItemAddLink a.modal,
span.itemImage a.modal,
.k2UserBlock ul li a.modal,
.admintable a.modal,
.itemComments .commentToolbar a.modal,
.hidden-phone a.modal {
  background: none;
  border: none;
  left: 0;
  margin: 0;
  position: inherit;
  right: auto;
  top: 0;
  width: auto;
  z-index: 10;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:active,
a:focus {
  outline: 0;
}
body.contentpane #k2Container {
  padding: 15px;
}
.k2FeedIcon {
  float: right;
  padding: 0;
}
.k2FeedIcon a,
.k2FeedIcon a:hover {
  background: url("../../../images/fugue/feed.png") no-repeat 50% 50%;
  display: block;
  float: right;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
}
.itemRatingForm {
  display: block;
  float: left;
  line-height: 25px;
  vertical-align: middle;
}
.itemRatingForm .formLogLoading {
  background: url("../../../images/system/loading.gif") no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}
.itemRatingLog {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
}
#k2Container .itemRatingList,
#k2Container .itemRatingList a:hover,
#k2Container .itemRatingList .itemCurrentRating {
  background: transparent url("../../../images/system/transparent_star.gif") left -1000px repeat-x;
}
#k2Container .itemRatingList {
  background-position: left top;
  float: left;
  height: 25px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 125px;
}
#k2Container .itemRatingList li {
  background: none;
  display: inline;
  padding: 0;
}
#k2Container .itemRatingList a,
#k2Container .itemRatingList .itemCurrentRating {
  border: none;
  cursor: pointer;
  height: 25px;
  left: 0;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 0;
}
#k2Container .itemRatingList a:hover {
  background-position: left bottom;
}
#k2Container .itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
#k2Container .itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
#k2Container .itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
#k2Container .itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
#k2Container .itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
#k2Container .itemRatingList .itemCurrentRating {
  background-position: 0 center;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}
#recaptcha_table {
  border-color: #ccc !important;
}
#recaptcha_response_field {
  background-color: #fff !important;
  border-color: #ccc !important;
}
.clearList {
  clear: both;
  display: none;
  float: none;
}
.k2Avatar img {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  float: left;
  margin: 2px 4px 4px 0;
  padding: 2px;
}
a.k2ReadMore {
  background: #ddd;
  color: #2c2c2c;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  padding: 3px 5px;
  position: relative;
  line-height: 14px;
}
a.k2ReadMore:after {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ddd;
  border-top: 10px solid transparent;
  content: "";
  position: absolute;
  right: -9px;
  top: 0;
}
a.k2ReadMore:hover,
a.k2ReadMore:active,
a.k2ReadMore:focus {
  text-decoration: none;
  color: #fff;
  background: #2c2c2c;
}
a.k2ReadMore:hover:after,
a.k2ReadMore:active:after,
a.k2ReadMore:focus:after {
  border-left: 10px solid #2c2c2c;
}
#k2Container .catItemEditLink a,
#k2Container .itemEditLink a,
#k2Container .userItemEditLink a {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
  overflow: hidden;
}
#k2Container .catItemEditLink a:hover,
#k2Container .catItemEditLink a:active,
#k2Container .catItemEditLink a:focus,
#k2Container .itemEditLink a:hover,
#k2Container .itemEditLink a:active,
#k2Container .itemEditLink a:focus,
#k2Container .userItemEditLink a:hover,
#k2Container .userItemEditLink a:active,
#k2Container .userItemEditLink a:focus {
  color: #404040;
  outline: 0;
  text-decoration: none;
}
.k2Pagination {
  color: #999;
  margin: 0 0 4px 0;
  padding: 0;
  text-align: center;
}
.k2Pagination .pagination {
  text-align: left;
  float: left;
}
.k2Pagination .counter {
  text-align: left;
  margin: 30px 0;
}
.latestItemsCategory,
.latestItemsUser,
.itemListCategory,
.userBlock {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px;
}
.latestItemsCategory .k2FeedIcon,
.latestItemsUser .k2FeedIcon,
.itemListCategory .k2FeedIcon,
.userBlock .k2FeedIcon {
  margin-top: 3px;
}
.latestItemsCategory h2,
.latestItemsUser h2,
.itemListCategory h2,
.userBlock h2 {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.2;
  margin: 0;
  text-transform: none;
}
.latestItemsCategory h2 a:hover,
.latestItemsCategory h2 a:active,
.latestItemsCategory h2 a:focus,
.latestItemsUser h2 a:hover,
.latestItemsUser h2 a:active,
.latestItemsUser h2 a:focus,
.itemListCategory h2 a:hover,
.itemListCategory h2 a:active,
.itemListCategory h2 a:focus,
.userBlock h2 a:hover,
.userBlock h2 a:active,
.userBlock h2 a:focus {
  text-decoration: none;
}
.latestItemView,
.catItemView,
.genericItemView,
.tagItemView,
.userItemView {
  background: url("../../../images/divider.gif") repeat-x left bottom;
  margin: 0 0 20px;
  padding: 0 0 26px;
  position: relative;
}
.latestItemHeader h2,
.latestItemHeader h3,
.tagItemHeader h2,
.tagItemHeader h3,
.catItemHeader h2,
.catItemHeader h3,
.userItemHeader h2,
.userItemHeader h3,
.genericItemHeader h2,
.genericItemHeader h3 {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 125%;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
  text-transform: capitalize;
}
.latestItemHeader h2 a:hover,
.latestItemHeader h2 a:active,
.latestItemHeader h2 a:focus,
.latestItemHeader h3 a:hover,
.latestItemHeader h3 a:active,
.latestItemHeader h3 a:focus,
.tagItemHeader h2 a:hover,
.tagItemHeader h2 a:active,
.tagItemHeader h2 a:focus,
.tagItemHeader h3 a:hover,
.tagItemHeader h3 a:active,
.tagItemHeader h3 a:focus,
.catItemHeader h2 a:hover,
.catItemHeader h2 a:active,
.catItemHeader h2 a:focus,
.catItemHeader h3 a:hover,
.catItemHeader h3 a:active,
.catItemHeader h3 a:focus,
.userItemHeader h2 a:hover,
.userItemHeader h2 a:active,
.userItemHeader h2 a:focus,
.userItemHeader h3 a:hover,
.userItemHeader h3 a:active,
.userItemHeader h3 a:focus,
.genericItemHeader h2 a:hover,
.genericItemHeader h2 a:active,
.genericItemHeader h2 a:focus,
.genericItemHeader h3 a:hover,
.genericItemHeader h3 a:active,
.genericItemHeader h3 a:focus {
  color: #404040;
}
.catItemTitle span,
.itemTitle span,
.userItemTitle span {
  display: inline-block;
}
.catItemTitle span sup,
.itemTitle span sup,
.userItemTitle span sup {
  background: #eee;
  color: #CF1919;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 1px 4px;
  text-decoration: none;
  top: -0.8em;
}
#k2Container .article-tools {
  *zoom: 1;
  font-size: 10px;
  line-height: normal;
  padding: 0;
}
#k2Container .article-tools:before,
#k2Container .article-tools:after {
  display: table;
  content: "";
  line-height: 0;
}
#k2Container .article-tools:after {
  clear: both;
}
#k2Container .article-tools .latestItemCategory,
#k2Container .article-tools .catItemCategory,
#k2Container .article-tools .catItemAuthor,
#k2Container .article-tools .itemCategory,
#k2Container .article-tools .itemAuthor,
#k2Container .article-tools .userItemCategory,
#k2Container .article-tools .genericItemCategory,
#k2Container .article-tools .tagItemCategory {
  float: left;
  margin: 0 5px 0 0;
}
#k2Container .article-tools .latestItemCategory a,
#k2Container .article-tools .catItemCategory a,
#k2Container .article-tools .catItemAuthor a,
#k2Container .article-tools .itemCategory a,
#k2Container .article-tools .itemAuthor a,
#k2Container .article-tools .userItemCategory a,
#k2Container .article-tools .genericItemCategory a,
#k2Container .article-tools .tagItemCategory a {
  color: #999;
  font-weight: 700;
}
#k2Container .article-tools .latestItemCategory a:hover,
#k2Container .article-tools .latestItemCategory a:active,
#k2Container .article-tools .latestItemCategory a:focus,
#k2Container .article-tools .catItemCategory a:hover,
#k2Container .article-tools .catItemCategory a:active,
#k2Container .article-tools .catItemCategory a:focus,
#k2Container .article-tools .catItemAuthor a:hover,
#k2Container .article-tools .catItemAuthor a:active,
#k2Container .article-tools .catItemAuthor a:focus,
#k2Container .article-tools .itemCategory a:hover,
#k2Container .article-tools .itemCategory a:active,
#k2Container .article-tools .itemCategory a:focus,
#k2Container .article-tools .itemAuthor a:hover,
#k2Container .article-tools .itemAuthor a:active,
#k2Container .article-tools .itemAuthor a:focus,
#k2Container .article-tools .userItemCategory a:hover,
#k2Container .article-tools .userItemCategory a:active,
#k2Container .article-tools .userItemCategory a:focus,
#k2Container .article-tools .genericItemCategory a:hover,
#k2Container .article-tools .genericItemCategory a:active,
#k2Container .article-tools .genericItemCategory a:focus,
#k2Container .article-tools .tagItemCategory a:hover,
#k2Container .article-tools .tagItemCategory a:active,
#k2Container .article-tools .tagItemCategory a:focus {
  color: #404040;
  text-decoration: none;
}
#k2Container .article-tools .latestItemDateCreated,
#k2Container .article-tools .catItemDateCreated,
#k2Container .article-tools .itemDateCreated,
#k2Container .article-tools .userItemDateCreated,
#k2Container .article-tools .genericItemDateCreated,
#k2Container .article-tools .tagItemDateCreated {
  float: left;
  font-weight: 700;
  margin: 0 5px 0 0;
}
#k2Container .article-tools .catItemAuthor a {
  font-weight: 700;
}
div.catItemBody {
  margin: 0;
  padding: 8px 0;
}
div.catItemImageBlock {
  margin: 0 0 16px 0;
  padding: 8px;
}
span.catItemImage {
  display: block;
  margin: 0 0 8px 0;
  text-align: center;
}
span.catItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
.catItemIntroText,
.genericItemIntroText {
  margin-top: 10px;
  padding: 0;
}
.catItemIntroText p,
.genericItemIntroText p {
  margin-top: 0;
}
a.itemPrintThisPage {
  background: #F7FAFE;
  border: 1px solid #ccc;
  color: #555;
  display: block;
  font-size: 13px;
  margin: 4px auto 16px;
  padding: 4px;
  text-align: center;
  width: 160px;
}
a.itemPrintThisPage:hover {
  background: #eee;
  text-decoration: none;
}
div.itemView {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
}
div.itemHeader h2.itemTitle {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 200%;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: capitalize;
}
div.itemHeader span.itemDateCreated {
  float: left;
}
div.itemToolbar {
  *zoom: 1;
  background: #fbfbfb;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin: 10px 0 20px;
  padding: 4px 0;
}
div.itemToolbar:before,
div.itemToolbar:after {
  display: table;
  content: "";
  line-height: 0;
}
div.itemToolbar:after {
  clear: both;
}
div.itemToolbar ul {
  float: right;
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  text-align: right;
}
div.itemToolbar ul li {
  background: none;
  display: inline;
  float: left;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0 4px 0 8px;
  text-align: center;
}
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
div.itemToolbar ul li a:hover,
div.itemToolbar ul li a:active,
div.itemToolbar ul li a:focus {
  text-decoration: none;
}
div.itemToolbar ul li a img {
  vertical-align: middle;
}
div.itemToolbar ul li a.itemPrintLink,
div.itemToolbar ul li a.itemEmailLink {
  color: #666;
  display: inline-block;
  font-size: 14px;
  height: 16px;
  overflow: hidden;
  width: 16px;
}
div.itemToolbar ul li a.itemPrintLink:hover,
div.itemToolbar ul li a.itemPrintLink:active,
div.itemToolbar ul li a.itemPrintLink:focus,
div.itemToolbar ul li a.itemEmailLink:hover,
div.itemToolbar ul li a.itemEmailLink:active,
div.itemToolbar ul li a.itemEmailLink:focus {
  color: #404040;
  text-decoration: none;
}
div.itemToolbar ul li a.itemVideoLink {
  background: url("../../../images/system/k2-icon.png") no-repeat 0 -192px;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  width: 16px;
}
div.itemToolbar ul li a.itemImageGalleryLink {
  background: url("../../../images/system/k2-icon.png") no-repeat 0 -160px;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  width: 16px;
}
div.itemToolbar ul li a.itemCommentsLink {
  background: url("../../../images/system/k2-icon.png") no-repeat 0 -16px;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  width: 16px;
}
div.itemToolbar ul li a#fontDecrease img {
  background: url("../../../images/system/font_decrease.gif") no-repeat;
  height: 13px;
  width: 13px;
}
div.itemToolbar ul li a#fontIncrease img {
  background: url("../../../images/system/font_increase.gif") no-repeat;
  height: 13px;
  width: 13px;
}
div.itemRatingBlock {
  *zoom: 1;
  float: left;
  padding: 0;
}
div.itemRatingBlock:before,
div.itemRatingBlock:after {
  display: table;
  content: "";
  line-height: 0;
}
div.itemRatingBlock:after {
  clear: both;
}
span.itemImageCaption {
  color: #666;
  display: block;
  float: left;
  font-size: 11px;
}
span.itemImageCredits {
  color: #999;
  display: block;
  float: right;
  font-size: 11px;
  font-style: italic;
}
div.itemIntroText {
  color: #444;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 4px 0 12px 0;
}
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
div.itemContentFooter {
  border-top: 1px solid #ddd;
  color: #999;
  display: block;
  margin: 16px 0 4px 0;
  padding: 4px;
  text-align: right;
}
div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}
div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}
.itemAuthorBlock {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 0 16px 0;
  padding: 8px;
}
.itemAuthorBlock .itemAuthorDetails {
  margin: 0;
  padding: 0;
}
.itemAuthorBlock .itemAuthorDetails .authorName,
.itemAuthorBlock .itemAuthorDetails .itemAuthorName {
  margin: 0 0 4px 0;
  line-height: normal;
  padding: 0;
}
.itemAuthorBlock .itemAuthorDetails .authorName a,
.itemAuthorBlock .itemAuthorDetails .itemAuthorName a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
.itemAuthorBlock .itemAuthorDetails .itemAuthorUrl {
  color: #555;
  font-weight: bold;
}
.itemAuthorBlock .itemAuthorDetails .itemAuthorUrl + .itemAuthorEmail {
  border-left: 1px solid #ccc;
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
}
.itemAuthorBlock .itemAuthorDetails .itemAuthorEmail {
  color: #555;
  font-weight: bold;
}
div.itemRelated ul li.k2ScrollerElement {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 4px;
}
.itemVideoBlock .itemVideoEmbedded {
  background: #000;
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
  margin: 0 -15px 10px;
  padding: 15px 0;
  text-align: center;
}
.itemVideoBlock h3 {
  color: #CCCCCC;
  line-height: normal;
  margin: 0 0 10px;
  padding: 0;
  text-shadow: 0 1px 1px #404040;
  text-transform: uppercase;
}
.itemVideoBlock .itemVideo {
  display: block;
  overflow: hidden;
}
.itemVideoBlock .itemVideoCaption {
  color: #eee;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  width: 48%;
}
.itemVideoBlock .itemVideoCredits {
  color: #eee;
  display: block;
  float: right;
  font-size: 11px;
  font-style: italic;
  text-align: right;
  width: 48%;
}
div.itemNavigation {
  background: #fffff0;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin: 0 0 24px 0;
  padding: 4px 8px;
}
.itemComments {
  background: #f7f7f7;
  border: 1px solid #ddd;
  padding: 16px;
}
.itemComments .itemCommentsCounter {
  border-bottom: 3px solid #ddd;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: normal;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  text-transform: none;
}
.itemComments .itemCommentsList {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.itemComments .itemCommentsList li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 10px;
}
.itemComments .itemCommentsList li img {
  background: #fff;
  border: 1px solid #DDDDDD;
  float: left;
  margin: 4px 10px 4px 0;
  padding: 4px;
  width: 48px;
}
.itemComments .itemCommentsList li .commentDate {
  border-right: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  margin: 0 8px 0 0;
  padding: 0 4px 0 0;
}
.itemComments .itemCommentsList li .commentAuthorName {
  font-size: 14px;
  font-weight: bold;
}
.itemComments .itemCommentsList li .commentLink {
  float: right;
}
.itemComments .itemCommentsList li .commentLink a {
  color: #999;
  font-size: 11px;
  text-decoration: underline;
}
.itemComments .itemCommentsList li .commentToolbar a {
  color: #999;
  font-size: 11px;
  margin-right: 4px;
  text-decoration: underline;
}
.itemComments .itemCommentsList .authorResponse {
  background: #f7fafe;
}
.itemComments .itemCommentsList .unpublishedComment {
  background: #ffeaea;
}
.itemCommentsPagination {
  margin: 0 0 24px 0;
  padding: 4px;
}
.itemCommentsPagination ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  text-align: center;
}
.itemCommentsPagination ul li {
  display: inline;
}
.itemCommentsPagination ul li a,
.itemCommentsPagination ul li span {
  color: #404040;
  float: left;
  font-weight: bold;
  line-height: 20px;
  padding: 4px 6px;
  text-decoration: none;
}
.itemCommentsPagination ul li a:hover,
.itemCommentsPagination ul li a:active,
.itemCommentsPagination ul li a:focus {
  text-decoration: underline;
}
.itemCommentsPagination ul li.disabled a,
.itemCommentsPagination ul li.disabled span,
.itemCommentsPagination ul li.disabled a:hover,
.itemCommentsPagination ul li.disabled a:active,
.itemCommentsPagination ul li.disabled a:focus {
  color: #444;
  font-weight: normal;
  text-decoration: none;
}
.itemCommentsForm form textarea.inputbox {
  display: block;
  height: 160px;
  margin: 0;
  width: 350px;
}
.itemCommentsForm form input.inputbox {
  display: block;
  margin: 0;
  width: 350px;
}
.itemCommentsForm form input#submitCommentButton {
  margin: 16px 0 0 0;
}
.k2ReportCommentFormContainer {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.k2ReportCommentFormContainer blockquote {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 0 8px 0;
  padding: 8px;
  width: 453px;
}
.k2ReportCommentFormContainer blockquote .quoteIconLeft {
  color: #135CAE;
  display: block;
  float: left;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  vertical-align: top;
}
.k2ReportCommentFormContainer blockquote .quoteIconRight {
  color: #135CAE;
  display: block;
  float: right;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  vertical-align: top;
}
.k2ReportCommentFormContainer .theComment {
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  padding: 0 4px;
}
.k2ReportCommentFormContainer label {
  display: block;
  font-weight: bold;
}
.k2ReportCommentFormContainer input,
.k2ReportCommentFormContainer textarea {
  border: 1px solid #ddd;
  display: block;
  font-size: 12px;
  margin: 0 0 8px 0;
  padding: 4px 6px;
  width: 457px;
}
.k2ReportCommentFormContainer #recaptcha {
  margin-bottom: 24px;
}
div.itemBackToTop {
  text-align: right;
}
.itemListView .itemListCategoriesBlock {
  margin-bottom: 10px;
}
.itemListView #itemListLeading {
  background: url("../../../images/divider.gif") repeat-x left bottom;
  margin: 0 0 15px;
  padding: 0 0 21px;
  position: relative;
}
.itemListView #itemListLeading .itemContainer {
  background: #FFFAE5;
  border: 1px solid #DDDDDD;
  padding: 8px;
}
.itemListView #itemListLeading .itemContainer .catItemView {
  background: none;
  margin: 0;
  padding: 0;
}
.itemListView #itemListLeading .itemContainer .catItemView .catItemHeader h3.catItemTitle {
  font-size: 175%;
}
.itemListView #itemListPrimary {
  margin: 0 -15px;
}
.itemListView.itemBlogList #itemListPrimary {
  margin: 0 0;
}
.itemListView .catItemView {
  margin-left: 15px;
  margin-right: 15px;
}
.itemListView .catItemView .catItemHeader h3.catItemTitle a:hover,
.itemListView .catItemView .catItemHeader h3.catItemTitle a:active,
.itemListView .catItemView .catItemHeader h3.catItemTitle a:focus {
  text-decoration: none;
}
.subCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px;
}
.subCategory .subCategoryImage,
.subCategory .subCategoryImage:hover {
  display: block;
  text-align: center;
}
div#itemListLinks {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}
span.catItemDateModified {
  border-top: 1px solid #ddd;
  color: #999;
  display: block;
  margin: 4px 0;
  padding: 4px;
  text-align: right;
}
.itemBlogList .componentheading {
  margin-top: 15px !important;
}
.itemBlogList .itemList .itemContainer .catItemView {
  margin: 0 0 20px;
  padding: 0 0 26px;
}
.itemBlogList .itemList .itemContainer .catItemView .catItemHeader {
  padding: 0 0 0 70px;
  position: relative;
}
.itemBlogList .itemList .itemContainer .catItemView .catItemHeader h3.catItemTitle {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 200%;
  line-height: 1;
  margin: 0 0 5px;
}
.catItemView .ja-blog-date,
.itemBlogView .ja-blog-date {
  background: url("../../../images/curl2-bg-ltr.gif") no-repeat left top;
  color: #fff;
  left: -20px;
  line-height: 1;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 80px;
}
.catItemView .ja-blog-date div.inner,
.itemBlogView .ja-blog-date div.inner {
  background: #333;
  display: block;
  padding: 0 10px 7px;
}
.catItemView .ja-blog-date div.inner span.date,
.itemBlogView .ja-blog-date div.inner span.date {
  float: left;
  font-size: 200%;
  font-weight: bold;
  margin-top: 6px;
  text-shadow: 0 1px 1px #000;
}
.catItemView .ja-blog-date div.inner span.month-year,
.itemBlogView .ja-blog-date div.inner span.month-year {
  color: #ccc;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-top: 7px;
  text-transform: uppercase;
}
.catItemView .ja-blog-date div.inner span.month-year strong,
.itemBlogView .ja-blog-date div.inner span.month-year strong {
  display: block;
  padding: 0 0 2px;
}
.catItemView .ja-blog-date div.inner .catItemCommentsLink,
.itemBlogView .ja-blog-date div.inner .catItemCommentsLink {
  border: 0;
  clear: both;
  color: #ccc;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 5px 0 0;
  padding: 0;
  width: 100%;
}
.catItemView .ja-blog-date div.inner .catItemCommentsLink a,
.itemBlogView .ja-blog-date div.inner .catItemCommentsLink a {
  color: #ccc;
  display: block;
  text-shadow: 0 1px 1px #000;
}
.catItemView .ja-blog-date div.inner .catItemCommentsLink a:hover,
.catItemView .ja-blog-date div.inner .catItemCommentsLink a:active,
.catItemView .ja-blog-date div.inner .catItemCommentsLink a:focus,
.itemBlogView .ja-blog-date div.inner .catItemCommentsLink a:hover,
.itemBlogView .ja-blog-date div.inner .catItemCommentsLink a:active,
.itemBlogView .ja-blog-date div.inner .catItemCommentsLink a:focus {
  color: #fff;
}
.ja-blog-tools {
  padding: 0 0 0 70px;
}
.ja-blog-tools .catItemAuthor,
.ja-blog-tools .catItemCategory,
.ja-blog-tools .itemAuthor,
.ja-blog-tools .itemCategory {
  border: 0;
  display: block;
  float: left;
  font-style: italic;
  margin: 0 5px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.ja-blog-tools .catItemAuthor span,
.ja-blog-tools .catItemCategory span,
.ja-blog-tools .itemAuthor span,
.ja-blog-tools .itemCategory span {
  color: #999;
  font-weight: normal;
  text-transform: none;
}
.itemView.itemBlogView {
  padding-top: 0;
  position: relative;
}
.itemView.itemBlogView .itemHeader {
  padding-left: 70px;
}
.itemView.itemBlogView,
.itemView.itemInterView {
  margin-top: 20px;
}
div.userBlock {
  margin-bottom: 20px;
}
.userItemList .userItemView:last-child {
  background: none;
  padding-bottom: 0;
}
div.userItemViewUnpublished {
  background: #fffff2;
  border: 4px dashed #ccc;
  margin: 8px 0;
  opacity: 0.9;
  padding: 8px;
}
.tagItemList {
  margin-top: 20px;
}
.tagItemList .tagItemView:last-child {
  background: none;
  padding-bottom: 0;
}
#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
#genericItemListNothingFound p {
  color: #999;
  font-size: 20px;
}
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}
.latestView .latestItemsPrimary {
  margin: 0 -15px;
}
.latestView .latestItemsPrimary .latestItemsView {
  padding: 0 15px;
}
.latestView .latestItemsCategory {
  margin-bottom: 10px;
}
.latestItemList {
  padding: 0;
}
.latestItemView:last-child {
  background: none;
  padding-bottom: 0;
}
.latestItemIntroText {
  *zoom: 1;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
.latestItemIntroText:before,
.latestItemIntroText:after {
  display: table;
  content: "";
  line-height: 0;
}
.latestItemIntroText:after {
  clear: both;
}
.latestItemTitleList {
  border-bottom: 1px dotted #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 8px 0 2px 0;
  padding: 2px 0;
  text-transform: none;
}
.latestItemReadMore {
  display: inline-block;
  width: 100%;
}
img.k2AccountPageImage {
  border: 4px solid #ddd;
  display: block;
  margin: 10px 0;
  padding: 0;
}
.k2AccountPage .k2AccountPageNotice {
  padding: 8px;
}
.k2AccountPage .k2AccountPageUpdate {
  border-top: 1px dotted #ccc;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.k2AccountPage th.k2ProfileHeading {
  background: #f6f6f6;
  color: #000;
  font-size: 18px;
  padding: 8px;
  text-align: left;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  width: 140px;
}
.k2AccountPage table.admintable td.key label {
  font-weight: 700;
  margin: 0;
}
.k2AccountPage table.admintable td input {
  margin: 0;
}
.k2AccountPage table.admintable td input[type="radio"],
.k2AccountPage table.admintable td input[type="checkbox"] {
  vertical-align: top;
  margin-top: 3px;
}
.k2AccountPage table.admintable td label {
  display: inline-block;
}
.k2AccountPage table.admintable td label.radiobtn,
.k2AccountPage table.admintable td label.radio {
  margin: 0 10px 0 0;
}
.k2AccountPage table.admintable td label input[type="radio"],
.k2AccountPage table.admintable td label input[type="checkbox"] {
  margin-left: -18px;
}
.k2LoginBlock ul,
.k2UserBlock ul,
.k2ArchivesBlock ul,
.k2UsersBlock ul,
.k2CategoriesListBlock ul {
  list-style: none;
}
.k2LoginBlock ul li,
.k2UserBlock ul li,
.k2ArchivesBlock ul li,
.k2UsersBlock ul li,
.k2CategoriesListBlock ul li {
  background: url("../../../images/bullet.gif") no-repeat left 8px;
  padding: 0 0 0 10px;
}
.k2ItemsBlock ul li .moduleItemIntrotext {
  display: block;
  line-height: 120%;
  padding: 4px 0;
}
.k2ItemsBlock ul li .moduleItemIntrotext a.moduleItemImage img {
  border: 2px solid #ddd;
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0;
}
.k2ItemsBlock ul li .moduleItemTags a {
  padding: 0 2px;
}
div.k2LoginBlock fieldset.input,
.k2UserBlock fieldset.input {
  margin-bottom: 10px;
}
div.k2LoginBlock fieldset.input p,
.k2UserBlock fieldset.input p {
  margin-bottom: 10px;
  padding: 0;
}
div.k2LoginBlock fieldset.input #form-login-username label,
div.k2LoginBlock fieldset.input #form-login-password label,
.k2UserBlock fieldset.input #form-login-username label,
.k2UserBlock fieldset.input #form-login-password label {
  font-weight: 700;
}
div.k2LoginBlock fieldset.input #form-login-username input,
div.k2LoginBlock fieldset.input #form-login-password input,
.k2UserBlock fieldset.input #form-login-username input,
.k2UserBlock fieldset.input #form-login-password input {
  width: 90%;
  margin-bottom: 0;
}
div.k2LoginBlock fieldset.input #form-login-remember input,
.k2UserBlock fieldset.input #form-login-remember input {
  vertical-align: inherit;
}
div.k2LoginBlock .k2UserBlockDetails span.ubName,
.k2UserBlock .k2UserBlockDetails span.ubName {
  display: block;
  font-weight: 700;
}
div.k2LoginBlock .k2UserBlockDetails span.ubCommentsCount,
.k2UserBlock .k2UserBlockDetails span.ubCommentsCount {
  clear: both;
  display: block;
}
.k2AuthorsListBlock ul {
  list-style: none;
}
.k2AuthorsListBlock .abAuthorName {
  font-weight: 700;
}
.k2AuthorsListBlock .abAuthorName span {
  font-weight: normal;
}
.k2BreadcrumbsBlock .bcTitle {
  color: #999;
  padding: 0 4px 0 0;
}
.k2BreadcrumbsBlock .bcSeparator {
  font-size: 14px;
  padding: 0 4px;
}
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}
div.k2CalendarLoader {
  background: #fff url("../../../images/system/k2CalendarLoader.gif") no-repeat 50% 50%;
}
table.calendar {
  background: #fff;
  border-collapse: collapse;
  margin: 0 auto;
}
table.calendar tr td {
  background: #fff;
  border: 1px solid #f4f4f4;
  font-size: 10px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}
table.calendar tr td.calendarNavMonthPrev {
  background: #f3f3f3;
  text-align: left;
}
table.calendar tr td.calendarCurrentMonth {
  background: #f3f3f3;
}
table.calendar tr td.calendarNavMonthNext {
  background: #f3f3f3;
  text-align: right;
}
table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 9px;
  width: 14.2%;
}
table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}
table.calendar tr td.calendarDateLinked {
  padding: 0;
}
table.calendar tr td.calendarDateLinked a {
  background: #eee;
  display: block;
  padding: 2px;
  text-decoration: none;
}
table.calendar tr td.calendarDateLinked a:hover,
table.calendar tr td.calendarDateLinked a:focus,
table.calendar tr td.calendarDateLinked a:active {
  background: #135cae;
  color: #fff;
  display: block;
  padding: 2px;
  text-decoration: none;
}
table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}
table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
  color: #fff;
  display: block;
  padding: 2px;
  text-decoration: none;
}
table.calendar tr td.calendarTodayLinked a:hover,
table.calendar tr td.calendarTodayLinked a:focus,
table.calendar tr td.calendarTodayLinked a:active {
  background: #BFD9FF;
  display: block;
  padding: 2px;
  text-decoration: none;
}
.k2CategorySelectBlock form select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 99%;
}
.k2CategorySelectBlock ul li a span.catTitle {
  padding-right: 4px;
}
.k2CategorySelectBlock ul li.activeCategory a {
  font-weight: bold;
}
.k2SearchBlock {
  position: relative;
}
.k2SearchBlock input.inputbox {
  margin: 0;
  width: 90%;
}
.k2SearchBlock input.inputbox.withbutton {
  width: 52%;
}
.k2SearchBlock input.inputbox.withbuttonimage {
  width: 67%;
}
.k2SearchBlock input.button {
  padding: 8px 7px 7px;
}
.k2SearchBlock input.button[type="image"] {
  padding: 7px;
}
.k2SearchBlock .k2LiveSearchResults {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  left: 0;
  position: absolute;
  top: 30px;
  width: 98%;
  z-index: 99;
}
.k2SearchBlock .k2LiveSearchResults .liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}
.k2SearchBlock .k2LiveSearchResults .liveSearchResults li a {
  border-top: 1px dotted #eee;
  display: block;
  padding: 2px;
}
.k2SearchBlock .k2LiveSearchResults .liveSearchResults li a:hover {
  background: #fffff0;
}
.k2TagCloudBlock a {
  display: block;
  float: left;
  line-height: normal;
  padding: 4px;
}
.k2TagCloudBlock a:hover {
  background: #135cae;
  color: #fff;
  display: block;
  float: left;
  padding: 4px;
  text-decoration: none;
}
.k2UsersBlock ul {
  list-style: none;
  margin: 0;
}
.k2UsersBlock ul li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.k2UsersBlock ul li.lastItem {
  margin: 0;
  padding: 0;
}
.k2UsersBlock ul li h3 {
  border-top: 2px solid #ddd;
  clear: both;
  line-height: normal;
  margin: 10px 0;
  padding: 10px 0 0 0;
  text-transform: capitalize;
}
.k2UsersBlock ul li ul.ubUserItems li {
  margin: 0;
  padding: 0 0 0 10px;
}
.k2UsersBlock .ubUserName {
  font-weight: 700;
}
.k2UsersBlock .ubUserAdditionalInfo {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}
.k2UsersBlock .ubUserAdditionalInfo a.ubUserFeedIcon,
.k2UsersBlock .ubUserAdditionalInfo a.ubUserFeedIcon:hover {
  background: url("../../../images/fugue/feed.png") no-repeat 50% 50%;
  float: left;
  height: 16px;
  margin: 0 5px 0 0;
  padding: 0;
  width: 16px;
}
.k2UsersBlock .ubUserAdditionalInfo a.ubUserURL,
.k2UsersBlock .ubUserAdditionalInfo a.ubUserURL:hover {
  background: url("../../../images/fugue/globe.png") no-repeat 50% 50%;
  float: left;
  height: 16px;
  margin: 0 5px 0 0;
  padding: 0;
  width: 16px;
}
.k2UsersBlock .ubUserAdditionalInfo .ubUserEmail {
  background: url("../../../images/fugue/mail.png") no-repeat 50% 50%;
  float: left;
  height: 16px;
  margin: 0 5px 0 0;
  overflow: hidden;
  padding: 0;
  width: 16px;
}
.k2UsersBlock .ubUserAdditionalInfo .ubUserEmail a {
  display: inline-block;
  height: 16px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 16px;
}
#k2Container .ja-brief-history {
  background: #f0f0f0;
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 0;
  width: 205px;
}
#k2Container .ja-brief-history .inner {
  border: 1px solid #fff;
  padding: 10px;
}
#k2Container .ja-brief-history img {
  background: #fff;
  margin: 0;
  padding: 2px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#k2Container .ja-brief-history p {
  font-style: italic;
  margin: 10px 0 0 0;
}
.itemInterView .itemIntroText,
.itemInterView .interview-intro {
  font-style: italic;
  font-weight: bold;
}
a.icon-video,
a.icon-photo {
  background: url("../../../images/icon-14.png") no-repeat 0 -12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  max-height: 14px;
  padding-left: 18px;
}
a.icon-photo {
  background: url("../../../images/icon-14.png") no-repeat 0 0;
}
p.question {
  background: url("../../../images/system/icon-question.png") no-repeat 0 2px;
  font-size: 110%;
  font-style: italic;
  font-weight: bold;
  min-height: 25px;
  padding-left: 25px;
}
.k2Padding {
  padding: 4px;
}
.clr,
.itemRelated ul li.clr {
  border: none;
  clear: both;
  display: block;
  float: none;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.even,
.odd {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  padding: 2px;
}
.itemHeader span.itemAuthor {
  display: block;
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.itemHeader span.itemAuthor a {
  font-weight: 700;
}
.itemHeader span.itemAuthor a:hover,
.itemHeader span.itemAuthor a:active,
.itemHeader span.itemAuthor a:focus {
  text-decoration: none;
}
.itemToolbar ul > li:first-child,
img,
.lastItem {
  border: none;
}
.itemToolbar ul li a#fontDecrease,
.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}
.itemRatingBlock span,
.catItemRatingBlock span {
  color: #999;
  display: block;
  float: left;
  font-style: normal;
  line-height: 25px;
  margin: 0;
  padding: 0 4px 0 0;
}
.itemImageBlock,
.catItemImageBlock {
  margin: 0 0 16px 0;
  padding: 8px;
}
.itemImage,
.catItemImage {
  display: block;
  margin: 0 0 8px 0;
  text-align: center;
}
.itemExtraFields,
.catItemExtraFields,
.genericItemExtraFields {
  border-top: 1px dotted #ddd;
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
}
.itemExtraFields h3,
.catItemExtraFields h4,
.genericItemExtraFields h4 {
  line-height: normal !important;
  margin: 0;
  padding: 0 0 8px 0;
}
.itemAttachmentsBlock .itemAttachments li,
.catItemAttachmentsBlock .catItemAttachments li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 4px;
  text-align: center;
}
.itemAttachmentsBlock ul.itemAttachments li span,
.catItemAttachmentsBlock ul.catItemAttachments li span {
  color: #999;
  font-size: 10px;
  font-weight: normal;
}
.itemAuthorLatest,
.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}
.itemAuthorLatest ul,
.itemRelated ul {
  list-style: none;
  margin: 0;
}
.itemAuthorLatest ul li,
.itemRelated ul li {
  background: url("../../../images/bullet.gif") no-repeat left 12px;
  padding: 5px 0 5px 10px;
}
.itemNavigation a.itemPrevious,
div.itemNavigation a.itemNext {
  padding: 0 12px;
}
.k2LatestCommentsBlock ul,
.k2TopCommentersBlock ul {
  list-style: none;
}
.k2LatestCommentsBlock ul li,
.k2TopCommentersBlock ul li {
  padding: 10px 0;
}
.k2LatestCommentsBlock .lcUsername {
  display: block;
  font-weight: 700;
}
.k2LatestCommentsBlock .lcItemTitle,
.k2LatestCommentsBlock .lcItemCategory {
  font-weight: 700;
}
.k2LatestCommentsBlock .lcItemTitle a,
.k2LatestCommentsBlock .lcItemCategory a {
  color: #333333;
}
.k2LatestCommentsBlock .lcItemTitle a:hover,
.k2LatestCommentsBlock .lcItemTitle a:active,
.k2LatestCommentsBlock .lcItemTitle a:focus,
.k2LatestCommentsBlock .lcItemCategory a:hover,
.k2LatestCommentsBlock .lcItemCategory a:active,
.k2LatestCommentsBlock .lcItemCategory a:focus {
  color: #006699;
  text-decoration: none;
}
.k2LatestCommentsBlock .wrap-lcComment {
  color: #006699;
}
.k2LatestCommentsBlock .wrap-lcComment a:hover,
.k2LatestCommentsBlock .wrap-lcComment a a:active,
.k2LatestCommentsBlock .wrap-lcComment a a:focus {
  text-decoration: none;
}
.k2TopCommentersBlock .tcLink {
  font-weight: 700;
}
.k2TopCommentersBlock .tcLink .tcCommentsCounter {
  font-weight: normal;
}
.k2TopCommentersBlock a.tcLatestComment:hover,
.k2TopCommentersBlock a.tcLatestComment:active,
.k2TopCommentersBlock a.tcLatestComment:focus {
  text-decoration: none;
}
.itemComments ul.itemCommentsList li .commentLink a:hover,
.itemComments ul.itemCommentsList li .commentToolbar a:hover {
  color: #555;
  font-size: 11px;
  text-decoration: underline;
}
.itemComments ul.itemCommentsList li span.commentToolbar,
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  clear: both;
  display: block;
}
.itemComments ul.itemCommentsList li span.commentToolbarLoading,
.k2SearchBlock form input.k2SearchLoading {
  background: url("../../../images/system/searchLoader.gif") no-repeat 100% 50%;
}
.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 4px 0;
}
.itemCommentsForm form span#formLog,
.itemCommentsForm form span#formLog {
  color: #CF1919;
  font-weight: bold;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}
.itemCommentsForm form .formLogLoading,
.k2ReportCommentFormContainer form .formLogLoading {
  background: url("../../../images/system/loading.gif") no-repeat left center;
}
.itemBackToTop a,
.itemBackToTop a:hover {
  text-decoration: underline;
}
.catItemAddLink,
.userItemAddLink {
  float: right;
  margin-right: 10px;
}
.subCategory a.subCategoryImage img,
.subCategory a.subCategoryImage:hover img,
.latestItemsCategoryImage img {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  padding: 4px;
}
.groupLinks,
.k2AccountPage td#userAdminParams {
  margin: 0;
  padding: 0;
}
.userBlock div.userAdditionalInfo,
.latestItemsUser p.latestItemsUserAdditionalInfo {
  margin: 8px 0 0 0;
  padding: 4px 0;
}
.userItemView:first-child {
  border-top: 0;
}
.latestItemsUser .latestItemsUserDescription,
.itemComments .itemCommentsList li p,
.userBlock .userDescription {
  padding: 4px 0;
}
.latestItemVideoBlock,
.itemVideoBlock,
.catItemVideoBlock {
  background: #222 url("../../../images/system/videoplayer-bg.gif") repeat-x bottom;
  margin: 0 0 15px;
  padding: 15px;
}
.k2TopCommentersBlock ul li span.tcLatestCommentDate,
.itemNavigation span.itemNavigationTitle,
.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel,
.itemExtraFields ul li span.itemExtraFieldsLabel,
.catItemExtraFields ul li span.catItemExtraFieldsLabel,
.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
.k2ItemsBlock ul li a.moduleItemComments,
.k2ItemsBlock ul li .moduleItemHits {
  border-right: 1px solid #ccc;
  margin: 0 8px 0 0;
  padding: 0 4px 0 0;
}
.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults,
.itemExtraFields ul,
div.catItemExtraFields ul,
.genericItemExtraFields ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.k2TagCloudBlock,
.itemSocialSharing,
.catItemRatingBlock {
  padding: 8px 0;
}
.k2Pagination ul,
.itemVideoBlock div.itemVideoEmbedded,
.catItemVideoBlock div.catItemVideoEmbedded,
.latestItemsCategoryImage {
  text-align: center;
}
.subCategoryContainer,
.itemContainer,
.latestItemsContainer {
  float: left;
  background: url("../../../images/dot-2.gif") repeat-y right top;
}
.subCategoryContainerLast,
.itemContainerLast,
.latestItemsContainerLast {
  background: none;
}
.itemTagsBlock ul.itemTags li,
.catItemTagsBlock ul.catItemTags li,
.userItemTagsBlock ul.userItemTags li,
.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 4px 0 0;
  text-align: center;
}
.itemAuthorBlock img.itemAuthorAvatar,
.itemListCategory img,
.userBlock img,
.latestItemsUser img {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  float: left;
  margin: 0 8px 0 0;
  padding: 4px;
}
.itemCommentsForm form label.formEmail,
.itemCommentsForm form label.formUrl,
.itemCommentsForm form label.formRecaptcha,
.itemCommentsForm form label.formComment,
.itemCommentsForm form label.formName {
  display: block;
  margin: 12px 0 0 2px;
}
.catItemVideoBlock span.catItemVideo,
.latestItemVideoBlock span.latestItemVideo,
.k2LoginBlock fieldset.input p label,
.itemExtraFields ul li,
.catItemExtraFields ul li,
.genericItemExtraFields ul li {
  display: block;
}
.catItemImageGallery,
.userItemLinks,
.latestItemLinks,
.itemImageGallery,
.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
.userURL,
.userEmail,
.latestItemsUserURL,
.latestItemsUserEmail {
  color: #555;
  display: block;
  font-weight: bold;
}
.userItemImageBlock,
.tagItemImageBlock,
.genericItemImageBlock,
.latestItemImageBlock {
  float: left;
  margin: 0;
  padding: 0;
}
.userItemImage,
.tagItemImage,
.genericItemImage,
.latestItemImage {
  display: block;
  margin: 0 8px 8px 0;
  text-align: center;
}
.userItemTagsBlock ul.userItemTags,
.latestItemTagsBlock ul.latestItemTags,
.itemTagsBlock ul.itemTags,
.itemAttachmentsBlock ul.itemAttachments,
.catItemTagsBlock ul.catItemTags,
.catItemAttachmentsBlock ul.catItemAttachments {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.latestItemCommentsLink,
.catItemCommentsLink,
.userItemCommentsLink {
  border-right: 1px solid #ccc;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
.genericItemBody,
.latestItemBody,
.itemBody,
.catItemBody,
.userItemBody,
.tagItemBody {
  margin: 0;
  padding: 8px 0;
}
.genericItemIntroText p img,
.latestItemIntroText p img,
.itemIntroText p img,
.itemFullText p img,
.catItemIntroText p img,
.userItemIntroText p img,
.tagItemIntroText p img {
  margin-top: 10px;
}
.genericItemIntroText img,
.latestItemIntroText img,
.itemIntroText img,
.itemFullText img,
.catItemIntroText img,
.userItemIntroText img,
.tagItemIntroText img {
  margin-bottom: 20px;
  margin-top: 4px;
}
.genericItemIntroText img.left,
.latestItemIntroText img.left,
.itemIntroText img.left,
.itemFullText img.left,
.catItemIntroText img.left,
.userItemIntroText img.left,
.tagItemIntroText img.left {
  float: left;
  margin-right: 20px;
}
.genericItemIntroText img.right,
.latestItemIntroText img.right,
.itemIntroText img.right,
.itemFullText img.right,
.catItemIntroText img.right,
.userItemIntroText img.right,
.tagItemIntroText img.right {
  float: right;
  margin-left: 20px;
}
.k2LoginBlock fieldset.input p#form-login-remember label,
.k2LoginBlock fieldset.input p#form-login-remember input,
.k2Pagination ul li,
div.catItemReadMore,
.userItemReadMore,
.tagItemReadMore,
.genericItemReadMore {
  display: inline;
}
table.calendar tr td.calendarNavMonthPrev a,
table.calendar tr td.calendarNavMonthPrev a:hover,
table.calendar tr td.calendarNavMonthNext a,
table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span,
a.ubUserURL span,
a.ubUserURL:hover span,
.k2FeedIcon a span,
.k2FeedIcon a:hover span,
.siteRoot,
.itemToolbar ul li a#fontDecrease span,
.itemToolbar ul li a#fontIncrease span,
.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
.catItemAttachmentsBlock,
.userItemTagsBlock,
.latestItemTagsBlock,
.itemHitsTwitter,
.itemTagsBlock,
.itemAttachmentsBlock,
.itemSocialSharing,
.catItemHitsBlock,
.catItemTagsBlock {
  *zoom: 1;
  border-bottom: 1px dotted #ccc;
  padding: 4px;
}
.catItemAttachmentsBlock:before,
.catItemAttachmentsBlock:after,
.userItemTagsBlock:before,
.userItemTagsBlock:after,
.latestItemTagsBlock:before,
.latestItemTagsBlock:after,
.itemHitsTwitter:before,
.itemHitsTwitter:after,
.itemTagsBlock:before,
.itemTagsBlock:after,
.itemAttachmentsBlock:before,
.itemAttachmentsBlock:after,
.itemSocialSharing:before,
.itemSocialSharing:after,
.catItemHitsBlock:before,
.catItemHitsBlock:after,
.catItemTagsBlock:before,
.catItemTagsBlock:after {
  display: table;
  content: "";
  line-height: 0;
}
.catItemAttachmentsBlock:after,
.userItemTagsBlock:after,
.latestItemTagsBlock:after,
.itemHitsTwitter:after,
.itemTagsBlock:after,
.itemAttachmentsBlock:after,
.itemSocialSharing:after,
.catItemHitsBlock:after,
.catItemTagsBlock:after {
  clear: both;
}
.catItemAttachmentsBlock span,
.userItemTagsBlock span,
.latestItemTagsBlock span,
.itemHitsTwitter span,
.itemTagsBlock span,
.itemAttachmentsBlock span,
.itemSocialSharing span,
.catItemHitsBlock span,
.catItemTagsBlock span {
  color: #555;
  font-weight: bold;
  padding: 0 4px 0 0;
}
.itemSocialSharing {
  border-bottom: 0;
}

