/* 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;
	border-bottom: 1px solid #ddd;
}


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

#system .item-list { border-top: 1px solid #ddd; }


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

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

.searchbox input {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none;
  float: left;
  outline: medium none;
  padding: 0;
  width: 100%;
}

#system .item > .links a {
  background: url("../images/read.png") repeat-x scroll 0 0 transparent;
  color: #FFFFFF;
  line-height: 45px;
  margin-right: 15px;
  padding: 8px 10px;
}

#system .item > .links a:after {
  content: none;
  font-size: 16px;
}

#system .item > .content > *:last-child:not(.grid-gutter) {
  margin-bottom: 0;
}