/*======================================================================*\
|| #################################################################### ||
|| # 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 #e6e6e6;
	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;
	display: block;
	margin: 0 auto 30px auto;
	padding: 0;
	font-size: 250%;
	overflow: hidden;
	line-height: normal;
	text-transform: uppercase;
}
/*----------------------------------------------------------------------
Category view html/com_k2/default/category.php
----------------------------------------------------------------------*/
/* main category*/
div.itemListCategory {
	background: none;
	margin: 0 auto 50px auto;
	padding: 0;
	border: none;
}
/* main category image*/
div.itemListCategory img {
	border: none;
	padding: 0;
	margin: 0 25px 0 0;
}
/* main category image*/
div.itemListCategory p {
	display: block;
	overflow: hidden;
}
div.itemListSubCategories {
	display: block;
	overflow: hidden;
	margin: 0 -45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.subCategoryContainer {
	background: none;
	display: block;
	overflow: hidden;
	padding: 0 45px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.subCategory {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
/* sub cat image*/
div.subCategory a.subCategoryImage img, div.subCategory a.subCategoryImage:hover img {
	background: none;
	padding: 0px;
	border: none;
	margin: 0 auto;
}
/* sub cat title */
div.subCategory h2 {
	margin-top: 30px!important;
	text-align: center;
}
div.subCategory p {
	text-align: center;
	margin: 0 auto 30px auto;
}
/* sub cat read more */
a.subCategoryMore, a.subCategoryMore:visited {
	margin: 0 auto;
}
/*----------------------------------------------------------------------
Cat item view  html/com_k2/default/category_item.php
----------------------------------------------------------------------*/
div.catItemView {
	padding: 0;
	margin: 0 0 100px 0;
	max-width: 90%
}
/* 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 30px auto;
	overflow: hidden;
	display: block;
	-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;
	text-align: center;
}
span.catItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}
/* 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: 0 !important;
	margin: 0 0 100px 0;
	max-width: 90%;
	border: none;
}
div.itemHeader h2.itemTitle {
	font-size: 350% !important;
}
/* toolbar fot res, print etc*/
div.itemToolbar {
	background: none;
	border: none;
}
div.itemToolbar ul {
	float: left;
}
div.itemToolbar ul li {
	border: none;
}
/* 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 30px auto;
	overflow: hidden;
	display: block;
}
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;
	text-align: center;
}
span.itemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}
div.itemContentFooter {
	border: none;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 90%;
}
div.itemSocialSharing {
	border-bottom: 2px solid #e6e6e6 !important;
	padding: 10px 0;
}
/* item author*/
div.itemAuthorBlock {
	background: #FBFBFB;
	margin: 0 auto 30px auto;
	padding: 30px;
	border: none;
}
div.itemAuthorBlock p {
	display: block;
	overflow: hidden;
}
div.itemAuthorBlock img.itemAuthorAvatar {
	border: none;
	background: none;
	padding: 0;
	margin: 0 30px 0 0;
}
h3.itemAuthorName {
	margin: 0 auto 15px auto !important;
}
div.itemAuthorLatest {
	margin: 0 auto 30px auto;
}
/* item related*/
div.itemRelated {
}
div.itemRelated li {
	border: none!important;
}
div.itemRelated li img {
	border: 1px solid #e6e6e6;
}
a.itemRelTitle {
	float: none;
	clear: both;
	display: block;
}
/* item navigation*/
div.itemNavigation {
	background: none;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
/* item comments */
div.itemComments {
	background: #FBFBFB;
	border: none;
	padding: 30px;
}
div.itemComments ul.itemCommentsList li {
	background: #fff;
	border: none;
	margin: 0 auto;
	padding: 20px;
}
div.itemComments ul.itemCommentsList li img {
	padding: 0;
	margin: 0 30px 0 auto;
	border: none;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName, div.itemComments ul.itemCommentsList li span.commentDate {
	display: table;
	text-transform: uppercase;
}
div.itemComments ul.itemCommentsList li span.commentDate {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 90%;
	border: none;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	font-size: 90%;
	margin-bottom: 30px;
}
form#comment-form .inputbox {
	border: 1px solid #e6e6e6!important;
	width: 100%!important;
	text-indent: 10px;
	padding: 12px 0px!important;
	background: none;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-size: 90%;
}
form#comment-form .inputbox#userName, form#comment-form .inputbox#commentEmail, form#comment-form .inputbox#commentURL {
	width: 50% !important;
}
form#comment-form input[type="text"] {
}
div.itemCommentsForm form input#submitCommentButton {
	display: table;
	height: auto;
	line-height: normal!important;
	font-weight: normal;
	padding: 16px 25px 12px 25px!important;
	border: 0;
	text-transform: uppercase;
	border-bottom: 3px solid;
}
div.itemCommentsForm form input#submitCommentButton:hover {
	color: #fff;
	background: #212121;
	border-bottom: 3px solid #585757;
}
/*----------------------------------------------------------------------
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: #FBFBFB;
	border: none;
	padding: 30px;
	margin: 0 0 30px 0;
	max-width: 90%;
}
div.userBlock img {
	border: none;
	background: none;
	margin: 0 30px 0 0;
	padding: 0;
}
div.userBlock div.userDescription {
	display: block;
	overflow: hidden;
}
p.userAdditionalInfo {
	border: none!important;
}
div.userItemView {
	padding: 0;
	margin: 0 0 100px 0;
	max-width: 90%;
	border: none;
}
div.userItemImageBlock {
	padding: 0 !important;
	margin: 0 auto 30px auto;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
span.userItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
span.userItemImage a {
	display: block;
	overflow: hidden;
	text-align: center;
}
span.userItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}
/*----------------------------------------------------------------------
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;
	margin: 0 0 100px 0;
	max-width: 90%;
	border: none;
}
div.tagItemImageBlock {
	padding: 0 !important;
	margin: 0 auto 30px auto;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
span.tagItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
span.tagItemImage a {
	display: block;
	overflow: hidden;
	text-align: center;
}
span.tagItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
div.tagItemReadMore {
	display: block;
	margin: 30px auto;
}
/*----------------------------------------------------------------------
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.genericView .componentheading {
	margin-bottom: 30px;
}
div.genericItemView {
	padding: 0;
	margin: 0 0 100px 0;
	max-width: 90%;
	border: none;
}
div.genericItemImageBlock {
	padding: 0 !important;
	margin: 0 auto 30px auto;
	overflow: hidden;
	display: block;
	-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;
	text-align: center;
}
span.genericItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
div.genericItemReadMore {
	margin: 30px auto;
	display: block;
}
/*----------------------------------------------------------------------
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 #e6e6e6!important;
	margin: 0 auto!important;
}
/*----------------------------------------------------------------------
Latest Item html/com_k2/default/latest_item.php
----------------------------------------------------------------------*/
div.latestItemView {
	padding: 0;
	margin: 0 0 100px 0;
	max-width: 90%;
	border: none;
}
div.latestItemImageBlock {
	padding: 0 !important;
	margin: 0 auto 30px auto;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
span.latestItemImage {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
span.latestItemImage a {
	display: block;
	overflow: hidden;
	text-align: center;
}
span.latestItemImage img {
	border: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
div.tagItemReadMore {
	margin: 30px auto;
	display: block;
}
/*----------------------------------------------------------------------
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 #e6e6e6;
}
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-image: url(../images/k2images/socials.png);
	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: #f5f5f5;
	display: block;
	overflow: hidden;
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
#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 #e6e6e6!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: 100%;
}
.k2ItemsBlock li.even, .k2ItemsBlock li.odd {
	list-style-type: none;
	padding: 30px 0;
	background: none;
	border-bottom: 2px solid #e6e6e6;
}
.k2ItemsBlock li.lastItem {
	border: none;
}
.moduleItemImage {
	float: left;
	border: none;
	margin: 0 auto 15px auto;
}
a.moduleItemImage img {
	border: none!important;
	margin: 0 auto!important;
	padding: 0;
	float: left!important;
}
a.moduleItemTitle, a.moduleItemTitle:visited {
	font-size: 130%;
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 auto 10px auto!important;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
	margin-bottom: 10px;
	display: block;
}
.moduleItemIntrotext {
	margin: 0 auto;
	padding: 0!important;
	font-size: 100%;
	line-height: 28px!important;
}
.moduleItemTags {
	margin: 0 auto;
	padding: 10px 0;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	font-size: 90%;
}
.moduleItemTags a {
	padding: 5px 10px!important;
}
/*----------------------------------------------------------------------
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: auto;
	line-height: normal;
	text-decoration: none;
	display: block;
	font-size: 110%;
	text-decoration: none;
	text-indent: 22px;
	position: relative;
	padding: 12px 0;
	color: #999999;
	border-bottom: 1px solid #d5d5d5;
}
.k2CategoriesListBlock ul li a:before {
	content: "";
	width: 6px;
	height: 6px;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	position: absolute;
	background: #999999;
}
.k2CategoriesListBlock ul li a:hover {
	color: #19b5fe;
}
.k2CategoriesListBlock ul li a:hover:before {
	background: #19b5fe;
}
/*----------------------------------------------------------------------
k2 tag cloud module
----------------------------------------------------------------------*/
div.k2TagCloudBlock a {
	line-height: normal;
	padding: 5px 12px;
	margin: 0 10px 10px 0;
	background: #e6e6e6;
	color: #212121;
	border-bottom: 2px solid #c6c6c6;
}
div.k2TagCloudBlock a:hover {
	color: #fff;
	padding: 5px 12px;
	margin: 0 10px 10px 0;
}
/*----------------------------------------------------------------------
k2 comments module
----------------------------------------------------------------------*/
div.k2LatestCommentsBlock {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
.k2LatestCommentsBlock li.even, .k2LatestCommentsBlock li.odd {
	list-style-type: none;
	padding: 20px 0;
	background: none;
	border-bottom: 2px solid #e6e6e6;
}
.k2LatestCommentsBlock li.lastItem {
	border-bottom: none;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
	padding: 0;
	margin: 0 30px 0 auto;
	background: none;
	border: none;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 900;
	color: #212121;
	display: block;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
	font-size: 90%;
}
div.k2LatestCommentsBlock ul li span.lcComment {
	clear: none;
	font-size: 100%;
	display: block;
	overflow: hidden;
}
/*----------------------------------------------------------------------
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: #19b5fe;
	font-weight: normal;
	background-position: left bottom;
}
div.k2CategoriesListBlock ul li.activeCategory a:before {
	background: #19b5fe!important;
}
div.k2CategoriesListBlock ul li.activeCategory a:hover {
	color: #212121!important;
}
div.k2CategoriesListBlock ul li.activeCategory a:hover:before {
	background: #212121!important;
}
/* sub category links*/
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a {
	color: #999999!important;
}
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a:hover:before {
	background: #999999!important;
}
div.k2CategoriesListBlock ul li.activeCategory ul.level1 li a:hover {
	color: #19b5fe!important;
}
/* K2 Extra */
.yjk2_body {
	padding: 0!important;
}
.yjk2_header {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 auto 30px auto;
}
.yjk2_date, .yjk2_author, .yjk2_cat, .yjk2_hits, .yjk2_comments {
	display: block;
	float: left;
	padding: 0 !important;
	margin: 0 15px 0 0 !important;
	font-size: 90% !important;
	text-transform: uppercase;
	border: none !important;
}
.yjk2_cat span, .yjk2_tags span {
	font-weight: normal !important;
	padding: 0 !important;
	color: #959595 !important;
}
.yjk2_intro {
	font-size: 100%!important;
	font-weight: normal!important;
	line-height: 28px!important;
	color: #959595 !important;
	padding: 30px 0 !important;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
}
.yjk2_intro p {
	margin: 0 auto;
}
.yjk2_modify {
	border-top: none !important;
	margin: 0 auto !important;
	padding: 10px 0 !important;
	font-size: 90%;
}
.yjk2_rate, .yjk2_tags {
	padding: 10px 0 !important;
	border-bottom: 2px solid #e6e6e6 !important;
}
.yjk2_tags li {
	padding: 0;
	margin: 0 auto;
}
.yjk2_tags li a, .yjk2_tags a {
	display: inline-block;
	padding: 5px 12px;
	text-align: center;
	margin: 5px;
	line-height: normal;
	color: #212121;
	background: #e6e6e6;
	border-bottom: 2px solid #c6c6c6;
}
.yjk2_tags li a:hover, .yjk2_tags a:hover {
	color: #fff;
}
.yjk2_itemlinks {
	margin: 0 auto 30px auto !important;
	padding: 0 !important;
}
/*K2 Modules*/
.yjk2search, .yjk2comments, .yjk2content {
	margin-bottom: 50px!important;
}
.yjk2search form input.inputbox {
	width: 100%;
	padding: 12px 0;
	text-indent: 10px;
	font-size: 90%;
}
.yjk2search.k2SearchBlock.yjk2search, .yjk2comments.k2LatestCommentsBlock.yjk2comments, .yjk2content.k2ItemsBlock.yjk2content {
	margin: 0!important;
}
