/* Copyright (C) arrowthemes, Regular/Extended Licence */

/* General
----------------------------------------------------------------------------------------------------*/

#system .title a {
  color: inherit;
}
#system small {
  color: #999;
}

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

#system .item>header .meta {
  color: #999;
  padding-bottom: 8px;
  padding-left: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.yoo-zoo .item>header .meta {
  padding-left: 0 !important;
}
#system .item>header.results .meta {
  margin-left: 0;
}
#system .item>header .subtitle {
  color: #777;
}

/* Items
----------------------------------------------------------------------------------------------------*/

#system .items .item {
  margin-bottom: 12px;
  padding-bottom: 18px;
  background: url(../images/body/hr-dotted.png) repeat-x scroll 0 100% transparent;
}
#system .items .item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination a.last,
#system .pagination a.first {
  padding: 0 10px;
}
#system .pagination a,
#system .pagination strong {
  line-height: 27px;
  height: 28px;
}
#system .pagination a.previous,
#system .pagination a.next {
  line-height: 26px !important
}
#content .pagination {
  margin-bottom: 20px;
  text-align: left;
}
#content .pagination a.previous,
#content .pagination a.next,
#content .pagination a,
#content .pagination strong {
  margin-left: 1px;
  text-align: center;
}
#content .pagination>*:first-child {
  margin-right: 5px;
}

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

form.searchbox {
  height: 28px;
  padding: 0 30px;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
form.searchbox:before {
  content: "\f002";
  position: absolute;
  color: #fff;
  left: 10px;
  top: -3px;
  font-family: fontAwesome;
}
.searchbox input {
  height: 26px;
  font-size: 13px;
}
.searchbox input[type="text"],
.searchbox input[type="text"]:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.searchbox.filled button {
  width: 28px;
  height: 26px;
  background: rgba(0, 0, 0, 0);
}
.searchbox.filled button:before {
  content: "\f00d";
  font-family: fontAwesome;
  color: #fff;
  top: 12px;
  position: absolute;
  right: 6px;
  font-size: 16px;
  font-weight: normal;
}
.searchbox.loading button:before {
  content: "\f110";
}
.searchbox.loading button {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.searchbox .results li.result div {
    font-size: 14px;
    line-height: 24px;
}

/* Drop-Down Results */

.searchbox .results {
  top: 41px;
  right: -1px;
  width: 300px;
  border: 1px solid #ddd;
  background: #fff;
}
.searchbox .results li.results-header,
.searchbox .results li.more-results {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #fefefe;
  color: #666;
  background: #efefef;
  text-shadow: 0 1px 0 #fff;
}
.searchbox .results li.more-results {
  color: #999;
}
.searchbox .results li.result {
  border-bottom: 1px solid #eae9e9;
  border-top: 1px solid #FFF;
  background: #f9f9f9;
  box-shadow: 0 0 3px #fff inset;
}
.searchbox .results li.results-header+li.result {
  border-top: none;
}
.searchbox .results li.result.selected {
  background: #fff;
}
li.result,
li.more-results,
li.results-header {
  margin-bottom: 0
}

/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/

.breadcrumbs a,
.breadcrumbs > span,
.breadcrumbs li:not(:last-child) > span {
  padding-right: 15px;
  height: 36px;
  margin-right: 10px;
  position: relative;
}
.breadcrumbs a:before,
.breadcrumbs > span:before,
.breadcrumbs li:not(:last-child) > span:before {
    content: "\f105";
    font-family: "fontAwesome";
    position: absolute;
    right: 0;
    color: #565656;
}

/* Author Box
----------------------------------------------------------------------------------------------------*/

#system .author-box {
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
}
#system .author-box .avatar {
  padding: 3px;
  border: 1px solid #ddd;
  background: #fff;
}
#system .author-box .name {
  color: #444;
}

/* Comments
----------------------------------------------------------------------------------------------------*/


/* Head */

#system #comments .comment-head {
  padding: 5px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 0 #FFF;
  -moz-box-shadow: 1px 1px 0 #FFF;
  box-shadow: 1px 1px 0 #FFF;
}
#system #comments .comment-byadmin .comment-head {
  border: 1px solid #dce6be;
  background: #faffe6;
}
#system #comments h3.comments-meta,
.yoo-zoo .item .element>h3,
.yoo-zoo .item .pos-related>h3 {
  font-size: 24px;
  background: url(../images/body/hr-dotted.png) repeat-x scroll 0 100% transparent;
  padding-bottom: 15px;
}
#system #comments .comment-head .author {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  font-weight: normal;
}

/* Body */

#system #comments ul.level1 ul {
  background: url(../images/comments_arrow.png) 0 0 no-repeat;
}

/* Respond */

#system #respond h3 {
  color: #444;
  font-size: 24px;
  background: url(../images/body/hr-dotted.png) repeat-x scroll 0 100% transparent;
  padding-bottom: 15px;
}

/* Latest Comments
----------------------------------------------------------------------------------------------------*/

.comments-list>article {
  border-top: 1px solid #ddd;
}
.comments-list>article:first-child {
  border: none;
}
.comments-list .meta {
  color: #999;
}
.zoo-comments-list .author {
  font-size: 16px;
}

/*error*/

#system-message dd.error {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}