/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL
General
----------------------------------------------------------------------------------------------------*/
#content
{
	background: #FFFFFF url(../images/back-gradient.png) repeat-x top;
}
#system
{
	margin: 20px 25px 0;
}
#system .title A
{
	color: #444;
}
#system SMALL
{
	color: #999;
}
#system .items .item .title, #system .item .title
{
	position: relative;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 7px;
	font-size: 32px;
}
#system .items .item .post-thumbnail, #system .item .post-thumbnail-article
{
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 20px;
}
/*Item
----------------------------------------------------------------------------------------------------*/
#system .item
{
	padding: 0 0 25px;
}
#system .item > HEADER
{
	margin-bottom: 15px;
}
#system .item > HEADER .icon
{
	padding-top: 9px;
	padding-left: 5px;
}
#system .item > HEADER .subtitle
{
	color: #777;
}
#system .item > .links A:after
{
	content: " »";
	font-size: 16px;
}
#system .meta-bottom
{
	margin-top: 25px;
}
/*Items
----------------------------------------------------------------------------------------------------*/
#system .items
{
	margin: 0px;
}
#system .items .item
{
	background: #FFFFFF url(../images/back-gradient.png) repeat-x top;
	border: 0px transparent;
	padding: 15px 25px 20px;
	margin: 0px;
	margin: 0 -25px;
}
#system .items .item:first-child
{
	padding: 15px 25px 20px;
	margin: -20px -25px 0;
}
/*- Readmore*/
.readmore, .readmore-item
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBgUGPAAkgQBAgwABOQAJmaD12TAAAAAElFTkSuQmCC);
}
.readmore A, .readmore-item A
{
	padding: 3px 15px 3px 0px;
	background-color: #FFFFFF;
}
.more-link
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBgUGPAAkgQBAgwABOQAJmaD12TAAAAAElFTkSuQmCC);
	display: block;
}
.more-link SPAN
{
	background-color: #FFFFFF;
	padding: 3px 15px 3px 0;
}
/*Pagination
----------------------------------------------------------------------------------------------------*/
#system .pagination A, #system .pagination STRONG
{
	color: #838383;
	border-radius: 2px;
	background: url(../images/button-back.png) repeat-x left bottom;
	cursor: pointer;
	border: 1px solid #DEDEDE;
}
#system .pagination
{
	margin-top: 10px;
	text-align: center;
	margin-bottom: 25px;
}
#system .pagination A
{
	text-decoration: none;
}
#system .pagination STRONG
{
	font-weight: bold;
}
#system .pagination > *:first-child
{
	margin-left: 0;
}
#system .pagination A.previous, #system .pagination A.next
{
	font-size: 16px;
}
#system .pagination A:hover, #system .pagination STRONG:hover
{
	border: 1px solid #B4B5B5;
	cursor: pointer;
	color: #4F4F4F;
}
#system .pagination A:active
{
	border: 1px solid #B4B5B5;
	cursor: pointer;
	color: #4F4F4F;
	background-image: url(../images/button-back-active.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F5F5F5;
}
/*Search Box
----------------------------------------------------------------------------------------------------*/
.searchbox
{
	width: 100px;
	height: 30px;
	padding: 0 25px;
	background: #202020 url(../images/searchbox_magnifier.png) no-repeat 0 50%;
	margin: 9px 9px 0 0;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #353535;
}
.searchbox INPUT
{
	height: 30px;
	color: #8F8F8F;
	font-size: 14px;
}
.searchbox INPUT:-moz-placeholder
{
	color: #999;
}
.searchbox INPUT::-webkit-input-placeholder
{
	color: #999;
}
.searchbox INPUT.placeholder
{
	color: #999;
}
.searchbox.filled BUTTON
{
	width: 25px;
	background: url(../images/searchbox_reset.png) no-repeat 50% 50%;
}
.searchbox.loading BUTTON
{
	background: url(../images/searchbox_loader.gif) no-repeat 50% 50%;
}
/*Drop-Down Results*/
.searchbox .results
{
	top: 41px;
	right: -1px;
	width: 300px;
	border: 1px solid #DDD;
	background: #FFFFFF;
}
.searchbox .results LI.results-header
{
	border-bottom: 1px solid #DDD;
}
.searchbox .results LI.more-results
{
	border-top: 1px solid #DDD;
}
.searchbox .results LI.result
{
	border-top: 1px solid #EEE;
}
.searchbox .results LI.results-header + LI.result
{
	border-top: none;
}
.searchbox .results LI.result.selected
{
	background-color: #FAFAFA;
}
/*Breadcrumbs
----------------------------------------------------------------------------------------------------*/
.breadcrumbs
{
	background: #FFFFFF url(../images/back-gradient.png) repeat-x top;
	padding: 15px 25px 12px;
}
.breadcrumbs A, .breadcrumbs > SPAN
{
	padding-right: 15px;
	background: url(../images/breadcrumbs.png) no-repeat 100% 50%;
	padding-left: 0px;
}
/*Author Box
----------------------------------------------------------------------------------------------------*/
#system .author-box .avatar
{
	padding: 3px;
	border: 1px solid #DDD;
	background: #FFF;
}
#system .author-box .name
{
	color: #444;
}
/*Author Box*/
#system .author-box
{
	background: #FFFFFF url(../images/back-gradient.png) repeat-x top;
	padding: 25px;
	margin: 0 -25px 0px;
	display: table;
}
#system .item .author-box .author-avatar
{
	position: relative;
	left: 0px;
	top: 0px;
	display: table-cell;
	vertical-align: top;
}
#system .item .author-box .description
{
	position: relative;
	left: 0px;
	top: 0px;
	display: table-cell;
	vertical-align: top;
}
#system .item .author-box .author-meta
{
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
#system .item .author-box .author-name-social
{
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 10px;
}
#system .item .author-box .author-name-social .name
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 8px;
}
#system .item .author-box .author-name-social .author-social
{
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 5px;
}
#system .item .author-box .author-name-social .author-social A
{
	display: inline-block;
	margin-left: 5px;
}
/*Latest Comments
----------------------------------------------------------------------------------------------------*/
.comments-list > ARTICLE
{
	border-top: 1px solid #DDD;
}
.comments-list > ARTICLE:first-child
{
	border: none;
}
.comments-list .meta
{
	color: #999;
	margin: 4px 0 0;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
}
.comments-list .author
{
	margin: 4px 0 0;
	font-size: 11px;
	line-height: 18px;
}
.comments-list .content P
{
	margin: 2px;
	word-wrap: break-word;
	overflow: hidden;
	height: 31px;
	line-height: 1.3;
}
.comments-list IMG.avatar
{
	border: 2px solid #E5E5E5;
}
/*Comments
----------------------------------------------------------------------------------------------------*/
#system #comments
{
	background: #FFFFFF url(../images/back-gradient.png) repeat-x top;
	margin-top: 0px;
	margin-left: -25px;
	margin-right: -25px;
}
#system #comments H3.comments-meta
{
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 25px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
#system #comments UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#system #comments .pagination
{
	margin-bottom: 20px;
}
/*Head*/
#system #comments .comment-head
{
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	background-color: #F6F6F6;
	border: 1px solid #E5E5E5;
	padding: 0px 0px 10px;
}
#system #comments .comment-byadmin .comment-head
{
	border: 1px solid #DCE6BE;
	background: #FAFFE6;
}
#system #comments .comment-head .author
{
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
#system #comments .comment-head .avatar
{
	margin-right: 10px;
	float: left;
	border: 1px solid #DDDDDD;
	margin-left: 10px;
	margin-top: 10px;
	padding: 2px;
}
/*Body*/
#system #comments .comment-body
{
	margin: 0 25px 20px;
	padding: 0px;
}
#system #comments .comment-body .content
{
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #E5E5E5;
}
#system #comments .comment-body .reply
{
	margin: 10px 0 0;
	display: inline-block;
}
#system #comments UL.level1 UL
{
	background: url(../images/comments_arrow.png) no-repeat 15px 0;
}
/*Respond*/
#system #respond
{
	background: #FFFFFF url(../images/back-gradient.png) repeat-x top;
	margin-left: 0;
	margin-right: 0px;
	padding-left: 25px;
	padding-right: 25px;
}
#system #comments #respond H3
{
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 15px;
	padding-bottom: 15px;
}
#system #respond INPUT[type='text'], #cntctfrm_contact_form INPUT.text
{
	width: 70%;
	max-width: 1140px;
	/*+box-sizing:border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	padding: 0 10px;
}
#system #respond TEXTAREA
{
	height: 150px;
	padding: 5px;
	width: 100%;
	max-width: 1140px;
	/*+box-sizing:border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#system #comments #respond .actions
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/*Moved Respond*/
#system .nested #respond
{
	margin: 0 25px 30px;
	background: #FFF9F3;
	border: 1px solid #FFDFBF;
	padding: 0 20px 20px;
}
#system .nested #respond .article-dash, #system .nested #respond .user
{
	display: none;
}
#system #comments .nested #respond .actions
{
	margin: 0px;
	padding: 0px;
}