/* item view */
h1 > sup {
  font-size: 13px;
  top: -2.5em;
  color: #fff;
  background: #CB4900;
  padding: 0 6px;
}

ul li.itemResizer a {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url('../images/style1/fonts.png') no-repeat 0 3px;
  text-indent: -9999em;
}

ul li.itemResizer span {
  padding: 0 6px 0 0;
}

ul li.itemResizer a:hover#fontDecrease {
  background-position: 0 -23px;
}

ul li.itemResizer #fontIncrease {
  width: 11px;
  background-position: 100% 2px;
}

ul li.itemResizer a:hover#fontIncrease {
  background-position: 100% -22px;
}

.smallerFontSize {
  font-size: 90% !important;
}

.largerFontSize {
  font-size: 115% !important;
}

ul li.itemComments a {
  position: absolute;
  display: block;
  top: 9px;
  width: 21px;
  right: 0;
  height: 21px;
  background: url('../images/style1/comment.png') no-repeat 0 0;
  font-size: 11px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
}

ul li.itemComments a:hover {
  background-position: 0 100% !important;
}

.itemImageCaption {
  font-size: 11px;
  display: block;
  text-align: right;
}

.itemExtraFields ul li span.itemExtraFieldsValue,.itemLinks .itemLinksLeft .itemCategory a,.itemLinks .itemLinksLeft .itemAttachmentsBlock ul,.itemLinks .itemLinksRight .itemTagsBlock ul {
  display: block;
  margin: 0 0 0 23%;
}

.itemBottom .itemRatingBlock span,.itemBottom .itemRatingBlock .itemRatingList,.itemBottom .itemRatingBlock .itemRatingForm ul.itemRatingList li,.itemLinks .itemLinksLeft .itemCategory span,.itemLinks .itemLinksLeft .itemAttachmentsBlock > span,.itemExtraFields ul li span.itemExtraFieldsLabel,.itemLinks .itemLinksRight .itemTagsBlock span,.itemLinks .itemLinksRight .itemTagsBlock ul li,.latestView .itemsContainer {
  float: left;
}

.itemBottom,.itemLinks {
  clear: both;
  font-size: 12px;
}

.itemLinks .itemLinksRight .itemTagsBlock,.itemLinks .itemLinksRight {
  clear: both;
  overflow: hidden;
}

.itemExtraFields {
  margin: 0 0 24px;
}

.itemExtraFields h3 {
  padding: 8px 0 16px;
  border-top: 4px solid #f47c38;
}

.itemBottom small.itemDateModified {
  display: block;
  text-align: right;
}

.itemRatingBlock {
  overflow: hidden;
}

.itemRatingBlock span {
  float: left;
}

.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  margin-left: 22%;
}

.itemRatingLog {
  margin: -2px 0 0;
  padding: 0 0 0 4px;
  float: left;
  line-height: 25px;
}

itemCommentsForm span.formLog {
  display: block;
  clear: both;
  padding: 12px 0;
  font-size: 11px;
  color: #ff0000;
}

.itemRatingForm .formLogLoading {
  background: url('../images/style1/loading.gif') no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}

.itemRatingList,.itemRatingList a:hover,.itemRatingList .itemCurrentRating {
  background: url('../images/style1/star.png') left -1000px repeat-x;
}

.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0 6px !important;
  padding: 0;
  background-position: left top;
}

.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
  border: none !important;
}

.itemRatingList a,.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.itemRatingList a:hover {
  background-position: left center;
}

.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}

.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}

.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}

.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}

.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}

.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 bottom;
  margin: 0;
  padding: 0;
}

.itemTags li a,.k2TagCloudBlock a {
  display: block;
  height: 19px;
  margin: 2px 8px 0 0;
  padding: 0 10px 0 20px;

  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  font: bold 10px/19px Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
  color: #fff !important;
  background: #f47c38 url('../images/style1/tags.png') no-repeat 0 0;
}

.itemTags li a:hover,.k2TagCloudBlock a:hover {
  background: #252525 url('../images/style1/tags.png') no-repeat 0 100%;
}

.itemBottom,.itemExtraFields ul li,.itemLinks .itemLinksLeft > div,.itemLinks .itemLinksRight > div {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.itemLinks ul li {
  list-style: none;
}

.itemLinks .itemLinksLeft .itemAttachmentsBlock ul li a span {
  color: #676767;
}

.itemLinks .itemLinksRight > div {
  float: left;
}

.itemAuthorBlock {
  clear: both;
  margin: 32px 0;
  padding: 24px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fbfbfb;
}

.itemAuthorBlock > img {
  float: left;
  margin: 0 24px 0 0;
}

.itemAuthorContent div {
  float: left;
  width: 45%;
  margin-right: 4%;
}

.itemAuthorContent div h3 {
  margin: 0 0 6px;
  font-size: 14px;
}

.itemAuthorContent div ul {
  font-size: 13px;
}

.itemAuthorContent div ul li {
  list-style: inside;
  line-height: 1.7;
}

.itemAuthorContent div ul li a,.itemAuthorBlock h3 a {
  color: #676767 !important;
}

.itemAuthorContent div ul li a:hover,.itemAuthorBlock h3 a:hover {
  color: #CB4900 !important;
}

.itemNavigation {
  clear: both;
  padding: 32px 0 0;
  font-size: 12px;
}

.itemComments,.itemCommentsForm {
  overflow: hidden;
}

.itemCommentsForm label {
  display: block;
  clear: both;
}

.itemCommentsForm textarea,.itemCommentsForm .inputbox {
  float: left;
}

.itemCommentsForm textarea.inputbox {
  height: 200px;
}

.itemCommentsForm .inputbox {
  width: 400px;
}

.itemCommentsForm #submitCommentButton {
  clear: both;
  margin: 20px 0 0;
}

