/*
	print
*/

.layout, .page-editing, .page-tabs, .admin-bar .navigation-list, .admin-bar fieldset.field-list, .fiji-header-widget-inner, .poweredby-wrapper, .footer-widgets, .footer-widgets-header, .footer-widgets-footer
{
	width: auto !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

/* $Layout
/******************************/

.layout-content.content .layout-region.content { width: 100%; float: left;}

.layout-content.content-left-sidebar-right .layout-region.content { width: 100%; }
.layout-content.content-left-sidebar-right .layout-region.right-sidebar { display: none; }

.layout-content.sidebar-left-content-right .layout-region.left-sidebar { display: none; }
.layout-content.sidebar-left-content-right .layout-region.content { width: 100%; }

.layout-content.sidebar-left-content-center-sidebar-right .layout-region.left-sidebar { display: none; }
.layout-content.sidebar-left-content-center-sidebar-right .layout-region.content { width: 100%; }
.layout-content.sidebar-left-content-center-sidebar-right .layout-region.right-sidebar { display: none; }

.layout-content.content-left-split-sidebar-right-top-single-sidebar-right-bottom .layout-region.content { width: 100%; }
.layout-content.content-left-split-sidebar-right-top-single-sidebar-right-bottom .layout-region.split-sidebar-left { display: none; }
.layout-content.content-left-split-sidebar-right-top-single-sidebar-right-bottom .layout-region.split-sidebar-right { display: none; }
.layout-content.content-left-split-sidebar-right-top-single-sidebar-right-bottom .layout-region.right-sidebar { display: none; }

.layout-content.header-top-content-left-sidebar-right .layout-region.header { width: 100%; }
.layout-content.header-top-content-left-sidebar-right .layout-region.content { width: 100%; }
.layout-content.header-top-content-left-sidebar-right .layout-region.right-sidebar { display: none; }

.layout-content.header-top-sidebar-left-content-right .layout-region.header { width: 100%; }
.layout-content.header-top-sidebar-left-content-right .layout-region.left-sidebar { display: none; }
.layout-content.header-top-sidebar-left-content-right .layout-region.content { width: 100%; }

.layout-content.header-top-sidebar-left-content-center-sidebar-right .layout-region.header { width: 100%; }
.layout-content.header-top-sidebar-left-content-center-sidebar-right .layout-region.left-sidebar { display: none; }
.layout-content.header-top-sidebar-left-content-center-sidebar-right .layout-region.content { width: 100%; }
.layout-content.header-top-sidebar-left-content-center-sidebar-right .layout-region.right-sidebar { display: none; }

.layout-content.header-top-content-left-split-sidebar-right-top-single-sidebar-right-bottom .layout-region.header { width: 100%; }
.layout-content.header-top-content-left-split-sidebar-right-top-single-sidebar-right-bottom .layout-region.content { width: 100%; }
.layout-content.header-top-content-left-split-sidebar-right-top-single-sidebar-right-bottom .layout-region.split-sidebar-left { display: none; }
.layout-content.header-top-content-left-split-sidebar-right-top-single-sidebar-right-bottom .layout-region.split-sidebar-right { display: none; }
.layout-content.header-top-content-left-split-sidebar-right-top-single-sidebar-right-bottom .layout-region.right-sidebar { display: none; }

.layout-content.split-content .layout-region.content { width: 100%; }
.layout-content.split-content .layout-region.right-sidebar { display: none; }

.layout-content.header-top-split-content .layout-region.header { width: 100%; }
.layout-content.header-top-split-content .layout-region.content { width: 100%; }
.layout-content.header-top-split-content .layout-region.right-sidebar { display: none; }

.content-widget { margin: 0 !important; }
.fiji-content-widget-top, .fiji-content-widget-bottom { display: none; }
.content-widget, .content-widget-content, .content-widget-header { border-width: 0 !important; }
.content-widget .content-widget-content { margin-top: 0px !important; }

.content-widget.group-banner, .content-widget.group-banner .content-widget-content { padding-left: 0 !important; }
.content-widget.group-banner .group-avatar { left: 0 !important; }

/* $Hidden Content
/******************************/

.admin-bar-header,
.admin-bar,
.admin-bar-footer,
.header-widgets-header,
.header-widgets,
.header-widgets-footer,
.footer-widgets-header,
.footer-widgets,
.footer-widgets-footer,
.page-editing,
.navigation-list-header,
.navigation-list,
.navigation-list-footer,
.breadcrumb-list-header,
.breadcrumb-list,
.breadcrumb-list-footer,
.field-list-header,
.field-list,
.field-list-footer,
.post-actions,
.post-tags,
.post-rating,
.filter,
.internal-link.add-post,
.internal-link.rss,
.content-widget.comment-list,
.content-widget.blog-feedback-list,
.content-widget.media-gallery-post-comment-list,
.content-widget.blog-banner,
.content-widget.media-gallery-banner,
.content-widget.wiki-banner,
.content-widget.forum-banner,
.post-details-container
	{ display: none !important; }

/* $Color adjustments
/******************************/
html, body { color: @color-foreground !important; font-size: 10pt; }
a { color: @color-foreground !important; text-decoration: underline !important; }

html,
.content-widget-page,
.layout,
.group-banner,
.user-banner
	{ background-color: @color-background !important; background-image: none !important; }

/* $Formatting adjustments
/******************************/
.group-banner .group-description { font-family: Arial, Helvetica; font-style: normal; }
.preview-indicator-wrapper { display: none; }
.limyee-code-editor .fullscreen { display: none; }

/* $Firefox Adjustments
/******************************/
.full-post .post-content { line-height: normal !important;}
.user-defined-markup, .content-widget.thread .full-post { overflow: visible !important; font-size: 10pt; }

/* $Generic Style
/******************************/
.do-not-print { display: none; }