/**
 * @version		$Id: k2.css 1492 2012-02-22 17:40:09Z joomlaworks@gmail.com $
 * @package		K2
 * @author		JoomlaWorks http://www.joomlaworks.net
 * @copyright	Copyright (c) 2006 - 2012 JoomlaWorks Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
 
/*----------------------------------------------------------------------
	Common Elements
----------------------------------------------------------------------*/
/* --- Basic typography --- */
a:active,
a:focus {
  outline: 0;
}

img {
  border: none;
}

/* --- Global K2 container --- */
#k2Container {
  padding: 0 0 24px 0;
}

body.contentpane #k2Container {
  padding: 16px; /* used in popups */
}

body.com_k2 .column {
  overflow: visible;
}

#k2Container div.componentheading {
	background-position: 30px 5px !important;
	padding-left: 30px;
}

/* --- General padding --- */
.k2Padding {
  padding: 4px;
  }

/* --- Clearing --- */
.clr {
  border: none;
  clear: both;
  display: block;
  float: none;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

/* --- RSS feed icon --- */
div.k2FeedIcon {
  padding: 4px 8px;
}

div.k2FeedIcon a,
div.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;
}

div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}

/* --- Rating --- */
.itemRatingForm {
  display: block;
  float: left;
  line-height: 25px;
  vertical-align: middle;
}

.itemRatingLog {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
}

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

#k2Container .itemRatingList,
#k2Container .itemRatingList a:hover,
#k2Container .itemRatingList .itemCurrentRating {
  background: 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;
}

span.siteRoot {
  display: none;
}

/* --- CSS added with Javascript --- */
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}

.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

/* --- ReCaptcha --- */
.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; /* this class is used to clear all previous floating list elements */
  display: none;
  float: none;
}

.lastItem {
  border: none; /* class appended on last list item */
}

/* --- Avatars --- */
.k2Avatar img {
  background: #fff;
  display: block;
  float: left;
  margin: 7px 10px 0 0;
  padding: 2px;
}

/* --- Pagination --- */
div.k2Pagination {
  color: #999;
  margin: 20px 0 0 0;
  padding: 8px;
  text-align: center;
}

/* --- Pagination (additional styling for Joomla! 1.6+) --- */
div.k2Pagination ul {
  text-align: center;
  margin: 0px 0px 10px;
}

div.k2Pagination ul li {
  background: none;
  display: inline-block;
  margin: 0 3px;
  padding: 0;

}

div.k2Pagination ul li span,
div.k2Pagination ul li a {
  background: #333;
  color: #fff;
  display: block;
  padding: 6px 8px;
  line-height: 1;
}

div.k2Pagination ul li span {
  background-color: #44b081;
}

div.k2Pagination ul li a:hover,
div.k2Pagination ul li a:focus,
div.k2Pagination ul li a:active {
  background-color: #44b081;
  text-decoration: none;
  margin: 0;
  padding: 6px 8px;
}

div.k2Pagination ul li.pagination-start span,
div.k2Pagination ul li.pagination-prev span,
div.k2Pagination ul li.pagination-next span,
div.k2Pagination ul li.pagination-end span {
  background: #ccc;
  color: #333;
}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  background: transparent;
}

/*----------------------------------------------------------------------
	Component: Item view
----------------------------------------------------------------------*/
div.item-inner,
div.tagItemList,
div.userItemList,
div.genericItemList {
  padding-left: 0px;
  position: relative;
}

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 {
  margin: 0;
  padding: 0;
}

span.itemEditLink {
  display: block;
  float: right;
  margin: 0;
  padding: 4px 0;
  text-align: right;
  width: 120px;
}

span.itemEditLink a {
  background: #eee;
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 12px;
  text-decoration: none;
}

span.itemEditLink a:hover {
  background: #ffffcc;
}

div.itemHeader h2.itemTitle {
  margin: 0 0 10px;
}

div.itemHeader h2.itemTitle span sup {
  color: #CF1919;
  font-size: 12px;
  /* "Featured" presented in superscript */
  text-decoration: none;
}

div.itemHeader span.itemAuthor {
  display: block;
  margin: 0;
  padding: 0;
}

div.itemToolbar {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 10px 0px 5px 0px;
  padding: 5px 0px;
  /*
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 5px;
  */
}

div.itemToolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

div.itemToolbar ul li {
  background: none;
  border-left: 1px solid #ccc;
  display: inline;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0 4px 0 8px;
  text-align: center;
}

div.itemToolbar ul > li:first-child {
  border: none; /* remove the first CSS border from the left of the toolbar */
}

div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}

div.itemToolbar ul li a img {
  vertical-align: middle;
}

div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontDecrease:hover,
div.itemToolbar ul li a#fontDecrease:focus,
div.itemToolbar ul li a#fontDecrease:active {
	text-decoration: none;
}

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 {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontIncrease:hover,
div.itemToolbar ul li a#fontIncrease:focus,
div.itemToolbar ul li a#fontIncrease:active {
	text-decoration: none;
}

