/* 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; }


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

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


/* Submission form
----------------------------------------------------------------------------------------------------*/
#system form.submission div.submit{text-align: right; margin-right: 26px;}
#system form.submission fieldset > div > label:first-child{width: 200px; margin-bottom: 15px; line-height: 2.4}
#system form.submission fieldset > div > textarea{width: 350px; height: 150px;}
#system form.submission.small fieldset > div {
	margin: 5px 0;
}

table.admintable td > input[type='text'],
table.admintable td > input[type='email'],
table.admintable td > input[type='tel'],
table.admintable td > input[type='url'],
table.admintable td > input[type='password'],
table.admintable td > textarea,
#system form.submission fieldset > div > input[type='email'], 
#system form.submission fieldset > div > input[type='text'], 
#system form.submission fieldset > div > input[type='tel'], 
#system form.submission fieldset > div > input[type='url'], 
#system form.submission fieldset > div > input[type='password'] {
	width: 350px;
	max-width: 90%;
	margin: -4px 0 15px;
	padding: 6px 13px 5px;
}

#jform_spacer-lbl{display: none;}

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

#system form.submission fieldset > div {
	overflow: inherit;
}


/*pagination
----------------------------------------------------------------------------------------------------*/

dl.tabs {
float: left;
margin: 50px 0 0 0;
padding: 0 0 0 5px;
z-index: 50;
clear:both;
}

div.content div.current{
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F0F1F2 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #F0F1F2 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #F0F1F2 100% );
	padding: 0 20px;
	-webkit-box-shadow: 0 1px 2px #FFFFFF inset, 0 0 1px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 2px #FFFFFF inset, 0 0 1px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 2px #FFFFFF inset, 0 0 1px rgba(0,0,0,0.1);
	        border-color: #e0e0e0;
		    border-style: solid;
		    border-width: 0 1px 1px;
		    width: auto; height: auto;
		    clear: both;
   			padding: 10px 10px;
}

dl.tabs dt {
    float: left;
    padding: 4px 10px;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    margin-right: 3px;
    background: #f0f0f0;
    color: #666;
}

#system dt.tabs h3{
	margin: 0; padding: 10px;
	font-size: 20px 
}

dl.tabs dt.open {
    background: #FFFFFF;
    z-index: 100;
    color: #000;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
}

div.current dd {
    padding: 10px;
    margin: 0;
}

dl#content-pane.tabs {
    margin: 1px 0 0 0;
}

.pagination li{
	margin-right: 5px
}

#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
}