@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 .items > .width50 .title {
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}

#system .item > .links {
  margin: 5px 0 0;
  text-align: right;
}

.width50 article {
  padding: 0;
}

.innerblog {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d6d6d6;
  margin-top: 10px;
  padding: 2px;
}

.innerblogback {
  background: none repeat scroll 0 0 #fafafa;
  text-shadow: 0 1px 0 rgba(253, 253, 255, 1);
}

.articledesc {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d6d6d6;
  padding: 2px;
}

.articleinnerdesc {
  background: none repeat scroll 0 0 #fafafa;
  padding: 2px 10px;
  text-shadow: 0 1px 0 rgba(253, 253, 255, 1);
}

/* Item List
----------------------------------------------------------------------------------------------------*/

#system .item-list { border-top: 1px solid #ddd; }

#system .pagination {
  margin-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}


article {
  padding: 0 10 10px;
}


/* Contact form
----------------------------------------------------------------------------------------------------*/

#system span.highlight { background-color: #ffffaa; }

form.box fieldset {
  margin-bottom: 30px;
  padding: 0 10px 10px; 
  border: 1px solid #ddd;
}

.articledesc.form .submit {
  padding: 5px 0 10px;
  text-align: center;
}

.articledesc.form {
  margin-top: 15px;
}

.contact_name, .contact_email, .contact_subject {
  display: inline;
}

form.box fieldset > div {
  margin: 15px 0;
}

form fieldset > div > input[type="text"], form.submission fieldset > div > input[type="password"], form fieldset > div > textarea {
  border: 1px solid #fefefe;
  box-shadow: 0 0 4px #444 inset;
  color: #999;
  padding: 5px;
  width: 31.1%;
}

.articledesc.form fieldset {
  margin-top: 10px;
  position: relative;
}

.articledesc.form legend {
  background: none repeat scroll 0 0 #fff;
  padding: 0 5px;
  position: absolute;
  top: -25px;
}

form fieldset > div > textarea {
  margin-top: 10px;
  width: 98.3%;
}