div.itemToolbar ul li a#fontIncrease img {
  background: url(../images/system/font_increase.gif) no-repeat;
  height: 13px;
  width: 13px;
}

div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}

div.itemRatingBlock {
  padding: 0;
}

div.itemRatingBlock span {
  color: #000;
  display: block;
  float: left;
  font-style: normal;
  margin: 0;
  padding: 0 4px 0 0;
}

div.itemBody {
  margin: 0;
  padding: 8px 0;
}

div.itemImageBlock {
  margin: 0px;
  padding: 0px;
}

span.itemImage {
  display: block;
  margin: 0 0 8px 0;
  text-align: center;
}
span.itemImage img{
  width: 100% !important;
}

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: #000;
  font-weight: bold;
  padding: 0;
}

div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}

div.itemExtraFields {
  border-top: 1px dotted #ddd;
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
}

div.itemExtraFields h3 {
  line-height: normal !important;
  margin: 0;
  padding: 0 0 8px 0;
}

div.itemExtraFields ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.itemExtraFields ul li {
  display: block;
}

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

div.itemContentFooter {
  border-top: 1px solid #ddd;
  color: #999;
  display: block;
  margin: 16px 0 4px 0;
  padding: 4px;
  text-align: right;
}

span.itemHits {
  float: left;
}
	
div.itemSocialSharing {
border-top: 5px solid #f1f1f1;
padding: 10px 0px 0px;
margin: 10px 0px 0px;
}

div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}

div.itemFacebookButton {
  float: left;
  margin: 2px 24px 0px 0px;
  width: 130px;
}
	
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}

div.itemCategory {
  border-bottom: 1px dotted #ccc;
  padding: 4px;
}

div.itemCategory span {
  color: #555;
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.itemTagsBlock span {
  color: #000;
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.itemTagsBlock ul.itemTags {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.itemTagsBlock ul.itemTags li {
  background: none;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 4px 0 0;
  text-align: center;
}

div.itemTagsBlock ul.itemTags li:after {
  content: ",";
}

div.itemAttachmentsBlock {
  border-top: 5px solid #f1f1f1;
  padding: 10px 0px 0px;
  margin: 10px 0px 0px;
}

div.itemAttachmentsBlock span {
  color: #000;
  font-weight: bold;
  padding: 0 0 0 5px;
}

div.itemAttachmentsBlock ul.itemAttachments {
  display: block;
  list-style: none;
  margin: 10px 0px;
  padding: 0px;
  background: #f1f1f1;
}

div.itemAttachmentsBlock ul.itemAttachments li {
  display: block;
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 10px 5px 10px 40px;
  background: transparent url(../images/itemdownload.png) no-repeat 10px 10px;
  font-size: 130%;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.itemAttachmentsBlock ul.itemAttachments li a {
  color: #000;
  font-weight: bold;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  white-space: nowrap;
}

/* Author block */
div.itemAuthorBlock {
  border-top: 5px solid #f1f1f1;
  padding: 10px 0px 0px;
  margin: 10px 0px 0px;
}
div.itemAuthorBlock h3{
  margin-bottom: 10px;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  background: #f1f1f1;
  border: none;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
}

div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
  margin: 0 0 5px;
  font-family: 'novecento_wide_ultralightbold', sans-serif;
  padding: 0;
}

div.itemAuthorBlock div.itemAuthorDetails h4.itemAuthorName a {
  color: #000;
}

div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName a:hover {
  color: #9e9e9e;
}

div.itemAuthorBlock div.itemAuthorDetails p {
  margin: 0 0 10px;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  color: #555;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  color: #555;
  font-weight: bold;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}

/* Author latest */
div.itemAuthorLatest {
  margin-bottom: 30px;
  padding: 0;
}

div.itemAuthorLatest h3 {
  font-family: "novecento_wide_ultralightbold", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

div.itemAuthorLatest ul {
  margin: 0;
}

div.itemAuthorLatest ul li {
  background: none;
  margin-bottom: 0 !important;
  padding: 2px 0 2px 10px;
}

div.itemAuthorLatest ul li a {
  background: url(../images/bullet-black.gif) no-repeat 0px 6px;
  color: #666;
  padding-left: 10px;
  line-height: 1;
}

div.itemAuthorLatest ul li a:hover,
div.itemAuthorLatest ul li a:focus,
div.itemAuthorLatest ul li a:active {
  background-image: url(../images/bullet-red.gif);
  color: #e31837;
}

/* Related by tag */
div.itemRelated {
  border-top: 5px solid #f1f1f1;
  padding: 10px 0px 0px;
  margin: 10px 0px 0px;
}

div.itemRelated h3 {

  margin: 0 0 10px;
}

div.itemRelated ul {
  margin: 0;
}
div.itemRelated li{
  clear: both;
  margin: 0px 0px 10px;
  display: block;
  overflow: auto !important;
}
div.itemRelated .itemRelImage {
  float: left;
  margin: 0px 10px 0px 0px;
  border: 5px solid #f1f1f1;
}

div.itemRelated ul li {
  background: none;
  margin-bottom: 10px !important;
  padding: 0px;

}

div.itemRelated ul li a {
  background: none;
  padding-left: 0px;
}

div.itemRelated ul li a:hover,
div.itemRelated ul li a:focus,
div.itemRelated ul li a:active {
  background-image: none;
}

div.itemRelated ul li.k2ScrollerElement {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 4px;
}

div.itemRelated ul li.clr {
  border: none;
  clear: both;
  display: block;
  float: none;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
div.itemRelated .itemRelTitle {

}
div.itemRelated .itemRelContent {
  margin: 0px 0px 0px 120px;
}

div.itemRelated .itemRelCat {
  padding: 0px 0px 0px 2px;
}
div.itemRelated .itemRelIntrotext {
  margin: 5px 0px 0px;
}
/* Video */
div.itemVideoBlock {
  background: none;
  margin: 10px 0px;
  padding: 0px;
}
div.itemVideoBlock h3 {
  border-top: 5px solid #f1f1f1;
  padding: 10px 0px 0px;

}
div.itemVideoBlock div.itemVideoEmbedded {
  margin-top: 10px;
  text-align: left; /* for embedded videos (not using AllVideos) */
}
div.itemVideoBlock div.itemVideoEmbedded iframe{ 
  max-width: 100%
}

div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}

div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}

div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  display: block;
  float: right;
  font-size: 11px;
  font-style: italic;
  text-align: right;
  width: 35%;
}

/* Image Gallery */
div.itemImageGallery {
  border-top: 5px solid #f1f1f1;
  padding: 10px 0px 0px;
  margin: 10px 0px 0px;
}

/* Article navigation */
div.itemNavigation {
  background: #fff;
  border: 1px solid #eee;
  margin: 0 0 24px 0;
  padding: 4px 8px;
}

div.itemNavigation span.itemNavigationTitle {
  color: #999;
}

div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}

div.itemNavigation a.itemNext {
  padding: 0 12px;
}

/* Comments */
div.itemComments ul.itemCommentsList {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

div.itemComments ul.itemCommentsList li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 4px;
}

div.itemComments ul.itemCommentsList li.authorResponse {
  background: url(../images/system/stripes.png) repeat;
}

div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}