.itemCommentsForm .itemCommentsFormNotes {
  color: #999;
  font-size: 10px;
  font-style: italic;
}

#itemCommentsAnchor {
  clear: both;
  margin: 48px 0 0;
  padding: 0 24px;

  background-image: -webkit-linear-gradient(top, rgb(248,248,248) 1%, rgb(255,255,255) 50%);
  background-image: -moz-linear-gradient(top, rgb(248,248,248) 1%, rgb(255,255,255) 50%);
  background-image: -o-linear-gradient(top, rgb(248,248,248) 1%, rgb(255,255,255) 50%);
  background-image: -ms-linear-gradient(top, rgb(248,248,248) 1%, rgb(255,255,255) 50%);
  background-image: linear-gradient(top, rgb(248,248,248) 1%, rgb(255,255,255) 50%);
}

.itemComments h3 {
  margin: 0 -24px;
  padding: 8px 24px 16px;
  border-top: 4px solid #f47c38;
}

.itemComments .itemCommentsList li {
  border-top: 1px solid #eee;
  padding: 12px 0 16px;
  font-size: 12px;
}

.itemComments .itemCommentsList li img {
  margin: 12px 0 0;
  float: left;
}

.itemComments .itemCommentsList li > div {
  margin: 0 0 0 100px;
}

.itemComments .itemCommentsList li div div {
  text-align: right;
}

.itemComments .itemCommentsList li div div span {
  margin-left: 24px;
  font-size: 11px;
  color: #999;
}

.itemBackToTop{ display:none !important; }
  float: right;
}

/* Items views */
.itemList article header h2,.itemsContainerWrap article header h1 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 28px;
}

.itemList article header li {
  border: none;
  padding: 0 0 3px;
}

.itemList ul.itemTags {
  clear: both;
  padding: 12px 0 0;
}

.itemList ul.itemTags li {
  float: left;
}

.clr {
  clear: both;
}

.itemListSubCategories {
  overflow: hidden;
}

.userView article,.genericView article,.itemList article {
  clear: both;
  overflow: hidden;
  margin-bottom: 32px;
}

/*.itemListSubCategories h2*/
.subCategoryContainer {
  float: left;
  margin-bottom: 32px;
}

.subCategoryContainer .subCategory {
  margin: 0 32px 24px 0;
}

.itemContainer {
  float: left;
  margin-bottom: 48px;
}

.itemContainer article,.latestView .itemsContainerWrap {
  margin: 0 32px 0 0;
}

itemContainerLast article {
  margin: 0;
}

#itemListLinks {
  clear: both;
}

/* Modules */
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments & Author module*/
.k2LatestCommentsBlock ul {
  padding: 0 0 12px 0 !important;
  margin: 0 !important;
}

.k2LatestCommentsBlock ul li,.k2TopCommentersBlock ul li {
  padding: 20px 0 !important;
  list-style: none !important;
  line-height: 1.3 !important;
  font-weight: normal;
}

.k2LatestCommentsBlock ul li:first-child {
  margin-top: 0 !important;
}

.k2LatestCommentsBlock .k2CommentItem {
  border-top: none;
  margin: 0 0 0 71px;
}

.k2LatestCommentsBlock ul li .k2Avatar,.itemComments ul.itemCommentsList li .commentAuthorAvatar,.k2AuthorsListBlock .k2Avatar {
  display: block !important;
  float: left;
  margin: 2px 20px 0 0;
}

