/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. 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.com                      ||
|| # 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 #e7e7e7;
	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:normal;
	color:#000;
}
#k2Container .componentheading{
	margin:10px 5px;
}
#k2Container{
	padding:0;
}
/*----------------------------------------------------------------------
Category view html/com_k2/default/category.php
----------------------------------------------------------------------*/
/* main category*/
div.itemListCategory {
	background:#eee;
	margin:4px 5px;
	padding:10px;
	border:none;
}
/* main category title*/
div.itemListCategory h2 {
	line-height:18px;
}
/* main category image*/
div.itemListCategory img {
	border:1px solid #e4e4e4;
	padding:0;
}
div.subCategory {
	background:#fff;
	border:none;
	margin:4px;
	padding:0px;
	display:block;
	overflow:hidden;
	border:1px solid #e7e7e7;
}
/* sub cat image*/
div.subCategory a.subCategoryImage img, div.subCategory a.subCategoryImage:hover img {
	background:none;
	padding:0px;
	border:none;
	margin:0;
}
div.subCategory a.subCategoryImage{
	margin:10px;	
}
div.subCategory a.subCategoryImage:hover{
	margin:10px;
	background:#000 url(../images/hover_image.png) no-repeat center center;
}
/* sub cat title */
div.subCategory h2 {
	margin:0;
	padding:5px 10px 0 10px;
	font-weight:normal;
	border-bottom:1px solid #e7e7e7;
}
/* sub introtext */
div.subCategory p{
	padding:0 10px;
}
/* sub cat read more */
a.subCategoryMore, a.subCategoryMore:visited {
	display:block;
	padding:0 0 0 10px;
	margin:0 20px 10px 0;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	float:right;
	height:23px;
	line-height:27px;
	font-size:90%;
}
a.subCategoryMore span{
	display:block;
	height:23px;
	padding:0 10px 0 0px;
	line-height:27px;
}
/*----------------------------------------------------------------------
Cat item view  html/com_k2/default/category_item.php
----------------------------------------------------------------------*/
.catItemView {
	margin:5px;
	background:#fff;
	border:1px solid #e7e7e7;
	padding:5px 10px!important;
}
/* this is where image and intro text are*/
div.catItemBody {
	display:block;
	overflow:hidden;
	clear:both;
	padding:0;
}
/* cat item title*/
div.catItemHeader h3.catItemTitle {
	display:block;
	margin:5px 0;
	padding:0;
}
/* 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;
	float:left;
}
/* cat item image */
/* this div should have bg color or border if you need some around image styling*/
div.catItemImageBlock {
	padding:0px!important;
	margin:3px 0 10px 0;
	overflow:hidden;
	display:block;
	background:none;
	border:none;
	float:left;
}
span.catItemImage {
	overflow:hidden;
	display:block;
	clear:both;
	margin:0 auto;
	height:175px!important;
}
/* 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;
}
span.catItemImage:hover{
	background:#000 url(../images/hover_image.png) no-repeat center center;
}
div.catItemIntroText{
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	margin:5px 0;
	padding:10px 0;
	float:left;
}
div.catItemIntroText p{
	line-height:21px;
	margin:0;
}
/* catItemLinks*/
div.catItemLinks {
	line-height:22px;
	margin:0!important;
	padding:0!important;
}
div.catItemCategory {
	padding:0 10px 0 0;
	float:left;
	border-bottom:none;
	font-size:90%;
}
div.catItemCategory span{
	font-weight:normal;
}
/*tags*/
div.catItemTagsBlock {
	float:left;
	font-size:90%;
	padding:0;
	border-bottom:none;
}
div.catItemTagsBlock span {
	font-weight:normal;
}
ul.catItemTags li {
	background-image:none;
	background:none;
	border:none;
	margin:0 5px 0 0!important;
	padding:0px!important;
}
ul.catItemTags li a {
}
/* hits */
div.catItemHitsBlock{
	padding:0;
	margin:1px 10px 0 0;
	float:left;
	border:none;
	font-size:90%;
}
/* read more */
div.catItemReadMore{
	display:block;
	padding:0 0 0 10px;
	margin:0 20px 10px 0;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	float:right;
	height:23px;
	line-height:27px;
	font-size:90%;
}
div.catItemReadMore span{
	display:block;
	height:23px;
	padding:0 10px 0 0px;
	line-height:27px;
}
/* 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
----------------------------------------------------------------------*/
.itemView {
	padding:0px!important
}
div.itemHeader h2.itemTitle {
	font-weight:normal;
	line-height:inherit;
	clear:both;
	padding:5px 0 10px 0;
	font-size:160%;
	border-bottom:1px solid #e7e7e7;
}
span.itemDateCreated {
	clear:none!important;
	display:block!important;
	padding:5px 10px 5px 0;
	float:left;
	font-size:80%!important;
	color:#999999!important;
}
/* author*/
div.itemHeader span.itemAuthor {
	padding:5px 0;
	display:block;
	clear:none;
	float:left;
	font-size:80%!important;
	color:#999999!important;
}
/* toolbar fot res, print etc*/
div.itemToolbar {
	float:right;
	clear:none;
	padding:4px 0;
	margin:0;
	background:none;
	border-top:none;
	border-bottom:none;
}
div.itemToolbar ul {
	float:left;
}
div.itemToolbar ul li {
	color:#999999;
	border-right:1px solid #e7e7e7;
	border-left:none;
	font-size:80%;
}
div.itemToolbar ul li a span{
	font-size:80%;
}
/* rating*/
div.itemRatingBlock {
	font-size:80%;
	float:left;
	clear:both;
	padding-left:0;
}
/* item image*/
/* this div should have bg color or border if you need some around image styling*/
div.itemImageBlock {
	padding:0px!important;
	margin:10px 10px 10px 0;
	overflow:hidden;
	display:block;
	background:none;
	border:none;
	float:left;
	clear:both;
}
span.itemImage {
	overflow:hidden;
	display:block;
	clear:both;
	margin:0 auto;
	height:175px!important;
}
/* 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;
}
span.itemImage:hover{
	background:#000 url(../images/hover_image_2.png) no-repeat center center;
}

/* item text*/
div.itemIntroText {
	font-weight:normal;
	font-size:100%;
}
div.itemFullText {
	float:left!important;
	padding:0!important;
	margin:0!important;
}
div.itemFullText p {
	padding:0!important;
	margin:0!important;
}
/* ItemLinks*/
div.itemLinks {
	margin:0 0 5px 0!important;
	padding:0!important;
}
/* social */
.pre25SocialLinks span{
	font-size:80%;
	font-weight:normal!important;
}
/* item category*/
div.itemCategory {
	border-bottom:1px solid #e7e7e7;
}
div.itemCategory span{
	font-weight:normal;
	color:#999999;
	font-size:80%;
}
div.itemCategory a{
	font-size:80%;
}
/* item tags*/
div.itemTagsBlock {
	border-bottom:1px solid #e7e7e7;
}
div.itemTagsBlock span {
	font-weight:normal;
	color:#999999;
	font-size:80%;
}
div.itemTagsBlock a{
	font-size:80%;
}
ul.itemTags li {
	background-image:none;
	background:none;
	border:none;
	margin:0 5px 0 0!important;
	padding:0 5px!important;
}
ul.ItemTags li a {
}
span.itemDateModified {
	font-size:90%;
}
span.itemHits {
	font-size:90%;
}
/* item author*/
div.itemAuthorBlock {
	background:#fff;
	border:1px solid #e7e7e7;
	margin:10px 5px;
}
div.itemAuthorBlock p{
	font-size:90%;
}
div.itemAuthorBlock h3{
	margin:0;
}
/* Author Latest */
.itemAuthorLatest{
	margin:10px 5px!important;
	padding:0 10px!important;
	background:#fff;
	border:1px solid #e7e7e7;
}
/* item related*/
div.itemRelated {
	padding:0 10px!important;
	background:#fff;
	border:1px solid #e7e7e7;
}
div.itemRelTitle{
	float:left!important;
	clear:both!important;
}
div.itemRelated li {
	padding:0!important;
	width:100%!important;
	border:none!important;
}
div.itemRelated li img {
	border:none;
	float:left;
	margin-right:10px;
}
div.itemRelIntrotext p{
	font-size:90%;
}
/* item navigation*/
div.itemNavigation {
	margin:0 5px 10px 5px;
	background:#fff;
	border:1px solid #e7e7e7;
}

