/*------------------------------------------------------------------------
* Copyright (c) 2008-2013 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/

.k2FeedIcon a,
a.k2FeedIcon {
    background: url('../images/k2/rss.png') no-repeat 0 0;
    color: #999;
    display: block;
    float: left;
    font-size: 100%;
    height: 21px;
    line-height: 21px;
    padding: 0 0 0 32px; }

.k2FeedIcon a:hover,
a:hover.k2FeedIcon { color: #222; }

.k2FeedIcon a { float: none; }

/* item view */
#k2Container {
    position: relative;
}
#k2Container .itemEditLink,
#k2Container .catItemEditLink{
    position: absolute!important;
    right: 10px;
    z-index: 1;
}
article > time {
    background-color: #89B9C5;
    color: #FFFFFF;
    left: 10px;
    top: 25px;
    position: absolute;
    text-align: center;
    padding: 10px;
}
article > time > span{
    display: block;
    font-weight: 300;
}
article > time > span.day,
article > time > span.month{
    font-size: 130%;
    line-height: 16px;
}
article > time > span.hour{
    font-size: 90%;
}
article header > li { padding: 0; }

article header li .icon {
    background-image: url("../images/icon-item.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 5px;
    overflow: hidden;
    width: 20px; }

article header li.published .icon,
article header li.itemDate .icon { background-position: -20px 0; }

article header li.createdby .icon,
article header li.itemAuthor .icon { background-position: 0 0; }

article header li.itemComment .icon { background-position: -20px 0; }
article header li.itemTag .icon { background-position: -40px 0; }

article header ul {
    float: left;
    margin: 0 0 10px 0;
}
article header > ul{
    width: 100%;
}
article header ul + ul {
    border-left: none;
    border-right: none;
    border: 1px solid #e5e5e5; }

article header ul + ul li { line-height: 28px; }
article header ul li ul{
    margin: 0;
}

h1 > sup {
    color: #418cd1;
    font-size: 100%;
    font-weight: 400;
    padding: 2px 6px;
    top: -2.5em; }

ul li.itemResizer a {
    background: url('../images/k2/fonts.png') no-repeat 100% 5px;
    display: inline-block;
    height: 15px;
    text-indent: -9999em;
    width: 15px; }

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

ul li.itemResizer #fontIncrease { background-position: 0 5px; }

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

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

.itemImageBlock {
    display: block;
    margin-bottom: 20px;
    overflow: hidden; }

.itemImageBlock img {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    height:auto;
    max-width:100% !important;
    padding:0;
    -webkit-transition:all .25s linear;
    -moz-transition:all .25s linear;
    -ms-transition:all .25s linear;
    -o-transition:all .25s linear;
    transition:all .25s linear;
    width: auto !important;
}

.itemImageBlock:hover img {
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06); }

.itemImage {
    display: block;
    line-height: 0;
    overflow: hidden; }

.itemImageBlock img {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 0; }

.itemImageBlock img:hover {
    -moz-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
    -ms-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
    -o-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 12px rgba(0,0,0,0.4); }

.itemImageCaption {
    color: #999;
    display: block;
    font-size: 90%;
    padding: 8px 0 0; }

.itemImageBlock > a {
    display: block;
    overflow: hidden;
    width: 100%; }

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

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

.itemBottom {
    clear: both;
    margin: 0 0 5px; }

.itemLinks {
    clear: both;
    margin: 30px 0; }

.itemSocialSharing {
    float: left; padding:8px 0;}
div.itemTwitterButton {float:left;margin:2px 24px 0 0;}
div.itemFacebookButton {float:left;margin-right:24px;}
div.itemGooglePlusOneButton {}

.itemExtraFields {
    font-size: 100%;
    margin: 8px 0 24px; }

.itemExtraFields h3 {
    font-size: 150%;
    padding: 0 0 8px; }

small.itemDateModified {
    display: block;
    font-style: italic;
    text-align: right; }

.itemRatingBlock { overflow: hidden; }

.itemRatingBlock span { float: left; }

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

.itemRatingLog {
    color: #999;
    float: left;
    font-size: 90%;
    line-height: 25px;
    margin: -2px 0 0;
    padding: 0 0 0 4px; }

span#formLog {
    background: #418cd1;
    clear: both;
    color: white;
    display: block;
    float: none;
    margin: 10px 0;
    position: relative;
    text-align: center;
    top: 10px; }

.itemRatingForm .formLogLoading {
    height: 25px;
    padding: 0 0 0 20px; }

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

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

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

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

.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 {
    background-position: 0 bottom;
    margin: 0;
    padding: 0;
    z-index: 1; }

