/**
 * @package   Churchy - Nonprofit Joomla Template
 * @version   1.4.1 - 11 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
 */

@import url(../warp/css/system.css);
@import url(../warp/systems/joomla/css/system.css);
@import url(system-all.css);


/*Items (Addition)*/
/*----------------------------------------------------------------------------------------------------*/
#system .items .leading .item
{
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid #DDD;
}
#system .item .icon
{
	padding-top: 10px;
}
/*Item List
----------------------------------------------------------------------------------------------------*/
#system .item-list
{
}
/*Search
----------------------------------------------------------------------------------------------------*/
#system SPAN.highlight
{
	background-color: #FFFFAA;
}
/*Contact Us
----------------------------------------------------------------------------------------------------*/
#system FORM.submission DIV.submit
{
	margin-top: -20px;
	text-align: left;
}
#system FORM.submission FIELDSET > DIV > INPUT[type='text'], #system FORM.submission FIELDSET > DIV > INPUT[type='email'], #system FORM.submission FIELDSET > DIV > INPUT[type='password']
{
	padding: 5px;
	width: 350px;
}
#system FORM.submission FIELDSET > DIV > TEXTAREA
{
	width: 450px;
}