/* item comments */
div.itemComments {
	margin:0 5px 5px 5px;
	background:#fff;
	border:1px solid #e7e7e7;
}
div.itemComments img{
	border:1px solid #e7e7e7!important;
}
span.commentDate,span.commentAuthorName{
	font-size:90%!important;
	font-weight:normal!important;
}
.itemCommentsForm p{
	font-size:90%;
}
div.itemComments ul.itemCommentsList li.authorResponse {
	background:#eee;
	border:1px solid #e7e7e7;
	margin:5px 0;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border-top:1px solid #e7e7e7;
}
form#comment-form .inputbox {
	border:1px solid #e7e7e7!important;
	width:100%!important;
	text-indent:10px;
	padding:8px 0px!important;
}
form#comment-form .inputbox:hover,
form#comment-form .inputbox:focus{
	border:1px solid #c6c6c6!important;
}

form#comment-form input[type="text"] {
}
#submitCommentButton {
	border:none!important;
	font-size:100%!important;
	cursor:pointer;
	margin:20px 0!important;
	padding:0 4px!important;
	line-height:23px;
}
/*----------------------------------------------------------------------
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;}
----------------------------------------------------------------------*/
.userView .itemView{
	padding:10px!important;
	background:#fff;
	border:1px solid #e7e7e7;
	margin:0 5px 10px 5px;
}
div.userBlock {
	background:#fff;
	border:1px solid #e7e7e7;
	margin:0 5px 10px 5px;
}
div.userBlock h2 {
	border-bottom:1px solid #e7e7e7;
}
div p.userAdditionalInfo{
	border-top:1px solid #e7e7e7!important;
}
.userView h3.itemTitle {
	font-size:180%;
	margin:0!important;
}
.userView .itemBody{
	padding:10px 0;
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
}
.userView .itemDateCreated{
	font-size:90%;
}
.userView .itemImageBlock{
	margin:0 10px 0 0;
}
.userView span.itemImage{
	height:auto!important;
}
.userView span.itemImage:hover{
	height:auto!important;
	background:#000 url(../images/hover_image.png) no-repeat center center;
}
.userView .itemIntroText{
	padding:0;
	font-size:90%;
	color:#969696;
}
.userView .itemIntroText p{
	margin:0;
}
.userView .itemLinks{
	float:left;
}
.userView .itemCategory{
	float:left;
	border:none;
}
.userView .itemTagsBlock{
	float:left;
	border:none;
}
.userView .itemReadMore{
	display:block;
	padding:0 0 0 10px;
	margin:5px 20px 0px 0;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	float:right;
	height:23px;
	line-height:27px;
	font-size:90%;
}
.userView .itemReadMore span{
	display:block;
	height:23px;
	padding:0 10px 0 0px;
	line-height:27px;
}
/*----------------------------------------------------------------------
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;}
----------------------------------------------------------------------*/
.tagView .itemView{
	background:#fff;
	border:1px solid #e7e7e7;
	margin:0 5px 10px 5px;
	padding:10px 10px 0 10px!important;
}
.tagView h2.itemTitle{
	padding:5px 0!important;
	border:none!important;
}
.tagView .itemDateCreated{
	font-size:90%;
	padding:0 5px;
}
.tagView .itemBody{
	padding:10px 0;
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
}
.tagView .itemImageBlock{
	margin:0 10px 0 0;
}
.tagView span.itemImage{
	height:auto!important;
}
.tagView span.itemImage:hover{
	height:auto!important;
	background:#000 url(../images/hover_image.png) no-repeat center center;
}
.tagView .itemIntroText{
	padding:0;
	font-size:90%;
	color:#969696;
}
.tagView .itemIntroText p{
	margin:0;
}
.tagView .itemCategory{
	float:left;
	border:none;
}
.tagView .itemReadMore{
	display:block;
	padding:0 0 0 10px;
	margin:5px 20px 10px 0;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	float:right;
	height:23px;
	line-height:27px;
	font-size:90%;
}
.tagView .itemReadMore span{
	display:block;
	height:23px;
	padding:0 10px 0 0px;
	line-height:27px;
}
/*----------------------------------------------------------------------
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;}
----------------------------------------------------------------------*/
.genericView span.itemDateCreated {
	padding:0;
}
.genericView h2.itemTitle {
	font-size:180%!important;
}
/*----------------------------------------------------------------------
Latest Item list html/com_k2/default/latest.php
----------------------------------------------------------------------*/
.latestItemsCategory {
	background:#eee!important;
	margin:4px 5px!important;
	padding:10px!important;
	border:none!important;
}
div.latestItemsCategoryImage img {
	background:none!important;
	padding:0px!important;
	border:1px solid #e4e4e4!important;
	margin:0 auto!important;
}
/*----------------------------------------------------------------------
Latest Item html/com_k2/default/latest_item.php
----------------------------------------------------------------------*/
.latestItemList{
	padding:0!important;
}
div.latestItemList .latestItemView{
	padding:10px!important;
	margin:0 5px 10px 5px!important;
	background:#fff;
	border:1px solid #e7e7e7;
}
.latestItemView .catItemBody{
	padding:10px 0!important;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}
