/**
* @version		$Id: k2.css 503 2010-06-24 21:11:53Z joomlaworks $
* @package		K2
* @author		JoomlaWorks http://www.joomlaworks.gr
* @copyright	Copyright (c) 2006 - 2010 JoomlaWorks, a business unit of Nuevvo Webware Ltd. All rights reserved.
* @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/
/*----------------------------------------------------------------------
Common Elements
----------------------------------------------------------------------*/
/* --- Basic typography --- */
a:active,
a:focus { outline: 0; }

img { border: none; }

/* --- Global K2 container --- */
.genericView, .itemListView { margin: -20px -20px 0; }

body.contentpane #k2Container { padding: 16px; /* used in popups */ }

/* --- General padding --- */
.k2Padding { padding: 4px; }

/* --- Clearing --- */
.clr {
	clear: both;
	display: block;
	float: none;
	height: 0;
	line-height: 0;
}

/* --- Zebra rows --- */
div.itemRelated ul, div.itemAuthorLatest ul { margin: 0 0 0 20px; }

div.itemRelated li, div.itemAuthorLatest li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	padding-left: 12px;
}

div.itemBackToTop a, div.itemComments ul.itemCommentsList li span.commentLink a, div.itemAuthorLatest li a, div.itemRelated li a { border-bottom: 1px solid #eee; }

div.itemAuthorLatest li a:hover, div.itemAuthorLatest li a:active, div.itemAuthorLatest li a:focus,
div.itemRelated li a:hover, div.itemRelated li a:active, div.itemRelated li a:focus,
div.itemComments ul.itemCommentsList li span.commentLink a:hover, div.itemComments ul.itemCommentsList li span.commentLink a:active, div.itemComments ul.itemCommentsList li span.commentLink a:focus,
div.itemBackToTop a:hover, div.itemBackToTop a:active, div.itemBackToTop a:focus{ border-bottom: 1px solid #7b7d80; }

/* --- RSS feed icon --- */
div.k2FeedIcon { padding: 4px 8px; }

div.k2FeedIcon a,
div.k2FeedIcon a:hover {
	background: url(../images/fugue/feed.png) no-repeat 50% 50%;
	display: block;
	float: right;
	height: 16px;
	width: 16px;
}

div.k2FeedIcon a span,
div.k2FeedIcon a:hover span { display: none; }

/* --- Rating --- */
#k2Container .itemRatingForm {
	float: left;
	line-height: 25px;
	overflow: hidden;
	vertical-align: middle;
}

#k2Container .itemRatingLog { float: left; font-size: 92%; padding: 0 0 0 4px; }

#k2Container div.itemRatingForm .formLogLoading {
	background: url(../images/system/loading.gif) no-repeat left center;
	height: 25px;
	padding: 0 0 0 20px;
}

#k2Container .itemRatingList,
#k2Container .itemRatingList a:hover,
#k2Container .itemRatingList .itemCurrentRating {
	background: url(../images/system/transparent_star.gif) left -1000px repeat-x;
}

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

#k2Container .itemRatingList li {
	background: none;
	display: inline;
	float: left;
	padding: 0;
	width: 20%;
}

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

#k2Container .itemRatingList a:hover { background-position: left bottom; }

#k2Container .itemRatingList a.one-star { width: 20%; z-index: 6; }

#k2Container .itemRatingList a.two-stars { width: 40%; z-index: 5; }

#k2Container .itemRatingList a.three-stars { width: 60%; z-index: 4; }

#k2Container .itemRatingList a.four-stars { width: 80%; z-index: 3; }

#k2Container .itemRatingList a.five-stars { width: 100%; z-index: 2; }

#k2Container .itemRatingList .itemCurrentRating {
	background-position: 0 center;
	margin: 0;
	padding: 0;
	z-index: 1;
}

span.siteRoot { display: none; }

/* --- CSS added with Javascript --- */
.smallerFontSize { font-size: 100%; line-height: inherit; }

.largerFontSize { font-size: 150%; line-height: 140%; }

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table { background-color: #fff !important; }

#recaptcha_table { border-color: #ccc !important; }

#recaptcha_response_field {
	background-color: #fff !important;
	border-color: #ccc !important;
}

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UserBlock ul li,
div.k2UsersBlock ul li { background: none; padding-left: 0; padding-right: 15px; }

#ja-right div.k2UserBlock ul li,
#ja-right div.k2UsersBlock ul li,
#ja-right div.k2ItemsBlock ul li { padding-right: 0; }

div.k2UserBlock ul li h3,
div.k2UsersBlock ul li h3 { background: none; padding: 0; }

div.k2UserBlock ul.k2UserBlockActions {
	margin: 15px 0 18px;
}

div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul li .ubUserItems li,
div.k2UsersBlock ul .ubUserItems li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	padding: 0 0 0 12px;
}

.clearList {
	clear: both; /* this class is used to clear all previous floating list elements */
	display: none;
	float: none;
}

.lastItem { border: none; /* class appended on last list item */ }

/* --- Avatars --- */
.k2Avatar img {
	background: #fff;
	display: block;
	float: left;
	margin: 2px 8px 4px 0;
}

/* --- Read more --- */
.subCategoryMore, a.k2ReadMore {
	background: #1a1a1a;
	color: #fff;
	display: inline-block;
	padding: 8px 15px;
	line-height: 1;
}

