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

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

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

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

#system .item > header .meta {padding-bottom: 8px; padding-left: 0; letter-spacing: 1px; font-size: 10px; text-transform: uppercase}
.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{padding:0 10px; }
#content .pagination > :first-child {margin-right: 5px;}

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

.searchbox {
	width: 150px;
	height: 19px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #dedede;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	        box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
}

.searchbox input {
	height: 20px;
	font-size: 11px;
	line-height: 1em !important;
}

.searchbox input{color: #808080;}

.searchbox input:-moz-placeholder { color: #999; }
.searchbox input::-webkit-input-placeholder { color: #999; }
.searchbox input.placeholder { color: #999; }

.searchbox.filled button {
	width: 25px;
	background: url(../images/searchbox_reset.png) 50% 50% no-repeat; 
}
.searchbox.loading button { background: url(../images/searchbox_loader.gif) 50% 50% no-repeat; }

/* Drop-Down Results */
.searchbox .results {
	top: 41px;
	right: -1px;
	width: 300px;
	border: 1px solid #ddd;
	background: #ffffff;
}

.searchbox .results li.results-header, .searchbox .results li.more-results { 
	border-bottom: 1px solid #dfdfdf; border-top: 1px solid #fefefe; color: #666;
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 81%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(81%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 81%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 81%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 81%,#e5e5e5 100%);
	background: linear-gradient(top,  #e5e5e5 0%,#ffffff 81%,#e5e5e5 100%);
	text-shadow: 0 1px 0 #FFFFFF;
}
.searchbox .results li.more-results { color: #999;}
.searchbox .results li.result {border-bottom: 1px solid #dfdfdf; border-top: 1px solid #FFF;
	background: #EFEFEF;
	background: -moz-linear-gradient(top,  #EFEFEF 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #EFEFEF 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #EFEFEF 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #EFEFEF 0%,#ffffff 100%);
	background: linear-gradient(top,  #EFEFEF 0%,#ffffff 100%);
	-webkit-box-shadow: 0 0 3px #FFFFFF inset;
	   -moz-box-shadow: 0 0 3px #FFFFFF inset;
	        box-shadow: 0 0 3px #FFFFFF inset;
}
.searchbox .results li.results-header + li.result { border-top: none; }
.searchbox .results li.result.selected { background: #FFFFFF ; }
li.result, li.more-results, li.results-header {margin-bottom: 0}

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

.breadcrumbs a,
.breadcrumbs > span {
	padding-right: 4px;
	line-height: 40px
}

.breadcrumbs > a {height: 35px;}

.breadcrumbs i {
	padding-right: 14px;
	color: rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	top: 0;
	position: relative;
}

/* 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;
	    -ms-border-radius: 3px;
	     -o-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);}