/* Copyright (C) YOOtheme GmbH, 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;
	}

	#system .items > .width33 .title{
		font-size: 22px;
	}


/* Item List
----------------------------------------------------------------------------------------------------*/

	#system .item-list { border-top: 1px solid #ddd; }
	#system .item > .links {text-align: right;}


/* Search
----------------------------------------------------------------------------------------------------*/

	#system span.highlight { background-color: #ffffaa; }


/* Submission form
----------------------------------------------------------------------------------------------------*/
	#system form.submission div.submit{text-align: right;}
	#system form.submission fieldset > div > label:first-child{width: 160px;}
	#system form.submission fieldset > div > textarea{width: 340px;}
	#system form.submission fieldset > div {overflow: visible;}
	#system form.submission.small fieldset > div {
	margin: 10px 0;
	}

	/*filters*/
	#system .filter > div{
		margin: 0 10px 10px 0;
		float: none;
	}

	#article-index, 
	.article-index{
		padding: 0 20px 12px;
		border: 1px solid rgb(230, 230, 230);
		background: #FFF;
		margin: 0 0 15px 15px;
	}

	#content #article-index h3{
		font-size: 20px
	}