.k2LatestCommentsBlock ul li a.lcAvatar img,.itemComments ul.itemCommentsList li .commentAuthorAvatar img,.k2AuthorsListBlock .abAuthorAvatar img {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.itemComments ul.itemCommentsList li .commentAuthorAvatar {
  margin-left: -60px !important;
  margin-top: 16px !important;
}

.k2CommentItem p {
  margin: 0 0 8px;
}

.k2CommentItem span {
  display: block;
  font-size: 11px;
  padding: 2px 0 0;
}

.k2AuthorsListBlock ul li {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
  margin: 12px 0 0;
  padding: 0 0 0 12px;
  font-size: 11px;
  line-height: 14px;
}

.k2AuthorsListBlock ul li a.abAuthorLatestItem span {
  display: block;
  font-size: 10px;
  color: #777;
}

/* Top Commenters */
.tcUsername {
  font-size: 18px;
  color: #333;
}

.tcLatestComment {
  display: block;
  margin: 6px 0;
  font-size: 11px;
  color: #777;
  line-height: 16px;
}

.tcLatestCommentDate {
  display: block;
  font-size: 11px;
  color: #999;
}

/*----------------------------------------------------------------------
Modules:  mod_k2_content
----------------------------------------------------------------------*/
div .k2ItemsBlock ul {
  margin-right: -20px;
}

div .k2ItemsBlock ul li {
  margin: 0 0 12px;
  background: none !important;
  padding: 12px 20px 12px 0 !important;
  list-style: none !important;
}

.k2ItemsBlock ul li a.moduleItemTitle {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.k2ItemsBlock ul li .moduleItemAuthor {
  color: #666;
  font-size: 90%;
}

.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {
  border: 1px dotted #dadada;
  display: block;
  float: right;
  height: auto;
  margin: 0 4px 0 0;
  padding: 2px;
  width: 14px;
}

.k2ItemsBlock ul li .moduleItemIntrotext {
  display: block;
  padding: 8px 0;
  line-height: 1.6;
}

.k2ItemsBlock ul li .moduleItemIntrotext a.moduleItemImage img {
  float: left;
  overflow: hidden;
  margin: 4px 0;
}

.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

.k2ItemsBlock ul li a.moduleItemCategory {
  font-size: 90%;
}

.k2ItemsBlock ul li .moduleItemTags {
  font-size: 90%;
}

.k2ItemsBlock ul li .moduleItemTags a {
  padding: 0 2px;
}

.k2ItemsBlock ul li .moduleAttachments {
  font-size: 90%;
}

a.moduleItemComments {
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 10px;
  text-align: center;
  display: block;
  width: 31px;
  height: 28px;
  float: left;
  line-height: 24px;
}

a:hover.moduleItemComments {
  background-position: 0 100%;
  color: #fff;
}

.k2ItemsBlock ul li span.moduleItemHits {
  font-size: 90%;
  border-right: 1px solid #dadada;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

.k2ItemsBlock .moduleItemImage {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.k2ItemsBlock a.moduleCustomLink {
  font-size: 90%;
}

.k2ItemsBlock .k2FeedIcon {
  padding: 0;
  margin-top: -20px;
}

/*---Modules:  mod_k2_login ---*/
.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}

.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}

.k2LoginBlock fieldset.input p label,.k2LoginBlock fieldset.input p input {
  display: block;
}

.k2LoginBlock fieldset.input p#form-login-remember label,.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}

.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #eee;
}

.k2UserBlock .k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

/* ---Modules:  mod_k2_tools ---*/
/* ---Breadcrumbs ---*/
.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}

.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

/* ---Calendar ---*/
.k2CalendarBlock {
  margin-bottom: 8px;
}

/* use this height value so that the calendar height won't change on Month change via ajax */
.k2CalendarLoader {
  background: #fff;
}

.k2CalendarBlock table.calendar {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
  border-left: 1px solid #eee;
}

.k2CalendarBlock table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  border: 1px solid #eee;
  background: #fff;
}

.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
  background: #fff;
  text-align: center;
  font-size: 15px !important;
}

.k2CalendarBlock table.calendar tr td.calendarDayName {
  background: #f5f5f5;
  font-size: 11px;
  width: 14.2%;
  color: #333;
  font-weight: 600;
}

.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}

.k2CalendarBlock table.calendar tr td.calendarDate {
  font-size: 11px;
}

.k2CalendarBlock table.calendar tr td.calendarDateLinked {
  padding: 0;
}

.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #fff;
}

.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #cb4900;
  color: #fff !important;
  padding: 2px;
  text-decoration: none;
}

.k2CalendarBlock table.calendar tr td.calendarToday {
  background: #cb4900;
  color: #fff;
}

.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
  background: #f47c38;
  color: #fff;
  padding: 0;
}

table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff !important;
  text-decoration: none;
}

.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #252525;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}

/* ---Category Tree Select Box ---*/
.k2CategorySelectBlock form select {
  width: auto;
}

/* ---Tag Cloud ---*/
.k2TagCloudBlock {
  padding: 8px 0;
  font-size: 15px;
}

.k2TagCloudBlock a {
  float: left;
  margin-bottom: 6px;
}

/* ---Google Search ---*/
#k2Container .gsc-branding-text {
  text-align: right;
}

#k2Container .gsc-control {
  width: 100%;
}

#k2Container .gs-visibleUrl {
  display: none;
}

/* ---Modules:  mod_k2_users ---*/
a.ubUserFeedIcon,a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

a.ubUserFeedIcon span,a.ubUserFeedIcon:hover span {
  display: none;
}

a.ubUserURL,a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

a.ubUserURL span,a.ubUserURL:hover span {
  display: none;
}

span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}

.catCounter {
  font-size: 11px;
  font-weight: normal;
}
.itemCommentsPagination ul li {
     display: inline-block;
     margin: 0 3px;    
     font-size: 80%;
}
.itemCommentsPagination ul  {
     text-align: right;    
}