.subCategoryMore:hover, .subCategoryMore:active, .subCategoryMore:focus,
a.k2ReadMore:hover, a.k2ReadMore:active, a.k2ReadMore:focus { background: #3ea3d2; color: #fff; }

/* --- Pagination --- */
div.k2Pagination {
	background: #fff;
	font-size: 83%;
	margin: 0 0 0 -1px;
	padding: 0 0 40px;
	text-transform: uppercase;
}

div.k2Pagination .pagination { margin: 0; padding: 0; overflow: hidden; }

div.k2Pagination .counter {
	float: right;
	margin: 0;
	padding: 11px 0;
	white-space: nowrap;
}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
	background: url(../images/system/featuredItem.png) no-repeat 100% 0;
}

/*----------------------------------------------------------------------
Component: Item view
----------------------------------------------------------------------*/
div.itemView {
	padding: 0 0 20px; /* this is the item container for this view */
}

span.itemEditLink {
	border-bottom: 2px dashed #e7e8e9;
	display: block;
	margin: 0 0 4px 0;
	padding: 16px 36px 4px 4px;
	text-align: right;
}

div.itemHeader span.itemDateCreated { color: #999; font-size: 92%; }

div.itemHeader h2.itemTitle {
	border-bottom: 1px solid #e7e8e9;
	font-size: 300%;
	margin: 0;
	padding: 0 0 20px;
}

div.itemHeader h2.itemTitle a { color: #222; }

div.itemHeader h2.itemTitle span sup {
	color: #CF1919;
	/* "Featured" presented in superscript */
	text-decoration: none;
}

.itemTools {
	border: 1px solid #e7e8e9;
	border-top: none;
	overflow: hidden;
	padding: 6px 10px;
}

div.itemToolbar {
	background: #f3f3f4;
	overflow: hidden;
	padding: 6px 10px;
	border: 1px solid #e7e8e9;
	border-top: none;
}

div.itemToolbar ul { margin: 0; text-align: right; }

div.itemToolbar ul li {
	background: none;
	border-left: 1px solid #e7e8e9;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 8px;
	text-align: center;
}

div.itemToolbar ul li.first-child {
	border: none;
	/* remove the first CSS border from the left of the toolbar */
	padding-left: 0;
}

div.itemToolbar ul li a.itemPrintLink,
div.itemToolbar ul li a.itemEmailLink,
div.itemToolbar ul li a.itemVideoLink,
div.itemToolbar ul li a.itemImageGalleryLink,
div.itemToolbar ul li a.itemCommentsLink { border-bottom: 1px solid #eee; color: #aaa; }

div.itemToolbar ul li a img { vertical-align: middle; }

div.itemToolbar ul li a#fontDecrease { margin: 0 0 0 2px; }

div.itemToolbar ul li a#fontDecrease img {
	background: url(../images/system/font_decrease.gif) no-repeat;
	height: 13px;
	width: 13px;
}

div.itemToolbar ul li a#fontIncrease { margin: 0 0 0 2px; }

div.itemToolbar ul li a#fontIncrease img {
	background: url(../images/system/font_increase.gif) no-repeat;
	height: 13px;
	width: 13px;
}

div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span { display: none; }

div.itemRatingBlock {
	border: 1px solid #e7e8e9;
	border-top: none;
	overflow: hidden;
	padding: 2px 10px 4px;
}

div.itemRatingBlock strong {
	color: #999;
	display: block;
	float: left;
	line-height: 2;
	margin: 0;
	padding: 0 4px 0 0;
}

div.itemIntroText { font-size: 108%; font-weight: 700; }

.itemInfoBlock { min-height: 20px; }

.itemMeta {
	border: 1px solid #e7e8e9;
	border-top: none;
	padding: 4px 10px;
}

div.itemHitsTwitter { border-bottom: 1px solid #e7e8e9; padding: 4px 0; }

span.itemHitsTwitterSep { color: #e7e8e9; padding: 0 8px; }

span.itemTwitterLink a {
	background: url(../images/social/twitter_16.png) no-repeat 0 50%;
	margin: 8px 0;
	padding: 2px 0 0 20px;
	text-decoration: none;
}

span.itemTwitterLink a:hover { text-decoration: none; }

div.itemCategory { border-bottom: 1px solid #e7e8e9; }

div.itemCategory span { font-weight: 700; padding: 0 4px 0 0; }

div.itemTagsBlock { border-bottom: 1px solid #e7e8e9; padding: 4px 0; }

	
div.itemTagsBlock span { padding: 0 4px 0 0; }

div.itemTagsBlock ul.itemTags {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.itemTagsBlock ul.itemTags li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 4px 0 0;
	text-align: center;
}

div.itemSocialLinksBlock { overflow: hidden; padding: 5px 0; }

div.itemSocialLinksBlock span { display: block; float: left; padding: 0 4px 0 0; }

div.itemSocialLinksBlock ul.itemSocialLinks { float: left; list-style: none; margin: 0; padding: 0; }

div.itemSocialLinksBlock ul.itemSocialLinks li {
	background: none;
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 2px;
}

div.itemSocialLinksBlock ul.itemSocialLinks li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}

div.itemSocialLinksBlock ul.itemSocialLinks li a span { display: none; }

a.delicious 	{ background-image: url(../images/social/delicious_16.png); }
a.digg 			{ background-image: url(../images/social/digg_16.png); }
a.facebook 		{ background-image: url(../images/social/facebook_16.png); }
a.googlebuzz	{ background-image: url(../images/social/googlebuzz_16.png); }
a.myspace 		{ background-image: url(../images/social/myspace_16.png); }
a.reddit 		{ background-image: url(../images/social/reddit_16.png); }
a.stumble 		{ background-image: url(../images/social/stumbleupon_16.png); }
a.technorati 	{ background-image: url(../images/social/technorati_16.png); }

div.itemAttachmentsBlock { border-bottom: 1px solid #e7e8e9; }

div.itemAttachmentsBlock span { font-weight: 700; padding: 0 4px 0 0; }

div.itemAttachmentsBlock ul.itemAttachments {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.itemAttachmentsBlock ul.itemAttachments li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

div.itemAttachmentsBlock ul.itemAttachments li span { color: #999; font-size: 83%; font-weight: 100; }

/* Author block */
div.itemAuthorBlock {
	border-bottom: 1px solid #E7E8E9;
	border-top: 1px solid #E7E8E9;
	padding: 20px 0;
}

div.itemAuthorBlock img.itemAuthorAvatar { float: left; margin: 0 15px 0 0; }

div.userBlock h2, div.itemAuthorBlock div.itemAuthorDetails h3.authorName,
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
	background: url(../images/short_hor_line.gif) no-repeat 0 100%;
	border-bottom: none;
	font-size: 116%;
	font-weight: 100;
	margin: 8px 0 13px;
	padding: 0 0 13px;
}

div.itemAuthorDetails { float: left; width: 68%; }

div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName a { color: #252525; }

div.itemAuthorBlock div.itemAuthorDetails p { margin: 0 0 10px; }

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
	font-weight: 700;
	margin: 0 4px 0 0;
	padding: 0 8px 0 0;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail { color: #222; font-weight: 700; }

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a { font-weight: 100; }

/* Author latest */
div.itemRelated { margin: 0 0 16px; }

/* Related by tag */
div.itemAuthorLatest { margin: 0 0 16px; }

div.itemAuthorLatest h3, div.itemRelated h3 {
	background: url(../images/short_hor_line.gif) no-repeat 0 100%;
	border-bottom: none;
	font-size: 100%;
	padding: 0 0 13px;
}

/* Video */
div.itemVideoBlock {
	background: url(../images/system/videoplayer-bg.gif) repeat-x bottom #010101;
	margin: 0 0 16px;
	padding: 16px;
}

div.itemVideoBlock div.itemVideoEmbedded {
	text-align: center; /* for embedded videos (not using AllVideos) */
}

div.itemVideoBlock span.itemVideo { display: block; overflow: hidden; }

div.itemVideoBlock span.itemVideoCaption {
	color: #eee;
	display: block;
	float: left;
	font-size: 92%;
	font-weight: 700;
	width: 60%;
}

div.itemVideoBlock span.itemVideoCredits {
	color: #eee;
	display: block;
	float: right;
	font-size: 92%;
	font-style: italic;
	text-align: right;
	width: 35%;
}

/* Image Gallery */
div.itemImageGallery { margin: 0 0 16px; }

/* Article navigation */
div.itemNavigation {
	background: #f3f3f4;
	margin: 0 0 24px;
	padding: 4px 10px;
}

div.itemNavigation span.itemNavigationTitle { color: #999; }

div.itemNavigation a.itemPrevious { padding: 0 12px; }

div.itemNavigation a.itemNext { padding: 0 12px; }

/* Comments */
div.itemComments ul.itemCommentsList li {
	background: none;
	border-top: 1px solid #eee;
	margin: 0;
	padding: 10px 16px 16px 63px;
	position: relative;
}

div.itemComments ul.itemCommentsList li:first-child { border-top: none; padding-top: 0; }

div.itemComments ul.itemCommentsList li.authorResponse { background: url(../images/system/stripes.png) repeat; }

div.itemUserAvatar, .itemUserAuthorAvatar { left: 0; position: absolute; top: 15px; }

.itemUserAuthorAvatar img { background: #fff; float: left; }

div.itemComments ul.itemCommentsList li:first-child div.itemUserAvatar,
div.itemComments ul.itemCommentsList li:first-child .itemUserAuthorAvatar { top: 5px; }

div.itemComments h3 {
	background: url(../images/short_hor_line.gif) no-repeat 0 100%;
	font-size: 100%;
	padding: 0 0 13px;
}

div.itemComments ul.itemCommentsList li .commentDate { color: #aaa; font-size: 92%; padding-bottom: 12px; }

div.itemComments ul.itemCommentsList li .commentAuthorName { font-size: 116%; }

div.itemComments ul.itemCommentsList li p { margin: 0; }

div.itemComments ul.itemCommentsList li span.commentAuthorEmail { display: none; }

div.itemComments ul.itemCommentsList li span.commentLink { float: right; }

div.itemCommentsPagination { margin: 0 0 24px; padding: 4px; }

div.itemCommentsPagination span.pagination { clear: both; display: block; float: right; }

div.itemCommentsForm { border-top: 1px solid #eee; }

div.itemCommentsForm form label { display: none; }

div.itemCommentsForm form textarea.inputbox {
	background: #f8f8f8;
	border: 1px solid #d0d0d0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #7b7d80;
	height: 150px;
	padding: 7px 9px;
	width: 95%;
}

div.itemCommentsForm form input.inputbox {
	background: #f8f8f8;
	border: 1px solid #d0d0d0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #7b7d80;
	display: block;
	margin: 0 0 11px;
	padding: 8px 9px 6px;
	width: 220px;
}

div.itemCommentsForm form input#submitCommentButton {
	background: #1a1a1a;
	border: none;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 9px 15px;
}

div.itemCommentsForm form input#submitCommentButton:hover { background: #3ea3d2; }

div.itemCommentsForm form span#formLog {
	color: #CF1919;
	display: block;
	font-weight: 700;
	margin: 10px 0 0;
}

div.itemCommentsForm form .formLogLoading {
	background: url(../images/system/loading.gif) no-repeat left center;
}

/* Back to top link */
div.itemBackToTop { padding: 15px 0 0; text-align: right; }

/*----------------------------------------------------------------------
Component: Itemlist view (category)
----------------------------------------------------------------------*/
/* --- Category block --- */
div.itemListCategory {
	border-bottom: 1px solid #e7e8e9;
	padding: 0 20px 5px 0;
}

span.catItemAddLink {
	border-bottom: 1px dashed #e7e8e9;
	display: block;
	padding: 4px;
	text-align: right;
}

div.itemListCategory img {
	background: #fff;
	border: 1px solid #e7e8e9;
	float: left;
	margin: 0 8px 0 0;
}

/* --- Sub-category block --- */
div.itemListSubCategories { margin: 0 0 20px; }

div.subCategoryContainer { float: left; }

div.subCategory {
	border-bottom: 1px solid #e7e8e9;
	margin: 0 20px 10px 0;
	overflow: hidden;
	padding: 0 0 30px;
}

div.subCategory h2 a { color: #222; }

div.subCategory h2 a:hover, div.subCategory h2 a:active, div.subCategory h2 a:focus { color: #3ea3d2; }

div.subCategory img {
	background: url(../images/short_hor_line.gif) no-repeat 0 100%;
	margin: 6px 0 0;
	padding: 0 0 21px;
}

/* --- Item groups --- */
div#itemListLinks { border-bottom: 1px solid #e7e8e9; padding: 15px 20px; }

div#itemListLinks h4 { margin: 0 0 10px; }

div#itemListLinks h3.catItemTitle {
	background: url(../images/bullet.gif) no-repeat 0 5px;
	font-size: 100%;
	font-weight: 100;
	margin: 0 0 10px;
	padding: 0 0 0 12px;
}

div#itemListLinks h3.catItemTitle a { border-bottom: 1px solid #e7e8e9; }

div#itemListLinks div.catItemView { border-bottom: none; margin: 0; padding: 0; }

	
/* --- Item block for each item group --- */
.itemContainer { overflow: hidden; }

div.catItemView {
	border-bottom: 1px solid #e7e8e9;
	overflow: hidden;
	padding: 18px 20px 20px;
}

.itemList div.catItemView { padding: 0 20px 35px; }

/* Additional class appended to the element above for further styling per group item */
span.catItemEditLink {
	border-bottom: 1px dashed #e7e8e9;
	display: block;
	margin: 0 0 4px;
	padding: 16px 36px 4px 4px;
	text-align: right;
}

span.userItemTagsBlock,
span.userItemCategory,
span.userItemDateCreated,
span.catItemDateCreated,
span.catItemCategory,
span.catItemAuthor,
span.catItemCommentsLink,
span.catItemAuthor,
span.itemAuthor,
span.itemDateCreated,
span.itemCategory { float: left; }

span.userItemTagsBlock, span.userItemCategory, span.itemCategory,
span.itemDateCreated,
span.catItemDateCreated,
span.catItemCategory,
span.catItemCommentsLink {
	background: url(../images/bullet_small.gif) no-repeat 0 7px;
	margin-left: 5px;
	padding: 0 2px 0 8px;
}

div.catItemHeader { padding: 12px 0 0; }

div.catItemHeader h3.catItemTitle {
	border-bottom: 1px solid #e7e8e9;
	font-size: 250%;
	margin: 0 0 7px;
	padding: 0 0 20px;
	line-height: 1.1;
}

div.catItemHeader h3.catItemTitle a { color: #222; }

div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus,
div.catItemHeader h3.catItemTitle a:active {
	color: #3ea3d2;
}

div.catItemHeader h3.catItemTitle span sup {
	color: #CF1919;
	font-size: 12px;
	/* superscript */
	text-decoration: none;
}

div.catItemRatingBlock { padding: 8px 0; }

div.catItemRatingBlock span {
	color: #999;
	display: block;
	float: left;
	font-weight: 100;
	padding: 0 4px 0 0;
}

div.catItemBody { overflow: hidden; }

div.catItemTools { padding: 0 0 12px; }

.catItemHitsBlock, .userItemMeta, .genericItemMeta, .itemMeta, .itemLinks, .catItemTagsBlock, .itemToolbar, .itemRatingBlock, .itemTools, .catItemInfo, .catItemTools {
	color: #aaa; font-size: 92%; overflow: hidden;
}

.userItemMeta a, .catItemTags a, .itemCategory a, .itemAuthor a, .genericItemMeta a, .itemDateCreated a, .userItemMeta a, .catItemInfo a, .catItemTools a {
	border-bottom: 1px solid #eee;
	color: #aaa;
}

.genericItemMeta { padding: 0 0 10px; }

.userItemMeta a:hover, .userItemMeta a:active, .userItemMeta a:focus,
.catItemTags a:hover, .catItemTags a:active, .catItemTags a:focus,
.itemCategory a:hover, .itemCategory a:active, .itemCategory a:focus,
.itemAuthor a:hover, .itemAuthor a:active, .itemAuthor a:focus,
.genericItemMeta a:hover, .genericItemMeta a:active, .genericItemMeta a:focus,
.itemDateCreated a:hover, .itemDateCreated a:active, .itemDateCreated a:focus,
.userItemMeta a:hover, .userItemMeta a:active, .userItemMeta a:focus,
.catItemInfo a:hover, .catItemInfo a:active, .catItemInfo a:focus,
.catItemTools a:hover, .catItemTools a:active, .catItemTools a:focus,
div.itemToolbar ul li a.itemPrintLink:hover, div.itemToolbar ul li a.itemPrintLink:active, div.itemToolbar ul li a.itemPrintLink:focus,
div.itemToolbar ul li a.itemEmailLink:hover, div.itemToolbar ul li a.itemEmailLink:active, div.itemToolbar ul li a.itemEmailLink:focus,
div.itemToolbar ul li a.itemVideoLink:hover, div.itemToolbar ul li a.itemVideoLink:active, div.itemToolbar ul li a.itemVideoLink:focus,
div.itemToolbar ul li a.itemImageGalleryLink:hover, div.itemToolbar ul li a.itemImageGalleryLink:active, div.itemToolbar ul li a.itemImageGalleryLink:focus,
div.itemToolbar ul li a.itemCommentsLink:hover, div.itemToolbar ul li a.itemCommentsLink:active, div.itemToolbar ul li a.itemCommentsLink:focus {
	border-bottom: 1px solid #7b7d80;
	color: #7b7d80;
}

.catItemHitsBlock, .catItemTagsBlock { padding: 4px 0; }

span.genericItemImage img, span.itemImage img, span.catItemImage img { display: block; }

div.userItemImageBlock, div.genericItemImageBlock, div.genericItemIntroText img, .itemImageBlock, div.catItemImageBlock, div.itemIntroText img, div.catItemIntroText img {
	background: url(../images/short_hor_line.gif) no-repeat 0 100%;
	padding: 0 0 21px;
}

div.userItemImageBlock, div.genericItemImageBlock, .itemImageBlock { padding: 15px 0 21px; }

.catItemListMeta { margin: 10px 0 0; }

.catItemReadMore { float: left; margin: 8px 0 0; }

div.catItemTagsBlock ul.catItemTags { display: inline; }

div.catItemTagsBlock ul.catItemTags li { background: none; display: inline; padding: 0 4px 0 0; }

/* Video */
div.catItemVideoBlock {
	background: url(../images/system/videoplayer-bg.gif) repeat-x bottom #010101;
	margin: 0 0 16px;
	padding: 16px;
}

div.catItemVideoBlock div.catItemVideoEmbedded {
	text-align: center; /* for embedded videos (not using AllVideos) */
}

div.catItemVideoBlock span.catItemVideo { display: block; }

/* Image Gallery */
div.catItemImageGallery { margin: 0 0 16px; }

/* Anchor link to comments */
div.catItemCommentsLink { display: inline; float: left; margin: 8px 8px 0; }

div.catItemCommentsLink a {
	background: #e7e8e9;
	color: #696767;
	display: inline-block;
	padding: 8px 15px;
	line-height: 1;
}

div.catItemCommentsLink a:hover,
div.catItemCommentsLink a:active,
div.catItemCommentsLink a:focus { background: #888; color: #fff; }

/* Modified date */
span.catItemDateModified {
	border-top: 1px solid #e7e8e9;
	color: #999;
	display: block;
	margin: 4px 0;
	padding: 4px;
	text-align: right;
}

/*----------------------------------------------------------------------
Component: Itemlist view (user)
----------------------------------------------------------------------*/
/* User info block */
div.userView { margin: -20px -20px 0; }
	
div.userView div.k2Pagination { margin: -15px 0 0 -1px; }

div.userBlock {
	border-bottom: 1px solid #E7E8E9;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 20px 10px;
}

span.userItemAddLink {
	border-bottom: 1px dashed #e7e8e9;
	display: block;
	margin: 0 0 4px;
	padding: 4px;
	text-align: right;
}

div.userBlock img { background: #fff; float: left; padding: 0 15px 0 0; }

div.userDetail { float: left; width: 73%; }

div.userBlock .userDescription p { margin: 0 0 10px; }

div.userBlock p.userAdditionalInfo {
	border-top: 1px solid #e7e8e9;
	margin: 8px 0 0;
	padding: 4px 0;
}

	span.userURL { color: #555; display: block; font-weight: 700; }

	span.userEmail { color: #555; display: block; font-weight: 700; }

/* User items */
div.userItemView {
	border-bottom: 1px solid #e7e8e9;
	margin: 0 0 15px;
	/* this is the item container for this view */
	padding: 12px 20px 35px;
}

div.userItemViewUnpublished {
	background: #fffff2;
	border: 4px dashed #e7e8e9;
	opacity: .9;
	filter: alpha(opacity = 90);
	padding: 8px;
}

span.userItemEditLink {
	border-bottom: 1px dashed #e7e8e9;
	display: block;
	margin: 0 0 4px;
	padding: 16px 36px 4px 4px;
	text-align: right;
}

div.userItemHeader h3.userItemTitle {
	border-bottom: 1px solid #E7E8E9;
	font-size: 300%;
	margin: 0 0 7px;
	padding: 0 0 20px;
}

div.userItemHeader h3.userItemTitle a { color: #222; }

div.userItemBody { overflow: hidden; }

div.userItemIntroText {
	font-weight: 100;
	line-height: inherit;
	padding: 4px 0 12px;
}

div.userItemIntroText img {
	background: url(../images/short_hor_line.gif) no-repeat 0 100%;
	margin: 6px 0 0;
	padding: 0 0 21px;
}

div.userItemLinks { float: left; margin: 0 0 10px; }

div.userItemCategory { border-bottom: 1px solid #e7e8e9; padding: 4px 0; }

div.userItemCategory span { color: #555; font-weight: 700; padding: 0 4px 0 0; }

div.userItemTagsBlock { border-bottom: 1px solid #e7e8e9; padding: 4px 0; }

div.userItemTagsBlock span { color: #555; font-weight: 700; padding: 0 4px 0 0; }

div.userItemTagsBlock .userItemTags span { padding: 0 4px 0 0; }

/* Anchor link to comments */
div.userItemCommentsLink { float: left; margin: 0 0 10px; }

/*----------------------------------------------------------------------
Component: Itemlist view (generic)
----------------------------------------------------------------------*/
div.genericItemView {
	border-bottom: 1px solid #e7e8e9;
	padding: 12px 20px 35px;
}

div.genericItemHeader h2.genericItemTitle {
	border-bottom: 1px solid #E7E8E9;
	font-size: 300%;
	margin: 0 0 7px;
	padding: 0 0 20px;
}

div.genericItemHeader h2.genericItemTitle a { color: #222; }

/*----------------------------------------------------------------------
Component: Latest view
----------------------------------------------------------------------*/
div.latestItemsContainer { float: left; }

/* Category info block */
div.latestItemsCategory { padding: 0 20px; }

/* User info block */
div.latestItemsUser {
	background: #f3f3f4;
	border: 1px solid #e7e8e9;
	clear: both;
	margin: 0 8px 8px 0;
	padding: 8px;
}

	
div.latestItemsUser img {
	background: #fff;
	border: 1px solid #e7e8e9;
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
}

div.latestItemsUser p.ulatestItemsUserDescription { padding: 4px 0; }

div.latestItemsUser p.latestItemsUserAdditionalInfo {
	border-top: 1px solid #e7e8e9;
	margin: 8px 0 0;
	padding: 4px 0;
}

	span.latestItemsUserEmail, span.latestItemsUserURL { color: #555; display: block; font-weight: 700; }

/* Latest items list */
div.latestItemList { padding: 0 8px 8px 0; }

div.latestItemHeader h3.latestItemTitle {
	font-size: 200%;
	font-weight: 100;
	line-height: 110%;
	margin: 0;
	padding: 10px 0 4px;
}

span.latestItemDateCreated { color: #999; font-size: 92%; }

div.latestItemBody { margin: 0; padding: 8px 0; }

div.latestItemImageBlock { float: left; }

span.latestItemImage {
	display: block;
	margin: 23px 15px 8px 0;
	text-align: center;
}

div.latestItemIntroText { padding: 4px 0 12px; }

div.latestItemIntroText img { border: 1px solid #e7e8e9; }

div.latestItemLinks { float: left; margin: 0 0 10px; }

div.latestItemCategory { border-bottom: 1px solid #e7e8e9; padding: 4px 0; }

div.latestItemCategory span { color: #555; font-weight: 700; padding: 0 4px 0 0; }

div.latestItemTagsBlock { border-bottom: 1px solid #e7e8e9; padding: 4px 0; }

div.latestItemTagsBlock span { font-weight: 700; padding: 0 4px 0 0; }

div.latestItemTagsBlock ul.latestItemTags {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.latestItemTagsBlock ul.latestItemTags li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 4px 0 0;
	text-align: center;
}

/* Video */
div.latestItemVideoBlock {
	background: url(../images/system/videoplayer-bg.gif) repeat-x bottom #010101;
	margin: 0 0 16px;
	padding: 16px;
}

div.latestItemVideoBlock span.latestItemVideo { display: block; }

/* Anchor link to comments */
div.latestItemCommentsLink {
	border-right: 1px solid #e7e8e9;
	display: inline;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}

/* Read more link */
.latestItemReadMore { float: right; }

/* Items presented in a list */
h2.latestItemTitleList { border-bottom: 1px solid #e7e8e9; font-size: 200%; }

/*----------------------------------------------------------------------
Component: Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage { padding: 20px; }

.k2AccountPage table tr td label { white-space: nowrap; }

img.k2AccountPageImage { display: block; margin: 10px 0; }

.k2AccountPage div.k2AccountPageNotice { padding: 8px; }

.k2AccountPage div.k2AccountPageUpdate { padding: 8px 0; text-align: right; }

/*----------------------------------------------------------------------
Modules: mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments */
div.k2LatestCommentsBlock ul li span.lcCommentDate { color: #999; }

/* Top Commenters */
div.k2TopCommentersBlock ul li span.tcLatestCommentDate { color: #999; }

/*----------------------------------------------------------------------
Modules: mod_k2_content
----------------------------------------------------------------------*/
div.k2LatestCommentsBlock ul li, div.k2ItemsBlock ul li {
	border-bottom: 1px solid #e7e8e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext { line-height: 120%; padding: 4px 0; }

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img { float: right; margin: 2px 0 4px 4px; }

#ja-right div.k2ItemsBlock ul li a.moduleItemReadMore { border-bottom: none; }

div.k2ItemsBlock ul li a.moduleItemReadMore {
	background: #e7e8e9;
	color: #696767;
	display: inline-block;
	font-size: 92%;
	line-height: 1.8;
	padding: 0 5px;
}

div.k2ItemsBlock ul li a.moduleItemReadMore:hover { background: #888; color: #fff; }

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

div.k2ItemsBlock ul li div.moduleItemTags a { padding: 0 2px; }

/*----------------------------------------------------------------------
Modules: mod_k2_login
----------------------------------------------------------------------*/
div.k2LoginBlock fieldset.input { margin: 0; padding: 0 0 8px; }

div.k2LoginBlock fieldset.input p { margin: 0; padding: 0 0 4px; }

div.k2LoginBlock fieldset.input p label { display: block; }

div.k2LoginBlock fieldset.input p input { display: block; }

div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input { display: inline; }

div.k2LoginBlock fieldset.input p#form-login-remember input { border: none; padding: 0; }

div.k2LoginBlock ul li { background: url(../images/bullet.gif) no-repeat 0 7px; }

div.k2UsersBlock ul li a, div.k2ItemsBlock ul li a, div.k2LoginBlock ul li a, div.k2LatestCommentsBlock ul li a { border-bottom: 1px solid #eee; font-weight: 100; }

div.k2UsersBlock ul li a:hover, div.k2UsersBlock ul li a:active, div.k2UsersBlock ul li a:focus,
div.k2ItemsBlock ul li a:hover, div.k2ItemsBlock ul li a:active, div.k2ItemsBlock ul li a:focus,
div.k2LoginBlock ul li a:hover, div.k2LoginBlock ul li a:active, div.k2LoginBlock ul li a:focus,
div.k2LatestCommentsBlock ul li a:hover, div.k2LatestCommentsBlock ul li a:active, div.k2LatestCommentsBlock ul li a:focus { border-bottom: 1px solid #7b7d80; }

div.k2UsersBlock ul li .ubUserAdditionalInfo a,
div.k2ItemsBlock ul li .ubUserAdditionalInfo a,
#ja-right div.k2UsersBlock ul li .ubUserAdditionalInfo a,
div.k2LatestCommentsBlock ul li .ubUserAdditionalInfo a { border-bottom: none; }

div.k2UserBlock p.ubGreeting { border-bottom: 1px solid #e7e8e9; }

div.k2UserBlock div.k2UserBlockDetails span.ubName { display: block; font-size: 116%; }

/*----------------------------------------------------------------------
Modules: mod_k2_tools
----------------------------------------------------------------------*/
/* --- Authors --- */
div.k2AuthorsListBlock ul li a.abAuthorLatestItem { display: block; }

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

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

/* --- Calendar --- */
div.k2CalendarBlock { padding: 8px 0 0; }

#ja-left div.k2CalendarBlock, div.k2ItemsBlock { margin-bottom: 15px; }

div.k2CalendarLoader { background: url(../images/system/k2CalendarLoader.gif) no-repeat 50% 50% #fff; }

table.calendar { font-size: 92%; }

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

table.calendar tr td.calendarNavMonthPrev { background: #f3f3f3; text-align: left; }

table.calendar tr td.calendarNavMonthPrev a { font-size: 166%; }

table.calendar tr td.calendarCurrentMonth { background: #f3f3f3; }

table.calendar tr td.calendarNavMonthNext { background: #f3f3f3; text-align: right; }

table.calendar tr td.calendarNavMonthNext a { font-size: 166%; }

table.calendar tr td.calendarDayName { background: #e9e9e9; width: 14.2%; }

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

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

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

table.calendar tr td.calendarDateLinked a:hover { background: #135cae; color: #fff; }

table.calendar tr td.calendarToday { background: #3ea3d2; color: #fff; }

table.calendar tr td.calendarTodayLinked { background: #3ea3d2; color: #fff; padding: 0; }

table.calendar tr td.calendarTodayLinked a {
	color: #fff;
	display: block;
	padding: 2px;
	text-decoration: none;
}

table.calendar tr td.calendarTodayLinked a:hover {
	background: #BFD9FF;
	display: block;
	padding: 2px;
	text-decoration: none;
}

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

/* --- Category List/Menu --- */
div.k2CategoriesListBlock ul li.activeCategory a { font-weight: 700; }

/* --- Search Box --- */
div.k2SearchBlock { }

div.k2SearchBlock form { }

div.k2SearchBlock form input.inputbox { }

div.k2SearchBlock form input.button { }

/* --- Tag Cloud --- */
div.k2TagCloudBlock { padding: 8px 0; }

#ja-right div.ja-moduletable div.k2TagCloudBlock a {
	float: left;
	padding: 4px;
	border-bottom: none;
}

div.k2TagCloudBlock a:hover,
div.k2TagCloudBlock a:active,
div.k2TagCloudBlock a:focus {
	background: #3ea3d2;
	color: #fff;
}

/* --- Google Search --- */
#k2Container div.gsc-branding-text { text-align: right; }

#k2Container div.gsc-control { width: 100%; }

#k2Container div.gs-visibleUrl { display: none; }

/*----------------------------------------------------------------------
Modules: mod_k2_users
----------------------------------------------------------------------*/
.ubUserDescription p { margin: 0 0 10px; }

.ubUserAdditionalInfo { padding: 0 0 10px; }

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
	background: url(../images/fugue/feed.png) no-repeat 50% 50%;
	display: inline-block;
	height: 16px;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
}

a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span { display: none; }

a.ubUserURL,
a.ubUserURL:hover {
	background: url(../images/fugue/globe.png) no-repeat 50% 50%;
	display: inline-block;
	height: 16px;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
}

a.ubUserURL span,
a.ubUserURL:hover span { display: none; }

span.ubUserEmail {
	background: url(../images/fugue/mail.png) no-repeat 50% 50%;
	display: inline-block;
	height: 16px;
	margin: 0 2px 0 0;
	overflow: hidden;
	padding: 0;
	width: 16px;
}

span.ubUserEmail a {
	display: inline-block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

.ubUserItems li a, .k2ArchivesBlock li a { border-bottom: 1px solid #eee; }

/* K2 Blogs */
.com_k2 #ja-main .inner { border-bottom: none; }

.com_k2 .ja-r1 #ja-main .inner { border-left: none; }

.itemList div.catItemBlogView { padding: 20px 0 35px; }

div.catItemContent { float: left; width: 62.5%; }

div.catItemBlogView .catItemInfo {
	background: url(../images/short_hor_line.gif) no-repeat 0 100%;
	margin: 6px 0 0;
	padding: 0 0 21px;
}

.itemBlogView span.itemDateCreated,
div.catItemBlogView span.catItemDateCreated {
	background: #000;
	bottom: 8px;
	color: #fff;
	filter: alpha(opacity = 80);
	font-size: 91%;
	margin-right: 0;
	opacity: .8;
	filter: alpha(opacity = 80);
	padding: 7px 10px;
	position: absolute;
	right: 20px;
}

.itemBlogView { margin: 0 -20px; }

.itemBlogView div.itemBody {
	border-bottom: 1px solid #E7E8E9;
	overflow: hidden;
	padding: 0 20px 0 0;
}

.itemBlogView div.itemHeader { padding: 12px 0 0; }

.itemBlogView .itemLinks {
	border-right: 1px solid #e7e8e9;
	border-top: 1px solid #e7e8e9;
	float: left;
	padding: 0 20px 0 0;
}

.itemBlogView .itemAuthorBlock {
	border-bottom: none;
	border-left: 1px solid #e7e8e9;
	float: left;
	margin: 0 0 0 -1px;
	padding: 20px 0 20px 20px;
	width: 59%;
}

*+ html .itemBlogView .itemAuthorBlock { width: 59.5%; }

.itemBlogView div.itemHitsTwitter { padding: 14px 0 13px; }

.itemBlogView div.itemTagsBlock { margin-bottom: 0; padding: 14px 0 13px; }

.itemBlogView div.itemSocialLinksBlock { padding: 14px 0 9px; }

.itemBlogView div.itemComments { padding-right: 20px; }

.itemBlogView div.itemCommentsForm { margin: 0 -20px 0 0; padding: 0 20px 0 0; }

.itemBlogView div.itemCommentsForm form textarea.inputbox { width: 97%; }

.itemBlogView .itemImageBlock, .catItemBlogView div.catItemImageBlock, .itemBlogView div.catItemImageBlock {
	background: #fff;
	float: left;
	padding: 0;
	position: relative;
}

.catItemBlogView span.itemImage, .catItemBlogView span.catItemImage,
.itemBlogView span.itemImage, .itemBlogView span.catItemImage{
	display: block;
	margin: 20px 20px 8px 0;
	text-align: center;
}

.itemBlogView div.itemAuthorLatest, .itemBlogView div.itemRelated { margin: 0 20px 16px 0; }

.itemBlogView div.itemBackToTop { padding: 15px 20px 0 0; }

/* Article navigation */
.itemBlogView div.itemNavigation { margin: 0 20px 24px 0; }

/* Print */
.contentpane .genericView, .contentpane .itemListView { margin: 0; }

.contentpane div.userView { margin: 0; }
	
.contentpane .itemBlogView { margin: 0; }

.contentpane .itemBlogView div.itemBody { padding: 0; }

/* table.toolbar */
div.k2Frontend table.toolbar td { background: none; }