div.itemComments ul.itemCommentsList li img {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px;
}

div.itemComments ul.itemCommentsList li span.commentDate {
  border-right: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  margin: 0 8px 0 0;
  padding: 0 4px 0 0;
}

div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-size: 14px;
  font-weight: bold;
}

div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}

div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}

div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}

div.itemComments ul.itemCommentsList li span.commentLink a {
  color: #999;
  font-size: 11px;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  color: #e31837;
  font-size: 11px;
  text-decoration: underline;
}

	
div.itemComments ul.itemCommentsList li span.commentToolbar {
  clear: both;
  display: block;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a {
  color: #999;
  font-size: 11px;
  margin-right: 4px;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  color: #E31837;
  font-size: 11px;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/system/searchLoader.gif) no-repeat 100% 50%;
}

div.itemCommentsPagination {
  margin: 0 0 24px 0;
  padding: 4px;
}

div.itemCommentsPagination span.pagination {
  clear: both;
  display: block;
  float: right;
}

div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 4px 0;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ccc;
  margin-top: 0;
  padding-top: 5px;
}

div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl {
  color: #000;
  display: block;
  margin: 12px 0 0 2px;
}

div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}

div.itemCommentsForm form textarea.inputbox {
  border: 1px solid #ddd;
  display: block;
  height: 160px;
  margin: 0;
  padding: 8px 10px;
  width: 350px;
}

div.itemCommentsForm form input.inputbox {
  border: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 8px 10px;
  width: 350px;
}

div.itemCommentsForm form input#submitCommentButton {
  background: #000;
  border: 1px solid #000;
  color: #ccc;
  display: block;
  font-size: 16px;
  margin: 16px 0 0 0;
  padding: 5px 10px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

div.itemCommentsForm form input#submitCommentButton:hover {
  background-color: #e31837;
  border-color: #e31837;
  cursor: pointer;
  color: #fff;
}

div.itemCommentsForm form span#formLog {
  color: #CF1919;
  font-weight: bold;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}

div.itemCommentsForm form .formLogLoading {
  background: url(../images/system/loading.gif) no-repeat left center;
}

/* "Report comment" form */
div.k2ReportCommentFormContainer {
  margin: 0 auto;
  padding: 8px;
  width: 480px;
}

div.k2ReportCommentFormContainer blockquote {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 0 8px 0;
  padding: 8px;
  width: 462px;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  color: #135CAE;
  display: block;
  float: left;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  vertical-align: top;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  color: #135CAE;
  display: block;
  float: right;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  vertical-align: top;
}

div.k2ReportCommentFormContainer blockquote span.theComment {
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  padding: 0 4px;
}

div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}

