/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* General
----------------------------------------------------------------------------------------------------*/

#system .title a { color: inherit; }
#system small { color: #999; }


/* Item
----------------------------------------------------------------------------------------------------*/

#system .item > header .meta {
	color: #999;
	padding-bottom: 14px;
	padding-left: 0;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#system .item > header .meta { color: #999; padding-bottom: 8px; padding-left: 20px;}
#system .width50 .item > header .meta { padding-left: 0px;}
.yoo-zoo .item > header .meta { padding-left: 0 !important;}
#system .item > header.results .meta { margin-left: 20px;}
#system .item > header .subtitle{ color: #777; }

/* Items
----------------------------------------------------------------------------------------------------*/

#system .items .item {
	margin-bottom: 12px;
	padding-bottom: 6px;
}

#system .items .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination a.last{padding:0 10px; }
#system .pagination a, #system .pagination strong{line-height: 27px;}

/* Search Box
----------------------------------------------------------------------------------------------------*/

.searchbox {
	width: 150px;
	height: 28px;
	padding: 0 30px;
}

.searchbox input {
	height: 26px;
	font-size: 14px;
}

.uk-search:before {
	color: rgba(201, 201, 201, 0.5);
}

.bg-light .searchbox input{color: #333;}

.bg-light .searchbox input:-moz-placeholder { color: #999; }
.bg-light .searchbox input::-webkit-input-placeholder { color: #999; }
.bg-light .searchbox input.placeholder { color: #999; }

.bg-dark .searchbox input{color: #c0c0c0;}

.bg-dark .searchbox input:-moz-placeholder { color: #808080; }
.bg-dark .searchbox input::-webkit-input-placeholder { color: #808080; }
.bg-dark .searchbox input.placeholder { color: #808080; }

.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: #f4f4f4;
	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: #f0f0f0;
	-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: 17px;
	background: url(../images/body/breadcrumb-sep.png) 100% 50% no-repeat;
	margin-right: 7px;
}


/* 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);}


/* Login menu module
----------------------------------------------------------------------------------------------------*/
.dropdown-bg form.short input{
  font-size: 14px;
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.075);
}

.dropdown-bg form.short label,
.dropdown-bg form.short a{
	font-size: 13px
}

.dropdown-bg form.short a{
	line-height: 26px
}

.dropdown-bg form.short {
	margin: 10px 5px
}
