/**
 * @package   Dryer - Joomla Multipurpose Template
 * @version   2.6.2 - 15 August 2014
 * @author    Webthemer - Web Development Studio http://www.webthemer.com | Framework: YOOtheme http://www.yootheme.com
 * @copyright Copyright (C) 2012 - 2014 Webthemer | Framework: Copyright (C) YOOtheme GmbH
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
 *

General
----------------------------------------------------------------------------------------------------*/
#content
{
	background: #FFFFFF url(../images/back-gradient.png) repeat-x top;
}
#system
{
	margin: 0;
    padding: 15px 25px 25px 25px;

}
#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;
}
#system .item > HEADER
{
	margin-bottom: 15px;
}
#system .item > HEADER .meta
{
	color: #999;
	background: url(../images/author.png) no-repeat 0% 0%;
	padding-left: 25px;
	padding-top: 3px;
	display: inline-block;
}
#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;
}
/*Items
----------------------------------------------------------------------------------------------------*/
#system .items
{
	margin: 0px;
}
#system .items .item
{
	background: #FFFFFF url(../images/back-gradient.png) repeat-x top;
	border: 0px transparent;
	margin: 0 -25px 15px -25px;
}
#system .items .item:first-child
{
    margin-top: -15px;
}

#system .items .item .post-thumbnail
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}

#system .items .item HEADER
{
    padding-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
}

#system .items .item .content, #system .items .item .edit
{
    margin-left: 25px;
    margin-right: 25px;
}

/*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
{
	padding: 15px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #FAFAFA;
}
#system .author-box .avatar
{
	padding: 3px;
	border: 1px solid #DDD;
	background: #FFF;
}
#system .author-box .name
{
	color: #444;
}
/*Comments
----------------------------------------------------------------------------------------------------
Head*/
#system #comments .comment-head
{
	padding: 5px;
	border: 1px solid #E6E6E6;
	background: #FAFAFA;
}
#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);
}
/*Body*/
#system #comments UL.level1 UL
{
	background: url(../images/comments_arrow.png) no-repeat 0 0;
}
/*Respond*/
#system #respond H3
{
	color: #444;
}
/*Latest Comments
----------------------------------------------------------------------------------------------------*/
.comments-list > ARTICLE
{
	border-top: 1px solid #DDD;
}
.comments-list > ARTICLE:first-child
{
	border: none;
}
.comments-list .meta
{
	color: #999;
}