div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  border: 1px solid #ddd;
  display: block;
  font-size: 12px;
  margin: 0 0 8px 0;
  padding: 2px;
  width: 474px;
}

div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}

div.k2ReportCommentFormContainer form span#formLog {
  color: #CF1919;
  font-weight: bold;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}

div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../images/system/loading.gif) no-repeat left center;
}

/* Back to top link */
div.itemBackToTop {
  text-align: right;
}

div.itemBackToTop a {
  text-decoration: underline;
}

div.itemBackToTop a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------
	Component: Itemlist view (category)
----------------------------------------------------------------------*/
/* --- Category block --- */
div.itemListCategory {
  background: transparent;
  border: 0px solid #ddd;
  margin: 4px 0px 10px 0px;
  padding: 0px;
}

span.catItemAddLink {
  border-bottom: 1px dotted #ccc;
  display: block;
  margin: 0 0 4px 0;
  padding: 8px 0;
  text-align: right;
}

span.catItemAddLink a {
  background: #eee;
  border: 1px solid #ccc;
  padding: 4px 16px;
  text-decoration: none;
}

span.catItemAddLink a:hover {
  background: #ffffcc;
}

div.itemListCategory img {
  background: none;
  border: none;
  display: block;
  float: none;
  margin: 10px 0px 0px;
  padding: 0;
  width: 100% !important;
  height: auto;
}

/* --- Sub-category block --- */
div.itemListSubCategories h3 {
  font-size: 150%;
  margin: 0 0 30px;
}

div.subCategoryContainer,
div.subCategoryContainerLast {
  float: left;
  margin: 0px 0px 10px 0px;
  box-sizing: border-box;
}

div.subCategoryContainer {
  padding-right: 10px;
}

div.subCategoryContainerLast {
  padding-right: 10px;
}

div.subCategory {
  position: relative;
}

div.subCategoryContainer div.subCategory {
  border-top: 5px solid #f1f1f1;
  padding: 10px 0px 0px;
  margin: 0px;
  height: auto !important;
}

div.subCategoryContainerLast div.subCategory {
  margin: 0px;
}


div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  display: block;
  text-align: center;
}

div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

div.subCategory h2 {
  font-family: Helvetica, Arial, sans-serif;
  padding: 5px 0px;
  text-transform: none;
}

div.subCategory h2.hasImage {

}

div.subCategory a.subCategoryMore {
  background: url(../images/readon-bg.gif) no-repeat 0px center;
  color: #666;
  padding-left: 14px;
  line-height: normal;
}

div.subCategory a.subCategoryMore:hover,
div.subCategory a.subCategoryMore:focus,
div.subCategory a.subCategoryMore:active {
  background-image: url(../images/readon-hover-bg.gif);
  color: #e31837;
}

/* --- Item groups --- */

div#itemListLinks {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}	

div.itemContainer {
  border-top: 5px solid #f1f1f1;
  float: left;
  margin-top: 20px;
  padding-top: 10px;
  width: 100%;
}

div.itemContainer {
  padding-right: 10px;
}


/* --- Item block for each item group --- */
div.catItemView {
  padding: 0px;
  position: relative;
}

/* Additional class appended to the element above for further styling per group item */
div.groupLinks {
  margin: 0;
  padding: 0;
}

span.catItemEditLink {
  display: block;
  float: right;
  margin: 0;
  padding: 4px 0;
  text-align: right;
  width: 120px;
}

span.catItemEditLink a {
  background: #eee;
  border: 1px solid #ccc;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 12px;
  text-decoration: none;
}

span.catItemEditLink a:hover {
  background: #ffffcc;
}

div.catItemHeader {
  margin-bottom: 10px;
}

/* Style For Title K2 */
div.genericItemHeader span.genericItemDateCreated,
div.userItemHeader span.userItemDateCreated,
div.itemHeader span.itemDateCreated,
div.tagItemHeader span.tagItemDateCreated,
div.catItemHeader span.catItemDateCreated {
  background: transparent;
  color: #ccc;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  padding: 0px;
  text-transform: uppercase;
}