.latestItemView .catItemLinks{
	margin:5px 0!important;
	font-size:90%;
	float:left;
}
.latestItemView .catItemImageBlock {
	margin:0 10px 0 0!important;
	float:left!important;
	clear:none!important;
}
.latestItemView span.catItemImage{
	height:auto!important;
}
.latestItemView span.catItemImage:hover{
	height:auto!important;
	background:#000 url(../images/hover_image.png) no-repeat center center;
}

.latestItemView .catItemTitle{
	margin:0;
}
div.latestItemList .catItemDateCreated {
	float:left;
	font-size:80%;
}
.latestItemList .catItemIntroText{
	padding:0;
	margin:0;
	border:none;
	float:none;
	font-size:90%;
}
.latestItemList .catItemReadMore{
	margin:5px 10px;
	font-size:90%;
	
}
/*----------------------------------------------------------------------
Latest Item html/com_k2/default/old_socials.php
----------------------------------------------------------------------*/
div.pre25SocialLinks{
	display:block;
	overflow:hidden;
	width:100%;
	padding:0 0 3px 3px;
	margin:0;
	line-height:20px;
	border-bottom:1px solid #e4e4e4;
}
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:20px;
	width:20px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 8px 0 0;
	padding:0!important;
	background-repeat:no-repeat;
	background-position:left top;
}
ul.preSocialLinks li a.googlebuzz{
	background-position:0 top;
}
ul.preSocialLinks li a.googlebuzz:hover{
	background-position:0 bottom;
}
ul.preSocialLinks li a.facebook{
	background-position:-20px top;
}
ul.preSocialLinks li a.facebook:hover{
	background-position:-20px bottom;
}
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:-60px top;
}
ul.preSocialLinks li a.digg:hover{
	background-position:-60px bottom;
}
ul.preSocialLinks li a.stumble{
	background-position:-80px top;
}
ul.preSocialLinks li a.stumble:hover{
	background-position:-80px bottom;
}
ul.preSocialLinks li a.technorati{
	background-position:-100px top;
}
ul.preSocialLinks li a.technorati:hover{
	background-position:-100px bottom;
}
ul.preSocialLinks li a.reddit{
	background-position:-120px top;
}
ul.preSocialLinks li a.reddit:hover{
	background-position:-120px bottom;
}
ul.preSocialLinks li a.myspace{
	background-position:-140px top;
}
ul.preSocialLinks li a.myspace:hover{
	background-position:-140px bottom;
}
ul.preSocialLinks li a.twitter{
	background-position:-160px top;
}
ul.preSocialLinks li a.twitter:hover{
	background-position:-160px bottom;
}
/*----------------------------------------------------------------------
Category view html/com_k2/register.php
----------------------------------------------------------------------*/
#k2UserPages{
	background:#eee;
	display:block;
	overflow:hidden;
	margin:20px 10px;
	padding:10px;
	border:1px solid #e4e4e4;

}
#k2UserPages th,
#k2UserPages td{
	background:#eee!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 #e4e4e4!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;
	font-size:80%;
}
.k2ItemsBlock ul li{
	padding:15px 10px;	
}
.k2ItemsBlock li.even, .k2ItemsBlock li.odd {
	background:none;
	border-bottom:1px solid #e4e4e4;
}
.k2ItemsBlock li.lastItem {
	border:none;
}
a.moduleItemTitle:link,
a.moduleItemTitle:visited {
	font-size:140%;
	display:block;
	margin:0!important;
	color:#393939;
}
.moduleItemDateCreated{
	padding:5px 0;
}
a.moduleItemImage {
	float:left;
	border:none;
}
a.moduleItemImage{
	margin:0 10px 0 0!important;
	padding:0;
	border:none!important;
}
a.moduleItemImage:hover{
	background:#000 url(../images/hover_image.png) no-repeat center center;
}
a.moduleItemImage img {
	border:none;
	float:left!important;
	height:50px;
}
.moduleItemIntrotext {
	font-size:120%;
}
.moduleItemTags {
	margin:10px 0;
	border-bottom:1px solid #e4e4e4;
	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 0 0 5px;
}
.k2CategoriesListBlock ul li, .k2CategoriesListBlock ul li:hover {
	list-style-type:none;
	background-image:none;
	padding:0;
	text-align:left;
}
.k2CategoriesListBlock ul li a {
	height:26px;
	line-height:20px;
	text-decoration:none;
	display:block;
	font-size:11px;
	text-decoration:none;
	text-indent:22px;
	padding-top:5px;
}
/*----------------------------------------------------------------------
k2 tag cloud module
----------------------------------------------------------------------*/
div.k2TagCloudBlock a:hover {
	background:#ECECEC;
	color:#333333;
	padding:10px;
	margin:3px;
}
div.k2TagCloudBlock a{
	border:1px solid #e7e7e7;
	padding:10px;
	margin:3px;
}
/*----------------------------------------------------------------------
k2 comments module
----------------------------------------------------------------------*/
div.k2LatestCommentsBlock {
	padding-top:2px;
	margin:0;
	font-size:80%;
}
.k2LatestCommentsBlock li.even, 
.k2LatestCommentsBlock li.odd {
	padding:9px 10px;
	background:none;
	border-bottom:1px solid #e4e4e4;
}
.k2LatestCommentsBlock li.lastItem {
	border-bottom:none;
}
div.k2LatestCommentsBlock ul li span.lcComment {
	clear:right;
	font-size:120%;
	display:block;
}
.k2LatestCommentsBlock ul li a{
	color:#333333;
}
/*----------------------------------------------------------------------
k2 CAT MENU COLOR AND BG CSS
----------------------------------------------------------------------*/
/* LINK BG IMAGE */
.k2CategoriesListBlock ul li a:hover {
	background-position:left bottom;
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a {
	background-position:left bottom;
}
/* sub category links*/
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a {
	color:#9e9e9e!important;
}
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a:hover {
	color:#b2b2b2!important;
}
