/*======================================================================*\
|| #################################################################### ||
|| # 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 #e2e2e2;
	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;
	line-height: normal;
	margin: 0 auto;
	font-size: 220%;
	display: block;
	clear: both;
	
}
#k2Container h2{
	padding:20px 0 20px 0;}

#k2Container .componentheading {
	margin: 10px 5px;
}
#k2Container.itemListView, #k2Container.itemView, #k2Container.tagView, #k2Container.userView, #k2Container.latestView, #k2Container.genericView {
	margin: 20px;
}
#holder3 #k2Container.itemListView, #holder3 #k2Container.itemView, #holder3 #k2Container.tagView, #holder3 #k2Container.userView, #holder3 #k2Container.latestView, #holder3 #k2Container.genericView {
	margin: 0 0 0 80px;
}
/*----------------------------------------------------------------------
Category view html/com_k2/default/category.php
----------------------------------------------------------------------*/
/* main category*/
div.itemListCategory {
	background: none;
	margin: 0 auto 0 auto;
	padding: 0;
	border: none;
}
/* main category title*/
div.itemListCategory h2 {
	clear: none!important;
}
/* main category image*/
div.itemListCategory img {
	border: none;
	padding: 0;
	margin: 0 50px 0 0;
	float: left;
}
div.itemListSubCategories {
	width: auto;
	margin: 0 -10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.subCategoryContainer {
	float: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.subCategory {
	background: none;
	border: none;
	margin: 0 0 50px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* sub title */
div.subCategory h2 {
	margin: 25px auto!important;
	text-align: center;
}
/* 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%;
}
/* sub cat read more */
a.subCategoryMore, a.subCategoryMore:visited {
	margin: 20px auto 40px auto;
}
/*----------------------------------------------------------------------
Cat item view  html/com_k2/default/category_item.php
----------------------------------------------------------------------*/
div.catItemView {
	padding: 0;
	margin: 0 0 0 0;
}
/* this is where image and intro text are*/
div.catItemBody {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
}
/* cat item title*/
div.catItemHeader {
	overflow: hidden;
	margin: 0 auto 25px auto;
}
/* cat author*/
span.catItemAuthor {
	padding: 0;
	margin: 0 10px 0 0!important;
	float: left;
	font-size: 90%;
}
/* cat created date*/
span.catItemDateCreated {
	padding: 0;
	margin: 0 10px 0 0!important;
	float: left;
	font-size: 90%!important;
}
/* cat item image */
/* this div should have bg color or border if you need some around image styling*/
div.catItemImageBlock {
	padding: 10px!important;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	background: none;
	border: 1px solid #e2e2e2;
	-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;
}
/* introtext */
div.catItemIntroText {
	padding: 20px 0;
}
div.catItemIntroText p {
	margin: 0;
}
/* catItemLinks*/
div.catItemLinks {
	margin: 0!important;
	padding: 0!important;
}
div.catItemCategory {
	padding: 0;
	border-bottom: none;
	font-size: 90%;
	float: left;
	margin: 0 10px 0 0!important;
}
div.catItemCategory span {
	font-weight: 400;
	color: #979797;
}
div.catItemCommentsLink {
	border: none;
	font-size: 90%;
}
/* vote */
div.catItemRatingBlock {
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
}
/*tags*/
div.catItemTagsBlock {
	padding: 15px 0;
	border: none;
}
div.catItemTagsBlock span {
	font-weight: 400;
	color: #979797;
}
ul.catItemTags li {
	background-image: none;
	background: none;
	border: none;
	margin: 0 10px 0 0!important;
	padding: 0!important;
}
ul.catItemTags li a {
	padding: 3px 10px 4px 10px;
	border: 1px solid #1e1f21;
	color: #1e1f21;
}
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;
}
span.catItemDateModified {
	margin: 0;
	padding: 0;
	font-size: 90%;
	border-top: 1px solid #e2e2e2;
}
div.catItemReadMore a {
	margin: 20px 0;
}
/*----------------------------------------------------------------------
Item view html/com_k2/default/item.php
----------------------------------------------------------------------*/
div.itemView {
	border: none;
}
/* header */
div.itemHeader {
	overflow: hidden;
	margin: 0 auto 0 auto;
}
/* title */
div.itemHeader h2.itemTitle {
	font-size: 250%!important;
}
/* author*/
div.itemHeader span.itemAuthor {
	padding: 0;
	float: left;
	display: block;
	clear: none;
	font-size: 90%;
	margin: 0 10px 0 0;
}
/* date */
span.itemDateCreated {
	clear: none!important;
	display: block!important;
	padding: 0;
	font-size: 90%!important;
	margin: 0 10px 0 0;
	float: left;
}
/* item category*/
div.itemCategory {
	padding: 0;
	border-bottom: none;
	font-size: 90%;
}
div.itemCategory span {
	font-weight: 400;
}
div.itemBody {
	padding: 0;
}
/* toolbar fot res, print etc*/
div.itemToolbar {
	background: none;
	border-top: none;
	border-bottom: 1px solid #e2e2e2;
}
div.itemToolbar ul {
	float: left;
}
div.itemToolbar ul li {
	border-right: 1px solid #e2e2e2;
	border-left: none;
}
/* item image*/
/* this div should have bg color or border if you need some around image styling*/
div.itemImageBlock {
	padding: 10px!important;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	background: none;
	border: 1px solid #e2e2e2;
	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;
}
span.itemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}
/* item text*/
div.itemIntroText {
	font-weight: normal;
	font-size: 100%;
}
div.itemFullText {
	padding: 0px 0!important;
	margin: 0!important;
}
div.itemFullText p {
	padding: 0!important;
	margin: 0!important;
}
div.itemContentFooter {
	padding: 10px 0;
}
/* ItemLinks*/
div.itemLinks {
	margin: 0 0 50px 0!important;
	padding: 0!important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* rating*/
div.itemRatingBlock {
	width: 30%;
	padding: 22px;
	border: none;
	float: left;
	margin: 5px 20px 5px 0;
	border: 1px solid #e2e2e2;
}
/* item tags*/
div.itemTagsBlock {
	border: 1px solid #e2e2e2;
	padding: 21px;
	float: left;
	margin: 5px 0;
}
div.itemTagsBlock span {
	font-weight: 400;
	color: #979797;
}
ul.itemTags li {
	background-image: none;
	background: none;
	border: none;
	margin: 0 10px 0 0!important;
	padding: 0!important;
}
ul.itemTags li a {
	padding: 3px 10px 4px 10px;
	border: 1px solid #1e1f21;
	color: #1e1f21;
}
ul.itemTags li a:hover {
	color: #fff;
}
span.itemDateModified {
	font-size: 90%;
}
span.itemHits {
	font-size: 90%;
}
/* item author*/
div.itemAuthorBlock {
	background: none;
	border: 1px solid #e2e2e2;
	margin: 0 auto 50px auto;
	padding: 30px;
}
div.itemAuthorBlock img.itemAuthorAvatar {
	margin: 0 50px 0 0;
}
h3.itemAuthorName {
	font-size: 150%!important;
	clear: none!important;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
	float: right;
	border: none;
	font-weight: 400;
}
/* item latest */
div.itemAuthorLatest {
	margin: 0 auto 50px auto;
}
div.itemAuthorLatest h3 {
	font-size: 150%!important;
}
div.itemAuthorLatest li {
	padding: 10px 0;
}
/* item related*/
div.itemRelated {
	margin: 0 auto 50px auto;
}
div.itemRelated h3 {
	font-size: 150%!important;
}
div.itemRelated li {
	padding: 10px 0;
	border: none!important;
	border-bottom: 1px solid #e2e2e2!important;
}
div.itemRelated li.clr {
	display: none!important;
}
div.itemRelated li img {
	border: 1px solid #e2e2e2;
}
a.itemRelTitle {
	float: none;
	clear: both;
	display: block;
}
/* item navigation*/
div.itemNavigation {
	margin: 0 0 50px auto;
	background: none;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
/* item comments */
div.itemComments {
	padding: 30px;
	background: none;
	border: 1px solid #e2e2e2;
}
div.itemComments ul.itemCommentsList li {
	background: none;
	border: 1px solid #e2e2e2;
	margin: 20px auto;
	padding: 20px;
}
div.itemComments ul.itemCommentsList li img {
	padding: 5px;
	border: 1px solid #e2e2e2;
	margin: 0 30px 0 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
	display: table;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 120%;
	color: #1e1f21;
}
div.itemComments ul.itemCommentsList li span.commentDate {
	font-weight: 400;
	border: none;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border-top: 1px solid #e2e2e2;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border-top: none;
	padding: 10px 0;
	font-size: 90%;
}
div.itemCommentsForm form label {
	display: none!important;
}
form#comment-form .inputbox {
	margin: 20px auto;
	border: 1px solid #e2e2e2!important;
	width: 100%!important;
	text-indent: 10px;
	padding: 8px 0px!important;
	border-radius: 0;
	box-shadow: none;
	color: #979797;
	font-size: 90%;
}
form#comment-form input[type="text"] {
}
div.itemCommentsForm form input#submitCommentButton {
	font-size: 100%!important;
	cursor: pointer;
	margin: 20px 0!important;
	border: none;
	border: 2px solid #1e1f21;
	background: none;
	color: #1e1f21;
}
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: none;
	margin: 0 0 50px 0;
	border: 1px solid #e2e2e2;
	padding: 30px;
}
div.userBlock img {
	background: none;
	padding: 5px;
	margin: 0 50px 0 0;
	border: none;
}
div.userBlock h2 {
	clear: none!important;
	font-size: 150%!important;
	padding: 0!important;
}
div.userBlock div.userDescription {
	display: table;
}
div.userBlock .userAdditionalInfo {
	float: right;
	margin: 15px 0 0 0;
	border: none;
	overflow: hidden;
	display: block;
}
span.userURL {
	float: right;
	border: none;
	font-weight: 300;
	padding: 0 10px;
}
div.userItemView {
	padding: 0;
	border: none;
	margin: 0 0 50px 0;
}
div.userItemBody {
	padding: 0;
}
div.userItemImageBlock {
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #e2e2e2;
	background: none;
	float: none;
}
span.userItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
span.userItemImage a {
	display: block;
	overflow: hidden;
	border: none;
	text-align: center;
}
span.userItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}
div.userItemHeader {
	overflow: hidden;
	margin: 0 0 20px 0;
}
span.userItemDateCreated {
	float: left;
	font-size: 90%!important;
	margin: 0 10px 0 0;
}
div.userItemCategory {
	padding: 0;
	float: left;
	border: none;
	font-size: 90%;
	margin: 0 10px 0 0;
}
div.userItemCategory span {
	color: #979797;
	font-weight: 400;
}
div.userItemCommentsLink {
	border: none;
	padding: 0;
	font-size: 90%;
}
div.userItemIntroText {
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	color: #959595!important;
}
div.userItemIntroText p {
	margin: 0;
}
div.userItemTagsBlock {
	padding: 15px 0;
	border: none;
}
div.userItemTagsBlock span {
	font-weight: 300;
	color: #959595;
}
ul.userItemTags li {
	background-image: none;
	border: none;
	margin: 0 10px 0 0!important;
	padding: 0!important;
}
ul.userItemTags li a {
	padding: 3px 10px 4px 10px;
	border: 1px solid #1e1f21;
	color: #1e1f21;
}
ul.userItemTags li a:hover {
	color: #fff;
}
div.userItemReadMore a {
	margin: 20px 0;
}
/*----------------------------------------------------------------------
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: 0;
	border: none;
	margin: 0 0 50px 0;
}
div.tagItemBody {
	padding: 0;
}
div.tagItemHeader {
	overflow: hidden;
	margin: 0 auto 25px auto;
}
span.tagItemDateCreated {
	font-size: 90%!important;
	margin: 0 10px 0 0;
}
div.tagItemCategory {
	border: none;
	font-size: 90%;
}
div.tagItemCategory span {
	font-weight: 400;
	color: #979797;
}
div.tagItemImageBlock {
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #e2e2e2;
	background: none;
	float: none;
}
span.tagItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
span.tagItemImage a {
	display: block;
	overflow: hidden;
	border: none;
	text-align: center;
}
span.tagItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}
div.tagItemIntroText {
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
div.tagItemIntroText p {
	margin: 0;
}
div.tagItemReadMore a {
	margin: 20px 0;
}
/*----------------------------------------------------------------------
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: 0;
	border: none;
	margin: 0 0 50px 0;
}
div.genericItemHeader {
	overflow: hidden;
	margin: 0 auto 25px auto;
}
span.genericItemDateCreated {
	font-size: 90%!important;
	margin: 0 10px 0 0;
}
div.genericItemCategory {
	border: none;
	font-size: 90%;
}
div.genericItemCategory span {
	font-weight: 400;
	color: #979797;
}
div.genericItemBody {
	padding: 0;
}
div.genericItemImageBlock {
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #e2e2e2;
	background: none;
	float: none;
}
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;
}
div.genericItemIntroText {
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
div.genericItemIntroText p {
	margin: 0;
}
div.genericItemReadMore a {
	margin: 20px 0;
}
/*----------------------------------------------------------------------
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 #e2e2e2!important;
	margin: 0 auto!important;
}
/*----------------------------------------------------------------------
Latest Item html/com_k2/default/latest_item.php
----------------------------------------------------------------------*/
div.latestItemList {
	padding: 0;
}
div.latestItemView {
	padding: 0;
	border: none;
	margin: 0 50px 50px 0;
}
div.latestItemBody {
	padding: 0;
}
div.latestItemImageBlock {
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #e2e2e2;
	background: none;
	float: none;
}
span.latestItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
span.latestItemImage a {
	display: block;
	overflow: hidden;
	border: none;
	text-align: center;
}
span.latestItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}
div.latestItemHeader {
	overflow: hidden;
	margin: 0 0 20px 0;
}
div.latestItemIntroText {
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
div.latestItemIntroText p {
	margin: 0;
}
div.latestItemTagsBlock {
	border: none;
	padding: 15px 0;
}
div.latestItemTagsBlock, div.latestItemCategory {
	padding: 15px 0;
}
div.latestItemCategory {
	border-bottom: 1px solid #e2e2e2;
}
div.latestItemTagsBlock span, div.latestItemCategory span {
	font-weight: 400;
	color: #979797;
}
div.latestItemTagsBlock li {
	background-image: none;
	border: none;
	margin: 0 10px 0 0!important;
	padding: 0!important;
}
div.latestItemTagsBlock li a {
	padding: 3px 10px 4px 10px;
	border: 1px solid #1e1f21;
	color: #1e1f21;
}
div.latestItemTagsBlock li a:hover {
	color: #fff;
}
div.latestItemReadMore {
	margin: 20px 0;
}
/*----------------------------------------------------------------------
Latest Item html/com_k2/default/old_socials.php
----------------------------------------------------------------------*/
div.pre25SocialLinks {
	display: block;
	overflow: hidden;
	margin: 5px 20px 5px 0;
	line-height: 20px;
	border: none;
	float: left;
	padding: 19px;
	border: 1px solid #e2e2e2;
}
span.preSocialsTitle {
	display: block;
	font-weight: 400;
	margin: 0 10px 0 0;
	color: #979797;
}
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: 30px;
	width: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 10px;
	padding: 0!important;
	background-image: url(../images/k2images/socials.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.preSocialLinks li a.facebook {
	background-position: left top;
}
ul.preSocialLinks li a.facebook:hover {
	background-position: left bottom;
}
ul.preSocialLinks li a.googleplus {
	background-position: -30px top;
}
ul.preSocialLinks li a.googleplus:hover {
	background-position: -30px bottom;
}
ul.preSocialLinks li a.twitter {
	background-position: -60px top;
}
ul.preSocialLinks li a.twitter:hover {
	background-position: -60px bottom;
}
ul.preSocialLinks li a.pinterest {
	background-position: -90px top;
}
ul.preSocialLinks li a.pinterest:hover {
	background-position: -90px bottom;
}
/*----------------------------------------------------------------------
Category view html/com_k2/register.php
----------------------------------------------------------------------*/
#k2UserPages {
	background: #f5f5f5;
	display: block;
	overflow: hidden;
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #e2e2e2;
}
#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 #e2e2e2!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 #e2e2e2;
}
.k2ItemsBlock li.lastItem {
	border: none;
}
a.moduleItemTitle, a.moduleItemTitle:visited {
	font-size: 120%;
	display: block;
	margin: 0!important;
	text-transform: uppercase;
}
.moduleItemImage {
	float: left;
	border: 1px solid #e2e2e2!important;
	padding: 5px;
	margin: 8px 20px 0 0;
}
a.moduleItemImage img {
	margin: 0!important;
	float: left!important;
	border: none!important;
}
.moduleItemIntrotext {
	font-size: 100%;
	line-height: 28px!important;
	padding: 0;
}
.moduleItemTags {
	margin: 10px 0;
	border-bottom: 1px solid #e2e2e2;
	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: 35px;
	line-height: 35px;
	text-decoration: none;
	display: block;
	font-size: 90%;
	text-decoration: none;
	text-indent: 22px;
	padding-top: 0;
}
.k2CategoriesListBlock ul li a:after {
	left: -20px;
	top: 0;
}
/*----------------------------------------------------------------------
k2 tag cloud module
----------------------------------------------------------------------*/
div.k2TagCloudBlock a, div.k2TagCloudBlock a:hover {
	background: none;
	color: #1e1f21;
	border: 1px solid #1e1f21;
	line-height: normal;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
}
div.k2TagCloudBlock a:hover {
	color: #fff;
}
/*----------------------------------------------------------------------
k2 comments module
----------------------------------------------------------------------*/
div.k2LatestCommentsBlock {
	padding: 0;
	margin: 0;
}
.k2LatestCommentsBlock li.even, .k2LatestCommentsBlock li.odd {
	padding: 20px 0;
	background: none;
	border-bottom: 1px solid #e2e2e2;
}
.k2LatestCommentsBlock li.lastItem {
	border-bottom: none;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
	padding: 5px;
	border: 1px solid #e2e2e2;
	margin: 0 20px 0 0;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
	text-transform: uppercase;
	font-size: 100%;
}
div.k2LatestCommentsBlock ul li span.lcComment {
	clear: right;
	font-size: 90%;
	display: table;
}
/*----------------------------------------------------------------------
k2 CAT MENU COLOR AND BG CSS
----------------------------------------------------------------------*/
/* LINK BG IMAGE */
.k2CategoriesListBlock ul li a {
}
.k2CategoriesListBlock ul li a:hover {
	background-position: left bottom;
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a {
	color: #1e1f21!important;
	background-position: left bottom;
	font-weight: 400;
}
div.k2CategoriesListBlock ul li.activeCategory a:hover {
	color: #1e1f21!important;
}
/* sub category links*/
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a {
	color: #1e1f21!important;
}
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a:hover {
	color: #1e1f21!important;
}
/* k2 extra */
.yjk2menu, .yjk2content, .yjk2comments, .yjk2tags {
	margin: 0 0 50px 0!important;
}
.yjk2menu .k2CategoriesListBlock.defaultmenu.yjk2menu, .yjk2content .k2ItemsBlock.yjk2content, .yjk2comments .k2LatestCommentsBlock.yjk2comments, .yjk2tags .k2TagCloudBlock.yjk2tags {
	margin: 0!important;
	border: none;
	padding: 10px 0;
}