div.genericItemHeader h2.genericItemTitle,
div.userItemHeader h3.userItemTitle,
div.itemHeader h2.itemTitle,
div.tagItemHeader h2.tagItemTitle,
div.catItemHeader h3.catItemTitle {
  font-weight: normal;
  font-size: 180%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.genericItemHeader h2.genericItemTitle a,
div.userItemHeader h3.userItemTitle a,
div.itemHeader h2.itemTitle span.item-title,
div.tagItemHeader h2.tagItemTitle a,
div.catItemHeader h3.catItemTitle a {
  background: transparent;
  color: #000;
  display: inline;
  line-height: 1.5;
}

div.genericItemHeader h2.genericItemTitle:hover a,
div.genericItemHeader h2.genericItemTitle a:hover,
div.genericItemHeader h2.genericItemTitle a:focus,
div.genericItemHeader h2.genericItemTitle a:active,
div.userItemHeader h3.userItemTitle:hover a,
div.userItemHeader h3.userItemTitle a:hover,
div.userItemHeader h3.userItemTitle a:focus,
div.userItemHeader h3.userItemTitle a:active,
div.tagItemHeader h2.tagItemTitle:hover a,
div.tagItemHeader h2.tagItemTitle a:hover,
div.tagItemHeader h2.tagItemTitle a:focus,
div.tagItemHeader h2.tagItemTitle a:active,
div.catItemHeader h3.catItemTitle:hover a,
div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus,
div.catItemHeader h3.catItemTitle a:active {
  background: #e31837;
  box-shadow: 0 0 0 5px #e31837;
  -moz-box-shadow: 0 0 0 5px #e31837;
  -webkit-box-shadow: 0 0 0 5px #e31837;
  color: #fff;
  text-decoration: none;
}

div.catItemHeader h3.catItemTitle span sup {
  color: #CF1919;
  font-size: 12px;
  text-decoration: none;
}

div.catItemHeader span.catItemAuthor {
  display: block;
  margin: 0;
  padding: 0;
}

/* Item badge */
div.item-badge {
  position: absolute;
  top: 0;
  left: -28px;
}

div.item-badge ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

div.item-badge ul li {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
}

div.item-badge ul li span {
  background-image: url(../images/blog-badge.png);
  background-repeat: no-repeat;
  background-position: 0px -48px;
  display: block;
  height: 48px;
  overflow: hidden;
  text-indent: -999em;
  width: 40px;
}

div.item-badge ul li span.blog {
  background-position: 0px -48px;
}

div.item-badge ul li span.audio {
  background-position: 0px -96px;
}

div.item-badge ul li span.video {
  background-position: 0px -144px;
}

div.item-badge ul li span.quote {
  background-position: 0px -192px;
}

/* Item meta */
.k2-item-meta {
  margin-bottom: 0px;
}

.k2-item-meta span {
  color: #666;
}

.k2-item-meta a {
  border-bottom: 1px solid #ccc;
  color: #000;
}

.k2-item-meta a:hover,
.k2-item-meta a:focus,
.k2-item-meta a:active {
  border-color: #e31837;
  color: #e31837;
  text-decoration: none;
}

div.catItemRatingBlock {
  padding: 8px 0;
}

div.catItemRatingBlock span {
  color: #999;
  display: block;
  float: left;
  font-style: normal;
  margin: 0;
  padding: 0 4px 0 0;
}

div.catItemBody {
  margin: 0;
  padding: 0;
}

div.catItemImageBlock {
  margin: 0 0 10px;
  padding: 0;
}

span.catItemImage {
  display: block;
  margin: 0;
  text-align: center;
}

span.catItemImage img {
  padding: 0;
  width: 100% !important;
  height: auto;
}

div.catItemIntroText {
  padding: 0;
}

div.catItemIntroText p {
  margin-top: 0;
}

div.catItemExtraFields, div.genericItemExtraFields {
  border-top: 1px dotted #ddd;
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
}

div.catItemExtraFields h4, div.genericItemExtraFields h4 {
  line-height: normal !important;
  margin: 0;
  padding: 0 0 8px 0;
}

div.catItemExtraFields ul, div.genericItemExtraFields ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.catItemExtraFields ul li, div.genericItemExtraFields ul li {
  display: block;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

div.catItemLinks {
  margin: 0;
  padding: 0;
}

div.catItemHitsBlock {
  border-bottom: 1px dotted #ccc;
  padding: 4px;
}

div.catItemCategory {
  border-bottom: 1px dotted #ccc;
  padding: 4px;
}

div.catItemCategory span {
  color: #555;
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock {
  padding: 0 0 5px;
}

div.catItemTagsBlock span {
  color: #000;
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock ul.catItemTags {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.catItemTagsBlock ul.catItemTags li {
  background: none;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 4px 0 0;
  text-align: center;
}

div.catItemTagsBlock ul.catItemTags li:after {
  content: ",";
}

div.catItemTagsBlock ul.catItemTags li:last-child:after {
  content: "";
}

div.catItemAttachmentsBlock {
  border-bottom: 1px dotted #ccc;
  padding: 4px;
}

div.catItemAttachmentsBlock span {
  color: #555;
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemAttachmentsBlock ul.catItemAttachments {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 4px;
  text-align: center;
}

div.catItemAttachmentsBlock ul.catItemAttachments li span {
  color: #999;
  font-size: 10px;
  font-weight: normal;
}

/* Video */
div.catItemVideoBlock {
  background: #010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;
  margin: 0 0 16px 0;
  padding: 16px;
}

div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center; /* for embedded videos (not using AllVideos) */
}

div.catItemVideoBlock span.catItemVideo {
  display: block;
}

/* Image Gallery */
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Anchor link to comments */
div.catItemCommentsLink {
  border-right: 1px solid #ccc;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}

/* Read more link */
div.catItemReadMore,
.subCategoryMore {
  margin: 10px 0px 0px !important;
  display: none;
}

div.catItemReadMore a,
.subCategoryMore {
  text-transform: uppercase;
  font-size: 100%;
  color: #000 !important;
  font-weight: bold;
  border-bottom: 1px solid #000;
  line-height: 1.4;
  background: url(../images/arrow5.png) left 3px no-repeat !important;
  padding: 0px 0px 0px 9px !important;
  margin: 15px 0px 0px !important;
  display: inline;
  margin: 10px 0px 0px;
}

div.catItemReadMore a:hover,
.subCategoryMore:hover {
  color: #9e9e9e !important;
  text-decoration: none;
}

/* Modified date */
span.catItemDateModified {
  border-top: 1px solid #ddd;
  color: #999;
  display: block;
  margin: 4px 0;
  padding: 4px;
  text-align: right;
}

/*----------------------------------------------------------------------
	Component: Itemlist view (user)
----------------------------------------------------------------------*/
/* User info block */
div.userBlock {
  background: #fff;
  border: 1px solid #eee;
  clear: both;
  margin: 0 0 20px 30px;
  padding: 10px;
}

span.userItemAddLink {
  border-bottom: 1px dotted #ccc;
  display: block;
  margin: 0 0 4px 0;
  padding: 8px 0;
  text-align: right;
}

span.userItemAddLink a {
  background: #eee;
  border: 1px solid #ccc;
  padding: 4px 16px;
  text-decoration: none;
}

span.userItemAddLink a:hover {
  background: #ffffcc;
}

div.userBlock img {
  background: #f0f0f0;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  padding: 5px;
}

div.userBlock h2 {
  font-family: 'novecento_wide_ultralightbold', sans-serif;
  margin: 0;
}

div.userBlock div.userDescription {
  padding: 0;
}

div.userBlock div.userDescription p {
  margin: 0;
}

div.userBlock div.userAdditionalInfo {
  margin: 8px 0 0 0;
  padding: 4px 0;
}

span.userURL {
  color: #555;
  display: block;
  font-weight: bold;
}

span.userEmail {
  color: #555;
  display: block;
  font-weight: bold;
}
/* User items */
div.userItemView {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

div.userItemViewUnpublished {
  background: #fffff2;
  border: 4px dashed #ccc;
  margin: 8px 0;
  opacity: 0.9;
  padding: 8px;
}

span.userItemEditLink {
  display: block;
  float: right;
  margin: 0;
  padding: 4px 0;
  text-align: right;
  width: 120px;
}

span.userItemEditLink a {
  background: #eee;
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 12px;
  text-decoration: none;
}

span.userItemEditLink a:hover {
  background: #ffffcc;
}

div.userItemHeader {
  margin-bottom: 10px;
}

div.userItemHeader h3.userItemTitle span sup {
  color: #CF1919;
  font-size: 12px;
  text-decoration: none;
}

div.userItemBody {
  margin: 0;
  padding: 0;
}

div.userItemImageBlock {
  float: left;
  margin: 0;
  padding: 0;
}

span.userItemImage {
  display: block;
  margin: 0 0 10px;
  text-align: center;
}

div.userItemIntroText {
	display: block;
	width: 100%;
	float: left;
}

div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.userItemCategory {
  border-bottom: 1px dotted #ccc;
  padding: 4px;
}

div.userItemCategory span {
  color: #555;
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock {
  padding: 0;
}

div.userItemTagsBlock span {
  color: #000;
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock ul.userItemTags {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.userItemTagsBlock ul.userItemTags li {
  background: none;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 4px 0 0;
  text-align: center;
}

div.userItemTagsBlock ul.userItemTags li:after {
  content: ",";  
}

div.userItemTagsBlock ul.userItemTags li:last-child:after {
  content: "";
}


/* Anchor link to comments */
div.userItemCommentsLink {
  border-right: 1px solid #ccc;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}


/* Read more link */
div.userItemReadMore {
  display: inline;
}

div.userItemReadMore a {
  background: url(../images/readon-bg.gif) no-repeat 0px 4px;
  color: #666;
  padding-left: 13px;
}

div.userItemReadMore a:hover,
div.userItemReadMore a:focus,
div.userItemReadMore a:active {
  background-image: url(../images/readon-hover-bg.gif);
  color: #e31837;
}

/*----------------------------------------------------------------------
	Component: Itemlist view (tag)
----------------------------------------------------------------------*/

div.tagItemView {
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px;
  padding: 0 0 30px 0px;
}

div.tagItemHeader {
  margin-bottom: 10px;
}

div.tagItemBody {
  margin: 0;
  padding: 0;
}

div.tagItemImageBlock {
  float: left;
  margin: 0;
  padding: 0;
}

span.tagItemImage {
  display: block;
  margin: 0;
  text-align: center;
}

div.tagItemIntroText {
	float: left;
}

div.tagItemCategory {
  border-right: 1px solid #ccc;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}

div.tagItemCategory span {
  color: #555;
  font-weight: bold;
  padding: 0 4px 0 0;
}

/* Read more link */
div.tagItemReadMore {
  display: block;
  overflow: hidden;
}

div.tagItemReadMore a {
  background: url(../images/readon-bg.gif) no-repeat 0px 3px;
  color: #666;
  padding-left: 14px;
  line-height: 1;
}

div.tagItemReadMore a:hover,
div.tagItemReadMore a:focus,
div.tagItemReadMore a:active {
  background-image: url(../images/readon-hover-bg.gif);
  color: #e31837;
}

/*----------------------------------------------------------------------
	Component: Itemlist view (generic)
----------------------------------------------------------------------*/
div.genericItemView {
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

div.genericItemHeader {
  margin-bottom: 10px;
}

div.genericItemBody {
  margin: 0;
  padding: 0;
}

/* Read more link */
div.genericItemReadMore {
  display: inline;
}

div.genericItemReadMore a {
  background: url(../images/readon-bg.gif) no-repeat 0px 4px;
  color: #666;
  padding-left: 14px;
}

div.genericItemReadMore a:hover {
  background-image: url(../images/readon-hover-bg.gif);
  color: #e31837;
  text-decoration: none;
}

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

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

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

/*----------------------------------------------------------------------
	Component: Latest view
----------------------------------------------------------------------*/
div.latestItemsContainer {
  float: left;
}

/* Category info block */
div.latestItemsCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
}

div.latestItemsCategoryImage {
  text-align: center;
}

div.latestItemsCategoryImage img {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  padding: 4px;
}

/* User info block */
div.latestItemsUser {
  background: #f7fafe;
  border: 1px solid #ddd;
  clear: both;
  margin: 0 8px 8px 0;
  padding: 8px;
}

	div.latestItemsUser img {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  float: left;
  margin: 0 8px 0 0;
  padding: 4px;
}

div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}

div.latestItemsUser p.latestItemsUserAdditionalInfo {
  margin: 8px 0 0 0;
  padding: 4px 0;
}

span.latestItemsUserURL {
  color: #555;
  display: block;
  font-weight: bold;
}

span.latestItemsUserEmail {
  color: #555;
  display: block;
  font-weight: bold;
}

/* Latest items list */
div.latestItemList {
  padding: 0 8px 8px 0;
}

div.latestItemHeader h3.latestItemTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  margin: 0;
  padding: 10px 0 4px 0;
}

span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.latestItemBody {
  margin: 0;
  padding: 8px 0;
}

div.latestItemImageBlock {
  float: left;
  margin: 0;
  padding: 0;
}

span.latestItemImage {
  display: block;
  margin: 0 8px 8px 0;
  text-align: center;
}

span.latestItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}

div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.latestItemCategory {
  border-bottom: 1px dotted #ccc;
  padding: 4px;
}

div.latestItemCategory span {
  color: #555;
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock {
  border-bottom: 1px dotted #ccc;
  padding: 4px;
}

div.latestItemTagsBlock span {
  color: #555;
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock ul.latestItemTags {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 4px 0 0;
  text-align: center;
}

/* Video */
div.latestItemVideoBlock {
  background: #010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;
  margin: 0 0 16px 0;
  padding: 16px;
}

div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

/* Anchor link to comments */
div.latestItemCommentsLink {
  border-right: 1px solid #ccc;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}

/* Read more link */
div.latestItemReadMore {
  display: inline;
}

/* Items presented in a list */
h2.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;
}

/*----------------------------------------------------------------------
	Component: Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
img.k2AccountPageImage {
  border: 4px solid #ddd;
  display: block;
  margin: 10px 0;
  padding: 0;
}

.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}

.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ccc;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}

.k2AccountPage th.k2ProfileHeading {
  /*background: #f6f6f6; border-bottom:1px solid #e9e9e9;*/
  font-family:'novecento_wide_normalregular',sans-serif;
  font-size: 120%;
  padding: 8px;
  text-align: left;
}

.k2AccountPage td#userAdminParams {
  margin: 0;
  padding: 0;
}

.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  font-size: 100%;
  font-weight: bold;
  text-align: right;
  width: 210px;
}
.k2AccountPage table.admintable tr td input.inputbox,
.k2AccountPage table.admintable tr td input#url,
.k2AccountPage table.admintable tr td textarea#description,
.k2AccountPage table.admintable tr td select{
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 6px 10px;
  width: 70%;
}

.k2AccountPage label.formRecaptcha,
.k2AccountPageNotice{
	font-weight:bold;
}

.k2AccountPage button.button{
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.k2AccountPage button.button:hover{
  background: #e31837;
  border-color: #e31837;
  cursor: pointer;
}

/*----------------------------------------------------------------------
	Modules: mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments */
div.k2LatestCommentsBlock ul {
  margin-top: 0 !important;
}

div.k2LatestCommentsBlock ul li {
  background: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

div.k2LatestCommentsBlock ul li a {
	color: #333;
}

div.k2LatestCommentsBlock ul li a:active,
div.k2LatestCommentsBlock ul li a:focus,
div.k2LatestCommentsBlock ul li a:hover {
	color: #e31837;
}

div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}

div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

/*----------------------------------------------------------------------
	Modules: mod_k2_content
----------------------------------------------------------------------*/
div.k2ItemsBlock ul {
  margin: 0;
}

div.k2ItemsBlock ul li {
  background: none;
  border-bottom: none;
  padding: 6px 0;
}

div.k2ItemsBlock ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

div.k2ItemsBlock ul li a.moduleItemTitle {
  color: #000;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0px;
}

div.k2ItemsBlock ul li a.moduleItemTitle:hover {
  color: #9e9e9e;
}

div.k2ItemsBlock ul li div.moduleItemAuthor {
  color: #999;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 0;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

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

div.k2ItemsBlock ul li span.moduleItemDateCreated {
  color: #999;
}

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


div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  margin: 0 8px 0 0;
  padding: 0 4px 0 0;
}

div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  margin: 0 8px 0 0;
  padding: 0 4px 0 0;
}

/*----------------------------------------------------------------------
	Modules: mod_k2_user (mod_k2_login will be removed in v2.6)
----------------------------------------------------------------------*/
div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}

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

div.k2UserBlock ul.k2UserBlockActions li {
	background-position: 0px 7px !important;
	padding-left: 10px;
}

/*----------------------------------------------------------------------
	Modules: mod_k2_tools
----------------------------------------------------------------------*/
/* --- Archives --- */
div.k2ArchivesBlock ul {
  margin: 0;
}

div.k2ArchivesBlock ul li {
  background-position: 0px 13px;
  margin: 0;
  padding: 5px 0 5px 10px;
}

div.k2ArchivesBlock ul li a {
  color: #000;
}

div.k2ArchivesBlock ul li a:hover {
  color: #e31837;
}

/* --- Authors --- */
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  clear: both;
  display: block;
}

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

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

/* --- Calendar --- */
div.k2CalendarBlock {
  height: 190px;
  /* use this height value so that the calendar height won't change on Month change via ajax */
  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;
  width: 100%;
}

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

table.calendar tr td.calendarNavMonthPrev {
  background: #f3f3f3;
  text-align: center;
}

table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarCurrentMonth {
  background: #f3f3f3;
  text-transform: uppercase;
}

table.calendar tr td.calendarNavMonthNext {
  background: #f3f3f3;
  text-align: center;
}

table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  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 {
  background: #000;
  color: #fff;
  display: block;
  padding: 2px;
  text-decoration: none;
}

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

table.calendar tr td.calendarTodayLinked {
  background: #e31837;
  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 {
  background: #BFD9FF;
  display: block;
  padding: 2px;
  text-decoration: none;
}

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

/* --- Category List/Menu --- */
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}

div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}


			/* n level (n) - like the above... */
/* --- Search Box --- */
div.k2SearchBlock {
  position: relative;
}

div.k2SearchBlock form input.k2SearchLoading {
  background: url(../images/system/searchLoader.gif) no-repeat 100% 50%;
}

div.k2SearchBlock div.k2LiveSearchResults {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  margin-top: -1px;
  position: absolute;
  z-index: 99;
}

	/* Live search results (fetched via ajax) */
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}

	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}

	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  border-top: 1px dotted #eee;
  display: block;
  padding: 1px 2px;
}

	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}
	
/* --- Tag Cloud --- */
div.k2TagCloudBlock {
  padding: 0;
}

div.k2TagCloudBlock a {
  color: #000;
  display: block;
  float: left;
  padding: 4px;
  line-height: 1.2;
}

div.k2TagCloudBlock a:hover {
  color: #e31837;
  display: block;
  float: left;
  padding: 4px;
  text-decoration: underline;
}

/*----------------------------------------------------------------------
	Modules: mod_k2_users
----------------------------------------------------------------------*/
div.k2UsersBlock ul {
  margin: 0;
}

div.k2UsersBlock ul li {
  background: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

div.k2UsersBlock ul li.lastItem {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

div.k2UsersBlock ul li.lastItem h3 {
	background: none;
	margin: 20px 0 0 0;
}

div.k2UsersBlock ul li a.ubUserName {
  color: #333;
  font-family: 'novecento_wide_normalregular';
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
}

div.k2UsersBlock ul li a.ubUserName:hover {
  color: #e31837;
}

div.k2UsersBlock ul li div.ubUserDescription p {
  margin: 0;
}

div.k2UsersBlock ul li div.ubUserAdditionalInfo {
  margin-top: 5px;
}

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  background: url(../images/fugue/feed.png) no-repeat 50% 50%;
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
}

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

a.ubUserURL,
a.ubUserURL:hover {
  background: url(../images/fugue/globe.png) no-repeat 50% 50%;
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
}

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

span.ubUserEmail {
  background: url(../images/fugue/mail.png) no-repeat 50% 50%;
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  overflow: hidden;
  padding: 0;
  width: 16px;
}

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

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


