@import url(../warp/css/system.css);
@import url(../warp/systems/joomla/css/system.css);
@import url(system-all.css);
/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL
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;
}
#system #searchForm DIV
{
	margin-top: 10px;
	margin-bottom: 10px;
}
/*Forms
----------------------------------------------------------------------------------------------------*/
#system FORM.submission DIV.submit
{
	margin-top: -20px;
	text-align: right;
}
#system FORM.submission FIELDSET > DIV > INPUT[type='text'], #system FORM.submission FIELDSET > DIV > INPUT[type='password'], #system FORM.submission FIELDSET > DIV > INPUT[type='email'], #system FORM.submission FIELDSET > DIV > TEXTAREA
{
	padding: 5px;
	width: 250px;
	margin: 0;
	font-size: 12px;
	border: none;
	color: #7A7A7A;
	padding: 10px 14px;
	outline: none;
	position: relative;
	background: #FFF;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #EFEFEF;
	box-shadow: inset 0 0 10px #EEE, 0px 0px #AAAAAA;
	-khtml-box-shadow: inset 0 0 10px #eee, 0px 0px 0px #aaaaaa;
	-moz-box-shadow: inset 0 0 10px #eee, 0px 0px 0px #aaaaaa;
	-ms-box-shadow: inset 0 0 10px #eee, 0px 0px 0px #aaaaaa;
	-o-box-shadow: inset 0 0 10px #eee, 0px 0px 0px #aaaaaa;
	-webkit-box-shadow: inset 0 0 10px #eee, 0px 0px 0px #aaaaaa;
}
#system FORM.submission FIELDSET > DIV > TEXTAREA
{
	width: 420px;
}
/*Module Type: Articles Category
----------------------------------------------------------------------------------------------------*/
.category-module
{
	list-style: none;
	padding: 0px;
}
.category-module LI
{
	border-bottom: 1px dotted #DDDDDD;
	margin-bottom: 15px;
}
div.module > .category-module LI
{
	padding-bottom: 15px;
} 
.category-module LI:last-child
{
	border-bottom: none;
	margin-bottom: 0px;
}
.category-module .mod-articles-category-introtext
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.category-module H1, .category-module H2, .category-module H3, .category-module H4, .category-module H5, .category-module H6
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.category-module .mod-articles-category-category
{
	margin-top: 3px;
	border-bottom: 1px dotted #DDDDDD;
	padding-bottom: 5px;
	padding-right: 5px;
}
.category-module .mod-articles-category-writtenby
{
	margin-top: 3px;
	border-bottom: 1px dotted #DDDDDD;
	padding-bottom: 5px;
	padding-right: 5px;
}
.category-module .mod-articles-category-date
{
	margin-top: 3px;
	/*border-bottom: 1px dotted #DDDDDD;*/
	padding-bottom: 5px;
	padding-right: 5px;
  font-size: 80%;
}
