/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla LLC                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*----------------------------------------------------------------------
Common Elements
----------------------------------------------------------------------*/
li.even,
li.odd {
	background: none;
	border-bottom: 1px solid #dedede;
	margin: 0;
	padding: 5px 0;
}
#k2Container h1,
#k2Container h2,
#k2Container h3,
#k2Container h4,
#k2Container h5,
#k2Container h6 {
	font-family: inherit;/* from body style */
	font-weight: 400;
	font-size: 250%;
	line-height: normal;
	margin: 0 0 20px 0;
	padding: 0;
}
#k2Container .componentheading {
	margin: 10px 5px;
}
#k2Container.itemListView,
#k2Container.itemView,
#k2Container.tagView,
#k2Container.userView,
#k2Container.latestView,
#k2Container.genericView {
	margin: 0 45px 0 0;
}
#holder3 #k2Container.itemListView,
#holder3 #k2Container.itemView,
#holder3 #k2Container.tagView,
#holder3 #k2Container.userView,
#holder3 #k2Container.latestView,
#holder3 #k2Container.genericView {
	margin: 0 0 0 45px;
}
/*----------------------------------------------------------------------
Category view html/com_k2/default/category.php
----------------------------------------------------------------------*/
/* main category*/
div.itemListCategory {
	background: none;
	margin: 0;
	padding: 20px;
	border: 1px solid #dedede;
}
/* main category image*/
div.itemListCategory img {
	border: none;
	padding: 0;
	margin: 0 50px 0 0;
}
div.itemListSubCategories {
	display: block;
	overflow: hidden;
	margin: 0 -30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.subCategoryContainer {
	padding: 0 30px;
	margin: 0 auto 50px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.subCategory {
	background: none;
	border: 1px solid #dedede;
	margin: 0;
	padding: 20px;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* sub cat image*/
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
	background: none;
	padding: 0px;
	border: none;
	margin: 0 auto;
	width: 100%!important;
}
/* sub cat title */
div.subCategory h2 {
	font-size: 180%!important;
	margin-top: 20px!important;
}
/* sub cat intro */
div.subCategory p {
	margin: 0 auto 20px auto;
}
/*----------------------------------------------------------------------
Cat item view  html/com_k2/default/category_item.php
----------------------------------------------------------------------*/
div.catItemView {
	padding: 20px;
	border: 1px solid #dedede;
	margin: 0 auto 50px auto;
}
/* this is where image and intro text are*/
div.catItemBody {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
}
/* cat item image */
/* this div should have bg color or border if you need some around image styling*/
div.catItemImageBlock {
	padding: 0!important;
	margin: 0 auto 20px auto;
	overflow: hidden;
	display: block;
	background: none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
span.catItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
/* if you need border around image only this is where you should add it */
span.catItemImage a {
	display: block;
	overflow: hidden;
	border: none;
	text-align: center;
}
span.catItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	width: 100%!important;
}
/* cat item title*/
h3.catItemTitle {
	font-size: 300%!important;
}
/* cat rating block */
div.catItemRatingBlock {
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}
/* catItemLinks*/
div.catItemLinks {
	margin: 0 0 20px 0!important;
	padding: 0!important;
}
/*tags*/
div.catItemTagsBlock {
	padding: 15px 0;
	border-bottom: none;
}
div.catItemTagsBlock span {
	font-weight: 400;
	color: #989898;
}
ul.catItemTags li {
	background-image: none;
	background: none;
	border: none;
	margin: 0 10px 0 0!important;
	padding: 0!important;
}
ul.catItemTags li a {
	border: 1px solid #dedede;
	line-height: normal;
	padding: 5px 10px;
}
ul.catItemTags li a:hover {
	color: #fff;
}
/* secondary items are same as primary. if you would like to change them just copy
class name above and add div#itemListSecondary before the class name and space it
like example below */
/*div#itemListSecondary h3.catItemTitle{
	font-size:30px;
}*/
/* cat list item listlinks*/
#itemListLinks {
	background: none!important;
	border: none!important;
}
#itemListLinks div.catItemImageBlock {
	float: left;
	padding: 5px!important;
}
/*----------------------------------------------------------------------
Item view html/com_k2/default/item.php
----------------------------------------------------------------------*/
div.itemView {
	padding: 20px!important;
	border: 1px solid #dedede;
}
div.itemBody {
	padding: 0;
}
/* item image*/
/* this div should have bg color or border if you need some around image styling*/
div.itemImageBlock {
	padding: 0!important;
	margin: 0 auto 20px auto;
	overflow: hidden;
	display: block;
	background: none;
	border: none;
	float: none;
}
span.itemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
/* if you need border around image only this is where you should add it */
span.itemImage a {
	display: block;
	overflow: hidden;
	border: none;
	text-align: center;
	z-index: 0;
}
span.itemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	width: 100%!important;
}
/* toolbar fot res, print etc*/
div.itemToolbar {
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	background: none;
	border-top: none;
	border-bottom: 1px solid #dedede;
}
div.itemToolbar ul {
	float: left;
}
div.itemToolbar ul li {
	border-right: 1px solid #dedede;
	border-left: none;
}
/* item title */
div.itemHeader h2.itemTitle {
	font-size: 300%!important;
}
/* item text*/
div.itemIntroText {
	font-weight: normal;
	font-size: 100%;
}
/* rating*/
div.itemRatingBlock {
	padding: 10px 0;
	border-bottom: none;
}
/* ItemLinks*/
div.itemLinks {
	margin: 0 0 20px 0!important;
	padding: 0!important;
}
/* item category*/
div.itemCategory {
	border-bottom: 1px solid #dedede;
}
/* item tags*/
div.itemTagsBlock {
	padding: 15px 0;
	border-bottom: none;
}
div.itemTagsBlock span {
}
ul.itemTags li {
	background-image: none;
	background: none;
	border: none;
	margin: 0 15px 0 0!important;
	padding: 0!important;
}
ul.itemTags li a {
	border: 1px solid #dedede;
	line-height: normal;
	padding: 5px 10px;
}
ul.itemTags li a:hover {
	color: #fff;
}
span.itemDateModified {
	font-size: 90%;
}
span.itemHits {
	font-size: 90%;
}
/* item author*/
div.itemAuthorBlock {
	background: #f5f5f5;
	padding: 20px;
	border: none;
	margin: 25px auto 50px auto;
}
div.itemAuthorBlock img.itemAuthorAvatar {
	padding: 5px;
	background: none;
	border: 1px solid #dedede;
	margin: 0 50px 0 0;
}
div.itemAuthorBlock h3.itemAuthorName {
	font-size: 180%!important;
}
div.itemAuthorBlock div.itemAuthorDetails p {
	padding: 0;
	margin: 0 auto 20px auto;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
	float: right;
	border: none;
}
/* item related*/
div.itemRelated {
}
div.itemRelated li {
	padding: 20px 0;
	border: none!important;
}
div.itemRelated li img {
	float: left;
	margin: 0 30px 0 auto;
	padding: 10px;
	border: 1px solid #dedede;
}
a.itemRelTitle {
	float: none;
	display: block;
	font-size: 120%;
	margin: 0 auto 10px auto;
}
div.itemRelCat {
	float: left;
	margin: 0 10px 0 0;
}
div.itemRelIntrotext {
	display: table;
}
/* item navigation*/
div.itemNavigation {
	background: none;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
/* item comments */
div.itemComments {
	background: none;
	border: none;
	padding: 0;
}
div.itemComments ul.itemCommentsList li {
	background: none;
	border-bottom: 1px solid #dedede;
	margin: 0 0 20px 0;
	padding: 20px;
}
div.itemComments ul.itemCommentsList li img {
	padding: 0;
	margin: 0 30px 0 auto;
	background: none;
	border: none;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
	display: table;
	font-weight: 400;
	font-size: 120%;
	color: #121212;
	text-transform: uppercase;
	margin-bottom: 10px;
}
div.itemComments ul.itemCommentsList li span.commentDate {
	border: none;
	background: #f5f5f5;
	padding: 5px 15px;
	font-weight: 400;
}
div.itemComments ul.itemCommentsList li p {
	display: table;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
	clear: none;
	float: right;
}
div.itemComments ul.itemCommentsList li span.commentLink {
	margin: 0 10px;
}
div.itemCommentsForm p.itemCommentsFormNotes,
div.itemCommentsForm form label {
	display: none!important;
}
form#comment-form .inputbox {
	border: 1px solid #dedede!important;
	width: 100%!important;
	text-indent: 10px;
	padding: 12px 0!important;
	margin: 0 auto 20px auto!important;
	box-shadow: none!important;
	color: #989898!important;
	font-size: 90%;
	background: none;
}
form#comment-form input[type="text"] {
}
div.itemCommentsForm form input#submitCommentButton {
	font-size: 100%!important;
	cursor: pointer;
	margin: 20px 0!important;
	border: none;
	padding: 10px 20px!important;
	background: none;
	border: 1px solid #121212;
	height: auto;
	width: auto;
	color: #242424;
}
div.itemCommentsForm form input#submitCommentButton:hover {
	color: #fff;
}
/*----------------------------------------------------------------------
k2 user items view    html/com_k2/default/user.php
user page is using same style for items and itembody contents as item view page. 
if you wish to edit the styles just add class .userView before the class 
you need to change example: .userView .itemTitle{font-size:30px;}
----------------------------------------------------------------------*/
div.userBlock {
	background: #f5f5f5;
	border: none;
	margin: 0 auto 50px auto;
	padding: 20px;
}
div.userBlock img {
	background: none;
	padding: 5px;
	margin: 0 30px 0 auto;
	border: 1px solid #dedede;
}
div.userBlock h2 {
	margin: 0 auto 10px auto;
	border-bottom: none;
}
div.userBlock div.userDescription {
	display: table;
}
div.userBlock div.userAdditionalInfo {
	border: none!important;
	padding: 0;
	margin: 0;
	float: right;
}
span.userURL {
	font-weight: 400;
}
div.userItemView {
	padding: 20px;
	border: 1px solid #dedede;
	margin: 0 auto 50px auto;
}
div.userItemBody {
	padding: 0;
}
div.userItemImageBlock {
	padding: 0;
	margin: 0 auto 20px auto;
	overflow: hidden;
	display: block;
	background: none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%!important;
}
span.userItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%!important;
}
span.userItemImage a {
	display: block;
	overflow: hidden;
	border: none;
	text-align: center;
	width: 100%!important;
}
span.userItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	width: 100%!important;
}
div.userItemTagsBlock {
	padding: 15px 0;
	border-bottom: none;
}
div.userItemTagsBlock span {
	font-weight: 400;
	color: #989898;
}
ul.userItemTags li {
	background-image: none;
	background: none;
	border: none;
	margin: 0 10px 0 0!important;
	padding: 0!important;
}
ul.userItemTags li a {
	border: 1px solid #dedede;
	line-height: normal;
	padding: 5px 10px;
}
ul.userItemTags li a:hover {
	color: #fff;
}
/*----------------------------------------------------------------------
k2 tagitem view    html/com_k2/templates/tag.php
user tag is using same style for items and itembody contents as item view page. 
if you wish to edit the styles just add class .tagView before the class 
you need to change example: .tagView .itemTitle{font-size:30px;}
----------------------------------------------------------------------*/
div.tagItemView {
	padding: 20px;
	border: 1px solid #dedede;
	margin: 0 auto 50px auto;
}
div.tagItemBody {
	padding: 0;
}
div.tagItemImageBlock {
	padding: 0;
	margin: 0 auto 20px auto;
	overflow: hidden;
	display: block;
	background: none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%!important;
}
span.tagItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%!important;
}
span.tagItemImage a {
	display: block;
	overflow: hidden;
	border: none;
	text-align: center;
	width: 100%!important;
}
span.tagItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	width: 100%!important;
}
/*----------------------------------------------------------------------
k2 generic view    html/com_k2/templates/generic.php
user generic is using same style for items and itembody contents as item view page. 
if you wish to edit the styles just add class .genericView before the class 
you need to change example: .genericView .itemTitle{font-size:30px;}
----------------------------------------------------------------------*/
div.genericItemView {
	padding: 20px;
	border: 1px solid #dedede;
	margin: 0 auto 50px auto;
}
div.genericItemBody {
	padding: 0;
}
div.genericItemImageBlock {
	padding: 0;
	margin: 0 auto 20px auto;
	overflow: hidden;
	display: block;
	background: none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
span.genericItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
span.genericItemImage a {
	display: block;
	overflow: hidden;
	border: none;
	text-align: center;
}
span.genericItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	width: 100%!important;
}
/*----------------------------------------------------------------------
Latest Item list html/com_k2/default/latest.php
----------------------------------------------------------------------*/
.latestItemsCategory {
	background: #f5f5f5!important;
	margin: 4px 5px!important;
	padding: 10px!important;
	border: none!important;
}
div.latestItemsCategoryImage img {
	background: none!important;
	padding: 0px!important;
	border: 1px solid #dedede!important;
	margin: 0 auto!important;
}
/*----------------------------------------------------------------------
Latest Item html/com_k2/default/latest_item.php
----------------------------------------------------------------------*/
div.latestItemList {
	padding: 0;
}
span.latestItemsUserURL {
	float: right;
	font-weight: 300;
}
div.latestItemView {
	padding: 20px;
	border: 1px solid #dedede;
	margin: 0 auto 50px auto;
}
div.latestItemBody {
	padding: 0;
}
div.latestItemImageBlock {
	padding: 0;
	margin: 0 auto 20px auto;
	overflow: hidden;
	display: block;
	background: none;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%!important;
}
span.latestItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%!important;
}
span.latestItemImage a {
	display: block;
	overflow: hidden;
	border: none;
	text-align: center;
	width: 100%!important;
}
span.latestItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	width: 100%!important;
}
div.latestItemTagsBlock {
	padding: 15px 0;
	border-bottom: none;
}
div.latestItemTagsBlock span {
	font-weight: 400;
	color: #989898;
}
ul.latestItemTags li {
	background-image: none;
	background: none;
	border: none;
	margin: 0 10px 0 0!important;
	padding: 0!important;
}
ul.latestItemTags li a {
	border: 1px solid #dedede;
	line-height: normal;
	padding: 5px 10px;
}
ul.latestItemTags li a:hover {
	color: #fff;
}
/*----------------------------------------------------------------------
Latest Item html/com_k2/default/old_socials.php
----------------------------------------------------------------------*/
div.pre25SocialLinks {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	line-height: 20px;
}
span.preSocialsTitle {
	display: block;
	font-weight: bold;
	margin: 0 10px 0 0;
}
ul.preSocialLinks {
	margin: 0!important;
	padding: 0!important;
	float: left;
}
ul.preSocialLinks li {
	background: none;
	float: left;
	display: inline;
	margin: 0!important;
	padding: 0!important;
}
ul.preSocialLinks li a {
	height: 40px;
	width: 40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 8px 0 0;
	padding: 0!important;
	background-image: url(../images/k2images/socials.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.preSocialLinks li a.delicious {
	background-position: -40px top;
}
ul.preSocialLinks li a.delicious:hover {
	background-position: -40px bottom;
}
ul.preSocialLinks li a.digg {
	background-position: -80px top;
}
ul.preSocialLinks li a.digg:hover {
	background-position: -80px bottom;
}
ul.preSocialLinks li a.stumble {
	background-position: -120px top;
}
ul.preSocialLinks li a.stumble:hover {
	background-position: -120px bottom;
}
ul.preSocialLinks li a.technorati {
	background-position: -160px top;
}
ul.preSocialLinks li a.technorati:hover {
	background-position: -160px bottom;
}
ul.preSocialLinks li a.reddit {
	background-position: -200px top;
}
ul.preSocialLinks li a.reddit:hover {
	background-position: -200px bottom;
}
ul.preSocialLinks li a.myspace {
	background-position: -240px top;
}
ul.preSocialLinks li a.myspace:hover {
	background-position: -240px bottom;
}
ul.preSocialLinks li a.twitter {
	background-position: -280px top;
}
ul.preSocialLinks li a.twitter:hover {
	background-position: -280px bottom;
}
/*----------------------------------------------------------------------
Category view html/com_k2/register.php
----------------------------------------------------------------------*/
#k2UserPages {
	background: #f5f5f5;
	display: block;
	overflow: hidden;
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #dedede;
}
#k2UserPages th,
#k2UserPages td {
	background: #f5f5f5!important;
	text-align: left!important;
}
#k2UserPages td {
	padding-right: 10px!important;
}
#k2UserPages .componentheading {
	margin: 10px 0;
}
#k2UserPages input {
	padding: 10px;
	text-indent: 4px;
	text-align: left;
	margin: 10px 0 0 10px;
	border: 1px solid #dedede!important;
	background: #fff;
}
#k2UserPages span.input_file_wrapper {
	background: url(../images/k2images/browsek2.gif) top left no-repeat;
	border: none;
	height: 30px;
	display: block!important;
	position: relative!important;
	width: 220px;
	overflow: hidden;
	text-align: right!important;
	margin: 0 0 0 10px!important;
	float: left;
	cursor: pointer;
	clear: both;
}
#k2UserPages span.input_file_wrapper input.fake-text {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 3px!important;
	margin: 0px!important;
	width: 153px;
	background: none!important;
	border: none!important;
	font-size: 10px!important;
	font-weight: bold;
}
/*----------------------------------------------------------------------
k2 content module
----------------------------------------------------------------------*/
.k2ItemsBlock {
	padding: 0;
}
.k2ItemsBlock li.even,
.k2ItemsBlock li.odd {
	padding: 20px 0;
	background: none;
	border-bottom: 1px solid #dedede;
	list-style-type: none;
}
.k2ItemsBlock li.lastItem {
	border: none;
}
a.moduleItemTitle,
a.moduleItemTitle:visited {
	font-size: 120%;
	display: block;
	margin: 0!important;
}
.moduleItemImage {
	float: left;
	border: none;
	width: 100%;
	margin: 0 auto 10px auto;
}
a.moduleItemImage img {
	border: none!important;
	margin: 0 auto!important;
	padding: 0;
	float: left!important;
	width: 100%;
}
.moduleItemIntrotext {
	font-size: 100%;
	line-height: 28px!important;
}
.moduleItemTags {
	margin: 10px 0;
	border-bottom: 1px solid #dedede;
	font-size: 110%;
}
/*----------------------------------------------------------------------
k2 calendar module
----------------------------------------------------------------------*/
div.k2CalendarBlock {
	height: 230px;
}
table.calendar {
	width: 100%;
	font-family: Cambria, serif;
}
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarNavMonthNext {
	background: none;
	text-transform: uppercase;
	font-weight: normal;
}
table.calendar tr td.calendarDayName {
	background: #f0f0f0;
}
table.calendar tr td {
	padding: 0px!important;
	margin: 0!important;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
table.calendar tr td.calendarDateLinked {
	padding: 0px!important;
	margin: 0!important;
	border-collapse: collapse;
}
table.calendar tr td.calendarDate,
table.calendar tr td a,
table.calendar tr td a:hover,
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthNext {
	padding: 5px!important;
}
table.calendar tr td.calendarNavMonthPrev a,
table.calendar tr td.calendarNavMonthNext a {
	font-size: 100%!important;
}
table.calendar tr td.calendarToday,
table.calendar tr td.calendarTodayLinked {
	background: #121212;
	color: #fff;
}
table.calendar tr td.calendarDateLinked a {
	background: #f0f0f0;
	color: #121212;
}
table.calendar tr td.calendarTodayLinked a:hover,
table.calendar tr td.calendarDateLinked a:hover {
	background: #5B5B5B;
	color: #ececec;
}
table.calendar tr td.calendarDateEmpty {
	background: #fff;
}
/*----------------------------------------------------------------------
k2 cats menu
----------------------------------------------------------------------*/
.k2CategoriesListBlock ul,
.k2CategoriesListBlock ul.level0,
.k2CategoriesListBlock ul.level1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.k2CategoriesListBlock ul li,
.k2CategoriesListBlock ul li:hover {
	list-style-type: none;
	background-image: none;
	padding: 0;
	text-align: left;
}
.k2CategoriesListBlock ul li a {
	height: auto;
	line-height: normal;
	text-decoration: none;
	display: block;
	font-size: 100%;
	text-decoration: none;
	text-indent: 0;
	padding: 12px 0;
	border-bottom: 1px solid #dedede;
}
.k2CategoriesListBlock.defaultmenu li a:after {
	top: 14px;
}
/*----------------------------------------------------------------------
k2 tag cloud module
----------------------------------------------------------------------*/
div.k2TagCloudBlock a {
	display: table;
	padding: 5px 10px;
	background: none;
	color: #121212;
	border: 1px solid;
	margin: 0 10px 10px 0;
	line-height: normal;
}
div.k2TagCloudBlock a:hover {
	color: #fff;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
}
/*----------------------------------------------------------------------
k2 comments module
----------------------------------------------------------------------*/
div.k2LatestCommentsBlock {
	padding: 0;
	margin: 0;
}
.k2LatestCommentsBlock li.even,
.k2LatestCommentsBlock li.odd {
	list-style-type: none;
	padding: 20px 0;
	background: none;
	border-bottom: 1px solid #dedede;
}
.k2LatestCommentsBlock li.lastItem {
	border-bottom: none;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
	padding: 0;
	border: none;
	margin: 0 30px auto 0;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
	font-size: 120%;
	margin-bottom: 10px;
}
div.k2LatestCommentsBlock ul li span.lcComment {
	font-size: 100%;
	display: table;
}
/*----------------------------------------------------------------------
k2 CAT MENU COLOR AND BG CSS
----------------------------------------------------------------------*/
/* LINK BG IMAGE */
.k2CategoriesListBlock ul li a {
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a {
	font-weight: 400;
	color: #242424;
}
div.k2CategoriesListBlock ul li.activeCategory a:hover {
	font-weight: 400;
}
/* sub category links*/
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a {
	color: #242424;
}
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a:hover {
	color: #242424;
}
.yjk2_header {
	display: block;
	overflow: hidden;
	clear: both;
}
.yjk2_info {
	display: block;
	overflow: hidden;
	background: #f5f5f5;
	padding: 5px 15px;
	margin: 0 auto 20px auto;
}
.yjk2_date,
.yjk2_author,
.yjk2_cat,
.yjk2_hits,
.yjk2_comment {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 20px 0 0!important;
	padding: 0!important;
	font-size: 100%!important;
	border: none!important;
}
.yjk2_cat span {
	font-weight: 400!important;
	color: #989898!important;
}
.yjk2_intro {
	padding: 0!important;
	margin: 0 auto 20px auto!important
}
.yjk2menu,
.yjk2content,
.yjk2content,
.yjk2comments {
	margin: 0 0 50px 0!important;
	padding: 20px;
}
.k2CategoriesListBlock.yjk2menu,
.k2ItemsBlock.yjk2content,
.k2LatestCommentsBlock.yjk2comments {
	padding: 0!important;
	margin: 0!important;
	border: none!important;
}