.k2TagCloudBlock a,
.moduleItemTags a {
    color: #fff !important;
    display: block;
    font-size: 90%;
    height: 19px;
    line-height: 19px;
    margin: 2px !important;
    padding: 0 8px 0 20px;
    text-decoration: none; }

.moduleItemTags a:hover { background-position: 0 100%; }

.k2TagCloudBlock a {
    background-image: none;
    height: auto;
    line-height: normal; }

.k2TagCloudBlock a:hover { background: #418cd1; }

.itemExtraFields ul li {
    border-top: 1px solid #eee;
    list-style: none;
    padding: 5px 0; }

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

.itemAttachmentsBlock {
    background: #FFFEF4;
    border: 1px solid #EAE8CC;
    margin: 0 0 48px;
    min-height: 38px;
    padding: 10px 10px 12px 80px; }

.itemLinks .itemAttachmentsBlock ul li a {
    color: #222;
    font-weight: bold; }

.itemLinks .itemAttachmentsBlock ul li a span {
    color: #676767;
    font-size: 90%;
    font-weight: normal; }

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

.itemAuthorBlock {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    float: left; }

.itemAuthorBlock > .ztAvatar {
    float: left;
    max-width: 100px;
    padding: 10px;
    display: block}

.itemAuthorBlock > .ztAvatar > img { max-width: inherit!important;}

.itemAuthorBlock .itemAuthorDetails {
    line-height: 1.7;
    margin: 0 20px 0 130px; }

.itemAuthorBlock .itemAuthorDetails p { margin: 0.5em 0 0.8em; }

.itemAuthorUrl,
.itemAuthorEmail { font-size: 100%; }

.itemAuthorData {
    background-color: #fff;
    border: 1px solid #eeeeee;
    float: left;
    margin: 0 0 36px;
    overflow: hidden;
    padding: 16px;
    padding: 20px; }

.itemAuthorData h3 {
    color: #222;
    font-size: 20px; }

.itemAuthorData a { color: #2f3336 }

.itemAuthorData .itemAuthorContent { margin: 0; }

.itemAuthorContent {
    float: left;
    margin: 0 0 32px 0;
    overflow: hidden;
    width: 48%; }

.itemAuthorContent ul { font-size: 105%; }

.itemAuthorContent ul li {
    line-height: 1.4;
    list-style: inside;
    padding: 5px 0; }

.itemAuthorContent ul li a,
.itemNavigation {
    clear: both;
    color: #7D7B7A;
    font-size: 100%;
    padding: 0; }
.itemNavigation{
    margin: 15px 0;
}
.itemNavigation .itemPrevious { padding-right: 30px; }

.itemAuthorContent ul li a:hover { color: #2f3336; }

.itemComments h3 {
    color: #343434;
    float: left;
    font-size: 200%;
    font-weight: 300;
    line-height: 36px; }

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

.itemCommentsForm textarea,
.itemCommentsForm .inputbox {
    background-color: #f4f4f4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    color: #717171;
    float: left; }

.itemCommentsForm textarea.inputbox {
    height: 200px;
    width: 99%; }

.itemCommentsForm .inputbox { width: 95%; }

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

.itemCommentsForm .itemCommentsFormNotes {
    color: #717171;
    float: right;
    margin: 20px 0; }

.itemCommentsForm .inputComment {
    float: left;
    width: 100%; }

.itemCommentsForm .inputCommentName,
.itemCommentsForm .inputCommentEmail,
.itemCommentsForm .inputCommentUrl {
    float: left;
    margin-right: 10px;
    width: 30%; }

#itemCommentsAnchor { clear: both; }

.itemComments p { margin: 0.5em 0; }

.itemComments .itemCommentsList,
.itemComments .itemCommentsForm {
    clear: both;
    padding: 0 0 12px; }

.itemComments .itemCommentsList li { margin: 0 0 20px 0; list-style: none; }

.itemComments .itemCommentsList li > div {
    background: url('../images/k2/comment.png') no-repeat 0 14px;
    padding-left: 10px; }

.itemComments .itemCommentsList li > div > div {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 12px 24px; }

.itemComments .itemCommentsList li > span.ztAvatar {
    float: left;
    margin: 2px 0 0; }

.itemComments .itemCommentsList li > span > img { display: block; }

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

.itemComments .itemCommentsList li div div span {
    font-size: 90%;
    margin-right: 15px; }

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

/* Items views */
.itemsContainerWrap article header h1 {
    line-height: 42px;
    margin: 0 0 15px; }

.itemList ul.itemTags {
}

.itemTags { padding-left: 4px !important; }

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

.clr { clear: both; }

.itemListSubCategories { overflow: hidden; }

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

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

.subCategoryContainer .subCategory { height: auto!important; }

.itemContainer {
    float: left;
    width: 100%; }

.itemList article { padding-bottom: 30px; }

.itemContainerLast article { margin: 0; }

#itemListLinks { clear: both; }

#itemListLinks ul { margin: 12px 0 0 0; }

#itemListLinks li {
    font-size: 105%;
    padding-left: 24px; }

#itemListLinks a { color: #737373; }

#itemListLinks a:hover { color: #2f3336; }

/* Modules */
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments & Author module*/
.k2LatestCommentsBlock .k2FeedIcon { margin-top: 16px; }
.k2LatestCommentsBlock ul{
    float: left;
    margin: 0;
}
.k2LatestCommentsBlock ul li,
.k2TopCommentersBlock ul li {
    float: left;
    line-height: 1.5 !important;
    list-style: none !important;
    padding: 10px 0 !important; }

.k2Avatar {
    display: block !important;
    float: left;
    margin: 0 24px 0 0; }
.k2Avatar img{
    max-width: inherit;
}
.lcAvatar { margin: 4px 12px 0 24px; }

.lcUsername {
    font-size: 100%;
    font-weight: 600; }

.k2CommentItem div {
    background: url('../images/k2/lc_comment.png') no-repeat 14px 100%;
    margin-bottom: 6px;
    padding-bottom: 2px; }

.k2CommentItem p {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f5f5f5;
    border-radius: 3px;
    font-size: 110%;
    margin: 0 0 8px;
    padding: 9px 12px; }

.k2CommentItem span.lcItemTitle {
    color: #2f3336;
    display: block;
    font-weight: 600;
    padding: 0 0 9px; }

.k2CommentItem span a { color: #2f3336; }

.k2CommentItem a { color: #888; }

.k2CommentItem a:hover { color: #2f3336; }

.k2CommentItem span.lcCommentDate {
    color: #999;
    display: block;
    font-size: 85%; }

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

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

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

/* Restriction */
#ztRight .k2Avatar,
#ztLeft .k2Avatar { border-color: #fff; }

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

.tcLatestComment {
    color: #737373;
    display: block;
    font-size: 105%;
    margin: 6px 0; }

.tcLatestCommentDate {
    color: #999;
    display: block;
    font-size: 90%; }

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

div .k2ItemsBlock ul li {
    list-style: none;
    margin: 0;
}

a.moduleItemTitle {
    color: #2f3336;
    display: block;
}

.moduleItemAuthor {
    border-bottom: 1px solid #e5e5e5;
    font-size: 90%;
    margin: 0 0 16px;
    overflow: hidden; }

.moduleItemAuthor a {
    color: #2f3336;
    display: block;
    font: bold 12px Verdana, Geneva, sans-serif;
    padding: 0 0 12px; }

.moduleItemAuthor p { clear: both; }

.moduleItemIntrotext {
    display: block;
    line-height: 1.6;
}

.moduleItemIntrotext a.moduleItemImage img {
    float: left;
    overflow: hidden; }

.moduleItemDateCreated,
.moduleItemCategory {
    color: #999;
    font-size: 90%;}

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

.moduleItemTags,
.moduleAttachments {
    border-top: 1px solid #e5e5e5;
    margin: 12px 0 0;
    overflow: hidden;
    padding: 12px 0 0; }

.moduleItemTags strong {
    color: #2f3336;
    font-size: 100%; }

.moduleItemTags a { float: right; }

a.moduleItemComments { font-size: 100%; }

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

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

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

.moduleItemReadMore {
    clear: both;
    display: block; }

/*---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-size: 115%;
    font-weight: bold; }

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

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

/* ---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 {
    background: #fff;
    border-collapse: collapse;
    border-left: 1px solid #eee;
    margin: 0 auto;
    width: 100%; }

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

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

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

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

.k2CalendarBlock table.calendar tr td.calendarDate { font-size: 90%; }

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

.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
    display: block;
    padding: 2px; }

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

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

.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
    background: #89B9C5;
    padding: 0; }

table.calendar tr td.calendarTodayLinked a {
    color: #D24747;
    display: block;
    font-size: 100%;
    font-weight: bold;
    padding: 2px; }

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

.calendarNavLink { color: #d24747 }

/* restriction */
.ztColumns > aside .k2CalendarBlock table.calendar,
.ztColumns > aside .k2CalendarBlock table.calendar tr td {
    background: none;
    border: none;
    color: #fff; }

.ztColumns > aside .k2CalendarBlock table.calendar tr td.calendarDateLinked a {
    font-size: 150%;
    font-weight: 700; }

.ztColumns > aside .calendarNavMonthPrev,
.ztColumns > aside .calendarCurrentMonth,
.ztColumns > aside .calendarNavMonthNext { background: #2f3336 !important; }

.k2TagCloudBlock a {
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -webkit-transition: background-color 0.5s linear;
    background: #89B9C5!important;
    color: #fff !important;
    padding: 5px!important;
    text-decoration: none;
    transition: background-color 0.5s linear; }

.k2TagCloudBlock a:hover {
    background: #CFCFCF !important;
    color: #fff !important; }

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

/* ---Tag Cloud ---*/
.k2TagCloudBlock {

}

.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;
    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 {
    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 {
    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; }

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

.catCounter {
    font-size: 90%;
    font-weight: normal; }

/* Rating form fix */
article header .itemRatingBlock > span { display: none; }

article header .itemRatingBlock > div { margin: 3px 0 0 0; }

/* Fix for the categories view */
.itemContainerLast:first-child .itemImageBlock,
.clr + .itemContainerLast .itemImageBlock { padding: 0; }

.itemCommentsPagination ul li {
    display: inline-block;
    font-size: 80%;
    margin: 0 3px; }

.itemCommentsPagination ul { text-align: right; }

/* change layout when more than 1 column */
.itemsContainerWrap time + header,
.cols-2 time + header,
.cols-3 time + header,
.cols-4 time + header { padding-left: 0!important; }

.itemsContainer .itemsContainerWrap,
.itemContainer .itemsContainerWrap { margin: 10px; }

.itemsContainer:first-child .itemsContainerWrap,
.itemContainer:first-child .itemsContainerWrap { /*margin: 0!important;*/ }

.itemsContainerWrap .itemView header ul li.itemDate,
.itemsContainerWrap header ul li.item-date,
.cols-2 header ul li.item-date,
.cols-3 header ul li.item-date,
.cols-4 header ul li.item-date { display: block; }
/*Account page*/
.k2AccountPage div.k2AccountPageNotice {
    padding: 8px;
}
.k2AccountPage div.k2AccountPageUpdate {
    border-top: 1px dotted #CCCCCC;
    margin: 8px 0;
    padding: 8px;
    text-align: right;
}
.k2AccountPage table tr td {
    vertical-align: middle;
}
.k2AccountPage table tr td label {
    display: inline-block;
    white-space: normal;
}
.k2AccountPage input[type="radio"] {
    margin: 4px 0 0 !important;
    padding: 0;
    vertical-align: top;
}
.k2AccountPage input#del_image {
    margin-top: 5px;
    vertical-align: top;
}
.k2AccountPage table tr td label[for="del_image"] {
    width: 90%;
}
.k2AccountPage table.admintable td.key, .k2AccountPage table.admintable td.paramlist_key {
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    color: #666666;
    font-size: 90%;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    width: 140px;
}
.k2AccountPage td#userAdminParams {
    margin: 0;
    padding: 0;
}
.k2AccountPage th.k2ProfileHeading {
    background: none repeat scroll 0 0 #F6F6F6;
    color: #222222;
    font-size: 150%;
    padding: 8px;
    text-align: left;
}
.k2AccountPage .k2AccountPageUpdate button {
    border: medium none;
}
.k2AccountPage .toggle-editor{
    margin-top: 10px;
}
/*Grid*/
.genericItemView .catItemView, .viewFilterGrid .catItemView {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D9D9D9;
    position: relative; }

.genericItemView .catItemViewInner,
.viewFilterGrid .catItemViewInner {  }

.viewFilterGrid .itempreview {
    overflow: hidden;
    position: absolute; }

.viewFilterGrid .itemContainer { width: 400px; }

div.catItemImagesItems {
    border-bottom: 0 none;
    float: left;
    overflow: hidden;
    position: relative;
    vertical-align: top; }

div.catItemImagesItems header,
div.catItemImagesItems div.itemBlock {  }

.viewFilterGrid span.catItemImage {
    clear: left;
    float: none;
    margin: 0; }

span.catItemImage {
    display: block;
    overflow: hidden; }

.viewFilterGrid span.catItemImage { position: relative; }

.viewFilterGrid span.catItemImage h1 {
    left: 0;
    position: absolute; }

article header + div, article header + p { clear: both; }

article header + * { clear: both; }
.itemsCategory h1{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
.userView .itemView,
.genericView .itemView,
.latestView .itemView,
.itemList .itemContainer{
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.subCategory .cat-title { margin-top: 15px; }

